Full_Name: Vinod Kutty
Version: perl-5.6.1-1.1.1
OS: Solaris 8
Submission from: (NULL) (4.19.111.130)


I encountered the following problems building under Solaris 8.

1. A few warnings such as the 'make test' not being performed. These seem
harmless, and I could live without them, but it might be nice to run 'em if it's
feasible.

2. What I'm more concerned about are the attempts to copy files into
/usr/local/scripts, and the xargs errors.

The RPM was built, but I haven't tested it out yet.

Some details of my environment:

$ rpm -qa
make-3.79.1-1.1.0
perl-5.6.1-1.1.0
zlib-1.1.4-1.1.0
screen-3.9.11-1.1.0
openpkg-1.1.1-1.1.1
gcc-3.2-1.1.0
openssl-0.9.6g-1.1.0
wget-1.8.2-20021206
openssh-3.4p1-1.1.0
$ id -a
uid=1226(opkg) gid=450(opkg) groups=450(opkg)
$ echo $PATH
/opt/opkg/bin:/opt/opkg/sbin:/opt/opkg/local/bin:/opt/opkg/local/sbin:/usr/openwin/bin:/usr/dt/bin:/bin:/sbin:/usr/bin:/usr/sbin
$ echo $LD_LIBRARY_PATH
/opt/opkg/lib:/opt/opkg/local/lib::/lib:/usr/lib
$ 

 

Here's the output (with lots of extraneous stuff chopped out):

--------------------------------------------------------------
rpm --rebuild ftp://ftp.openpkg.org/release/1.1/UPD/perl-5.6.1-1.1.1.src.rpm
.
.
.
Do you want to install only the version-specific parts of perl? [n]  
What shall I put after the #! to start up perl ("none" to not use #!)?
[/opt/opkg/bin/perl]  
Where do you keep publicly executable scripts? (~name ok)
[/usr/local/scripts]  
Pathname where the add-on public executables should be installed? (~name ok)
[/opt/opkg/bin]  
Use the experimental PerlIO abstraction layer? [n]  
qgcvt() found.
Checking how to print long doubles...
.
.
.
        Everything is up to date. 'make test' to run test suite.
if [ -n "" ]; \
then \
        cd utils; /opt/opkg/bin/make compile; \
        cd ../x2p; /opt/opkg/bin/make compile; \
        cd ../pod; /opt/opkg/bin/make compile; \
else :; \
fi
./perl installperl  
WARNING: You've never run 'make test'!!!  (Installing anyway.)
  /opt/opkg/RPM/TMP/perl-5.6.1-root/opt/opkg/bin/perl5.6.1
/opt/opkg/RPM/TMP/perl-5.6.1-root/opt/opkg/lib/perl5/5.6.1/AnyDBM_File.pm
/opt/opkg/RPM/TMP/perl-5.6.1-root/opt/opkg/lib/perl5/5.6.1/AutoLoader.pm
.
.
.
  
/opt/opkg/RPM/TMP/perl-5.6.1-root/opt/opkg/lib/perl5/5.6.1/sun4-solaris/CORE/warnings.h
 /opt/opkg/RPM/TMP/perl-5.6.1-root/opt/opkg/lib/perl5/5.6.1/sun4-solaris/CORE/XSUB.h
 /opt/opkg/RPM/TMP/perl-5.6.1-root/opt/opkg/lib/perl5/5.6.1/sun4-solaris/CORE/libperl.a
  /opt/opkg/RPM/TMP/perl-5.6.1-root/opt/opkg/bin/perl
  /opt/opkg/RPM/TMP/perl-5.6.1-root/opt/opkg/bin/a2p
  /usr/local/scripts/c2ph
Couldn't copy utils/c2ph to /usr/local/scripts/c2ph: Permission denied
Couldn't chmod 755 /usr/local/scripts/c2ph: No such file or directory
  /usr/local/scripts/h2ph
Couldn't copy utils/h2ph to /usr/local/scripts/h2ph: Permission denied
Couldn't chmod 755 /usr/local/scripts/h2ph: No such file or directory
  /usr/local/scripts/h2xs
Couldn't copy utils/h2xs to /usr/local/scripts/h2xs: Permission denied
Couldn't chmod 755 /usr/local/scripts/h2xs: No such file or directory
  /usr/local/scripts/perlbug
Couldn't copy utils/perlbug to /usr/local/scripts/perlbug: Permission denied
Couldn't chmod 755 /usr/local/scripts/perlbug: No such file or directory
  /usr/local/scripts/perldoc
Couldn't copy utils/perldoc to /usr/local/scripts/perldoc: Permission denied
Couldn't chmod 755 /usr/local/scripts/perldoc: No such file or directory
  /usr/local/scripts/pl2pm
Couldn't copy utils/pl2pm to /usr/local/scripts/pl2pm: Permission denied
Couldn't chmod 755 /usr/local/scripts/pl2pm: No such file or directory
  /usr/local/scripts/splain
Couldn't copy utils/splain to /usr/local/scripts/splain: Permission denied
Couldn't chmod 755 /usr/local/scripts/splain: No such file or directory
  /usr/local/scripts/perlcc
Couldn't copy utils/perlcc to /usr/local/scripts/perlcc: Permission denied
Couldn't chmod 755 /usr/local/scripts/perlcc: No such file or directory
  /usr/local/scripts/dprofpp
Couldn't copy utils/dprofpp to /usr/local/scripts/dprofpp: Permission denied
Couldn't chmod 755 /usr/local/scripts/dprofpp: No such file or directory
  /usr/local/scripts/s2p
Couldn't copy x2p/s2p to /usr/local/scripts/s2p: Permission denied
Couldn't chmod 755 /usr/local/scripts/s2p: No such file or directory
  /usr/local/scripts/find2perl
