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

Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED) #2739

Closed
p5pRT opened this issue Oct 20, 2000 · 1 comment
Closed

Comments

@p5pRT
Copy link

p5pRT commented Oct 20, 2000

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

Searchable as RT4482$

@p5pRT
Copy link
Author

p5pRT commented Oct 20, 2000

From @nwc10

lib/dprof............Can't open perl script ""-I../lib""​: No such file or direct
ory
Can't open perl script ""-I../lib""​: No such file or directory
Can't open perl script ""-I../lib""​: No such file or directory
Can't open perl script ""-I../lib""​: No such file or directory
Can't open perl script ""-I../lib""​: No such file or directory
Can't open perl script ""-I../lib""​: No such file or directory
FAILED at test 1

The problem is the "" around arguments in the list form of system

sub verify {
  my $test = shift;

  system $perl, '"-I../lib"', '"-I./lib/dprof"', $test,
  $opt_v?'-v'​:'', '-p', $perl;
}

but I'm not sure how to change this and not break VMS (which is the
patch that I'm guessing just SNAFUed this)

Nicholas Clark

Perl Info

Flags:
    category=install
    severity=none

Site configuration information for perl v5.7.0:

Configured by nick at Fri Oct 20 14:09:55 BST 2000.

Summary of my perl5 (revision 5.0 version 7 subversion 0) configuration:
  Platform:
    osname=freebsd, osvers=4.1-stable, archname=i386-freebsd-64all
    uname='freebsd roast.cow.org.uk 4.1-stable freebsd 4.1-stable #0: mon aug 14 12:23:29 bst 2000 paul@roast.cow.org.uk:usrobjusrsrcsysroast i386 '
    config_args=''
    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=define use64bitall=define uselongdouble=undef
  Compiler:
    cc='cc', ccflags ='-fno-strict-aliasing -I/usr/local/include',
    optimize='-O',
    cppflags='-fno-strict-aliasing -I/usr/local/include'
    ccversion='', gccversion='2.95.2 19991024 (release)', 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, usemymalloc=n, prototype=define
  Linker and Libraries:
    ld='cc', ldflags ='-Wl,-E  -L/usr/local/lib'
    libpth=/usr/lib /usr/local/lib
    libs=-lbind -lgdbm -lm -lc -lcrypt -lutil
    perllibs=-lbind -lm -lc -lcrypt -lutil
    libc=, so=so, useshrplib=false, libperl=libperl.a
  Dynamic Linking:
    dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags=' '
    cccdlflags='-DPIC -fpic', lddlflags='-shared  -L/usr/local/lib'

Locally applied patches:
    DEVEL7368


@INC for perl v5.7.0:
    lib
    /other/nick/lib/perl5/5.7.0/i386-freebsd-64all
    /other/nick/lib/perl5/5.7.0
    /other/nick/lib/perl5/site_perl/5.7.0/i386-freebsd-64all
    /other/nick/lib/perl5/site_perl/5.7.0
    /other/nick/lib/perl5/site_perl
    .


Environment for perl v5.7.0:
    HOME=/usr/home/nick
    LANG (unset)
    LANGUAGE (unset)
    LD_LIBRARY_PATH (unset)
    LOGDIR (unset)
    PATH=/usr/home/nick/bin:/bin:/usr/bin:/usr/local/bin
    PERL_BADLANG (unset)
    SHELL=/usr/local/bin/bash


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