Front page | perl.perl5.porters |
Postings from April 2007
Re: B::C borked on blead
Thread Previous
|
Thread Next
From:
Nicholas Clark
Date:
April 16, 2007 16:29
Subject:
Re: B::C borked on blead
Message ID:
20070416232919.GR69960@plum.flirble.org
On Tue, Apr 17, 2007 at 01:29:23AM +0200, David Landgren wrote:
> List,
>
> I've been getting this for several days:
>
> rm Policy.sh config.sh
> ./Configure -de -Dusemymalloc -Dusedevel -Duseithreads \
> -Accflags="-DPERL_COPY_ON_WRITE -DPERL_DONT_CREATE_GVSV"
> make
>
> [... time passes ...]
gmake -j7 makes time pass more quickly :-)
> ../../../miniperl "-I../../../lib" "-I../../../lib"
> ../../../lib/ExtUtils/xsubpp -typemap ../../../lib/ExtUtils/typemap
> C.xs > C.xsc && mv C.xsc
> C.c
> cc -c -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -DPERL_COPY_ON_WRITE
> -DPERL_DONT_CREATE_GVSV -fno-strict-aliasing -pipe -I/usr/local/include
> -O -
> DVERSION=\"1.05\" -DXS_VERSION=\"1.05\" -DPIC -fPIC "-I../../.." C.c
> C.xs: In function `my_runops':
> C.xs:26: error: structure has no member named `op_pmreplroot'
> C.xs:27: error: structure has no member named `op_pmreplstart'
> C.xs:28: error: structure has no member named `op_pmnext'
> *** Error code 1
>
> Stop in /home/perl/src/blead/ext/B/C.
> *** Error code 1
>
> I'm not sure if it's related to Nicholas's op explorations, but it's all
> a bit much for my poor brane. I don't know if it's the combination of
> Configure switches or something deeper.
Er, you shouldn't have a C.xs in B in blead. It was removed a while back.
Are you rsync-ing without --delete?
(if adding --delete, tread carefully. It does delete things.
Double check you have the right target)
Nicholas Clark
Thread Previous
|
Thread Next