Subject: Re: pkg/37555 (textproc/gsed)
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Gilles Dauphin <Gilles.Dauphin@enst.fr>
List: pkgsrc-bugs
Date: 12/19/2007 10:45:03
The following reply was made to PR pkg/37555; it has been noted by GNATS.
From: Gilles Dauphin <Gilles.Dauphin@enst.fr>
To: pkg-manager@NetBSD.org, pkgsrc-bugs@NetBSD.org,
gnats-admin@NetBSD.org, rillig@NetBSD.org, gnats-bugs@NetBSD.org
Cc:
Subject: Re: pkg/37555 (textproc/gsed)
Date: Wed, 19 Dec 2007 11:41:45 +0100 (CET)
> From: rillig@NetBSD.org
> To: pkg-manager@NetBSD.org, pkgsrc-bugs@NetBSD.org, gnats-admin@NetBSD.org,
rillig@NetBSD.org, "Gilles Dauphin" <dauphin@enst.fr>
> Subject: Re: pkg/37555 (textproc/gsed)
> X-Gnats-Was-Stupid: no
> Cc:
> Date: Wed, 19 Dec 2007 00:12:15 +0000 (UTC)
>
> Synopsis: textproc/gsed
>
> State-Changed-From-To: open->feedback
> State-Changed-By: rillig@netbsd.org
> State-Changed-When: Wed, 19 Dec 2007 00:12:14 +0000
> State-Changed-Why:
> I just committed the necessary patches to fix the problem properly.
> Does it work for you now?
>
>
Sorry no,
------------------------------
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -I../intl -I.. -I../lib -I../intl
-I/usr/pkg/include -I/usr/include -O -I/usr/pkg/include -I/usr/include -MT
regex.o -MD -MP -MF ".deps/regex.Tpo" -c -o regex.o regex.c; then mv -f
".deps/regex.Tpo" ".deps/regex.Po"; else rm -f ".deps/regex.Tpo"; exit 1; fi
In file included from regex.c:64:
regcomp.c:566:7: missing binary operator before token "("
regcomp.c:570:2: #error "Unknown value for BITSET_WORD_MAX"
*** Error code 1
Stop.
------------------------------
The compiler is gcc 3.4.3.
I think the problem is with the -m64 option because if I compile with -m32
it works. (I have a gcc wrapper to add -m64)
Gilles