Skip to content

Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED) #3797

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
p5pRT opened this issue Apr 3, 2001 · 3 comments
Closed

Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED) #3797

p5pRT opened this issue Apr 3, 2001 · 3 comments

Comments

@p5pRT
Copy link

p5pRT commented Apr 3, 2001

Migrated from rt.perl.org#6712 (status was 'resolved')

Searchable as RT6712$

@p5pRT
Copy link
Author

p5pRT commented Apr 3, 2001

From [email protected]

Trying out foolperl on my new MacOS X installation, I ran into this problem​:

../../miniperl -I../../lib -I../../lib -I../../lib -I../../lib Errno_pm.PL Errno.pm
perl​: warning​: Setting locale failed.
perl​: warning​: Please check that your locale settings​:
  LC_ALL = (unset),
  LANG = "en_US"
  are supported and installed on your system.
perl​: warning​: Falling back to the standard locale ("C").
No error definitions found at Errno_pm.PL line 155.
make[1]​: *** [Errno.pm] Error 2
make​: *** [ext/Errno/pm_to_blib] Error 2

This is because {g,}cc -dM is busted​:

macosx% gcc -dM -E /usr/include/sys/errno.h
#1 "/usr/include/sys/errno.h"

# 67
#1 "/usr/include/sys/cdefs.h" 1

#67 "/usr/include/sys/errno.h" 2

extern int * __error ( void ) ;
# 216
macosx% cc -dM -E /usr/include/sys/errno.h
#1 "/usr/include/sys/errno.h"

# 67
#1 "/usr/include/sys/cdefs.h" 1

#67 "/usr/include/sys/errno.h" 2

extern int * __error ( void ) ;
# 216

Anybody from Apple following perl5-porters? I gave up trying to find
out where to send this bug on the Apple web page.

Perl Info

Flags:
    category=install
    severity=none

Site configuration information for perl v5.6.1:

Configured by schinder at Tue Apr  3 08:43:48 EDT 2001.

Summary of my perl5 (revision 5.0 version 6 subversion 1) configuration:
  Platform:
    osname=darwin, osvers=1.3, archname=darwin
    uname='darwin c22234-g.scllg1.pa.home.com 1.3 darwin kernel version 1.3: thu mar 1 06:56:40 pst 2001; root:xnuxnu-123.5.obj~1release_ppc power macintosh powerpc '
    config_args='-des'
    hint=recommended, useposix=true, d_sigaction=define
    usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef
    useperlio=undef d_sfio=undef uselargefiles=define usesocks=undef
    use64bitint=undef use64bitall=undef uselongdouble=undef
  Compiler:
    cc='cc', ccflags ='-pipe -fno-common -DHAS_TELLDIR_PROTOTYPE -fno-strict-aliasing -I/usr/local/include',
    optimize='-O3',
    cppflags='-pipe -fno-common -DHAS_TELLDIR_PROTOTYPE -fno-strict-aliasing -I/usr/local/include'
    ccversion='', gccversion='Apple DevKit-based CPP 6.0alpha', 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, usemymalloc=n, prototype=define
  Linker and Libraries:
    ld='cc', ldflags =''
    libpth=/usr/lib
    libs=-lm -lc
    perllibs=-lm -lc
    libc=/System/Library/Frameworks/System.framework/System, so=dylib, useshrplib=true, libperl=libperl.dylib
  Dynamic Linking:
    dlsrc=dl_dyld.xs, dlext=bundle, d_dlsymun=undef, ccdlflags=' '
    cccdlflags=' ', lddlflags=' -bundle -undefined suppress'

Locally applied patches:
    fools-gold


@INC for perl v5.6.1:
    lib
    /System/Library/Perl/darwin
    /System/Library/Perl
    /Local/Library/Perl/darwin
    /Local/Library/Perl
    /Local/Library/Perl
    /Network/Library/Perl/darwin
    /Network/Library/Perl
    /Network/Library/Perl
    .


Environment for perl v5.6.1:
    DYLD_LIBRARY_PATH=/Volumes/untitled/tmp/perl-5.6.1
    HOME=/Users/schinder
    LANG (unset)
    LANGUAGE (unset)
    LD_LIBRARY_PATH (unset)
    LOGDIR (unset)
    PATH=~/bin/powerpc-apple-macos:/Users/schinder/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin
    PERL_BADLANG (unset)
    SHELL=/bin/sh

@p5pRT
Copy link
Author

p5pRT commented Sep 30, 2003

From @rspier

This must be ok now. :)

@p5pRT
Copy link
Author

p5pRT commented Sep 30, 2003

@rspier - Status changed from 'open' to 'resolved'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant