Re: [gentoo-user] glibc-2.24-r2 failed (install phase)

2017-06-21 Thread tuxic
On 06/21 01:49, Mike Gilbert wrote:
> On Wed, Jun 21, 2017 at 1:10 PM,   wrote:
> > On 06/21 05:38, Alexander Kapshuk wrote:
> >> On Mon, Jun 19, 2017 at 7:43 PM,   wrote:
> >> > On 06/19 11:55, Alexander Kapshuk wrote:
> >> >> On Mon, Jun 19, 2017 at 6:21 AM,   wrote:
> >> >> > On 06/15 05:56, tu...@posteo.de wrote:
> >> >> >> Hi,
> >> >> >>
> >> >> >> While updateing glibc-2.24-r2 failed to install.
> >> >> >>
> >> >> >> These are the last few lines of that process:
> >> >> >>
> >> >> >> 
> >> >> >> al/execinfo.c.texi 
> >> >> >> /var/tmp/portage/sys-libs/glibc-2.24-r2/work/build-amd64-x86_64-pc-linux-gnu-nptl/manual/add.c.texi
> >> >> >>  
> >> >> >> /var/tmp/portage/sys-libs/glibc-2.24-r2/work/build-amd64-x86_64-pc-linux-gnu-nptl/manual/summary.texi
> >> >> >>  
> >> >> >> /var/tmp/portage/sys-libs/glibc-2.24-r2/work/build-amd64-x86_64-pc-linux-gnu-nptl/manual/pkgvers.texi
> >> >> >>  | sort;\
> >> >> >>  echo "@end direntry") > 
> >> >> >> /var/tmp/portage/sys-libs/glibc-2.24-r2/work/build-amd64-x86_64-pc-linux-gnu-nptl/manual/dir-add.texi.new
> >> >> >> mv -f 
> >> >> >> /var/tmp/portage/sys-libs/glibc-2.24-r2/work/build-amd64-x86_64-pc-linux-gnu-nptl/manual/dir-add.texi.new
> >> >> >>  
> >> >> >> /var/tmp/portage/sys-libs/glibc-2.24-r2/work/build-amd64-x86_64-pc-linux-gnu-nptl/manual/dir-add.texi
> >> >> >> LANGUAGE=C LC_ALL=C makeinfo -P 
> >> >> >> /var/tmp/portage/sys-libs/glibc-2.24-r2/work/build-amd64-x86_64-pc-linux-gnu-nptl/manual/
> >> >> >>  
> >> >> >> --output=/var/tmp/portage/sys-libs/glibc-2.24-r2/work/build-amd64-x86_64-pc-linux-gnu-nptl/manual/libc.info
> >> >> >>  libc.texinfo
> >> >> >> libc.texinfo:6: warning: @codequotebacktick should only appear at 
> >> >> >> the beginning of a line
> >> >> >> libc.texinfo:6: warning: @codequoteundirected should only appear at 
> >> >> >> the beginning of a line
> >> >> >> libc.texinfo:6: warning: @codequoteundirected should not appear in 
> >> >> >> @codequotebacktick
> >> >> >> libc.texinfo:6: expected @codequoteundirected on or off, not `on' 
> >> >> >> require'
> >> >> >> libc.texinfo:6: superfluous argument to @codequotebacktick
> >> >> >> libc.texinfo:6: expected @codequotebacktick on or off, not `on' and 
> >> >> >> ''
> >> >> >> make[2]: *** [Makefile:144: 
> >> >> >> /var/tmp/portage/sys-libs/glibc-2.24-r2/work/build-amd64-x86_64-pc-linux-gnu-nptl/manual/libc.info]
> >> >> >>  Error 1
> >> >> >> make[2]: Leaving directory 
> >> >> >> '/var/tmp/portage/sys-libs/glibc-2.24-r2/work/glibc-2.24/manual'
> >> >> >> make[1]: *** [Makefile:215: manual/subdir_install] Error 2
> >> >> >> make[1]: Leaving directory 
> >> >> >> '/var/tmp/portage/sys-libs/glibc-2.24-r2/work/glibc-2.24'
> >> >> >> make: *** [Makefile:12: install] Error 2
> >> >> >>  * ERROR: sys-libs/glibc-2.24-r2::gentoo failed (install phase):
> >> >> >>  *   emake failed
> >> >> >>  *
> >> >> >>
> >> >> >> If anything more is wanted, I will be happy to post the wanted logs.
> >> >> >> But I want to prevent to logbomnb the mailinglist in beforehand... ;)
> >> >> >>
> >> >> >> Cheers
> >> >> >> Meino
> >> >> >>
> >> >> >
> >> >> > Hi,
> >> >> >
> >> >> > Is there any solution for this problem ?
> >> >> > Does anyone else has the same or similiar problems with this system
> >> >> > update?
> >> >> >
> >> >> > Cheers
> >> >> > Meino
> >> >> >
> >> >>
> >> >> What is the version of your gcc compiler?
> >> >> The ebuild has this info on the version of gcc:
> >> >> https://gitweb.gentoo.org/repo/gentoo.git/plain/sys-libs/glibc/glibc-2.24-r2.ebuild
> >> >> src_prepare() {
> >> >> ...
> >> >>
> >> >> case $(gcc-fullversion) in
> >> >> 4.8.[0-3]|4.9.0)
> >> >> eerror "You need to switch to a newer compiler; gcc-4.8.[0-3] and
> >> >> gcc-4.9.0 miscompile"
> >> >> eerror "glibc.  See https://bugs.gentoo.org/547420 for details."
> >> >> die "need to switch compilers #547420"
> >> >> ;;
> >> >> esac
> >> >> ...
> >> >> }
> >> >>
> >> >
> >> > The gcc on my system says:
> >> >
> >> > gcc (Gentoo 5.4.0-r3 p1.3, pie-0.6.5) 5.4.0
> >> > Copyright (C) 2015 Free Software Foundation, Inc.
> >> > This is free software; see the source for copying conditions.  There is 
> >> > NO
> >> > warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR 
> >> > PURPOSE.
> >> >
> >> > if asked...
> >> >
> >> > Cheers
> >> > mcc
> >> >
> >> >
> >> >
> >>
> >> See if this post [1] helps:
> >> [1]. https://forums.gentoo.org/viewtopic-t-789652-start-0.html
> >>
> > "My" problem seem to be related to the syntax-fu of texinfo (see above) and 
> > seem
> > to not gcc related, since compilation itsself runs fine.
> >
> > How can I fix it instead of watching it over and over at each
> > suncing...
> 
> Right, something is broken with your makeinfo command from texinfo.
> 
> As a workaround, you could uninstall texinfo, and then upgrade glibc.
> If the makeinfo command is not found, it will simply skip that build
> 

Re: [gentoo-user] glibc-2.24-r2 failed (install phase)

