[arch-dev-public] gmp-5.0 rebuild list
Hi, I just added a rebuild list gmp-5.0 to the TODO lists. Note [community] needs scanned (libgmp.so). gmp-5.0 is labeled as a "performance release" while gmp-4.x is the "stable release". I still think upgrading to 5.0 is the Arch thing to do as "stable release" in this case means that the 4.x series is dead and all new features are in 5.0. This will not be happening for at least a week due to lack of time on my end to do the needed toolchain update/rebuild. Allan
Il 09/03/2010 23:57, Allan McRae ha scritto:
Hi,
I just added a rebuild list gmp-5.0 to the TODO lists. Note [community] needs scanned (libgmp.so).
Here's a complete list generated just now with pierre's script. Packages (69) are alphabetical sorted: alex aqbanking beast bigloo cabal-install classpath cln cloog-ppl coreutils cross-arm-elf-gcc-base darcs ecl freetalk gcc gcc-ada gcc-avr gcc-fortran gcc-objc genius ghc gmp gnucash gnunet guile happy haskell-dataenc haskell-deepseq haskell-extensible-exceptions haskell-hashed-storage haskell-haskeline haskell-haskell-src haskell-html haskell-http haskell-hunit haskell-mmap haskell-mtl haskell-network haskell-packedstring haskell-parallel haskell-parsec haskell-quickcheck haskell-regex-base haskell-regex-compat haskell-regex-posix haskell-stm haskell-utf8-string haskell-xhtml haskell-zlib kdenetwork-kget kdeutils-kcalc ktorrent lib32-openssl libmpc librep lilypond mailutils mpfr openssl parrot php52 php-gmp ppl pycrypto sawfish swi-prolog texmacs xbindkeys xmobar xmonad -- Arch Linux Developer http://www.archlinux.org http://www.archlinux.it
On 10/03/10 10:47, Giovanni Scafora wrote:
Il 09/03/2010 23:57, Allan McRae ha scritto:
Hi,
I just added a rebuild list gmp-5.0 to the TODO lists. Note [community] needs scanned (libgmp.so).
Here's a complete list generated just now with pierre's script. Packages (69) are alphabetical sorted:
<snip>
openssl
readelf -d $(pacman -Ql openssl) 2> /dev/null | grep NEEDED | awk '{
Umm... really? Something is strange there... print $5 }' | sort | uniq [libcrypto.so.0.9.8] [libc.so.6] [libdl.so.2] [libssl.so.0.9.8] [libz.so.1]
Il 10/03/2010 02:35, Allan McRae ha scritto:
Umm... really? Something is strange there...
readelf -d $(pacman -Ql openssl) 2> /dev/null | grep NEEDED | awk '{ print $5 }' | sort | uniq
[libcrypto.so.0.9.8] [libc.so.6] [libdl.so.2] [libssl.so.0.9.8] [libz.so.1]
You are right here. Pierre told me sometime that script fails. BTW, using your script some packages, like kdenetwork-kget and kdeutils-kcalc, are missing. $ readelf -d $(pacman -Ql kdeutils-kcalc) 2> /dev/null | grep NEEDED | awk '{ print $5 }' | sort | uniq [libc.so.6] [libgmp.so.3] [libkdecore.so.5] [libkdeinit4_kcalc.so] [libkdeui.so.5] [libm.so.6] [libpthread.so.0] [libQtCore.so.4] [libQtGui.so.4] [libQtXml.so.4] [libstdc++.so.6] $ readelf -d $(pacman -Ql kdenetwork-kget) 2> /dev/null | grep NEEDED | awk '{ print $5 }' | sort | uniq [libc.so.6] [libgcc_s.so.1] [libgmp.so.3] [libgpgme++-pthread.so.2] [libkdecore.so.5] [libkdeui.so.5] [libkgetcore.so.4] [libkhtml.so.5] [libkio.so.5] [libknotifyconfig.so.4] [libkonq.so.5] [libkparts.so.4] [libkrosscore.so.4] [libkutils.so.4] [libkworkspace.so.4] [libm.so.6] [libnepomuk.so.4] [libplasma.so.3] [libpthread.so.0] [libqca.so.2] [libqgpgme.so.1] [libQtCore.so.4] [libQtDBus.so.4] [libQtGui.so.4] [libQtNetwork.so.4] [libQtSql.so.4] [libQtXml.so.4] [libsoprano.so.4] [libstdc++.so.6] -- Arch Linux Developer http://www.archlinux.org http://www.archlinux.it
On 10/03/10 12:01, Giovanni Scafora wrote:
Il 10/03/2010 02:35, Allan McRae ha scritto:
Umm... really? Something is strange there...
readelf -d $(pacman -Ql openssl) 2> /dev/null | grep NEEDED | awk '{ print $5 }' | sort | uniq
[libcrypto.so.0.9.8] [libc.so.6] [libdl.so.2] [libssl.so.0.9.8] [libz.so.1]
You are right here. Pierre told me sometime that script fails. BTW, using your script some packages, like kdenetwork-kget and kdeutils-kcalc, are missing.
<snip> It appears my script has not been updated to look at xz packages... Allan
Il 10/03/2010 03:26, Allan McRae ha scritto:
It appears my script has not been updated to look at xz packages...
Yes, I can confirm that. I just changed *.pkg.tar.gz to *.pkg.tar.* Now, it works fine and it detects all of missing packages. -- Arch Linux Developer http://www.archlinux.org http://www.archlinux.it
On 10/03/10 12:01, Giovanni Scafora wrote:
Il 10/03/2010 02:35, Allan McRae ha scritto:
Umm... really? Something is strange there...
readelf -d $(pacman -Ql openssl) 2> /dev/null | grep NEEDED | awk '{ print $5 }' | sort | uniq
[libcrypto.so.0.9.8] [libc.so.6] [libdl.so.2] [libssl.so.0.9.8] [libz.so.1]
You are right here. Pierre told me sometime that script fails.
This is because of a file called "libgmp.so" in the openssl package which obviously sets off the rebuild flag. Allan
Il 10/03/2010 03:53, Allan McRae ha scritto:
This is because of a file called "libgmp.so" in the openssl package which obviously sets off the rebuild flag.
BTW, I just added php-gmp to the TODO list. $ readelf -d $(pacman -Ql php-gmp) 2> /dev/null | grep NEEDED | awk '{ print $5 }' | sort | uniq [libc.so.6] [libgmp.so.3] -- Arch Linux Developer http://www.archlinux.org http://www.archlinux.it
participants (2)
-
Allan McRae
-
Giovanni Scafora