Skip to content
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

AIX 4.3.3 make Does make install (!) #5514

Closed
p5pRT opened this issue Jun 2, 2002 · 4 comments
Closed

AIX 4.3.3 make Does make install (!) #5514

p5pRT opened this issue Jun 2, 2002 · 4 comments

Comments

@p5pRT
Copy link

p5pRT commented Jun 2, 2002

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

Searchable as RT9442$

@p5pRT
Copy link
Author

p5pRT commented Jun 2, 2002

From garry@zvolve.com

Created by garry@zaix.inside.zvolve.net

After sh Configure ..., make does make install.

That actually fails​:

  ././vms/ext/XSSymSet.pm => /usr/local/perl580/lib/5.8.0/html/./vms/ext/XSSymSet.html
  ././vms/perlvms.pod => /usr/local/perl580/lib/5.8.0/html/./vms/perlvms.html
  ././vms/README_vms.pod => /usr/local/perl580/lib/5.8.0/html/./vms/README_vms.html
  ././win32/FindExt.pm => /usr/local/perl580/lib/5.8.0/html/./win32/FindExt.html
  installhtml​: no title for ././win32/FindExt.pm.
  ././x2p/a2p.pod => /usr/local/perl580/lib/5.8.0/html/./x2p/a2p.html
  creating index /usr/local/perl580/lib/5.8.0/html/pod/perlfunc.html
  Use of uninitialized value in pattern match (m//) at installhtml line 333.
  Use of uninitialized value in pattern match (m//) at installhtml line 333.
  Use of uninitialized value in pattern match (m//) at installhtml line 333.
  Use of uninitialized value in pattern match (m//) at installhtml line 333.

  [snip about 100 lines of same]

  Use of uninitialized value in pattern match (m//) at installhtml line 333.
  ./pod/perlipc.pod => /usr/local/perl580/lib/5.8.0/html/pod/perlipc.html
  installhtml​: ./pod/perlipc.pod​: cannot resolve L<tty(4)> in paragraph 87.
  creating index /usr/local/perl580/lib/5.8.0/html/pod/perlipc.html
  make​: 1254-004 The error code from the last command is 1.

  Stop.
  [zaix] /usr/local/src/perl-5.8.0-RC1 $

It was enough to do this report, though. :-)

Perl Info

Flags:
    category=install
    severity=high

Site configuration information for perl v5.8.0:

Configured by garry at Sun Jun  2 02:50:18 EDT 2002.

Summary of my perl5 (revision 5.0 version 8 subversion 0) configuration:
  Platform:
    osname=aix, osvers=4.3.3.0, archname=aix
    uname='aix zaix 3 4 0009011f4c00 '
    config_args='-des -Dprefix=/usr/local/perl580 -Uinstallusrbinperl'
    hint=recommended, useposix=true, d_sigaction=define
    usethreads=undef use5005threads=undef useithreads=undef usemultiplicity=undef
    useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
    use64bitint=undef use64bitall=undef uselongdouble=undef
    usemymalloc=n, bincompat5005=undef
  Compiler:
    cc='cc', ccflags ='-D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE -qmaxmem=16384 -qnoansialias -DUSE_NATIVE_DLOPEN -I/usr/local/include -q32 -D_LARGE_FILES -qlonglong',
    optimize='-O',
    cppflags='-D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE -qmaxmem=16384 -qnoansialias -DUSE_NATIVE_DLOPEN -I/usr/local/include'
    ccversion='5.0.2.0', gccversion='', 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='ld', ldflags =' -brtl -L/usr/local/lib -b32'
    libpth=/usr/local/lib /lib /usr/lib /usr/ccs/lib
    libs=-lbind -lnsl -lgdbm -ldbm -ldl -lld -lm -lc -lcrypt -lbsd -lPW
    perllibs=-lbind -lnsl -ldl -lld -lm -lc -lcrypt -lbsd -lPW
    libc=/lib/libc.a, so=a, useshrplib=false, libperl=libperl.a
  Dynamic Linking:
    dlsrc=dl_aix.xs, dlext=so, d_dlsymun=undef, ccdlflags='  -bE:/usr/local/perl580/lib/5.8.0/aix/CORE/perl.exp'
    cccdlflags=' ', lddlflags=' -bhalt:4 -bM:SRE -bI:$(PERL_INC)/perl.exp -bE:$(BASEEXT).exp -bnoentry -lc -L/usr/local/lib'

Locally applied patches:
    


@INC for perl v5.8.0:
    /usr/local/perl580/lib/5.8.0/aix
    /usr/local/perl580/lib/5.8.0
    /usr/local/perl580/lib/site_perl/5.8.0/aix
    /usr/local/perl580/lib/site_perl/5.8.0
    /usr/local/perl580/lib/site_perl
    .


Environment for perl v5.8.0:
    HOME=/home/garry
    LANG=en_US
    LANGUAGE (unset)
    LC_COLLATE=C
    LC__FASTMSG=true
    LD_LIBRARY_PATH (unset)
    LIBPATH (unset)
    LOGDIR (unset)
    PATH=/usr/local/bin:/bin:/usr/local/sbin:/sbin:/usr/sbin:/usr/X/bin:/usr/ccs/bin:/home/garry/bin:/opt/zvolve/bin
    PERL_BADLANG (unset)
    SHELL=/bin/zsh

-- 
Garry Williams, Zvolve Systems, Inc., +1 770 551-4504


@p5pRT
Copy link
Author

p5pRT commented Mar 7, 2011

From tammer@tammer.net

Hello,
there is no activity on this report since over 8 years. I think that
this ticket should be closed.

Bye
  Rainer

@p5pRT
Copy link
Author

p5pRT commented Apr 26, 2012

From @dmcbride

Seeing as AIX 4.3 is out of service, and perl 5.8 is out of support,
and perl 5.14.2 compiles with xlC on AIX 6 without automatically installing
after a normal "make", I vote to close this.

@p5pRT
Copy link
Author

p5pRT commented Apr 26, 2012

@cpansprout - 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