Menu

#140 fedora 18 X86_64 install failed

closed-fixed
nobody
None
5
2013-02-08
2013-02-08
Amos.Huang
No

When I install pac pac-4.5.0.3-2.x86_64.rpm on my fedora 18 x86_64, this package is conflits with filesystem-3.1-2.fc18.x86_64.
The following is the error infomation:

[root@#### Downloads]# rpm -ivh pac-4.5.0.3-2.x86_64.rpm
Preparing... ################################# [100%]
file / from install of pac-4.5.0.3-2.x86_64 conflicts with file from package filesystem-3.1-2.fc18.x86_64
file /usr/bin from install of pac-4.5.0.3-2.x86_64 conflicts with file from package filesystem-3.1-2.fc18.x86_64

I also try to install the old version,But also get the same error.

Discussion

  • David Torrejón Vaquerizas

    Hi!

    It looks like it is possible fo "force" the installation without any problems, as some other users have stated (it is a weird error, which I don't know how to fix :( )

    - David.

     
  • Amos.Huang

    Amos.Huang - 2013-02-08

    I force install. The following is the tace information..

    [root@ch-free Downloads]# rpm -ivh pac-4.5.0.3-2.x86_64.rpm --force
    Preparing... ################################# [100%]
    Updating / installing...
    1:pac-4.5.0.3-2 ################################# [100%]
    Using libvte.so.9
    [root@ch-free Downloads]#
    [root@ch-free Downloads]#
    [root@ch-free Downloads]# pac
    ERROR: Could not load Gnome2::Vte Perl module from /opt/pac/lib/ex/vte64 directories! (Gnome2::Vte object version 0.10 does not match bootstrap parameter 0.09 at /usr/lib64/perl5/DynaLoader.pm line 213.
    Compilation failed in require at /opt/pac/lib/PACTerminal.pm line 49.
    ) at /opt/pac/lib/PACTerminal.pm line 50.
    Compilation failed in require at /opt/pac/lib/PACMain.pm line 50.
    BEGIN failed--compilation aborted at /opt/pac/lib/PACMain.pm line 50.
    Compilation failed in require at /usr/bin/pac line 35.
    BEGIN failed--compilation aborted at /usr/bin/pac line 35.
    [root@ch-free Downloads]#
    [root@ch-free Downloads]# rpm -qa|grep Gnome2-Vte
    perl-Gnome2-Vte-0.10-3.fc18.x86_64

     
  • David Torrejón Vaquerizas

    Ok.
    Now, edit /opt/pac/lib/ex/vte64/Gnome2/Vte.pm
    and change

    our $VERSION = '0.09';

    with our $VERSION = '0.10';

    - David.

     
  • Amos.Huang

    Amos.Huang - 2013-02-08

    Thank you...
    It works well.

     
  • David Torrejón Vaquerizas

    • status: open --> closed-fixed
     

Log in to post a comment.