2017-06-21 Thread Mike Gilbert
On Wed, Jun 21, 2017 at 1:10 PM,   wrote:
> On 06/21 05:38, Alexander Kapshuk wrote:
>> On Mon, Jun 19, 2017 at 7:43 PM,   wrote:
>> > On 06/19 11:55, Alexander Kapshuk wrote:
>> >> On Mon, Jun 19, 2017 at 6:21 AM,   wrote:
>> >> > On 06/15 05:56, tu...@posteo.de wrote:
>> >> >> Hi,
>> >> >>
>> >> >> While updateing glibc-2.24-r2 failed to install.
>> >> >>
>> >> >> These are the last few lines of that process:
>> >> >>
>> >> >> 
>> >> >> al/execinfo.c.texi 
>> >> >> /var/tmp/portage/sys-libs/glibc-2.24-r2/work/build-amd64-x86_64-pc-linux-gnu-nptl/manual/add.c.texi
>> >> >>  
>> >> >> /var/tmp/portage/sys-libs/glibc-2.24-r2/work/build-amd64-x86_64-pc-linux-gnu-nptl/manual/summary.texi
>> >> >>  
>> >> >> /var/tmp/portage/sys-libs/glibc-2.24-r2/work/build-amd64-x86_64-pc-linux-gnu-nptl/manual/pkgvers.texi
>> >> >>  | sort;\
>> >> >>  echo "@end direntry") > 
>> >> >> /var/tmp/portage/sys-libs/glibc-2.24-r2/work/build-amd64-x86_64-pc-linux-gnu-nptl/manual/dir-add.texi.new
>> >> >> mv -f 
>> >> >> /var/tmp/portage/sys-libs/glibc-2.24-r2/work/build-amd64-x86_64-pc-linux-gnu-nptl/manual/dir-add.texi.new
>> >> >>  
>> >> >> /var/tmp/portage/sys-libs/glibc-2.24-r2/work/build-amd64-x86_64-pc-linux-gnu-nptl/manual/dir-add.texi
>> >> >> LANGUAGE=C LC_ALL=C makeinfo -P 
>> >> >> /var/tmp/portage/sys-libs/glibc-2.24-r2/work/build-amd64-x86_64-pc-linux-gnu-nptl/manual/
>> >> >>  
>> >> >> --output=/var/tmp/portage/sys-libs/glibc-2.24-r2/work/build-amd64-x86_64-pc-linux-gnu-nptl/manual/libc.info
>> >> >>  libc.texinfo
>> >> >> libc.texinfo:6: warning: @codequotebacktick should only appear at the 
>> >> >> beginning of a line
>> >> >> libc.texinfo:6: warning: @codequoteundirected should only appear at 
>> >> >> the beginning of a line
>> >> >> libc.texinfo:6: warning: @codequoteundirected should not appear in 
>> >> >> @codequotebacktick
>> >> >> libc.texinfo:6: expected @codequoteundirected on or off, not `on' 
>> >> >> require'
>> >> >> libc.texinfo:6: superfluous argument to @codequotebacktick
>> >> >> libc.texinfo:6: expected @codequotebacktick on or off, not `on' and ''
>> >> >> make[2]: *** [Makefile:144: 
>> >> >> /var/tmp/portage/sys-libs/glibc-2.24-r2/work/build-amd64-x86_64-pc-linux-gnu-nptl/manual/libc.info]
>> >> >>  Error 1
>> >> >> make[2]: Leaving directory 
>> >> >> '/var/tmp/portage/sys-libs/glibc-2.24-r2/work/glibc-2.24/manual'
>> >> >> make[1]: *** [Makefile:215: manual/subdir_install] Error 2
>> >> >> make[1]: Leaving directory 
>> >> >> '/var/tmp/portage/sys-libs/glibc-2.24-r2/work/glibc-2.24'
>> >> >> make: *** [Makefile:12: install] Error 2
>> >> >>  * ERROR: sys-libs/glibc-2.24-r2::gentoo failed (install phase):
>> >> >>  *   emake failed
>> >> >>  *
>> >> >>
>> >> >> If anything more is wanted, I will be happy to post the wanted logs.
>> >> >> But I want to prevent to logbomnb the mailinglist in beforehand... ;)
>> >> >>
>> >> >> Cheers
>> >> >> Meino
>> >> >>
>> >> >
>> >> > Hi,
>> >> >
>> >> > Is there any solution for this problem ?
>> >> > Does anyone else has the same or similiar problems with this system
>> >> > update?
>> >> >
>> >> > Cheers
>> >> > Meino
>> >> >
>> >>
>> >> What is the version of your gcc compiler?
>> >> The ebuild has this info on the version of gcc:
>> >> https://gitweb.gentoo.org/repo/gentoo.git/plain/sys-libs/glibc/glibc-2.24-r2.ebuild
>> >> src_prepare() {
>> >> ...
>> >>
>> >> case $(gcc-fullversion) in
>> >> 4.8.[0-3]|4.9.0)
>> >> eerror "You need to switch to a newer compiler; gcc-4.8.[0-3] and
>> >> gcc-4.9.0 miscompile"
>> >> eerror "glibc.  See https://bugs.gentoo.org/547420 for details."
>> >> die "need to switch compilers #547420"
>> >> ;;
>> >> esac
>> >> ...
>> >> }
>> >>
>> >
>> > The gcc on my system says:
>> >
>> > gcc (Gentoo 5.4.0-r3 p1.3, pie-0.6.5) 5.4.0
>> > Copyright (C) 2015 Free Software Foundation, Inc.
>> > This is free software; see the source for copying conditions.  There is NO
>> > warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
>> >
>> > if asked...
>> >
>> > Cheers
>> > mcc
>> >
>> >
>> >
>>
>> See if this post [1] helps:
>> [1]. https://forums.gentoo.org/viewtopic-t-789652-start-0.html
>>
> "My" problem seem to be related to the syntax-fu of texinfo (see above) and 
> seem
> to not gcc related, since compilation itsself runs fine.
>
> How can I fix it instead of watching it over and over at each
> suncing...

Right, something is broken with your makeinfo command from texinfo.

As a workaround, you could uninstall texinfo, and then upgrade glibc.
If the makeinfo command is not found, it will simply skip that build
step and leave you without a "libc.info" documentation file.



Re: [gentoo-user] glibc-2.24-r2 failed (install phase)

2017-06-21 Thread tuxic
On 06/21 05:38, Alexander Kapshuk wrote:
> On Mon, Jun 19, 2017 at 7:43 PM,   wrote:
> > On 06/19 11:55, Alexander Kapshuk wrote:
> >> On Mon, Jun 19, 2017 at 6:21 AM,   wrote:
> >> > On 06/15 05:56, tu...@posteo.de wrote:
> >> >> Hi,
> >> >>
> >> >> While updateing glibc-2.24-r2 failed to install.
> >> >>
> >> >> These are the last few lines of that process:
> >> >>
> >> >> 
> >> >> al/execinfo.c.texi 
> >> >> /var/tmp/portage/sys-libs/glibc-2.24-r2/work/build-amd64-x86_64-pc-linux-gnu-nptl/manual/add.c.texi
> >> >>  
> >> >> /var/tmp/portage/sys-libs/glibc-2.24-r2/work/build-amd64-x86_64-pc-linux-gnu-nptl/manual/summary.texi
> >> >>  
> >> >> /var/tmp/portage/sys-libs/glibc-2.24-r2/work/build-amd64-x86_64-pc-linux-gnu-nptl/manual/pkgvers.texi
> >> >>  | sort;\
> >> >>  echo "@end direntry") > 
> >> >> /var/tmp/portage/sys-libs/glibc-2.24-r2/work/build-amd64-x86_64-pc-linux-gnu-nptl/manual/dir-add.texi.new
> >> >> mv -f 
> >> >> /var/tmp/portage/sys-libs/glibc-2.24-r2/work/build-amd64-x86_64-pc-linux-gnu-nptl/manual/dir-add.texi.new
> >> >>  
> >> >> /var/tmp/portage/sys-libs/glibc-2.24-r2/work/build-amd64-x86_64-pc-linux-gnu-nptl/manual/dir-add.texi
> >> >> LANGUAGE=C LC_ALL=C makeinfo -P 
> >> >> /var/tmp/portage/sys-libs/glibc-2.24-r2/work/build-amd64-x86_64-pc-linux-gnu-nptl/manual/
> >> >>  
> >> >> --output=/var/tmp/portage/sys-libs/glibc-2.24-r2/work/build-amd64-x86_64-pc-linux-gnu-nptl/manual/libc.info
> >> >>  libc.texinfo
> >> >> libc.texinfo:6: warning: @codequotebacktick should only appear at the 
> >> >> beginning of a line
> >> >> libc.texinfo:6: warning: @codequoteundirected should only appear at the 
> >> >> beginning of a line
> >> >> libc.texinfo:6: warning: @codequoteundirected should not appear in 
> >> >> @codequotebacktick
> >> >> libc.texinfo:6: expected @codequoteundirected on or off, not `on' 
> >> >> require'
> >> >> libc.texinfo:6: superfluous argument to @codequotebacktick
> >> >> libc.texinfo:6: expected @codequotebacktick on or off, not `on' and ''
> >> >> make[2]: *** [Makefile:144: 
> >> >> /var/tmp/portage/sys-libs/glibc-2.24-r2/work/build-amd64-x86_64-pc-linux-gnu-nptl/manual/libc.info]
> >> >>  Error 1
> >> >> make[2]: Leaving directory 
> >> >> '/var/tmp/portage/sys-libs/glibc-2.24-r2/work/glibc-2.24/manual'
> >> >> make[1]: *** [Makefile:215: manual/subdir_install] Error 2
> >> >> make[1]: Leaving directory 
> >> >> '/var/tmp/portage/sys-libs/glibc-2.24-r2/work/glibc-2.24'
> >> >> make: *** [Makefile:12: install] Error 2
> >> >>  * ERROR: sys-libs/glibc-2.24-r2::gentoo failed (install phase):
> >> >>  *   emake failed
> >> >>  *
> >> >>
> >> >> If anything more is wanted, I will be happy to post the wanted logs.
> >> >> But I want to prevent to logbomnb the mailinglist in beforehand... ;)
> >> >>
> >> >> Cheers
> >> >> Meino
> >> >>
> >> >
> >> > Hi,
> >> >
> >> > Is there any solution for this problem ?
> >> > Does anyone else has the same or similiar problems with this system
> >> > update?
> >> >
> >> > Cheers
> >> > Meino
> >> >
> >>
> >> What is the version of your gcc compiler?
> >> The ebuild has this info on the version of gcc:
> >> https://gitweb.gentoo.org/repo/gentoo.git/plain/sys-libs/glibc/glibc-2.24-r2.ebuild
> >> src_prepare() {
> >> ...
> >>
> >> case $(gcc-fullversion) in
> >> 4.8.[0-3]|4.9.0)
> >> eerror "You need to switch to a newer compiler; gcc-4.8.[0-3] and
> >> gcc-4.9.0 miscompile"
> >> eerror "glibc.  See https://bugs.gentoo.org/547420 for details."
> >> die "need to switch compilers #547420"
> >> ;;
> >> esac
> >> ...
> >> }
> >>
> >
> > The gcc on my system says:
> >
> > gcc (Gentoo 5.4.0-r3 p1.3, pie-0.6.5) 5.4.0
> > Copyright (C) 2015 Free Software Foundation, Inc.
> > This is free software; see the source for copying conditions.  There is NO
> > warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
> >
> > if asked...
> >
> > Cheers
> > mcc
> >
> >
> >
> 
> See if this post [1] helps:
> [1]. https://forums.gentoo.org/viewtopic-t-789652-start-0.html
> 
"My" problem seem to be related to the syntax-fu of texinfo (see above) and seem
to not gcc related, since compilation itsself runs fine.

How can I fix it instead of watching it over and over at each
suncing...





Re: [gentoo-user] glibc-2.24-r2 failed (install phase)

2017-06-21 Thread Alexander Kapshuk
On Mon, Jun 19, 2017 at 7:43 PM,   wrote:
> On 06/19 11:55, Alexander Kapshuk wrote:
>> On Mon, Jun 19, 2017 at 6:21 AM,   wrote:
>> > On 06/15 05:56, tu...@posteo.de wrote:
>> >> Hi,
>> >>
>> >> While updateing glibc-2.24-r2 failed to install.
>> >>
>> >> These are the last few lines of that process:
>> >>
>> >> 
>> >> al/execinfo.c.texi 
>> >> /var/tmp/portage/sys-libs/glibc-2.24-r2/work/build-amd64-x86_64-pc-linux-gnu-nptl/manual/add.c.texi
>> >>  
>> >> /var/tmp/portage/sys-libs/glibc-2.24-r2/work/build-amd64-x86_64-pc-linux-gnu-nptl/manual/summary.texi
>> >>  
>> >> /var/tmp/portage/sys-libs/glibc-2.24-r2/work/build-amd64-x86_64-pc-linux-gnu-nptl/manual/pkgvers.texi
>> >>  | sort;\
>> >>  echo "@end direntry") > 
>> >> /var/tmp/portage/sys-libs/glibc-2.24-r2/work/build-amd64-x86_64-pc-linux-gnu-nptl/manual/dir-add.texi.new
>> >> mv -f 
>> >> /var/tmp/portage/sys-libs/glibc-2.24-r2/work/build-amd64-x86_64-pc-linux-gnu-nptl/manual/dir-add.texi.new
>> >>  
>> >> /var/tmp/portage/sys-libs/glibc-2.24-r2/work/build-amd64-x86_64-pc-linux-gnu-nptl/manual/dir-add.texi
>> >> LANGUAGE=C LC_ALL=C makeinfo -P 
>> >> /var/tmp/portage/sys-libs/glibc-2.24-r2/work/build-amd64-x86_64-pc-linux-gnu-nptl/manual/
>> >>  
>> >> --output=/var/tmp/portage/sys-libs/glibc-2.24-r2/work/build-amd64-x86_64-pc-linux-gnu-nptl/manual/libc.info
>> >>  libc.texinfo
>> >> libc.texinfo:6: warning: @codequotebacktick should only appear at the 
>> >> beginning of a line
>> >> libc.texinfo:6: warning: @codequoteundirected should only appear at the 
>> >> beginning of a line
>> >> libc.texinfo:6: warning: @codequoteundirected should not appear in 
>> >> @codequotebacktick
>> >> libc.texinfo:6: expected @codequoteundirected on or off, not `on' require'
>> >> libc.texinfo:6: superfluous argument to @codequotebacktick
>> >> libc.texinfo:6: expected @codequotebacktick on or off, not `on' and ''
>> >> make[2]: *** [Makefile:144: 
>> >> /var/tmp/portage/sys-libs/glibc-2.24-r2/work/build-amd64-x86_64-pc-linux-gnu-nptl/manual/libc.info]
>> >>  Error 1
>> >> make[2]: Leaving directory 
>> >> '/var/tmp/portage/sys-libs/glibc-2.24-r2/work/glibc-2.24/manual'
>> >> make[1]: *** [Makefile:215: manual/subdir_install] Error 2
>> >> make[1]: Leaving directory 
>> >> '/var/tmp/portage/sys-libs/glibc-2.24-r2/work/glibc-2.24'
>> >> make: *** [Makefile:12: install] Error 2
>> >>  * ERROR: sys-libs/glibc-2.24-r2::gentoo failed (install phase):
>> >>  *   emake failed
>> >>  *
>> >>
>> >> If anything more is wanted, I will be happy to post the wanted logs.
>> >> But I want to prevent to logbomnb the mailinglist in beforehand... ;)
>> >>
>> >> Cheers
>> >> Meino
>> >>
>> >
>> > Hi,
>> >
>> > Is there any solution for this problem ?
>> > Does anyone else has the same or similiar problems with this system
>> > update?
>> >
>> > Cheers
>> > Meino
>> >
>>
>> What is the version of your gcc compiler?
>> The ebuild has this info on the version of gcc:
>> https://gitweb.gentoo.org/repo/gentoo.git/plain/sys-libs/glibc/glibc-2.24-r2.ebuild
>> src_prepare() {
>> ...
>>
>> case $(gcc-fullversion) in
>> 4.8.[0-3]|4.9.0)
>> eerror "You need to switch to a newer compiler; gcc-4.8.[0-3] and
>> gcc-4.9.0 miscompile"
>> eerror "glibc.  See https://bugs.gentoo.org/547420 for details."
>> die "need to switch compilers #547420"
>> ;;
>> esac
>> ...
>> }
>>
>
> The gcc on my system says:
>
> gcc (Gentoo 5.4.0-r3 p1.3, pie-0.6.5) 5.4.0
> Copyright (C) 2015 Free Software Foundation, Inc.
> This is free software; see the source for copying conditions.  There is NO
> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
>
> if asked...
>
> Cheers
> mcc
>
>
>

