[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

problems on os x



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi, I installed the debbugs package under OS X because I want to see how it would work fr the Fink Project, but I have been running into problems. The process-all script seems to be having issues. I looked at it under perl -d and it seemed to be looping in the filelock code, and after a little while of running it in the background it dies with this message:

*** failed to get lock on file incoming-cleaner: setlk: No such process at (eval 1) line 4.
setlk: No such process at (eval 3) line 4.
setlk: No such process at (eval 5) line 4.
setlk: No such process at (eval 7) line 4.
setlk: No such process at (eval 9) line 4.
setlk: No such process at (eval 11) line 4.
setlk: No such process at (eval 13) line 4.
setlk: No such process at (eval 15) line 4.
setlk: No such process at (eval 17) line 4.
setlk: No such process at (eval 19) line 4. //
            open(FLOCK0,"> $lockfile") || die "open: $!";
            $flockwant= pack($flockstruct,&F_WRLCK,0,0,1,0);
            fcntl(FLOCK0,&F_SETLK,$flockwant) || die "setlk: $!";
            (@s1= lstat($lockfile)) || die "lstat: $!";
            (@s2= stat(FLOCK0)) || die "fstat: $!";
            join(',',@s1) eq join(',',@s2) || die "file switched";
            1;


[1]+ Exit 9 /Users/beren12/Sites/usr/lib/debbugs/processall

Does anyone have any ideas about this? The server is running:
perl -V
Summary of my perl5 (revision 5.0 version 8 subversion 1 RC3) configuration:
  Platform:
    osname=darwin, osvers=7.0, archname=darwin-thread-multi-2level
uname='darwin hampsten 7.0 darwin kernel version 6.0: fri jul 25 16:58:41 pdt 2003; root:xnu-344.frankd.rootsxnu-344.frankd~objrelease_ppc power macintosh powerpc ' config_args='-ds -e -Dprefix=/usr -Dccflags=-g -pipe - -Dldflags=-Dman3ext=3pm -Duseithreads -Duseshrplib'
    hint=recommended, useposix=true, d_sigaction=define
usethreads=define use5005threads=undef useithreads=define usemultiplicity=define
    useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
    use64bitint=undef use64bitall=undef uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
cc='cc', ccflags ='-g -pipe -pipe -fno-common -DPERL_DARWIN - -no-cpp-precomp -fno-strict-aliasing -I/usr/local/include',
    optimize='-Os',
cppflags='-no-cpp-precomp -g -pipe -pipe -fno-common -DPERL_DARWIN - -no-cpp-precomp -fno-strict-aliasing -I/usr/local/include' ccversion='', gccversion='3.3 20030304 (Apple Computer, Inc. build 1495)', gccosandvers=''
    intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=4321
    d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=8
ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8
    alignbytes=8, prototype=define
  Linker and Libraries:
    ld='MACOSX_DEPLOYMENT_TARGET=10.3 cc', ldflags ='-L/usr/local/lib'
    libpth=/usr/local/lib /usr/lib
    libs=-ldbm -ldl -lm -lc
    perllibs=-ldl -lm -lc
libc=/usr/lib/libc.dylib, so=dylib, useshrplib=true, libperl=libperl.dylib
    gnulibc_version=''
  Dynamic Linking:
    dlsrc=dl_dyld.xs, dlext=bundle, d_dlsymun=undef, ccdlflags=' '
cccdlflags=' ', lddlflags='-bundle -undefined dynamic_lookup - -L/usr/local/lib'


Characteristics of this binary (from libperl):
Compile-time options: MULTIPLICITY USE_ITHREADS USE_LARGE_FILES PERL_IMPLICIT_CONTEXT
  Locally applied patches:
        RC3
  Built under darwin
  Compiled at Sep 12 2003 19:50:49
  @INC:
    /System/Library/Perl/5.8.1/darwin-thread-multi-2level
    /System/Library/Perl/5.8.1
    /Library/Perl/5.8.1/darwin-thread-multi-2level
    /Library/Perl/5.8.1
    /Library/Perl
    /Network/Library/Perl/5.8.1/darwin-thread-multi-2level
    /Network/Library/Perl/5.8.1
    /Network/Library/Perl
    .

Thanks a lot.

- -chris zubrzycki
- - --
PGP public key: http://homepage.mac.com/beren/publickey.txt
ID: 0xA2ABC070
Fingerprint: 26B0 BA6B A409 FA83 42B3  1688 FBF9 8232 A2AB C070
========================================================

"Only two things are infinite, the universe and human stupidity, and I'm
 not sure about the former."
-- Albert Einstein

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (Darwin)

iD8DBQFAEoZL+/mCMqKrwHARAstiAJ4yIJzUGK1KwiPJDW6Tyugwh89qkQCbBu3D
1QGQOqS+x3NA1Cy4dfuRCvM=
=9X2c
-----END PGP SIGNATURE-----



Reply to: