Your message dated Tue, 8 Jun 2010 20:01:26 +0200
with message-id <[email protected]>
and subject line Re: Bug#585042: Acknowledgement (eglibc: please disable manual
directory for bootstrap builds)
has caused the Debian Bug report #585042,
regarding eglibc: please disable manual directory for bootstrap builds
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
585042: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=585042
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: eglibc
Severity: wishlist
Hello,
While trying to bootstrap eglibc headers from source package, I get:
make[2]: Leaving directory
`/home/zumbi/tmp/arm-ballonboard-linux-gnueabi/debsrc/eglibc-2.11.1/wctype'
make subdir=manual -C manual ..=../ install-headers
make: Entering an unknown directory
make: *** manual: El fitxer o directori no existeix. Stop.
make: Leaving an unknown directory
make[1]: *** [manual/install-headers] Error 2
make[1]: Leaving directory
`/home/zumbi/tmp/arm-ballonboard-linux-gnueabi/debsrc/eglibc-2.11.1'
make: *** [install-headers] Error 2
Could you please consider fixing bootstrapping headers and disable manual/
directory builds as it is not shipped along eglibc source?
The following patch is all it takes + a changelog entry :-)
--- Makeconfig 2009-06-24 16:26:34.000000000 +0000
+++ Makeconfig.bootstrap 2010-06-08 14:21:47.000000000 +0000
@@ -959,7 +959,7 @@
all-subdirs = csu assert ctype locale intl catgets math setjmp signal \
stdlib stdio-common libio malloc string wcsmbs time dirent \
grp pwd posix io termios resource misc socket sysvipc gmon \
- gnulib iconv iconvdata wctype manual shadow gshadow po argp \
+ gnulib iconv iconvdata wctype shadow gshadow po argp \
crypt nss localedata timezone rt conform debug \
$(add-on-subdirs) $(dlfcn) $(binfmt-subdir)
Thanks,
-- Hector Oron
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.32-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=ca_AD.UTF-8, LC_CTYPE=ca_AD.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--- End Message ---
--- Begin Message ---
Hello,
I was not applying patches. I tested again as suggested on IRC
chatroom and it works fine.
Apologies for the noise.
Best regards,
--
Héctor Orón
"Our Sun unleashes tremendous flares expelling hot gas into the Solar
System, which one day will disconnect us."
--- End Message ---