bug#222: marked as done (BUILD: how to use chroot for building)
[email protected] (LNX-BBC bug Tracking System) Sat, 11 Oct 2003 15:55:01 -0700
| Newsgroups | gmane.linux.bbc.bugs |
|---|---|
| Message-ID | <[email protected]> |
Your message dated Sat, 11 Oct 2003 17:53:45 -0500 with message-id <[email protected]> and subject line not a bug has caused the attached bug report 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 I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Nick Moffitt (administrator, LNX-BBC bugs database) -------------------------------------- Received: (at submit) by bugs.lnx-bbc.org; 31 Dec 2002 18:55:47 +0000 >From [email protected] Tue Dec 31 10:55:47 2002 Received: from ns.mock.com ([209.157.146.194] helo=mail.mock.com) by gar.lnx-bbc.org with esmtp (Exim 3.36 #1 (Debian)) id 18TRYJ-0007jS-00 for <[email protected]>; Tue, 31 Dec 2002 10:55:47 -0800 Received: from T23.mock.com (t23.mock.com [192.168.10.12]) by mail.mock.com (8.11.0/8.11.0) with ESMTP id gBVIuH822737 for <[email protected]>; Tue, 31 Dec 2002 10:56:17 -0800 Message-Id: <[email protected]> X-Sender: [email protected] X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Tue, 31 Dec 2002 10:56:16 -0800 To: [email protected] From: Jeff Mock <[email protected]> Subject: Package: gar Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Package: gar Hi, I've always enjoyed the old version of the lnx-bbc, I'm so happy to hear that your doing a 2.0 version. I'm hip to test so I'm doing a cvs source build for the first time. I'm running on a pretty vanilla redhat 8.0 machine, I got the cvs tree this morning (12/31) and it dies pretty quickly with some nonsense C compiler errors as follows: thanks! jeff --------------------------- [jeff@scooter lnx-bbc]$ make build [===== NOW BUILDING: lnx-bbc-2002-12-31 =====] Building BBC image bbc-2002-12-31T10:32:44-0800.iso. [fetch] complete for lnx-bbc. [checksum] complete for lnx-bbc. [extract] complete for lnx-bbc. [patch] complete for lnx-bbc. ==> Building disk/cdrtools as a build dep ==> Building devel/glibc as a dependency make[1]: Entering directory `/home/jeff/gar/gar/devel/glibc' [===== NOW BUILDING: glibc-2.2.5 =====] [fetch] complete for glibc. [checksum] complete for glibc. [extract] complete for glibc. [patch] complete for glibc. [configure] complete for glibc. ==> Running make in work/glibc-2.2.5 make[2]: Entering directory `/home/jeff/gar/gar/devel/glibc/work/glibc-2.2.5' make -C csu subdir_lib make[3]: Entering directory `/home/jeff/gar/gar/devel/glibc/work/glibc-2.2.5/csu' cc ../sysdeps/unix/sysv/linux/init-first.c -c -L/tmp/gar//lib -O3 -Wall -Winline -Wstrict-prototypes -Wwrite-strings -mcpu=i386 -I../include -I. -I.. -I../libio -I../sysdeps/i386/elf -I../linuxthreads/sysdeps/unix/sysv/linux/i386 -I../linuxthreads/sysdeps/unix/sysv/linux -I../linuxthreads/sysdeps/pthread -I../sysdeps/pthread -I../linuxthreads/sysdeps/unix/sysv -I../linuxthreads/sysdeps/unix -I../linuxthreads/sysdeps/i386 -I../sysdeps/unix/sysv/linux/i386 -I../sysdeps/unix/sysv/linux -I../sysdeps/gnu -I../sysdeps/unix/common -I../sysdeps/unix/mman -I../sysdeps/unix/inet -I../sysdeps/unix/sysv/i386 -I../sysdeps/unix/sysv -I../sysdeps/unix/i386 -I../sysdeps/unix -I../sysdeps/posix -I../sysdeps/i386/fpu -I../sysdeps/i386 -I../sysdeps/wordsize-32 -I../sysdeps/ieee754/ldbl-96 -I../sysdeps/ieee754/dbl-64 -I../sysdeps/ieee754/flt-32 -I../sysdeps/ieee754 -I../sysdeps/generic/elf -I../sysdeps/generic -D_LIBC_REENTRANT -include ../include/libc-symbols.h -DHAVE_INITFINI -o init-first.o In file included from ../include/pthread.h:1, from ../linuxthreads/sysdeps/pthread/bits/libc-lock.h:23, from ../sysdeps/generic/ldsodefs.h:34, from ../sysdeps/unix/sysv/linux/ldsodefs.h:25, from ../sysdeps/unix/sysv/linux/init-first.c:32: ../linuxthreads/sysdeps/pthread/pthread.h:163: parse error before "__thread" ../linuxthreads/sysdeps/pthread/pthread.h:165: `pthread_create' declared as function returning a function ../linuxthreads/sysdeps/pthread/pthread.h:165: warning: function declaration isn't a prototype ../linuxthreads/sysdeps/pthread/pthread.h:166: parse error before "void" ../linuxthreads/sysdeps/pthread/pthread.h:591: storage class specified for parameter `type name' In file included from ../linuxthreads/sysdeps/pthread/pthread.h:655, from ../include/pthread.h:1, from ../linuxthreads/sysdeps/pthread/bits/libc-lock.h:23, from ../sysdeps/generic/ldsodefs.h:34, from ../sysdeps/unix/sysv/linux/ldsodefs.h:25, from ../sysdeps/unix/sysv/linux/init-first.c:32: ../linuxthreads/sysdeps/unix/sysv/linux/bits/sigthread.h:36: storage class specified for parameter `type name' make[3]: *** [init-first.o] Error 1 make[3]: Leaving directory `/home/jeff/gar/gar/devel/glibc/work/glibc-2.2.5/csu' make[2]: *** [csu/subdir_lib] Error 2 make[2]: Leaving directory `/home/jeff/gar/gar/devel/glibc/work/glibc-2.2.5' make[1]: *** [build-work/glibc-2.2.5/Makefile] Error 2 make[1]: Leaving directory `/home/jeff/gar/gar/devel/glibc' make: *** [dep-../../devel/glibc] Error 2 --------------------------------------- Received: (at 222-done) by bugs.lnx-bbc.org; 11 Oct 2003 22:53:47 +0000 >From [email protected] Sat Oct 11 15:53:47 2003 Received: from goose.movealong.org ([69.17.22.121] ident=postfix) by gargoyle.lnx-bbc.org with esmtp (Exim 3.35 #1 (Debian)) id 1A8ScN-00044A-00 for <[email protected]>; Sat, 11 Oct 2003 15:53:47 -0700 Received: by goose.movealong.org (Postfix, from userid 1001) id D5B4244221; Sat, 11 Oct 2003 17:53:45 -0500 (CDT) Date: Sat, 11 Oct 2003 17:53:45 -0500 From: Nate Riffe <[email protected]> To: [email protected] Subject: not a bug Message-ID: <[email protected]> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-pw: reindeer flotilla User-Agent: Mutt/1.5.4i The bug database is for bugs, not HOWTOs. -- --< ((\))< >----< [email protected] >----< http://www.movealong.org/ >-- pub 1024D/05A058E0 2002-03-07 Nate Riffe (06-Mar-2002) <[email protected]> Key fingerprint = 0DAC F5CB D182 3165 D757 C466 CD42 12A8 05A0 58E0