See if this post [1] helps:
[1]. https://forums.gentoo.org/viewtopic-t-789652-start-0.html



Re: [gentoo-user] glibc-2.24-r2 failed (install phase)

2017-06-19 Thread tuxic
On 06/19 11:55, Alexander Kapshuk wrote:
> On Mon, Jun 19, 2017 at 6:21 AM,   wrote:
> > On 06/15 05:56, tu...@posteo.de wrote:
> >> Hi,
> >>
> >> While updateing glibc-2.24-r2 failed to install.
> >>
> >> These are the last few lines of that process:
> >>
> >> 
> >> al/execinfo.c.texi 
> >> /var/tmp/portage/sys-libs/glibc-2.24-r2/work/build-amd64-x86_64-pc-linux-gnu-nptl/manual/add.c.texi
> >>  
> >> /var/tmp/portage/sys-libs/glibc-2.24-r2/work/build-amd64-x86_64-pc-linux-gnu-nptl/manual/summary.texi
> >>  
> >> /var/tmp/portage/sys-libs/glibc-2.24-r2/work/build-amd64-x86_64-pc-linux-gnu-nptl/manual/pkgvers.texi
> >>  | sort;\
> >>  echo "@end direntry") > 
> >> /var/tmp/portage/sys-libs/glibc-2.24-r2/work/build-amd64-x86_64-pc-linux-gnu-nptl/manual/dir-add.texi.new
> >> mv -f 
> >> /var/tmp/portage/sys-libs/glibc-2.24-r2/work/build-amd64-x86_64-pc-linux-gnu-nptl/manual/dir-add.texi.new
> >>  
> >> /var/tmp/portage/sys-libs/glibc-2.24-r2/work/build-amd64-x86_64-pc-linux-gnu-nptl/manual/dir-add.texi
> >> LANGUAGE=C LC_ALL=C makeinfo -P 
> >> /var/tmp/portage/sys-libs/glibc-2.24-r2/work/build-amd64-x86_64-pc-linux-gnu-nptl/manual/
> >>  
> >> --output=/var/tmp/portage/sys-libs/glibc-2.24-r2/work/build-amd64-x86_64-pc-linux-gnu-nptl/manual/libc.info
> >>  libc.texinfo
> >> libc.texinfo:6: warning: @codequotebacktick should only appear at the 
> >> beginning of a line
> >> libc.texinfo:6: warning: @codequoteundirected should only appear at the 
> >> beginning of a line
> >> libc.texinfo:6: warning: @codequoteundirected should not appear in 
> >> @codequotebacktick
> >> libc.texinfo:6: expected @codequoteundirected on or off, not `on' require'
> >> libc.texinfo:6: superfluous argument to @codequotebacktick
> >> libc.texinfo:6: expected @codequotebacktick on or off, not `on' and ''
> >> make[2]: *** [Makefile:144: 
> >> /var/tmp/portage/sys-libs/glibc-2.24-r2/work/build-amd64-x86_64-pc-linux-gnu-nptl/manual/libc.info]
> >>  Error 1
> >> make[2]: Leaving directory 
> >> '/var/tmp/portage/sys-libs/glibc-2.24-r2/work/glibc-2.24/manual'
> >> make[1]: *** [Makefile:215: manual/subdir_install] Error 2
> >> make[1]: Leaving directory 
> >> '/var/tmp/portage/sys-libs/glibc-2.24-r2/work/glibc-2.24'
> >> make: *** [Makefile:12: install] Error 2
> >>  * ERROR: sys-libs/glibc-2.24-r2::gentoo failed (install phase):
> >>  *   emake failed
> >>  *
> >>
> >> If anything more is wanted, I will be happy to post the wanted logs.
> >> But I want to prevent to logbomnb the mailinglist in beforehand... ;)
> >>
> >> Cheers
> >> Meino
> >>
> >
> > Hi,
> >
> > Is there any solution for this problem ?
> > Does anyone else has the same or similiar problems with this system
> > update?
> >
> > Cheers
> > Meino
> >
> 
> What is the version of your gcc compiler?
> The ebuild has this info on the version of gcc:
> https://gitweb.gentoo.org/repo/gentoo.git/plain/sys-libs/glibc/glibc-2.24-r2.ebuild
> src_prepare() {
> ...
> 
> case $(gcc-fullversion) in
> 4.8.[0-3]|4.9.0)
> eerror "You need to switch to a newer compiler; gcc-4.8.[0-3] and
> gcc-4.9.0 miscompile"
> eerror "glibc.  See https://bugs.gentoo.org/547420 for details."
> die "need to switch compilers #547420"
> ;;
> esac
> ...
> }
> 

The gcc on my system says:

gcc (Gentoo 5.4.0-r3 p1.3, pie-0.6.5) 5.4.0
Copyright (C) 2015 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

if asked...

Cheers
mcc





Re: [gentoo-user] glibc-2.24-r2 failed (install phase)

