Re: [arch-general] [arch-dev-public] [signoff] + help needed readline rebuilds
Aaron Griffin wrote:
So I finally pushed the core readline/bash packages to testing. The reason it took so long was a) a mkinitcpio issue which was fixed a few weeks in, and b) the fact that I couldn't keep up with the extra packages in my limited freetime.
So, I've just built the core packages, and put them in testing for a signoff. These packages are:
bash readline device-mapper heimdal inetutils lvm2 sqlite3
Missing [core] wpa_supplicant for /usr/sbin/wpa_cli -- Gerardo Exequiel Pozzi ( djgera ) http://www.djgera.com.ar KeyID: 0x1B8C330D Key fingerprint = 0CAA D5D4 CD85 4434 A219 76ED 39AB 221B 1B8C 330D
On Thu, Jun 18, 2009 at 5:01 PM, Gerardo Exequiel Pozzi<vmlinuz386@yahoo.com.ar> wrote:
Aaron Griffin wrote:
So I finally pushed the core readline/bash packages to testing. The reason it took so long was a) a mkinitcpio issue which was fixed a few weeks in, and b) the fact that I couldn't keep up with the extra packages in my limited freetime.
So, I've just built the core packages, and put them in testing for a signoff. These packages are:
bash readline device-mapper heimdal inetutils lvm2 sqlite3
Missing [core] wpa_supplicant for /usr/sbin/wpa_cli
Added to the list. Thanks. Does anyone have time to rebuild that? I'm leaving soon and won't be back at a computer for a few hours
On Thu, Jun 18, 2009 at 5:06 PM, Aaron Griffin<aaronmgriffin@gmail.com> wrote:
On Thu, Jun 18, 2009 at 5:01 PM, Gerardo Exequiel Pozzi<vmlinuz386@yahoo.com.ar> wrote:
Aaron Griffin wrote:
So I finally pushed the core readline/bash packages to testing. The reason it took so long was a) a mkinitcpio issue which was fixed a few weeks in, and b) the fact that I couldn't keep up with the extra packages in my limited freetime.
So, I've just built the core packages, and put them in testing for a signoff. These packages are:
bash readline device-mapper heimdal inetutils lvm2 sqlite3
Missing [core] wpa_supplicant for /usr/sbin/wpa_cli
Added to the list. Thanks.
Does anyone have time to rebuild that? I'm leaving soon and won't be back at a computer for a few hours
Oh Thomas has it :) Yay
Gerardo Exequiel Pozzi wrote:
Aaron Griffin wrote:
So I finally pushed the core readline/bash packages to testing. The reason it took so long was a) a mkinitcpio issue which was fixed a few weeks in, and b) the fact that I couldn't keep up with the extra packages in my limited freetime.
So, I've just built the core packages, and put them in testing for a signoff. These packages are:
bash readline device-mapper heimdal inetutils lvm2 sqlite3
Missing [core] wpa_supplicant for /usr/sbin/wpa_cli
And a fine grained shows thats device-mapper don't depends really on readline and ncurses: Is linked because is used by lvm2 pkg, for the tools/lvm.c. $ ldd -u -r /sbin/dmsetup Unused direct dependencies: /lib/libreadline.so.5 /lib/librt.so.1 /lib/libdl.so.2 /lib/libncursesw.so.5 $ ldd -u -r /lib/libdevmapper.so.1.02 Unused direct dependencies: /lib/libreadline.so.5 /lib/librt.so.1 /lib/libdl.so.2 /lib/libncursesw.so.5 Maybe can be remove the depend, and add to 'configure' for device-mapper --disable-readline or forcing via LDFLAGS --as-needed ;) -- Gerardo Exequiel Pozzi ( djgera ) http://www.djgera.com.ar KeyID: 0x1B8C330D Key fingerprint = 0CAA D5D4 CD85 4434 A219 76ED 39AB 221B 1B8C 330D
participants (2)
-
Aaron Griffin
-
Gerardo Exequiel Pozzi