Menu

#90 mplayerplug-in 3.17 src.rpm doesn't compile on x86_64

closed-fixed
None
5
2006-01-11
2006-01-10
corsaire
No

Hello,

Since the src.rpm of mplayerplug-in version didn't
compiled on my x86_64 I did a little search.
Ifound that the /usr/lib64/mozilla case is not made as
a possibility in the .spec file.

So I did the following in the .spec file :

%ifarch x86_64
%define mozilla_dir /usr/lib64/mozilla/
%else
%define mozilla_dir /usr/lib/mozilla/
%endif

and it compiled fine.

Maybe usefull for other archs, should be in the next
version of mplayerplug-in to me anyway.

Regards

Discussion

  • Kevin DeKorte

    Kevin DeKorte - 2006-01-11

    Logged In: YES
    user_id=685413

    I added this to CVS. Can you check it out and test it. I
    don't have a 64bit machine to test it with.

    Export from cvs using this command
    cvs -d
    :pserver:anonymous@cvs.sourceforge.net:2401/cvsroot/mplayerplug-in
    export -D "1 second ago" mplayerplug-in

    then tar it up

    tar -czvf mplayerplug-in-3.17.tar.gz mplayerplug-in

    You can rebuild with the following command

    rpmbuild -ta mplayerplug-in-3.17.tar.gz

    And that should work with the latest CVS (might not be
    availible for a few hours from this post)

     
  • Kevin DeKorte

    Kevin DeKorte - 2006-01-11
    • status: open --> pending-fixed
     
  • Kevin DeKorte

    Kevin DeKorte - 2006-01-11
    • assigned_to: nobody --> kdekorte
     
  • corsaire

    corsaire - 2006-01-11
    • status: pending-fixed --> open-fixed
     
  • corsaire

    corsaire - 2006-01-11

    Logged In: YES
    user_id=1424178

    Works, I just add here the output so that you can have a look

     
  • corsaire

    corsaire - 2006-01-11

    output of rpmbuild -ta

     
  • Kevin DeKorte

    Kevin DeKorte - 2006-01-11
    • status: open-fixed --> closed-fixed
     

Log in to post a comment.