2017-06-19 Thread Alexander Kapshuk
On Mon, Jun 19, 2017 at 6:21 AM,   wrote:
> On 06/15 05:56, tu...@posteo.de wrote:
>> Hi,
>>
>> While updateing glibc-2.24-r2 failed to install.
>>
>> These are the last few lines of that process:
>>
>> 
>> al/execinfo.c.texi 
>> /var/tmp/portage/sys-libs/glibc-2.24-r2/work/build-amd64-x86_64-pc-linux-gnu-nptl/manual/add.c.texi
>>  
>> /var/tmp/portage/sys-libs/glibc-2.24-r2/work/build-amd64-x86_64-pc-linux-gnu-nptl/manual/summary.texi
>>  
>> /var/tmp/portage/sys-libs/glibc-2.24-r2/work/build-amd64-x86_64-pc-linux-gnu-nptl/manual/pkgvers.texi
>>  | sort;\
>>  echo "@end direntry") > 
>> /var/tmp/portage/sys-libs/glibc-2.24-r2/work/build-amd64-x86_64-pc-linux-gnu-nptl/manual/dir-add.texi.new
>> mv -f 
>> /var/tmp/portage/sys-libs/glibc-2.24-r2/work/build-amd64-x86_64-pc-linux-gnu-nptl/manual/dir-add.texi.new
>>  
>> /var/tmp/portage/sys-libs/glibc-2.24-r2/work/build-amd64-x86_64-pc-linux-gnu-nptl/manual/dir-add.texi
>> LANGUAGE=C LC_ALL=C makeinfo -P 
>> /var/tmp/portage/sys-libs/glibc-2.24-r2/work/build-amd64-x86_64-pc-linux-gnu-nptl/manual/
>>  
>> --output=/var/tmp/portage/sys-libs/glibc-2.24-r2/work/build-amd64-x86_64-pc-linux-gnu-nptl/manual/libc.info
>>  libc.texinfo
>> libc.texinfo:6: warning: @codequotebacktick should only appear at the 
>> beginning of a line
>> libc.texinfo:6: warning: @codequoteundirected should only appear at the 
>> beginning of a line
>> libc.texinfo:6: warning: @codequoteundirected should not appear in 
>> @codequotebacktick
>> libc.texinfo:6: expected @codequoteundirected on or off, not `on' require'
>> libc.texinfo:6: superfluous argument to @codequotebacktick
>> libc.texinfo:6: expected @codequotebacktick on or off, not `on' and ''
>> make[2]: *** [Makefile:144: 
>> /var/tmp/portage/sys-libs/glibc-2.24-r2/work/build-amd64-x86_64-pc-linux-gnu-nptl/manual/libc.info]
>>  Error 1
>> make[2]: Leaving directory 
>> '/var/tmp/portage/sys-libs/glibc-2.24-r2/work/glibc-2.24/manual'
>> make[1]: *** [Makefile:215: manual/subdir_install] Error 2
>> make[1]: Leaving directory 
>> '/var/tmp/portage/sys-libs/glibc-2.24-r2/work/glibc-2.24'
>> make: *** [Makefile:12: install] Error 2
>>  * ERROR: sys-libs/glibc-2.24-r2::gentoo failed (install phase):
>>  *   emake failed
>>  *
>>
>> If anything more is wanted, I will be happy to post the wanted logs.
>> But I want to prevent to logbomnb the mailinglist in beforehand... ;)
>>
>> Cheers
>> Meino
>>
>
> Hi,
>
> Is there any solution for this problem ?
> Does anyone else has the same or similiar problems with this system
> update?
>
> Cheers
> Meino
>

What is the version of your gcc compiler?
The ebuild has this info on the version of gcc:
https://gitweb.gentoo.org/repo/gentoo.git/plain/sys-libs/glibc/glibc-2.24-r2.ebuild
src_prepare() {
...

case $(gcc-fullversion) in
4.8.[0-3]|4.9.0)
eerror "You need to switch to a newer compiler; gcc-4.8.[0-3] and
gcc-4.9.0 miscompile"
eerror "glibc.  See https://bugs.gentoo.org/547420 for details."
die "need to switch compilers #547420"
;;
esac
...
}



Re: [gentoo-user] glibc-2.24-r2 failed (install phase)

2017-06-18 Thread tuxic
On 06/15 05:56, tu...@posteo.de wrote:
> Hi,
> 
> While updateing glibc-2.24-r2 failed to install.
> 
> These are the last few lines of that process:
> 
> 
> al/execinfo.c.texi 
> /var/tmp/portage/sys-libs/glibc-2.24-r2/work/build-amd64-x86_64-pc-linux-gnu-nptl/manual/add.c.texi
>  
> /var/tmp/portage/sys-libs/glibc-2.24-r2/work/build-amd64-x86_64-pc-linux-gnu-nptl/manual/summary.texi
>  
> /var/tmp/portage/sys-libs/glibc-2.24-r2/work/build-amd64-x86_64-pc-linux-gnu-nptl/manual/pkgvers.texi
>  | sort;\
>  echo "@end direntry") > 
> /var/tmp/portage/sys-libs/glibc-2.24-r2/work/build-amd64-x86_64-pc-linux-gnu-nptl/manual/dir-add.texi.new
> mv -f 
> /var/tmp/portage/sys-libs/glibc-2.24-r2/work/build-amd64-x86_64-pc-linux-gnu-nptl/manual/dir-add.texi.new
>  
> /var/tmp/portage/sys-libs/glibc-2.24-r2/work/build-amd64-x86_64-pc-linux-gnu-nptl/manual/dir-add.texi
> LANGUAGE=C LC_ALL=C makeinfo -P 
> /var/tmp/portage/sys-libs/glibc-2.24-r2/work/build-amd64-x86_64-pc-linux-gnu-nptl/manual/
>  
> --output=/var/tmp/portage/sys-libs/glibc-2.24-r2/work/build-amd64-x86_64-pc-linux-gnu-nptl/manual/libc.info
>  libc.texinfo
> libc.texinfo:6: warning: @codequotebacktick should only appear at the 
> beginning of a line
> libc.texinfo:6: warning: @codequoteundirected should only appear at the 
> beginning of a line
> libc.texinfo:6: warning: @codequoteundirected should not appear in 
> @codequotebacktick
> libc.texinfo:6: expected @codequoteundirected on or off, not `on' require'
> libc.texinfo:6: superfluous argument to @codequotebacktick
> libc.texinfo:6: expected @codequotebacktick on or off, not `on' and ''
> make[2]: *** [Makefile:144: 
> /var/tmp/portage/sys-libs/glibc-2.24-r2/work/build-amd64-x86_64-pc-linux-gnu-nptl/manual/libc.info]
>  Error 1
> make[2]: Leaving directory 
> '/var/tmp/portage/sys-libs/glibc-2.24-r2/work/glibc-2.24/manual'
> make[1]: *** [Makefile:215: manual/subdir_install] Error 2
> make[1]: Leaving directory 
> '/var/tmp/portage/sys-libs/glibc-2.24-r2/work/glibc-2.24'
> make: *** [Makefile:12: install] Error 2
>  * ERROR: sys-libs/glibc-2.24-r2::gentoo failed (install phase):
>  *   emake failed
>  * 
> 
> If anything more is wanted, I will be happy to post the wanted logs.
> But I want to prevent to logbomnb the mailinglist in beforehand... ;)
> 
> Cheers
> Meino
> 

Hi,

Is there any solution for this problem ?
Does anyone else has the same or similiar problems with this system
update?

Cheers
Meino



Re: [gentoo-user] glibc-2.24-r2 failed (install phase)

