This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: configure problem


Yes indeed, more problems on install. Googling around it seems this particular problem has been around for a while

make -C manual subdir_install
make[2]: Entering directory `/tmp/tgl-static-build/src/manual'
pwd=`pwd`; \
no libm-err-tab.pl $pwd/.. > libm-err-tmp
/bin/sh: no: command not found
make[2]: *** [stamp-libm-err] Error 127
make[2]: Leaving directory `/tmp/tgl-static-build/src/manual'

'no' is the content of $(PERL)

Since both of these are trivial (I think) any chance of getting them fixed by tptb? Don't have the relevant GPL paperwork myself.

I'll fix this locally and see if anything else bites me.

Andrew Walrond wrote:
When I try to build libc in a minimal chroot environment, configure fails while testing cpp functionality, because it uses <assert.h> for the tests, and assumes it's present (which it isn't)

Obviously creating a dummy assert.h fixes things up just fine for me, but should it make this assumption?

Andrew Walrond



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]