Perl / perl5

🐪 The Perl programming language
https://dev.perl.org/perl5/
Other
1.84k stars 524 forks source link

non-fatal bug in Configure when install-prefix specified #1435

Closed p5pRT closed 20 years ago

p5pRT commented 24 years ago

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

Searchable as RT2611$

p5pRT commented 24 years ago

From jander@swaps.ml.com

Created by jander@ml.com

Not really a bug since it says it's ignored\, but because of the last 2 lines shown below it may tend to confuse people...

[...] Run make depend now? [y] sh ./makedepend MAKE=/build/brutus/bin/make ./makedepend​: /build/brutus/bin/make​: cannot execute [...] Updating makefile... test -s perlmain.c && touch perlmain.c *** Error code 1 (ignored) cd x2p; /build/brutus/bin/make depend sh​: /build/brutus/bin/make​: cannot execute *** Error code 1 make​: Fatal error​: Command failed for target `depend'

Perl Info ``` Site configuration information for perl 5.00503: Configured by brutus at Sun Apr 11 10:04:33 EDT 1999. Summary of my perl5 (5.0 patchlevel 5 subversion 3) configuration: Platform: osname=solaris, osvers=2.6, archname=sun4-solaris uname='sunos brutusdev1 5.6 generic sun4u sparc sunw,ultra-1 ' hint=recommended, useposix=true, d_sigaction=define usethreads=undef useperlio=undef d_sfio=undef Compiler: cc='cc', optimize='-O', gccversion= cppflags='' ccflags ='' stdchar='unsigned char', d_stdstdio=define, usevfork=false intsize=4, longsize=4, ptrsize=4, doublesize=8 d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16 alignbytes=8, usemymalloc=y, prototype=define Linker and Libraries: ld='cc', ldflags ='' libpth=/lib /usr/lib /usr/ccs/lib libs=-lsocket -lnsl -ldl -lm -lc -lcrypt libc=/lib/libc.so, so=so, useshrplib=false, libperl=libperl.a Dynamic Linking: dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' ' cccdlflags='-KPIC', lddlflags='-G' Locally applied patches: @INC for perl 5.00503: /build/brutus/PERL/lib/perl5/5.00503/sun4-solaris /build/brutus/PERL/lib/perl5/5.00503 /build/brutus/PERL/lib/perl5/site_perl/5.005/sun4-solaris /build/brutus/PERL/lib/perl5/site_perl/5.005 . Environment for perl 5.00503: HOME=/home/jander LANG=en_US LANGUAGE (unset) LC_COLLATE=en_US LC_CTYPE=en_US LC_MESSAGES=C LC_MONETARY=en_US LC_NUMERIC=en_US LC_TIME=en_US LD_LIBRARY_PATH=/usr/openwin/lib:/usr/lib:/build/brutus/apps/jdk1.2/jre/lib/sparc:/home/jander/netscape LOGDIR (unset) PATH=.:/home/jander/bin:/build/brutus/apps/jdk1.2/bin:/build/brutus/PERL/bin:/build/brutus/bin:/programs/devtools/SUNWspro/bin:/devtools/sun5/SUNWspro/bin:/devtools/sun5/Orbix_2.0.1MT/corba2/bin:/devtools/exe:/home/brutus/SYBASE/bin:/usr/openwin/bin:/usr/openwin/bin/xview:/programs/devtools/sybooks/sun5m/bin:/usr/ccs/bin:/usr/dt/bin:/usr/openwin/bin:/bin:/usr/bin:/usr/ucb:/apps/local/exe PERL_BADLANG (unset) SHELL=/bin/csh ```