Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 81661 - Glibc 2.3.4.20050125 emerge dies on info pages
Summary: Glibc 2.3.4.20050125 emerge dies on info pages
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-11 13:23 UTC by Kaiting Chen
Modified: 2005-02-11 23:38 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kaiting Chen 2005-02-11 13:23:43 UTC
make[2]: Entering directory `/system/temporary/portage/glibc-2.3.4.20050125/wor$make[2]: *** No rule to make target `../linuxthreads/linuxthreads.texi', needed$make[2]: Leaving directory `/system/temporary/portage/glibc-2.3.4.20050125/work$make[1]: *** [manual/subdir_install] Error 2
make[1]: Leaving directory `/system/temporary/portage/glibc-2.3.4.20050125/work$make: *** [install] Error 2

!!! ERROR: sys-libs/glibc-2.3.4.20050125 failed.
!!! Function toolchain-glibc_src_install, Line 269, Exitcode 2
!!! (no error message)
!!! If you need support, post the topmost build error, NOT this status message.

I get that error while compiling glibc. It looks like it might be because of my nptlonly flag. However, I didn't get that error before the commit on 2/10/05

Reproducible: Always
Steps to Reproduce:
Comment 1 Kaiting Chen 2005-02-11 15:32:33 UTC
I'm pretty sure that this is caused by an:
  @include ../linuxthreads/linuxthreads.texi
line in:
  manual/chapters.texi

This error probably only occurs when using the nptlonly use flag, because in this case, the glibc-linuxthreads tarball is not downloaded or unpacked. To fix this, we could download and unpack that tarball, or remove the line in the offending file. The file is actually part of the glibc-infopages tarball, so maybe we should sed in the ebuild. In that case, the:
  @set linuxthreads
line should be removed from the file as well.
Comment 2 Jeremy Huddleston (RETIRED) gentoo-dev 2005-02-11 23:38:20 UTC
Fixed in cvs as of a few hours ago.  Thanks.