* [gentoo-user] What is the correct version of ncurses on ~amd64 now? @ 2015-08-31 21:13 walt 2015-08-31 22:13 ` Alan McKinnon 0 siblings, 1 reply; 8+ messages in thread From: walt @ 2015-08-31 21:13 UTC (permalink / raw To: gentoo-user I ask this strange question because this (badly broken) machine once again flipped between 6.0 and 6.0-r1 after rsyncing this morning. First, it emerged 6.0, which turned out to be almost catastrophic because the qmerge phase of the emerge failed (although it claimed success afterwards) and deleted the entire /usr/share/terminfo subdirectory. That was fun, but I won't bore you with the details. (The ncurses-6.0 files in /lib64 are dated August 28, BTW.) Right now emerge tries to install ncurses-6.0-r1 but the 32-bit part of the build fails because emerge never ran make in the work/cross/progs directory, and so the 32-bit tools didn't get compiled. I hacked around this by running make in that directory manually, which allowed the ebuild install and ebuild package phases to succeed. Now I have an ncurses-6.0-r1 binary package available but I'm too scared to install it because I might need to kill myself afterwards :/ Any suggestions before I take the plunge? Is ncurses-6.0-r1 the right version as of today, Aug 31? Thanks. ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] What is the correct version of ncurses on ~amd64 now? 2015-08-31 21:13 [gentoo-user] What is the correct version of ncurses on ~amd64 now? walt @ 2015-08-31 22:13 ` Alan McKinnon 2015-08-31 23:30 ` [gentoo-user] " walt 2015-09-01 0:33 ` [gentoo-user] " Fernando Rodriguez 0 siblings, 2 replies; 8+ messages in thread From: Alan McKinnon @ 2015-08-31 22:13 UTC (permalink / raw To: gentoo-user On 31/08/2015 23:13, walt wrote: > I ask this strange question because this (badly broken) machine once > again flipped between 6.0 and 6.0-r1 after rsyncing this morning. > > First, it emerged 6.0, which turned out to be almost catastrophic > because the qmerge phase of the emerge failed (although it claimed > success afterwards) and deleted the entire /usr/share/terminfo > subdirectory. That was fun, but I won't bore you with the details. > (The ncurses-6.0 files in /lib64 are dated August 28, BTW.) > > Right now emerge tries to install ncurses-6.0-r1 but the 32-bit part of > the build fails because emerge never ran make in the work/cross/progs > directory, and so the 32-bit tools didn't get compiled. > > I hacked around this by running make in that directory manually, which > allowed the ebuild install and ebuild package phases to succeed. > > Now I have an ncurses-6.0-r1 binary package available but I'm too scared > to install it because I might need to kill myself afterwards :/ > > Any suggestions before I take the plunge? Is ncurses-6.0-r1 the right > version as of today, Aug 31? > > Thanks. > > > This machine was entirely unaffected by all the recent ncurses issues: [I] sys-libs/ncurses Available versions: (0) 5.9-r3 (~)5.9-r4 5.9-r5(0/5) (~)6.0-r1(0/6) (5) 5.9-r99(5/5) (~)5.9-r101(5/5) (~)6.0(5/6) {ada +cxx debug doc gpm minimal profile static-libs test threads tinfo trace unicode ABI_MIPS="n32 n64 o32" ABI_PPC="32 64" ABI_S390="32 64" ABI_X86="32 64 x32"} Installed versions: 6.0-r1(12:52:29 30/08/2015)(cxx gpm threads unicode -ada -debug -doc -minimal -profile -static-libs -test -tinfo -trace ABI_MIPS="-n32 -n64 -o32" ABI_PPC="-32 -64" ABI_S390="-32 -64" ABI_X86="32 64 -x32") Homepage: https://www.gnu.org/software/ncurses/ http://dickey.his.com/ncurses/ Description: console display library So 6.0-r1 works completely relaible on at least one Gentoo machine in this world :-) -- Alan McKinnon alan.mckinnon@gmail.com ^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-user] Re: What is the correct version of ncurses on ~amd64 now? 2015-08-31 22:13 ` Alan McKinnon @ 2015-08-31 23:30 ` walt 2015-09-01 0:33 ` [gentoo-user] " Fernando Rodriguez 1 sibling, 0 replies; 8+ messages in thread From: walt @ 2015-08-31 23:30 UTC (permalink / raw To: gentoo-user On Tue, 1 Sep 2015 00:13:25 +0200 Alan McKinnon <alan.mckinnon@gmail.com> wrote: > On 31/08/2015 23:13, walt wrote: > > Right now emerge tries to install ncurses-6.0-r1 but the 32-bit > > part of the build fails because emerge never ran make in the > > work/cross/progs directory, and so the 32-bit tools didn't get > > compiled. > > > > I hacked around this by running make in that directory manually, > > which allowed the ebuild install and ebuild package phases to > > succeed. > This machine was entirely unaffected by all the recent ncurses issues: > > [I] sys-libs/ncurses > Available versions: > (0) 5.9-r3 (~)5.9-r4 5.9-r5(0/5) (~)6.0-r1(0/6) > (5) 5.9-r99(5/5) (~)5.9-r101(5/5) (~)6.0(5/6) > {ada +cxx debug doc gpm minimal profile static-libs test > threads tinfo trace unicode ABI_MIPS="n32 n64 o32" ABI_PPC="32 64" > ABI_S390="32 64" ABI_X86="32 64 x32"} > Installed versions: 6.0-r1(12:52:29 30/08/2015)(cxx gpm threads > unicode -ada -debug -doc -minimal -profile -static-libs -test -tinfo > -trace ABI_MIPS="-n32 -n64 -o32" ABI_PPC="-32 -64" ABI_S390="-32 -64" > ABI_X86="32 64 -x32") > Homepage: https://www.gnu.org/software/ncurses/ > http://dickey.his.com/ncurses/ > Description: console display library > > So 6.0-r1 works completely relaible on at least one Gentoo machine in > this world :-) <huge sigh of relief> I installed my ugly-hack binary package of 6.0-r1 and it seemed to install okay. The first thing I tried was to emerge 6.0-r1 the normal way and this time it succeeded :) Apparently my known-broken install of 6.0 was preventing proper cross building of the 32-bit files, maybe because the 32-bit part of 6.0 was what was actually broken. By way of reckless experiment I will now reboot this machine for the first time since I rsynced 12 long, nail-biting hours ago... ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] What is the correct version of ncurses on ~amd64 now? 2015-08-31 22:13 ` Alan McKinnon 2015-08-31 23:30 ` [gentoo-user] " walt @ 2015-09-01 0:33 ` Fernando Rodriguez 2015-09-01 2:20 ` [gentoo-user] " walt 2015-09-01 12:34 ` [gentoo-user] " Todd Goodman 1 sibling, 2 replies; 8+ messages in thread From: Fernando Rodriguez @ 2015-09-01 0:33 UTC (permalink / raw To: gentoo-user On Tuesday, September 01, 2015 12:13:25 AM Alan McKinnon wrote: > On 31/08/2015 23:13, walt wrote: > > I ask this strange question because this (badly broken) machine once > > again flipped between 6.0 and 6.0-r1 after rsyncing this morning. > > > > First, it emerged 6.0, which turned out to be almost catastrophic > > because the qmerge phase of the emerge failed (although it claimed > > success afterwards) and deleted the entire /usr/share/terminfo > > subdirectory. That was fun, but I won't bore you with the details. > > (The ncurses-6.0 files in /lib64 are dated August 28, BTW.) > > > > Right now emerge tries to install ncurses-6.0-r1 but the 32-bit part of > > the build fails because emerge never ran make in the work/cross/progs > > directory, and so the 32-bit tools didn't get compiled. > > > > I hacked around this by running make in that directory manually, which > > allowed the ebuild install and ebuild package phases to succeed. > > > > Now I have an ncurses-6.0-r1 binary package available but I'm too scared > > to install it because I might need to kill myself afterwards :/ > > > > Any suggestions before I take the plunge? Is ncurses-6.0-r1 the right > > version as of today, Aug 31? > > > > Thanks. > > > > > > > > > > This machine was entirely unaffected by all the recent ncurses issues: > > [I] sys-libs/ncurses > Available versions: > (0) 5.9-r3 (~)5.9-r4 5.9-r5(0/5) (~)6.0-r1(0/6) > (5) 5.9-r99(5/5) (~)5.9-r101(5/5) (~)6.0(5/6) > {ada +cxx debug doc gpm minimal profile static-libs test threads > tinfo trace unicode ABI_MIPS="n32 n64 o32" ABI_PPC="32 64" ABI_S390="32 > 64" ABI_X86="32 64 x32"} > Installed versions: 6.0-r1(12:52:29 30/08/2015)(cxx gpm threads > unicode -ada -debug -doc -minimal -profile -static-libs -test -tinfo > -trace ABI_MIPS="-n32 -n64 -o32" ABI_PPC="-32 -64" ABI_S390="-32 -64" > ABI_X86="32 64 -x32") > Homepage: https://www.gnu.org/software/ncurses/ > http://dickey.his.com/ncurses/ > Description: console display library > > So 6.0-r1 works completely relaible on at least one Gentoo machine in > this world :-) Hmm, I keyworded ncurses and this is what portage wants to do: [ebuild r U ~] sys-libs/ncurses-6.0-r1:0/6::gentoo [5.9-r5:0/5::fernan] USE="cxx doc gpm tinfo unicode -ada -debug -minimal -profile -static-libs {- test%} -threads% -trace" ABI_X86="32 (64) -x32" 3,059 KiB [ebuild U ~] sys-libs/ncurses-5.9-r101:5::gentoo [5.9-r99:5::gentoo] USE="gpm tinfo unicode (-ada%) (-cxx%*) (-static-libs%)" ABI_X86="32 (64) - x32" 0 KiB [ebuild rR ~] sys-devel/gdb-7.10::gentoo USE="client expat python server zlib -lzma -multitarget -nls {-test} -vanilla" PYTHON_SINGLE_TARGET="python2_7 -python3_3 -python3_4" PYTHON_TARGETS="python2_7 python3_4 -python3_3" 0 KiB [ebuild rR ] app-misc/screen-4.3.1::gentoo USE="pam -debug -multiuser - nethack -selinux" 0 KiB [ebuild rR ] app-emulation/wine-1.6.2::gentoo USE="X alsa cups custom- cflags fontconfig gecko jpeg lcms ldap mp3 ncurses openal opengl perl png prelink pulseaudio run-exes samba ssl threads truetype udisks v4l xcomposite xinerama xml -capi -dos -gphoto2 -gsm -gstreamer -mono -nls -odbc -opencl - osmesa -oss -realtime -scanner -selinux {-test}" ABI_X86="32 64 -x32" LINGUAS="-ar -bg -ca -cs -da -de -el -en -en_US -eo -es -fa -fi -fr -he -hi -hr -hu -it -ja -ko -lt -ml -nb_NO -nl -or -pa -pl -pt_BR -pt_PT -rm -ro -ru -sk - sl -sr_RS@cyrillic -sr_RS@latin -sv -te -th -tr -uk -wa -zh_CN -zh_TW" 0 KiB That looks dangerous to me because the first build will upgrade my 5.9 installation to 6.0 and the second will reinstall 5.9. So what happens in between when I have no 5.9 installed but everything is linked against it? Won't it need bash to build the second one? What if the 2nd build fails? Will stuff linked against 5.9 work with 6.0? -- Fernando Rodriguez ^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-user] Re: What is the correct version of ncurses on ~amd64 now? 2015-09-01 0:33 ` [gentoo-user] " Fernando Rodriguez @ 2015-09-01 2:20 ` walt 2015-09-01 2:55 ` Fernando Rodriguez 2015-09-01 12:34 ` [gentoo-user] " Todd Goodman 1 sibling, 1 reply; 8+ messages in thread From: walt @ 2015-09-01 2:20 UTC (permalink / raw To: gentoo-user On Mon, 31 Aug 2015 20:33:42 -0400 Fernando Rodriguez <frodriguez.developer@outlook.com> wrote: > On Tuesday, September 01, 2015 12:13:25 AM Alan McKinnon wrote: > > On 31/08/2015 23:13, walt wrote: > > > I ask this strange question because this (badly broken) machine > > > once again flipped between 6.0 and 6.0-r1 after rsyncing this > > > morning. > > > > > > First, it emerged 6.0, which turned out to be almost catastrophic > > > because the qmerge phase of the emerge failed (although it claimed > > > success afterwards) and deleted the entire /usr/share/terminfo > > > subdirectory. That was fun, but I won't bore you with the > > > details. (The ncurses-6.0 files in /lib64 are dated August 28, > > > BTW.) > > > > > > Right now emerge tries to install ncurses-6.0-r1 but the 32-bit > > > part of the build fails because emerge never ran make in the > > > work/cross/progs directory, and so the 32-bit tools didn't get > > > compiled. > > > > > > I hacked around this by running make in that directory manually, > > > which allowed the ebuild install and ebuild package phases to > > > succeed. > > > > > > Now I have an ncurses-6.0-r1 binary package available but I'm too > > > scared to install it because I might need to kill myself > > > afterwards :/ > > > > > > Any suggestions before I take the plunge? Is ncurses-6.0-r1 the > > > right version as of today, Aug 31? > > > > > > Thanks. > > > > > > > > > > > > > > > > > This machine was entirely unaffected by all the recent ncurses > > issues: > > > > [I] sys-libs/ncurses > > Available versions: > > (0) 5.9-r3 (~)5.9-r4 5.9-r5(0/5) (~)6.0-r1(0/6) > > (5) 5.9-r99(5/5) (~)5.9-r101(5/5) (~)6.0(5/6) > > {ada +cxx debug doc gpm minimal profile static-libs test > > threads tinfo trace unicode ABI_MIPS="n32 n64 o32" ABI_PPC="32 64" > > ABI_S390="32 64" ABI_X86="32 64 x32"} > > Installed versions: 6.0-r1(12:52:29 30/08/2015)(cxx gpm > > threads unicode -ada -debug -doc -minimal -profile -static-libs > > -test -tinfo -trace ABI_MIPS="-n32 -n64 -o32" ABI_PPC="-32 -64" > > ABI_S390="-32 -64" ABI_X86="32 64 -x32") > > Homepage: https://www.gnu.org/software/ncurses/ > > http://dickey.his.com/ncurses/ > > Description: console display library > > > > So 6.0-r1 works completely relaible on at least one Gentoo machine > > in this world :-) > > Hmm, I keyworded ncurses and this is what portage wants to do: > > [ebuild r U ~] sys-libs/ncurses-6.0-r1:0/6::gentoo > [5.9-r5:0/5::fernan] USE="cxx doc gpm tinfo unicode -ada -debug > -minimal -profile -static-libs {- test%} -threads% -trace" > ABI_X86="32 (64) -x32" 3,059 KiB [ebuild U ~] > sys-libs/ncurses-5.9-r101:5::gentoo [5.9-r99:5::gentoo] USE="gpm > tinfo unicode (-ada%) (-cxx%*) (-static-libs%)" ABI_X86="32 (64) - > x32" 0 KiB [ebuild rR ~] sys-devel/gdb-7.10::gentoo USE="client > expat python server zlib -lzma -multitarget -nls {-test} -vanilla" > PYTHON_SINGLE_TARGET="python2_7 -python3_3 -python3_4" > PYTHON_TARGETS="python2_7 python3_4 -python3_3" 0 KiB [ebuild rR > ] app-misc/screen-4.3.1::gentoo USE="pam -debug -multiuser - nethack > -selinux" 0 KiB [ebuild rR ] app-emulation/wine-1.6.2::gentoo > USE="X alsa cups custom- cflags fontconfig gecko jpeg lcms ldap mp3 > ncurses openal opengl perl png prelink pulseaudio run-exes samba ssl > threads truetype udisks v4l xcomposite xinerama xml -capi -dos > -gphoto2 -gsm -gstreamer -mono -nls -odbc -opencl - osmesa -oss > -realtime -scanner -selinux {-test}" ABI_X86="32 64 -x32" > LINGUAS="-ar -bg -ca -cs -da -de -el -en -en_US -eo -es -fa -fi -fr > -he -hi -hr -hu -it -ja -ko -lt -ml -nb_NO -nl -or -pa -pl -pt_BR > -pt_PT -rm -ro -ru -sk - sl -sr_RS@cyrillic -sr_RS@latin -sv -te -th > -tr -uk -wa -zh_CN -zh_TW" 0 KiB > > > That looks dangerous to me because the first build will upgrade my > 5.9 installation to 6.0 and the second will reinstall 5.9. That's exactly what happened to me last week and it was a disaster. Don't allow that to happen. After hours of frustration I finally got 6.0-r1 installed and everything Just Works again, but 6.0 was another disaster. Do whatever you need to do to avoid 6.0. > So what happens in between when I have no 5.9 installed but > everything is linked against it? Won't it need bash to build the > second one? What if the 2nd build fails? Will stuff linked against > 5.9 work with 6.0? No, but packages linked against 5.9 will continue to work if portage doesn't delete the files from 5.9 (@preserved-rebuild, etc) I suggest you quickpkg whatever ncurses you have now before you do anything else. I also suggest you see what portage wants to do if you emerge -p =sys-libs/ncurses-6.0-r1 If the output from that looks reasonable then build 6.0-r1 as a binary package *before* you install it so you have the binary packages for both versions ready to go. I ran into other problems during the ncurses upgrade but I managed to work through them, and you know more about this stuff than I do :) ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] Re: What is the correct version of ncurses on ~amd64 now? 2015-09-01 2:20 ` [gentoo-user] " walt @ 2015-09-01 2:55 ` Fernando Rodriguez 2015-09-01 3:24 ` Fernando Rodriguez 0 siblings, 1 reply; 8+ messages in thread From: Fernando Rodriguez @ 2015-09-01 2:55 UTC (permalink / raw To: gentoo-user On Monday, August 31, 2015 7:20:29 PM walt wrote: > On Mon, 31 Aug 2015 20:33:42 -0400 > Fernando Rodriguez <frodriguez.developer@outlook.com> wrote: > > > On Tuesday, September 01, 2015 12:13:25 AM Alan McKinnon wrote: > > > On 31/08/2015 23:13, walt wrote: > > > > I ask this strange question because this (badly broken) machine > > > > once again flipped between 6.0 and 6.0-r1 after rsyncing this > > > > morning. > > > > > > > > First, it emerged 6.0, which turned out to be almost catastrophic > > > > because the qmerge phase of the emerge failed (although it claimed > > > > success afterwards) and deleted the entire /usr/share/terminfo > > > > subdirectory. That was fun, but I won't bore you with the > > > > details. (The ncurses-6.0 files in /lib64 are dated August 28, > > > > BTW.) > > > > > > > > Right now emerge tries to install ncurses-6.0-r1 but the 32-bit > > > > part of the build fails because emerge never ran make in the > > > > work/cross/progs directory, and so the 32-bit tools didn't get > > > > compiled. > > > > > > > > I hacked around this by running make in that directory manually, > > > > which allowed the ebuild install and ebuild package phases to > > > > succeed. > > > > > > > > Now I have an ncurses-6.0-r1 binary package available but I'm too > > > > scared to install it because I might need to kill myself > > > > afterwards :/ > > > > > > > > Any suggestions before I take the plunge? Is ncurses-6.0-r1 the > > > > right version as of today, Aug 31? > > > > > > > > Thanks. > > > > > > > > > > > > > > > > > > > > > > > > This machine was entirely unaffected by all the recent ncurses > > > issues: > > > > > > [I] sys-libs/ncurses > > > Available versions: > > > (0) 5.9-r3 (~)5.9-r4 5.9-r5(0/5) (~)6.0-r1(0/6) > > > (5) 5.9-r99(5/5) (~)5.9-r101(5/5) (~)6.0(5/6) > > > {ada +cxx debug doc gpm minimal profile static-libs test > > > threads tinfo trace unicode ABI_MIPS="n32 n64 o32" ABI_PPC="32 64" > > > ABI_S390="32 64" ABI_X86="32 64 x32"} > > > Installed versions: 6.0-r1(12:52:29 30/08/2015)(cxx gpm > > > threads unicode -ada -debug -doc -minimal -profile -static-libs > > > -test -tinfo -trace ABI_MIPS="-n32 -n64 -o32" ABI_PPC="-32 -64" > > > ABI_S390="-32 -64" ABI_X86="32 64 -x32") > > > Homepage: https://www.gnu.org/software/ncurses/ > > > http://dickey.his.com/ncurses/ > > > Description: console display library > > > > > > So 6.0-r1 works completely relaible on at least one Gentoo machine > > > in this world :-) > > > > Hmm, I keyworded ncurses and this is what portage wants to do: > > > > [ebuild r U ~] sys-libs/ncurses-6.0-r1:0/6::gentoo > > [5.9-r5:0/5::fernan] USE="cxx doc gpm tinfo unicode -ada -debug > > -minimal -profile -static-libs {- test%} -threads% -trace" > > ABI_X86="32 (64) -x32" 3,059 KiB [ebuild U ~] > > sys-libs/ncurses-5.9-r101:5::gentoo [5.9-r99:5::gentoo] USE="gpm > > tinfo unicode (-ada%) (-cxx%*) (-static-libs%)" ABI_X86="32 (64) - > > x32" 0 KiB [ebuild rR ~] sys-devel/gdb-7.10::gentoo USE="client > > expat python server zlib -lzma -multitarget -nls {-test} -vanilla" > > PYTHON_SINGLE_TARGET="python2_7 -python3_3 -python3_4" > > PYTHON_TARGETS="python2_7 python3_4 -python3_3" 0 KiB [ebuild rR > > ] app-misc/screen-4.3.1::gentoo USE="pam -debug -multiuser - nethack > > -selinux" 0 KiB [ebuild rR ] app-emulation/wine-1.6.2::gentoo > > USE="X alsa cups custom- cflags fontconfig gecko jpeg lcms ldap mp3 > > ncurses openal opengl perl png prelink pulseaudio run-exes samba ssl > > threads truetype udisks v4l xcomposite xinerama xml -capi -dos > > -gphoto2 -gsm -gstreamer -mono -nls -odbc -opencl - osmesa -oss > > -realtime -scanner -selinux {-test}" ABI_X86="32 64 -x32" > > LINGUAS="-ar -bg -ca -cs -da -de -el -en -en_US -eo -es -fa -fi -fr > > -he -hi -hr -hu -it -ja -ko -lt -ml -nb_NO -nl -or -pa -pl -pt_BR > > -pt_PT -rm -ro -ru -sk - sl -sr_RS@cyrillic -sr_RS@latin -sv -te -th > > -tr -uk -wa -zh_CN -zh_TW" 0 KiB > > > > > > That looks dangerous to me because the first build will upgrade my > > 5.9 installation to 6.0 and the second will reinstall 5.9. > > That's exactly what happened to me last week and it was a disaster. > Don't allow that to happen. After hours of frustration I finally > got 6.0-r1 installed and everything Just Works again, but 6.0 was > another disaster. Do whatever you need to do to avoid 6.0. > > > So what happens in between when I have no 5.9 installed but > > everything is linked against it? Won't it need bash to build the > > second one? What if the 2nd build fails? Will stuff linked against > > 5.9 work with 6.0? > > No, but packages linked against 5.9 will continue to work if portage > doesn't delete the files from 5.9 (@preserved-rebuild, etc) Of course, stupid me isn't thinking right :) I'm paranoid of this package because it made my system unbootable at one point after removing the tinfo flag and libtinfo didn't get preserved but I think that was because it was a rebuild. I just installed the -r101 version first. > I suggest you quickpkg whatever ncurses you have now before you do > anything else. > > I also suggest you see what portage wants to do if you > > emerge -p =sys-libs/ncurses-6.0-r1 > > If the output from that looks reasonable then build 6.0-r1 as a binary > package *before* you install it so you have the binary packages for > both versions ready to go. > > I ran into other problems during the ncurses upgrade but I managed to > work through them, and you know more about this stuff than I do :) > > > -- Fernando Rodriguez ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] Re: What is the correct version of ncurses on ~amd64 now? 2015-09-01 2:55 ` Fernando Rodriguez @ 2015-09-01 3:24 ` Fernando Rodriguez 0 siblings, 0 replies; 8+ messages in thread From: Fernando Rodriguez @ 2015-09-01 3:24 UTC (permalink / raw To: gentoo-user On Monday, August 31, 2015 10:55:36 PM Fernando Rodriguez wrote: > On Monday, August 31, 2015 7:20:29 PM walt wrote: > > On Mon, 31 Aug 2015 20:33:42 -0400 > > Fernando Rodriguez <frodriguez.developer@outlook.com> wrote: > > > > > On Tuesday, September 01, 2015 12:13:25 AM Alan McKinnon wrote: > > > > On 31/08/2015 23:13, walt wrote: > > > > > I ask this strange question because this (badly broken) machine > > > > > once again flipped between 6.0 and 6.0-r1 after rsyncing this > > > > > morning. > > > > > > > > > > First, it emerged 6.0, which turned out to be almost catastrophic > > > > > because the qmerge phase of the emerge failed (although it claimed > > > > > success afterwards) and deleted the entire /usr/share/terminfo > > > > > subdirectory. That was fun, but I won't bore you with the > > > > > details. (The ncurses-6.0 files in /lib64 are dated August 28, > > > > > BTW.) > > > > > > > > > > Right now emerge tries to install ncurses-6.0-r1 but the 32-bit > > > > > part of the build fails because emerge never ran make in the > > > > > work/cross/progs directory, and so the 32-bit tools didn't get > > > > > compiled. > > > > > > > > > > I hacked around this by running make in that directory manually, > > > > > which allowed the ebuild install and ebuild package phases to > > > > > succeed. > > > > > > > > > > Now I have an ncurses-6.0-r1 binary package available but I'm too > > > > > scared to install it because I might need to kill myself > > > > > afterwards :/ > > > > > > > > > > Any suggestions before I take the plunge? Is ncurses-6.0-r1 the > > > > > right version as of today, Aug 31? > > > > > > > > > > Thanks. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > This machine was entirely unaffected by all the recent ncurses > > > > issues: > > > > > > > > [I] sys-libs/ncurses > > > > Available versions: > > > > (0) 5.9-r3 (~)5.9-r4 5.9-r5(0/5) (~)6.0-r1(0/6) > > > > (5) 5.9-r99(5/5) (~)5.9-r101(5/5) (~)6.0(5/6) > > > > {ada +cxx debug doc gpm minimal profile static-libs test > > > > threads tinfo trace unicode ABI_MIPS="n32 n64 o32" ABI_PPC="32 64" > > > > ABI_S390="32 64" ABI_X86="32 64 x32"} > > > > Installed versions: 6.0-r1(12:52:29 30/08/2015)(cxx gpm > > > > threads unicode -ada -debug -doc -minimal -profile -static-libs > > > > -test -tinfo -trace ABI_MIPS="-n32 -n64 -o32" ABI_PPC="-32 -64" > > > > ABI_S390="-32 -64" ABI_X86="32 64 -x32") > > > > Homepage: https://www.gnu.org/software/ncurses/ > > > > http://dickey.his.com/ncurses/ > > > > Description: console display library > > > > > > > > So 6.0-r1 works completely relaible on at least one Gentoo machine > > > > in this world :-) > > > > > > Hmm, I keyworded ncurses and this is what portage wants to do: > > > > > > [ebuild r U ~] sys-libs/ncurses-6.0-r1:0/6::gentoo > > > [5.9-r5:0/5::fernan] USE="cxx doc gpm tinfo unicode -ada -debug > > > -minimal -profile -static-libs {- test%} -threads% -trace" > > > ABI_X86="32 (64) -x32" 3,059 KiB [ebuild U ~] > > > sys-libs/ncurses-5.9-r101:5::gentoo [5.9-r99:5::gentoo] USE="gpm > > > tinfo unicode (-ada%) (-cxx%*) (-static-libs%)" ABI_X86="32 (64) - > > > x32" 0 KiB [ebuild rR ~] sys-devel/gdb-7.10::gentoo USE="client > > > expat python server zlib -lzma -multitarget -nls {-test} -vanilla" > > > PYTHON_SINGLE_TARGET="python2_7 -python3_3 -python3_4" > > > PYTHON_TARGETS="python2_7 python3_4 -python3_3" 0 KiB [ebuild rR > > > ] app-misc/screen-4.3.1::gentoo USE="pam -debug -multiuser - nethack > > > -selinux" 0 KiB [ebuild rR ] app-emulation/wine-1.6.2::gentoo > > > USE="X alsa cups custom- cflags fontconfig gecko jpeg lcms ldap mp3 > > > ncurses openal opengl perl png prelink pulseaudio run-exes samba ssl > > > threads truetype udisks v4l xcomposite xinerama xml -capi -dos > > > -gphoto2 -gsm -gstreamer -mono -nls -odbc -opencl - osmesa -oss > > > -realtime -scanner -selinux {-test}" ABI_X86="32 64 -x32" > > > LINGUAS="-ar -bg -ca -cs -da -de -el -en -en_US -eo -es -fa -fi -fr > > > -he -hi -hr -hu -it -ja -ko -lt -ml -nb_NO -nl -or -pa -pl -pt_BR > > > -pt_PT -rm -ro -ru -sk - sl -sr_RS@cyrillic -sr_RS@latin -sv -te -th > > > -tr -uk -wa -zh_CN -zh_TW" 0 KiB > > > > > > > > > That looks dangerous to me because the first build will upgrade my > > > 5.9 installation to 6.0 and the second will reinstall 5.9. > > > > That's exactly what happened to me last week and it was a disaster. > > Don't allow that to happen. After hours of frustration I finally > > got 6.0-r1 installed and everything Just Works again, but 6.0 was > > another disaster. Do whatever you need to do to avoid 6.0. > > > > > So what happens in between when I have no 5.9 installed but > > > everything is linked against it? Won't it need bash to build the > > > second one? What if the 2nd build fails? Will stuff linked against > > > 5.9 work with 6.0? > > > > No, but packages linked against 5.9 will continue to work if portage > > doesn't delete the files from 5.9 (@preserved-rebuild, etc) > > Of course, stupid me isn't thinking right :) > I'm paranoid of this package because it made my system unbootable at one point > after removing the tinfo flag and libtinfo didn't get preserved but I think > that was because it was a rebuild. I just installed the -r101 version first. Actually I did do that but I stopped it before the merge phase to check what it was installing (because I patch the ebuild so it installs tinfo along with a full ncurses), when I let it go through to install phase it detects collisions with the old version. I guess that's the slot move issue that was mentioned on the other thread. So I'll let portage do what it wants and we'll see what happens. I did the quickpkg in case it blows up. -- Fernando Rodriguez ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] What is the correct version of ncurses on ~amd64 now? 2015-09-01 0:33 ` [gentoo-user] " Fernando Rodriguez 2015-09-01 2:20 ` [gentoo-user] " walt @ 2015-09-01 12:34 ` Todd Goodman 1 sibling, 0 replies; 8+ messages in thread From: Todd Goodman @ 2015-09-01 12:34 UTC (permalink / raw To: gentoo-user * Fernando Rodriguez <frodriguez.developer@outlook.com> [150831 20:35]: [..SNIP..] > Hmm, I keyworded ncurses and this is what portage wants to do: > > [ebuild r U ~] sys-libs/ncurses-6.0-r1:0/6::gentoo [5.9-r5:0/5::fernan] > USE="cxx doc gpm tinfo unicode -ada -debug -minimal -profile -static-libs {- > test%} -threads% -trace" ABI_X86="32 (64) -x32" 3,059 KiB > [ebuild U ~] sys-libs/ncurses-5.9-r101:5::gentoo [5.9-r99:5::gentoo] > USE="gpm tinfo unicode (-ada%) (-cxx%*) (-static-libs%)" ABI_X86="32 (64) - > x32" 0 KiB > [ebuild rR ~] sys-devel/gdb-7.10::gentoo USE="client expat python server > zlib -lzma -multitarget -nls {-test} -vanilla" PYTHON_SINGLE_TARGET="python2_7 > -python3_3 -python3_4" PYTHON_TARGETS="python2_7 python3_4 -python3_3" 0 KiB > [ebuild rR ] app-misc/screen-4.3.1::gentoo USE="pam -debug -multiuser - > nethack -selinux" 0 KiB > [ebuild rR ] app-emulation/wine-1.6.2::gentoo USE="X alsa cups custom- > cflags fontconfig gecko jpeg lcms ldap mp3 ncurses openal opengl perl png > prelink pulseaudio run-exes samba ssl threads truetype udisks v4l xcomposite > xinerama xml -capi -dos -gphoto2 -gsm -gstreamer -mono -nls -odbc -opencl - > osmesa -oss -realtime -scanner -selinux {-test}" ABI_X86="32 64 -x32" > LINGUAS="-ar -bg -ca -cs -da -de -el -en -en_US -eo -es -fa -fi -fr -he -hi -hr > -hu -it -ja -ko -lt -ml -nb_NO -nl -or -pa -pl -pt_BR -pt_PT -rm -ro -ru -sk - > sl -sr_RS@cyrillic -sr_RS@latin -sv -te -th -tr -uk -wa -zh_CN -zh_TW" 0 KiB > > > That looks dangerous to me because the first build will upgrade my 5.9 > installation to 6.0 and the second will reinstall 5.9. > > So what happens in between when I have no 5.9 installed but everything is > linked against it? Won't it need bash to build the second one? What if the 2nd > build fails? Will stuff linked against 5.9 work with 6.0? I'm running ~x86 and ~amd64 and update daily so hopefully some of what I'll relate below won't apply to anyone else who doesn't do that. But first when I got ncurses-6.0 I then couldn't build ghc because the binary build tools were linked against ncurses-5.x (this has been fixed now.) At the time I could get around it by installing ncurses-5.0 as the ncurses:5 slot. Since then however ncurses:5 seems to give ncurses-6.0 and ncurses:0 is ncurses-6.1 (though I could be mistaken.) Anyway, ncurses-6.0 and ncurses-5.9 were coinstalled and happy together as you'd expect from a slotted package. However, yesterday there were problems with more ncurses changes and readline. Somehow the build of sys-libs/readline went awry and it produced a .so without some symbols needed by gawk and bc (or more likely, they needed to be rebuilt but couldn't be.) This prevented ncurses from being rebuilt since the build requires awk and prevented my kernel from being rebuilt because it requires bc. But readline couldn't be rebuilt because it required ncurses. I could be off on the actual interdependencies but bottom line is that I couldn't get out of the circular dependencies (and there were no use flags to turn then off.) Even trying to build with --nodeps didn't get me out of the hole. In the end I had to pull a gawk off a stage3 and /{lib,lib64}/libreadline.so.6.3 off other systems to get out of it. Hopefully that was all just because of running ~x86 and ~amd64 (I don't want to call it unstable because it's worked great for me for years and is very stable due to excellent work from Gentoo devs!) and my just catching things in flux. Presented here in case someone experiences readline/ncurses problems in the future unrelated to this original ncurses issue. Todd ^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2015-09-01 12:35 UTC | newest] Thread overview: 8+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2015-08-31 21:13 [gentoo-user] What is the correct version of ncurses on ~amd64 now? walt 2015-08-31 22:13 ` Alan McKinnon 2015-08-31 23:30 ` [gentoo-user] " walt 2015-09-01 0:33 ` [gentoo-user] " Fernando Rodriguez 2015-09-01 2:20 ` [gentoo-user] " walt 2015-09-01 2:55 ` Fernando Rodriguez 2015-09-01 3:24 ` Fernando Rodriguez 2015-09-01 12:34 ` [gentoo-user] " Todd Goodman
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox