LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   src2pkg !! (https://www.linuxquestions.org/questions/slackware-14/src2pkg-729820/)

netpumber 06-01-2009 06:20 AM

src2pkg !!
 
Hey out there !!! i have install the src2pkg utility and i want to make a slakckware package the firefox-3.0.10.tar.bz2 that i downloaded from mozillas site ... i type this :
Code:

src2pkg -C -R -VV -X -i='installpkg' -Z1 firefox-3.0.10.tar.bz2
and then it stops here .. any idea on what happens ?


Code:

Correcting source permissions - Done
Checking for patches - None found
Skipping configure_source -
Skipping compile_source -
Checking for 'install' rule - Okay
Checking for DESTDIR (or similar) support -


brianL 06-01-2009 06:41 AM

What's wrong with Slackware's own Firefox-3.0.10?

netpumber 06-01-2009 07:01 AM

slackware has the 3.0.4 and i have a little problem with rss . It copies one rss in others.. i ll upload a picture...

cor67393 06-01-2009 07:05 AM

Slackware does have 3.0.10, it is in the patches directory:
slackware-12.2/patches/packages/mozilla-firefox-3.0.10-i686-1.tgz

emjot 06-01-2009 07:06 AM

Update on Tue Apr 28 17:00:14 CDT 2009 contains:

Quote:

xap/mozilla-firefox-3.0.10-i686-1.tgz:
Upgraded to firefox-3.0.10.
This fixes some security issues.
For more information, see:
http://www.mozilla.org/security/know...firefox30.html
(* Security fix *)
Can't you update package with current version?
Read current changelog: http://slackware.com/changelog/current.php?cpu=i386

ChrisAbela 06-01-2009 07:11 AM

Try updating Slack 12.2:

# slackpkg upgrade mozilla-firefox

gnashley 06-01-2009 07:33 AM

I'm not sure if src2pkg will work for firefox, but this would be more like what you'd have to do:
src2pkg -C -R -VV -S -i='sh ./installpkg' -Z1 firefox-3.0.10.tar.bz2
(try with and without the -S)

netpumber 06-01-2009 07:45 AM

ERROR - Package not installed! Not found error!

Searching for NEW configuration files
No .new files found.


==============================================================================
WARNING! WARNING! WARNING! WARNING! WARNING!
==============================================================================
One or more errors occurred while slackpkg was running:

mozilla-firefox-3.0.6-i686-1.tgz: Not found

==============================================================================


Whats this????

cor67393 06-01-2009 08:27 AM

You will have to download the updates before they are found on your system.

Find a mirror close to you at:
http://www.slackware.com/getslack/

And download the package there, and install it then. You might want to grab all other updates there as well and install them using 'upgradepkg'. If you want, you can subscribe to the security update mailing list at: http://www.slackware.com/lists/

brianL 06-01-2009 08:42 AM

Edit /etc/slackpkg/mirrors. Uncomment (remove the # from) your nearest mirror. Then run slackpkg update, then slackpkg upgrade-all.

Lufbery 06-01-2009 10:04 AM

Quote:

Originally Posted by gnashley (Post 3558927)
I'm not sure if src2pkg will work for firefox...

Just curious, but why not? Is there something strange about how Firefox is built?

Regards,

-Drew

gnashley 06-01-2009 12:09 PM

No, except that he is using the official pre-compiled binary package. I haven't tried using src2pkg to convert a firefox package in a long time, so I am unsure if it is working as expected. I would imagine that there are some tweaks that would need to be done anyway.

emjot 06-02-2009 02:03 AM

Quote:

Originally Posted by netpumber (Post 3558952)
==============================================================================
WARNING! WARNING! WARNING! WARNING! WARNING!
==============================================================================
One or more errors occurred while slackpkg was running:

mozilla-firefox-3.0.6-i686-1.tgz: Not found

==============================================================================


Whats this????

As brianL wrote, you need to run slackpkg update first, because you have old Slackware repository mirrored to local slackpkg database. Update will download fresh package list, with ffox-3.0.10 included.

Lufbery 06-02-2009 08:25 AM

Quote:

Originally Posted by gnashley (Post 3559240)
No, except that he is using the official pre-compiled binary package. I haven't tried using src2pkg to convert a firefox package in a long time, so I am unsure if it is working as expected. I would imagine that there are some tweaks that would need to be done anyway.

Ah. I thought he was trying to build Firefox from source with src2pkg -- which also may require a few tweaks for all I know.

Regards,

-Drew


All times are GMT -5. The time now is 12:05 PM.