.
.
.
  /opt/opkg/RPM/TMP/perl-5.6.1-root/opt/opkg/lib/perl5/5.6.1/pod/perlwin32.pod 
/opt/opkg/RPM/TMP/perl-5.6.1-root/opt/opkg/lib/perl5/5.6.1/pod/perlxs.pod 
/opt/opkg/RPM/TMP/perl-5.6.1-root/opt/opkg/lib/perl5/5.6.1/pod/perlxstut.pod

Warning: perl appears in your path in the following locations beyond where
we just installed it:
    /bin/perl
    /usr/bin/perl

./perl installman 
WARNING: You've never run 'make test'!!!  (Installing anyway.)
  /opt/opkg/RPM/TMP/perl-5.6.1-root/opt/opkg/man/man1/perl.1
  /opt/opkg/RPM/TMP/perl-5.6.1-root/opt/opkg/man/man1/perl5004delta.1
  /opt/opkg/RPM/TMP/perl-5.6.1-root/opt/opkg/man/man1/perl5005delta.1
.
.
.
  /opt/opkg/RPM/TMP/perl-5.6.1-root/opt/opkg/man/man1/xsubpp.1
+ cd /usr/include
++ /opt/opkg/RPM/TMP/perl-5.6.1-root/opt/opkg/bin/perl -V:installsitearch
+ eval 'installsitearch='\''/opt/opkg/lib/perl5/site_perl/5.6.1/sun4-solaris'\'';'
++ installsitearch=/opt/opkg/lib/perl5/site_perl/5.6.1/sun4-solaris
+ xargs /opt/opkg/RPM/TMP/perl-5.6.1-root/opt/opkg/bin/h2ph -d
/opt/opkg/RPM/TMP/perl-5.6.1-root/opt/opkg/lib/perl5/site_perl/5.6.1/sun4-solaris
+ echo aio.h alloca.h apptrace.h apptrace_impl.h ar.h archives.h assert.h
auth_attr.h bzlib.h config_admin.h cpio.h crypt.h ctype.h curses.h deflt.h
demangle.h devid.h devmgmt.h devpoll.h dhcp_svc_public.h dial.h dirent.h dlfcn.h
door.h elf.h errno.h eti.h euc.h exacct.h exacct_impl.h exec_attr.h fatal.h
fcntl.h float.h floatingpoint.h ........... sys/vuid_state.h sys/vuid_store.h
sys/wait.h sys/watchpoint.h sys/xti_inet.h sys/xti_osi.h sys/xti_xtiopt.h
sys/zsdev.h
xargs: Could not exec command: No such file or directory
xargs: Could not exec command: No such file or directory
xargs: Could not exec command: No such file or directory
xargs: Could not exec command: No such file or directory
xargs: Could not exec command: No such file or directory
+ rm -f /opt/opkg/RPM/TMP/perl-5.6.1-root/opt/opkg/bin/perl5.6.1
++ find /opt/opkg/RPM/TMP/perl-5.6.1-root/opt/opkg/lib/perl5/5.6.1/ -type f
-name .packlist -print
+ /opt/opkg/RPM/TMP/perl-5.6.1-root/opt/opkg/bin/perl -pi.orig -e
s:/opt/opkg/RPM/TMP/perl-5.6.1-root/opt/opkg:/opt/opkg:g
/opt/opkg/RPM/TMP/perl-5.6.1-root/opt/opkg/lib/perl5/5.6.1/sun4-solaris/Config.pm
/opt/opkg/RPM/TMP/perl-5.6.1-root/opt/opkg/lib/perl5/5.6.1/sun4-solaris/.packlist
+ find /opt/opkg/RPM/TMP/perl-5.6.1-root/opt/opkg/lib/perl5/ -name '*.orig'
-print
+ xargs rm -f
+ strip /opt/opkg/RPM/TMP/perl-5.6.1-root/opt/opkg/bin/a2p
/opt/opkg/RPM/TMP/perl-5.6.1-root/opt/opkg/bin/perl
+ /opt/opkg/lib/openpkg/rpmtool files -v -ofiles
-r/opt/opkg/RPM/TMP/perl-5.6.1-root '%defattr(-,opkg,opkg)' /opt/opkg '%not %dir
{/opt/opkg,/opt/opkg/*,/opt/opkg/etc/rc.d,/opt/opkg/man/*}'
rpmtool:files: pass 1 (preparation and syntactical expansions)
rpmtool:files: pass 2 (filesystem-based expansions)
rpmtool:files: pass 3 (duplication removal and cleanup)
+ exit 0
Processing files: perl-5.6.1-1.1.1
PreReq: OpenPKG rpmlib(VersionedDependencies) <= 3.0.3-1 openpkg >= 1.1.0 gcc
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires(rpmlib): rpmlib(VersionedDependencies) <= 3.0.3-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Wrote: /opt/opkg/RPM/PKG/perl-5.6.1-1.1.1.sparc64-solaris2.8-oo.rpm
Executing(%clean): env -i /opt/opkg/lib/openpkg/bash --norc --noprofile --posix
-e /opt/opkg/RPM/TMP/rpm-tmp.21822
+ cd /opt/opkg/RPM/TMP
+ cd perl-5.6.1
+ rm -rf /opt/opkg/RPM/TMP/perl-5.6.1-root
+ exit 0
Executing(--clean): env -i /opt/opkg/lib/openpkg/bash --norc --noprofile --posix
-e /opt/opkg/RPM/TMP/rpm-tmp.21822
+ cd /opt/opkg/RPM/TMP
+ rm -rf perl-5.6.1
+ exit 0
$ 
--------------------------------------------------------------
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
Bug Database Interface                           www.openpkg.org/bugdb
Bug Database List                            [EMAIL PROTECTED]

Reply via email to