2017-06-17 Thread tuxic
On 06/16 08:45, Spackman, Chris wrote:
> On 2017/06/16 at 09:55am, Mick wrote:
> > On Friday 16 Jun 2017 04:05:17 tu...@posteo.de wrote:
> > > On 06/15 08:18, tu...@posteo.de wrote:
> > > > On 06/15 12:16, Mike Gilbert wrote:
> > > > > On Thu, Jun 15, 2017 at 11:56 AM,   wrote:
> > > > > > Hi,
> > > > > > 
> > > > > > While updateing glibc-2.24-r2 failed to install.
> > > > > > 
> > > > > > These are the last few lines of that process:
> > > > > > 
> > > > > > 
> > > > > > al/execinfo.c.texi
> [snip]
> > > > > > [Makefile:12: install] Error 2
> > > > > > 
> > > > > >  * ERROR: sys-libs/glibc-2.24-r2::gentoo failed (install phase):
> > > > > >  *   emake failed
> > > > > >  *
> > > > > > 
> > > > > > If anything more is wanted, I will be happy to post the wanted logs.
> > > > > > But I want to prevent to logbomnb the mailinglist in beforehand... 
> > > > > > ;)
> > > > > 
> > > > > What version of sys-apps/texinfo do you have installed?
> > > > 
> > > > [I] sys-apps/texinfo
> > > > 
> > > >  Available versions:  4.13-r2 5.2 6.1 (~)6.3 {nls static}
> > > >  Installed versions:  6.3(06:29:05 AM 02/18/2017)(nls -static)
> > > >  Homepage:https://www.gnu.org/software/texinfo/
> > > >  Description: The GNU info program and utilities
> > > 
> > > I installed this version:
> > > 
> > > 
> > > 
> > > [I] sys-apps/texinfo
> > >  Available versions:  4.13-r2 5.2 6.1 [m](~)6.3 {nls static}
> > >  Installed versions:  6.1(03:39:36 AM 06/16/2017)(nls -static)
> > >  Homepage:https://www.gnu.org/software/texinfo/
> > >  Description: The GNU info program and utilities
> > > 
> > > and the same (see above) happens.
> > 
> > Did you try reinstalling sys-apps/texinfo, before glibc?
> 
> I had a similar issue with texinfo just yesterday, but not with glibc
> - I was unable to emerge almost anything. In my case, I think texinfo
> was a symptom, not the problem. Perhaps it is similar in your case?
> 
> I ran "perl-cleaner --all" once or twice, did an "emerge --deep -av
> --newuse @world" which found one package to update, and then maybe
> perl-cleaner again, and finally, "emerge --deep -avu @world" was able
> to upgrade / reinstall texinfo. After that, I was able to emerge
> new packages just fine.
> 
> So, point is - maybe try running something like perl-cleaner,
> revdep-rebuild, or the such?
> 
> -- 
> Chris Spackman
> 
> GNU Terry Pratchett
> 
> 

Hi Chris,

I have iterated over the possibilities several times without success:
The error remains the same.

Cheers
Meino






Re: [gentoo-user] glibc-2.24-r2 failed (install phase)

2017-06-16 Thread Spackman, Chris
On 2017/06/16 at 09:55am, Mick wrote:
> On Friday 16 Jun 2017 04:05:17 tu...@posteo.de wrote:
> > On 06/15 08:18, tu...@posteo.de wrote:
> > > On 06/15 12:16, Mike Gilbert wrote:
> > > > On Thu, Jun 15, 2017 at 11:56 AM,   wrote:
> > > > > Hi,
> > > > > 
> > > > > While updateing glibc-2.24-r2 failed to install.
> > > > > 
> > > > > These are the last few lines of that process:
> > > > > 
> > > > > 
> > > > > al/execinfo.c.texi
[snip]
> > > > > [Makefile:12: install] Error 2
> > > > > 
> > > > >  * ERROR: sys-libs/glibc-2.24-r2::gentoo failed (install phase):
> > > > >  *   emake failed
> > > > >  *
> > > > > 
> > > > > If anything more is wanted, I will be happy to post the wanted logs.
> > > > > But I want to prevent to logbomnb the mailinglist in beforehand... ;)
> > > > 
> > > > What version of sys-apps/texinfo do you have installed?
> > > 
> > > [I] sys-apps/texinfo
> > > 
> > >  Available versions:  4.13-r2 5.2 6.1 (~)6.3 {nls static}
> > >  Installed versions:  6.3(06:29:05 AM 02/18/2017)(nls -static)
> > >  Homepage:https://www.gnu.org/software/texinfo/
> > >  Description: The GNU info program and utilities
> > 
> > I installed this version:
> > 
> > 
> > 
> > [I] sys-apps/texinfo
> >  Available versions:  4.13-r2 5.2 6.1 [m](~)6.3 {nls static}
> >  Installed versions:  6.1(03:39:36 AM 06/16/2017)(nls -static)
> >  Homepage:https://www.gnu.org/software/texinfo/
> >  Description: The GNU info program and utilities
> > 
> > and the same (see above) happens.
> 
> Did you try reinstalling sys-apps/texinfo, before glibc?

I had a similar issue with texinfo just yesterday, but not with glibc
- I was unable to emerge almost anything. In my case, I think texinfo
was a symptom, not the problem. Perhaps it is similar in your case?

I ran "perl-cleaner --all" once or twice, did an "emerge --deep -av
--newuse @world" which found one package to update, and then maybe
perl-cleaner again, and finally, "emerge --deep -avu @world" was able
to upgrade / reinstall texinfo. After that, I was able to emerge
new packages just fine.

So, point is - maybe try running something like perl-cleaner,
revdep-rebuild, or the such?

-- 
Chris Spackman

GNU Terry Pratchett




Re: [gentoo-user] glibc-2.24-r2 failed (install phase)

