Philip M. Gollucci wrote:
Stas Bekman wrote:

Philip M. Gollucci wrote:

Stas Bekman wrote:

Philip, make sure that you rsync against the right source. I use:

rsync -acvz --delete --force rsync://ftp.linux.activestate.com/perl-current/ ./perl-blead

cd /usr/home/pgollucci/dev/src ; rm -rf perl-5.9.3-ithreads; /usr/local/bin/rsync -acv --delete --force rsync://ftp.linux.activestate.com/perl-current/ perl-5.9.3-ithreads
So how come that you get a stale checkout? Are you sure you are building in the right directory?

To answer the above question, I can verify I am building in the write directory based on the presence of the *.o files from the build.

So I tried again same error. Let me list the commands and some info. A perl -V finishes it off. What the F*** am I missing here as this is getting old now.

Anyone want to make me an unoffical tarball they know works for this particular issue, and I will try that one?

All the below info is from an rsync as of 9:55pm EST Saturday August 20, 2005.

cd /usr/home/pgollucci/dev/src ;
rm -rf perl-5.9.3

rsync -acvz --delete --force rsync://ftp.linux.activestate.com/perl-current/ perl-5.9.3

cd perl-5.9.3

cat .patch
25309

Some notes:
The last time I did this it was 25216.
The version that Stas said works for him was 25292

Unless I am insane, 25309 is NEWER then both.

make distclean
./Configure -sde \
  -Dprefix=$PREFIX/perl \
  -Darchlib=$PREFIX/perl/lib \
  -Dsitearch=$PREFIX/perl/lib \
  -Dsitelib=$PREFIX/perl/lib \
  -Dprivlib=$PREFIX/perl/lib \
  -Dman3dir=$PREFIX/perl/man/man3 \
  -Dman1dir=$PREFIX/perl/man/man1 \
  -Dsiteman3dir=$PREFIX/perl/man/man3 \
  -Dsiteman1dir=$PREFIX/perl/man/man1 \
  -Dscriptdir=$PREFIX/perl/bin \
  -Uinstallusrbinperl \
  -Dcc=cc \
  -Doptimize="-ggdb3 -O0" \
  -Duseshrplib \
  -Dusedevel \
  -Dusethreads=n \
  -Dusemymalloc=y \
  -Duse64bitint \
  -Dccflags=-pipe \
  -Ud_dosuid \
  -Ui_gdbm \
  -Ui_malloc \
  -Ui_iconv \
  -Ubincompat5005
make all test install

$PREFIX/perl/bin/perl5.9.3 -V [attached]


Thanks in advance.
--
END
------------------------------------------------------------
    What doesn't kill us can only make us stronger.
                Nothing is impossible.
                                
Philip M. Gollucci ([EMAIL PROTECTED]) 301.254.5198
Consultant / http://p6m7g8.net/Resume/
Senior Developer / Liquidity Services, Inc.
  http://www.liquidityservicesinc.com
       http://www.liquidation.com
       http://www.uksurplus.com
       http://www.govliquidation.com
       http://www.gowholesale.com

Summary of my perl5 (revision 5 version 9 subversion 3 patch 25309) 
configuration:
  Platform:
    osname=freebsd, osvers=5.4-release, archname=i386-freebsd-64int
    uname='freebsd pgollucci.internal.liquidation.com 5.4-release freebsd 
5.4-release #0: sun may 8 10:21:06 utc 2005 [EMAIL 
PROTECTED]:usrobjusrsrcsysgeneric i386 '
    config_args='-sde 
-Dprefix=/usr/home/pgollucci/dev/apps/5.9.3_2.3.0_prefork/perl 
-Darchlib=/usr/home/pgollucci/dev/apps/5.9.3_2.3.0_prefork/perl/lib 
-Dsitearch=/usr/home/pgollucci/dev/apps/5.9.3_2.3.0_prefork/perl/lib 
-Dsitelib=/usr/home/pgollucci/dev/apps/5.9.3_2.3.0_prefork/perl/lib 
-Dprivlib=/usr/home/pgollucci/dev/apps/5.9.3_2.3.0_prefork/perl/lib 
-Dman3dir=/usr/home/pgollucci/dev/apps/5.9.3_2.3.0_prefork/perl/man/man3 
-Dman1dir=/usr/home/pgollucci/dev/apps/5.9.3_2.3.0_prefork/perl/man/man1 
-Dsiteman3dir=/usr/home/pgollucci/dev/apps/5.9.3_2.3.0_prefork/perl/man/man3 
-Dsiteman1dir=/usr/home/pgollucci/dev/apps/5.9.3_2.3.0_prefork/perl/man/man1 
-Dscriptdir=/usr/home/pgollucci/dev/apps/5.9.3_2.3.0_prefork/perl/bin 
-Uinstallusrbinperl -Dcc=cc -Doptimize=-ggdb3 -O0 -Duseshrplib -Dusedevel 
-Dusethreads=n -Dusemymalloc=y -Duse64bitint -Dccflags=-pipe -Ud_dosuid 
-Ui_gdbm -Ui_malloc -Ui_iconv -Ubincompat5005'
    hint=recommended, useposix=true, d_sigaction=define
    usethreads=undef useithreads=undef usemultiplicity=undef
    useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
    use64bitint=define use64bitall=undef uselongdouble=undef
    usemymalloc=y, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-pipe -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -DDEBUGGING 
-fno-strict-aliasing -Wdeclaration-after-statement -I/usr/local/include',
    optimize='-ggdb3 -O0',
    cppflags='-pipe -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H -DDEBUGGING 
-fno-strict-aliasing -Wdeclaration-after-statement -I/usr/local/include'
    ccversion='', gccversion='3.4.2 [FreeBSD] 20040728', gccosandvers=''
    intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=12345678
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
    ivtype='long long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', 
lseeksize=8
    alignbytes=4, prototype=define
  Linker and Libraries:
    ld='cc', ldflags ='-Wl,-E  -L/usr/local/lib'
    libpth=/usr/lib /usr/local/lib
    libs=-lgdbm -lm -lcrypt -lutil -lc
    perllibs=-lm -lcrypt -lutil -lc
    libc=, so=so, useshrplib=true, libperl=libperl.so
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='  
-Wl,-R/usr/home/pgollucci/dev/apps/5.9.3_2.3.0_prefork/perl/lib/CORE'
    cccdlflags='-DPIC -fPIC', lddlflags='-shared  -L/usr/local/lib'


Characteristics of this binary (from libperl): 
  Compile-time options: DEBUGGING MYMALLOC PERL_DONT_CREATE_GVSV
                        PERL_MALLOC_WRAP USE_64_BIT_INT USE_LARGE_FILES
                        USE_PERLIO
  Locally applied patches:
        DEVEL24148
  Built under freebsd
  Compiled at Aug 20 2005 21:04:33
  @INC:
    /usr/home/pgollucci/dev/apps/5.9.3_2.3.0_prefork/perl/lib
    /usr/home/pgollucci/dev/apps/5.9.3_2.3.0_prefork/perl/lib
    /usr/home/pgollucci/dev/apps/5.9.3_2.3.0_prefork/perl/lib
    /usr/home/pgollucci/dev/apps/5.9.3_2.3.0_prefork/perl/lib
    .

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to