[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-hackers] multiple issues in embedded PCRE
From: |
Marijn Schouten (hkBst) |
Subject: |
Re: [Chicken-hackers] multiple issues in embedded PCRE |
Date: |
Fri, 23 Nov 2007 13:38:48 +0100 |
User-agent: |
Thunderbird 2.0.0.9 (X11/20071115) |
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
felix winkelmann wrote:
> On Nov 21, 2007 5:44 PM, Marijn Schouten (hkBst) <address@hidden> wrote:
>> echo "#define C_HACKED_APPLY" >>chicken-config.h
>> cat chicken-defaults.h >>chicken-config.h
>> gcc -fno-strict-aliasing -DHAVE_CHICKEN_CONFIG_H -DC_ENABLE_PTABLES -I. \
>> -c -O2 -pipe -ggdb \
>> -DC_BUILDING_LIBCHICKEN library.c -o
>> library-static/home/marijn/cvs/gentoo-x86/dev-scheme/chicken
>> Assembler messages:
>> Fatal error: can't create
>> library-static/home/marijn/cvs/gentoo-x86/dev-scheme/chicken: No such file or
>> directory
>> library.c:36849: fatal error: error writing to -: Broken pipe
>> compilation terminated.
>> The bug is not reproducible, so it is likely a hardware or OS problem.
>>
>> And its snarky comment is a lie. This is very reproducible. Apparently it has
>> some issues with directories. Using
>> http://chicken.wiki.br/dev-snapshots/2007/11/21/chicken-2.732.tar.gz
>> does nothing to improve the situation.
>>
>
> How do you invoke "make"?
There is a src_compile function in ebuilds and for chicken I use:
src_compile() {
OPTIONS="PLATFORM=linux PREFIX=/usr"
make ${OPTIONS} C_COMPILER_OPTIMIZATION_OPTIONS="$CFLAGS" || die
}
it gets called from the directory wherein the source was unpacked (or else it
would find no makefile). I'm not sure what else I can say about it.
Marijn
- --
Marijn Schouten (hkBst), Gentoo Lisp project, Gentoo ML
<http://www.gentoo.org/proj/en/lisp/>, #gentoo-{lisp,ml} on FreeNode
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.7 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFHRsnYp/VmCx0OL2wRAjghAJ9xoFyGzF+rq1SE3sy1jXy89XIYvgCgweiI
bMl3+sUA1K+X2RsvrpxPgeI=
=PzD4
-----END PGP SIGNATURE-----
- Re: ***SPAM*** Re: [Chicken-hackers] multiple issues in embedded PCRE, (continued)
- Re: ***SPAM*** Re: [Chicken-hackers] multiple issues in embedded PCRE, Peter Bex, 2007/11/23
- Re: ***SPAM*** Re: [Chicken-hackers] multiple issues in embedded PCRE, Matthew Welland, 2007/11/23
- Re: ***SPAM*** Re: [Chicken-hackers] multiple issues in embedded PCRE, John Cowan, 2007/11/23
- Re: ***SPAM*** Re: [Chicken-hackers] multiple issues in embedded PCRE, Alex Queiroz, 2007/11/24
- Re: [Chicken-hackers] multiple issues in embedded PCRE, Mario Domenech Goulart, 2007/11/24
- Re: [Chicken-hackers] multiple issues in embedded PCRE, Peter Bex, 2007/11/25
- Re: [Chicken-hackers] multiple issues in embedded PCRE, felix winkelmann, 2007/11/26
- Re: [Chicken-hackers] multiple issues in embedded PCRE, Mario Domenech Goulart, 2007/11/23
- Re: [Chicken-hackers] multiple issues in embedded PCRE, felix winkelmann, 2007/11/23
- Re: [Chicken-hackers] multiple issues in embedded PCRE, felix winkelmann, 2007/11/23
- Re: [Chicken-hackers] multiple issues in embedded PCRE,
Marijn Schouten (hkBst) <=
- Re: [Chicken-hackers] multiple issues in embedded PCRE, Mario Domenech Goulart, 2007/11/23
- Re: [Chicken-hackers] multiple issues in embedded PCRE, Mario Domenech Goulart, 2007/11/26
- Re: [Chicken-hackers] multiple issues in embedded PCRE, Marijn Schouten (hkBst), 2007/11/28