2017-06-16 Thread Mick
On Friday 16 Jun 2017 04:05:17 tu...@posteo.de wrote:
> On 06/15 08:18, tu...@posteo.de wrote:
> > On 06/15 12:16, Mike Gilbert wrote:
> > > On Thu, Jun 15, 2017 at 11:56 AM,   wrote:
> > > > Hi,
> > > > 
> > > > While updateing glibc-2.24-r2 failed to install.
> > > > 
> > > > These are the last few lines of that process:
> > > > 
> > > > 
> > > > al/execinfo.c.texi
> > > > /var/tmp/portage/sys-libs/glibc-2.24-r2/work/build-amd64-x86_64-pc-li
> > > > nux-gnu-nptl/manual/add.c.texi
> > > > /var/tmp/portage/sys-libs/glibc-2.24-r2/work/build-amd64-x86_64-pc-li
> > > > nux-gnu-nptl/manual/summary.texi
> > > > /var/tmp/portage/sys-libs/glibc-2.24-r2/work/build-amd64-x86_64-pc-li
> > > > nux-gnu-nptl/manual/pkgvers.texi | sort;  
> > > >\> > > 
> > > >  echo "@end direntry") >
> > > >  /var/tmp/portage/sys-libs/glibc-2.24-r2/work/build-amd64-x86_64-pc-l
> > > >  inux-gnu-nptl/manual/dir-add.texi.new> > > 
> > > > mv -f
> > > > /var/tmp/portage/sys-libs/glibc-2.24-r2/work/build-amd64-x86_64-pc-li
> > > > nux-gnu-nptl/manual/dir-add.texi.new
> > > > /var/tmp/portage/sys-libs/glibc-2.24-r2/work/build-amd64-x86_64-pc-li
> > > > nux-gnu-nptl/manual/dir-add.texi LANGUAGE=C LC_ALL=C makeinfo -P
> > > > /var/tmp/portage/sys-libs/glibc-2.24-r2/work/build-amd64-x86_64-pc-li
> > > > nux-gnu-nptl/manual/
> > > > --output=/var/tmp/portage/sys-libs/glibc-2.24-r2/work/build-amd64-x86
> > > > _64-pc-linux-gnu-nptl/manual/libc.info libc.texinfo libc.texinfo:6:
> > > > warning: @codequotebacktick should only appear at the beginning of a
> > > > line libc.texinfo:6: warning: @codequoteundirected should only appear
> > > > at the beginning of a line libc.texinfo:6: warning:
> > > > @codequoteundirected should not appear in @codequotebacktick
> > > > libc.texinfo:6: expected @codequoteundirected on or off, not `on'
> > > > require' libc.texinfo:6: superfluous argument to @codequotebacktick
> > > > libc.texinfo:6: expected @codequotebacktick on or off, not `on' and ''
> > > > make[2]: *** [Makefile:144:
> > > > /var/tmp/portage/sys-libs/glibc-2.24-r2/work/build-amd64-x86_64-pc-li
> > > > nux-gnu-nptl/manual/libc.info] Error 1 make[2]: Leaving directory
> > > > '/var/tmp/portage/sys-libs/glibc-2.24-r2/work/glibc-2.24/manual'
> > > > make[1]: *** [Makefile:215: manual/subdir_install] Error 2
> > > > make[1]: Leaving directory
> > > > '/var/tmp/portage/sys-libs/glibc-2.24-r2/work/glibc-2.24' make: ***
> > > > [Makefile:12: install] Error 2
> > > > 
> > > >  * ERROR: sys-libs/glibc-2.24-r2::gentoo failed (install phase):
> > > >  *   emake failed
> > > >  *
> > > > 
> > > > If anything more is wanted, I will be happy to post the wanted logs.
> > > > But I want to prevent to logbomnb the mailinglist in beforehand... ;)
> > > 
> > > What version of sys-apps/texinfo do you have installed?
> > 
> > [I] sys-apps/texinfo
> > 
> >  Available versions:  4.13-r2 5.2 6.1 (~)6.3 {nls static}
> >  Installed versions:  6.3(06:29:05 AM 02/18/2017)(nls -static)
> >  Homepage:https://www.gnu.org/software/texinfo/
> >  Description: The GNU info program and utilities
> 
> I installed this version:
> 
> 
> 
> [I] sys-apps/texinfo
>  Available versions:  4.13-r2 5.2 6.1 [m](~)6.3 {nls static}
>  Installed versions:  6.1(03:39:36 AM 06/16/2017)(nls -static)
>  Homepage:https://www.gnu.org/software/texinfo/
>  Description: The GNU info program and utilities
> 
> and the same (see above) happens.

Did you try reinstalling sys-apps/texinfo, before glibc?
-- 
Regards,
Mick

signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] glibc-2.24-r2 failed (install phase)

2017-06-15 Thread tuxic
On 06/15 08:18, tu...@posteo.de wrote:
> On 06/15 12:16, Mike Gilbert wrote:
> > On Thu, Jun 15, 2017 at 11:56 AM,   wrote:
> > > Hi,
> > >
> > > While updateing glibc-2.24-r2 failed to install.
> > >
> > > These are the last few lines of that process:
> > >
> > > 
> > > al/execinfo.c.texi 
> > > /var/tmp/portage/sys-libs/glibc-2.24-r2/work/build-amd64-x86_64-pc-linux-gnu-nptl/manual/add.c.texi
> > >  
> > > /var/tmp/portage/sys-libs/glibc-2.24-r2/work/build-amd64-x86_64-pc-linux-gnu-nptl/manual/summary.texi
> > >  
> > > /var/tmp/portage/sys-libs/glibc-2.24-r2/work/build-amd64-x86_64-pc-linux-gnu-nptl/manual/pkgvers.texi
> > >  | sort;  \
> > >  echo "@end direntry") > 
> > > /var/tmp/portage/sys-libs/glibc-2.24-r2/work/build-amd64-x86_64-pc-linux-gnu-nptl/manual/dir-add.texi.new
> > > mv -f 
> > > /var/tmp/portage/sys-libs/glibc-2.24-r2/work/build-amd64-x86_64-pc-linux-gnu-nptl/manual/dir-add.texi.new
> > >  
> > > /var/tmp/portage/sys-libs/glibc-2.24-r2/work/build-amd64-x86_64-pc-linux-gnu-nptl/manual/dir-add.texi
> > > LANGUAGE=C LC_ALL=C makeinfo -P 
> > > /var/tmp/portage/sys-libs/glibc-2.24-r2/work/build-amd64-x86_64-pc-linux-gnu-nptl/manual/
> > >  
> > > --output=/var/tmp/portage/sys-libs/glibc-2.24-r2/work/build-amd64-x86_64-pc-linux-gnu-nptl/manual/libc.info
> > >  libc.texinfo
> > > libc.texinfo:6: warning: @codequotebacktick should only appear at the 
> > > beginning of a line
> > > libc.texinfo:6: warning: @codequoteundirected should only appear at the 
> > > beginning of a line
> > > libc.texinfo:6: warning: @codequoteundirected should not appear in 
> > > @codequotebacktick
> > > libc.texinfo:6: expected @codequoteundirected on or off, not `on' require'
> > > libc.texinfo:6: superfluous argument to @codequotebacktick
> > > libc.texinfo:6: expected @codequotebacktick on or off, not `on' and ''
> > > make[2]: *** [Makefile:144: 
> > > /var/tmp/portage/sys-libs/glibc-2.24-r2/work/build-amd64-x86_64-pc-linux-gnu-nptl/manual/libc.info]
> > >  Error 1
> > > make[2]: Leaving directory 
> > > '/var/tmp/portage/sys-libs/glibc-2.24-r2/work/glibc-2.24/manual'
> > > make[1]: *** [Makefile:215: manual/subdir_install] Error 2
> > > make[1]: Leaving directory 
> > > '/var/tmp/portage/sys-libs/glibc-2.24-r2/work/glibc-2.24'
> > > make: *** [Makefile:12: install] Error 2
> > >  * ERROR: sys-libs/glibc-2.24-r2::gentoo failed (install phase):
> > >  *   emake failed
> > >  *
> > >
> > > If anything more is wanted, I will be happy to post the wanted logs.
> > > But I want to prevent to logbomnb the mailinglist in beforehand... ;)
> > 
> > What version of sys-apps/texinfo do you have installed?
> > 
> [I] sys-apps/texinfo
>  Available versions:  4.13-r2 5.2 6.1 (~)6.3 {nls static}
>  Installed versions:  6.3(06:29:05 AM 02/18/2017)(nls -static)
>  Homepage:https://www.gnu.org/software/texinfo/
>  Description: The GNU info program and utilities
> 
> 
I installed this version:



[I] sys-apps/texinfo
 Available versions:  4.13-r2 5.2 6.1 [m](~)6.3 {nls static}
 Installed versions:  6.1(03:39:36 AM 06/16/2017)(nls -static)
 Homepage:https://www.gnu.org/software/texinfo/
 Description: The GNU info program and utilities

and the same (see above) happens.





Re: [gentoo-user] glibc-2.24-r2 failed (install phase)

2017-06-15 Thread tuxic
On 06/15 12:16, Mike Gilbert wrote:
> On Thu, Jun 15, 2017 at 11:56 AM,   wrote:
> > Hi,
> >
> > While updateing glibc-2.24-r2 failed to install.
> >
> > These are the last few lines of that process:
> >
> > 
> > al/execinfo.c.texi 
> > /var/tmp/portage/sys-libs/glibc-2.24-r2/work/build-amd64-x86_64-pc-linux-gnu-nptl/manual/add.c.texi
> >  
> > /var/tmp/portage/sys-libs/glibc-2.24-r2/work/build-amd64-x86_64-pc-linux-gnu-nptl/manual/summary.texi
> >  
> > /var/tmp/portage/sys-libs/glibc-2.24-r2/work/build-amd64-x86_64-pc-linux-gnu-nptl/manual/pkgvers.texi
> >  | sort;  \
> >  echo "@end direntry") > 
> > /var/tmp/portage/sys-libs/glibc-2.24-r2/work/build-amd64-x86_64-pc-linux-gnu-nptl/manual/dir-add.texi.new
> > mv -f 
> > /var/tmp/portage/sys-libs/glibc-2.24-r2/work/build-amd64-x86_64-pc-linux-gnu-nptl/manual/dir-add.texi.new
> >  
> > /var/tmp/portage/sys-libs/glibc-2.24-r2/work/build-amd64-x86_64-pc-linux-gnu-nptl/manual/dir-add.texi
> > LANGUAGE=C LC_ALL=C makeinfo -P 
> > /var/tmp/portage/sys-libs/glibc-2.24-r2/work/build-amd64-x86_64-pc-linux-gnu-nptl/manual/
> >  
> > --output=/var/tmp/portage/sys-libs/glibc-2.24-r2/work/build-amd64-x86_64-pc-linux-gnu-nptl/manual/libc.info
> >  libc.texinfo
> > libc.texinfo:6: warning: @codequotebacktick should only appear at the 
> > beginning of a line
> > libc.texinfo:6: warning: @codequoteundirected should only appear at the 
> > beginning of a line
> > libc.texinfo:6: warning: @codequoteundirected should not appear in 
> > @codequotebacktick
> > libc.texinfo:6: expected @codequoteundirected on or off, not `on' require'
> > libc.texinfo:6: superfluous argument to @codequotebacktick
> > libc.texinfo:6: expected @codequotebacktick on or off, not `on' and ''
> > make[2]: *** [Makefile:144: 
> > /var/tmp/portage/sys-libs/glibc-2.24-r2/work/build-amd64-x86_64-pc-linux-gnu-nptl/manual/libc.info]
> >  Error 1
> > make[2]: Leaving directory 
> > '/var/tmp/portage/sys-libs/glibc-2.24-r2/work/glibc-2.24/manual'
> > make[1]: *** [Makefile:215: manual/subdir_install] Error 2
> > make[1]: Leaving directory 
> > '/var/tmp/portage/sys-libs/glibc-2.24-r2/work/glibc-2.24'
> > make: *** [Makefile:12: install] Error 2
> >  * ERROR: sys-libs/glibc-2.24-r2::gentoo failed (install phase):
> >  *   emake failed
> >  *
> >
> > If anything more is wanted, I will be happy to post the wanted logs.
> > But I want to prevent to logbomnb the mailinglist in beforehand... ;)
> 
> What version of sys-apps/texinfo do you have installed?
> 
[I] sys-apps/texinfo
 Available versions:  4.13-r2 5.2 6.1 (~)6.3 {nls static}
 Installed versions:  6.3(06:29:05 AM 02/18/2017)(nls -static)
 Homepage:https://www.gnu.org/software/texinfo/
 Description: The GNU info program and utilities




Re: [gentoo-user] glibc-2.24-r2 failed (install phase)

2017-06-15 Thread Mike Gilbert
On Thu, Jun 15, 2017 at 11:56 AM,   wrote:
> Hi,
>
> While updateing glibc-2.24-r2 failed to install.
>
> These are the last few lines of that process:
>
> 
> al/execinfo.c.texi 
> /var/tmp/portage/sys-libs/glibc-2.24-r2/work/build-amd64-x86_64-pc-linux-gnu-nptl/manual/add.c.texi
>  
> /var/tmp/portage/sys-libs/glibc-2.24-r2/work/build-amd64-x86_64-pc-linux-gnu-nptl/manual/summary.texi
>  
> /var/tmp/portage/sys-libs/glibc-2.24-r2/work/build-amd64-x86_64-pc-linux-gnu-nptl/manual/pkgvers.texi
>  | sort;  \
>  echo "@end direntry") > 
> /var/tmp/portage/sys-libs/glibc-2.24-r2/work/build-amd64-x86_64-pc-linux-gnu-nptl/manual/dir-add.texi.new
> mv -f 
> /var/tmp/portage/sys-libs/glibc-2.24-r2/work/build-amd64-x86_64-pc-linux-gnu-nptl/manual/dir-add.texi.new
>  
> /var/tmp/portage/sys-libs/glibc-2.24-r2/work/build-amd64-x86_64-pc-linux-gnu-nptl/manual/dir-add.texi
> LANGUAGE=C LC_ALL=C makeinfo -P 
> /var/tmp/portage/sys-libs/glibc-2.24-r2/work/build-amd64-x86_64-pc-linux-gnu-nptl/manual/
>  
> --output=/var/tmp/portage/sys-libs/glibc-2.24-r2/work/build-amd64-x86_64-pc-linux-gnu-nptl/manual/libc.info
>  libc.texinfo
> libc.texinfo:6: warning: @codequotebacktick should only appear at the 
> beginning of a line
> libc.texinfo:6: warning: @codequoteundirected should only appear at the 
> beginning of a line
> libc.texinfo:6: warning: @codequoteundirected should not appear in 
> @codequotebacktick
> libc.texinfo:6: expected @codequoteundirected on or off, not `on' require'
> libc.texinfo:6: superfluous argument to @codequotebacktick
> libc.texinfo:6: expected @codequotebacktick on or off, not `on' and ''
> make[2]: *** [Makefile:144: 
> /var/tmp/portage/sys-libs/glibc-2.24-r2/work/build-amd64-x86_64-pc-linux-gnu-nptl/manual/libc.info]
>  Error 1
> make[2]: Leaving directory 
> '/var/tmp/portage/sys-libs/glibc-2.24-r2/work/glibc-2.24/manual'
> make[1]: *** [Makefile:215: manual/subdir_install] Error 2
> make[1]: Leaving directory 
> '/var/tmp/portage/sys-libs/glibc-2.24-r2/work/glibc-2.24'
> make: *** [Makefile:12: install] Error 2
>  * ERROR: sys-libs/glibc-2.24-r2::gentoo failed (install phase):
>  *   emake failed
>  *
>
> If anything more is wanted, I will be happy to post the wanted logs.
> But I want to prevent to logbomnb the mailinglist in beforehand... ;)

What version of sys-apps/texinfo do you have installed?