mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

130 lines
9.2 KiB

[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN ---
[COPY]
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY] Please add additional copyright information _after_ the line containing
[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
[COPY]
[COPY] ROCK Linux: rock-src/package/mnemoc/ucspi-unix/ucspi-unix.cache
[COPY] ROCK Linux is Copyright (C) 1998 - 2004 Clifford Wolf
[COPY]
[COPY] This program is free software; you can redistribute it and/or modify
[COPY] it under the terms of the GNU General Public License as published by
[COPY] the Free Software Foundation; either version 2 of the License, or
[COPY] (at your option) any later version. A copy of the GNU General Public
[COPY] License can be found at Documentation/COPYING.
[COPY]
[COPY] Many people helped and are helping developing ROCK Linux. Please
[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM
[COPY] file for details.
[COPY]
[COPY] --- ROCK-COPYRIGHT-NOTE-END ---
[TIMESTAMP] 1087483752 Thu Jun 17 16:49:12 2004
[CONFIG-ID] 2.1.0-DEV-x86-reference-expert
[ROCKVER] 2.1.0-DEV
[LOGS] 5-ucspi-unix.err 9-ucspi-unix.err
[5-ERROR] REMOVE = '-O -O[0-9s] -m* -g* -I/usr/local/include -I/usr/include'
[5-ERROR] APPEND = '-s'
[5-ERROR] FILTER = ''
[5-ERROR] Old PATH: /ROCK/build/ref0611-2.1.0-DEV-x86-reference-expert/ROCK/tools.chroot/wrapper:/ROCK/build/ref0611-2.1.0-DEV-x86-reference-expert/ROCK/tools.chroot/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/X11/bin:/usr/games:/opt/apache/sbin:/opt/coda/sbin:/opt/e17/sbin:/opt/gnome/sbin:/opt/gnome26/sbin:/opt/openldap/sbin:/opt/pdnsd/sbin:/opt/samba/sbin:/opt/squid/sbin:/opt/wwwoffle/sbin:/opt/MailScanner/bin:/opt/anomy-mailtools/bin:/opt/apache/bin:/opt/bincimap/bin:/opt/clip/bin:/opt/coda/bin:/opt/dcc/bin:/opt/deva/bin:/opt/e16/bin:/opt/e17/bin:/opt/firefox/bin:/opt/gnome/bin:/opt/gnome26/bin:/opt/kde32/bin:/opt/mono/bin:/opt/mysql/bin:/opt/nx/bin:/opt/openldap/bin:/opt/pegasus/bin:/opt/postgresql/bin:/opt/qcad/bin:/opt/qt33/bin:/opt/root/bin:/opt/samba/bin:/opt/snort/bin:/opt/squid/bin:/opt/thunderbird/bin:/opt/unrealircd/bin:/opt/wwwoffle/bin:/opt/xfce4/bin:/opt/xjdic/bin:/opt/kde32/bin:/opt/root/bin
[5-ERROR] New PATH: /ROCK/build/ref0611-2.1.0-DEV-x86-reference-expert/ROCK/tools.chroot/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/X11/bin:/usr/games:/opt/apache/sbin:/opt/coda/sbin:/opt/e17/sbin:/opt/gnome/sbin:/opt/gnome26/sbin:/opt/openldap/sbin:/opt/pdnsd/sbin:/opt/samba/sbin:/opt/squid/sbin:/opt/wwwoffle/sbin:/opt/MailScanner/bin:/opt/anomy-mailtools/bin:/opt/apache/bin:/opt/bincimap/bin:/opt/clip/bin:/opt/coda/bin:/opt/dcc/bin:/opt/deva/bin:/opt/e16/bin:/opt/e17/bin:/opt/firefox/bin:/opt/gnome/bin:/opt/gnome26/bin:/opt/kde32/bin:/opt/mono/bin:/opt/mysql/bin:/opt/nx/bin:/opt/openldap/bin:/opt/pegasus/bin:/opt/postgresql/bin:/opt/qcad/bin:/opt/qt33/bin:/opt/root/bin:/opt/samba/bin:/opt/snort/bin:/opt/squid/bin:/opt/thunderbird/bin:/opt/unrealircd/bin:/opt/wwwoffle/bin:/opt/xfce4/bin:/opt/xjdic/bin:/opt/kde32/bin:/opt/root/bin
[5-ERROR] Insert: -Os
[5-ERROR] Insert: -pipe
[5-ERROR] Copy: --version
[5-ERROR] Append: -s
[5-ERROR] New Command: gcc-3 -Os -pipe --version -s
[5-ERROR] gcc-3 (GCC) 3.2.3
[5-ERROR] Copyright (C) 2002 Free Software Foundation, Inc.
[5-ERROR] This is free software; see the source for copying conditions. There is NO
[5-ERROR] warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
[5-ERROR]
[5-ERROR] [ writing debug log to /ROCK/src.ucspi-unix.1087480694.17361.1623025753/cmd_wrapper.log ]
[5-ERROR] Running main build function 'build_this_package' ...
[5-ERROR] Extracting ucspi-unix-0.36.tar.bz2 (--use-compress-program=bzip2 -xf) ...
[5-ERROR] Fixing ownership and permissions ...
[5-ERROR] Removing CVS and .svn directories ...
[5-ERROR] Changeing into /ROCK/src.ucspi-unix.1087480694.17361.1623025753/ucspi-unix-0.36 ...
[5-ERROR] Creating /usr/<..> if required ...
[5-ERROR] ( echo '#!/bin/sh';\
[5-ERROR] echo 'main="$1"; shift';\
[5-ERROR] echo exec `head -1 conf-ld` '-o "$main" "$main.o" ${1+"$@"}' -lsysdeps;\
[5-ERROR] ) >load
[5-ERROR] head: `-1' option is obsolete; use `-n 1'
[5-ERROR] Try `head --help' for more information.
[5-ERROR] chmod 755 load
[5-ERROR] ( echo '#!/bin/sh'; \
[5-ERROR] echo 'source=$1; shift'; \
[5-ERROR] echo 'base=`echo "$source" | sed -e s:\\\\.c$::`'; \
[5-ERROR] echo exec `head -1 conf-cc` '-I. -o ${base}.o -c $source ${1+"$@"}'; \
[5-ERROR] ) >compile
[5-ERROR] head: `-1' option is obsolete; use `-n 1'
[5-ERROR] Try `head --help' for more information.
[5-ERROR] chmod 755 compile
[5-ERROR] ./compile unixclient.c
[5-ERROR] ./compile: line 4: exec: -I: invalid option
[5-ERROR] exec: usage: exec [-cl] [-a name] file [redirection ...]
[5-ERROR] make: *** [unixclient.o] Error 2
[5-ERROR] --- BUILD ERROR ---
[5-ERROR] Creating file list and doing final adaptions ...
[5-ERROR] processing static lib corrections ...
[5-ERROR] Found 7 files for this package.
[5-ERROR] Clear (old) md5sums and cksums ...
[5-ERROR] Calculating package dependencies ...
[5-ERROR] Creating md5sum and cksum files ... done.
[5-ERROR] Creating package description ...
[5-ERROR] Making post-install adaptions.
[9-ERROR] REMOVE = '-O -O[0-9s] -m* -g* -I/usr/local/include -I/usr/include'
[9-ERROR] APPEND = '-s'
[9-ERROR] FILTER = ''
[9-ERROR] Old PATH: /ROCK/build/ref0611-2.1.0-DEV-x86-reference-expert/ROCK/tools.chroot/wrapper:/ROCK/build/ref0611-2.1.0-DEV-x86-reference-expert/ROCK/tools.chroot/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/X11/bin:/usr/games:/opt/apache/sbin:/opt/coda/sbin:/opt/e17/sbin:/opt/gnome/sbin:/opt/gnome26/sbin:/opt/openldap/sbin:/opt/pdnsd/sbin:/opt/samba/sbin:/opt/squid/sbin:/opt/wwwoffle/sbin:/opt/MailScanner/bin:/opt/anomy-mailtools/bin:/opt/apache/bin:/opt/bincimap/bin:/opt/clip/bin:/opt/coda/bin:/opt/dcc/bin:/opt/deva/bin:/opt/e16/bin:/opt/e17/bin:/opt/firefox/bin:/opt/gnome/bin:/opt/gnome26/bin:/opt/kde32/bin:/opt/mono/bin:/opt/mysql/bin:/opt/nx/bin:/opt/openldap/bin:/opt/pegasus/bin:/opt/postgresql/bin:/opt/qcad/bin:/opt/qt33/bin:/opt/root/bin:/opt/samba/bin:/opt/snort/bin:/opt/squid/bin:/opt/thunderbird/bin:/opt/unrealircd/bin:/opt/wwwoffle/bin:/opt/xfce4/bin:/opt/xjdic/bin:/opt/kde32/bin:/opt/root/bin
[9-ERROR] New PATH: /ROCK/build/ref0611-2.1.0-DEV-x86-reference-expert/ROCK/tools.chroot/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/X11/bin:/usr/games:/opt/apache/sbin:/opt/coda/sbin:/opt/e17/sbin:/opt/gnome/sbin:/opt/gnome26/sbin:/opt/openldap/sbin:/opt/pdnsd/sbin:/opt/samba/sbin:/opt/squid/sbin:/opt/wwwoffle/sbin:/opt/MailScanner/bin:/opt/anomy-mailtools/bin:/opt/apache/bin:/opt/bincimap/bin:/opt/clip/bin:/opt/coda/bin:/opt/dcc/bin:/opt/deva/bin:/opt/e16/bin:/opt/e17/bin:/opt/firefox/bin:/opt/gnome/bin:/opt/gnome26/bin:/opt/kde32/bin:/opt/mono/bin:/opt/mysql/bin:/opt/nx/bin:/opt/openldap/bin:/opt/pegasus/bin:/opt/postgresql/bin:/opt/qcad/bin:/opt/qt33/bin:/opt/root/bin:/opt/samba/bin:/opt/snort/bin:/opt/squid/bin:/opt/thunderbird/bin:/opt/unrealircd/bin:/opt/wwwoffle/bin:/opt/xfce4/bin:/opt/xjdic/bin:/opt/kde32/bin:/opt/root/bin
[9-ERROR] Insert: -Os
[9-ERROR] Insert: -pipe
[9-ERROR] Copy: --version
[9-ERROR] Append: -s
[9-ERROR] New Command: gcc-3 -Os -pipe --version -s
[9-ERROR] gcc-3 (GCC) 3.2.3
[9-ERROR] Copyright (C) 2002 Free Software Foundation, Inc.
[9-ERROR] This is free software; see the source for copying conditions. There is NO
[9-ERROR] warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
[9-ERROR]
[9-ERROR] [ writing debug log to /ROCK/src.ucspi-unix.1087483728.3853.753290932/cmd_wrapper.log ]
[9-ERROR] Running main build function 'build_this_package' ...
[9-ERROR] Extracting ucspi-unix-0.36.tar.bz2 (--use-compress-program=bzip2 -xf) ...
[9-ERROR] Fixing ownership and permissions ...
[9-ERROR] Removing CVS and .svn directories ...
[9-ERROR] Changeing into /ROCK/src.ucspi-unix.1087483728.3853.753290932/ucspi-unix-0.36 ...
[9-ERROR] Creating /usr/<..> if required ...
[9-ERROR] ( echo '#!/bin/sh';\
[9-ERROR] echo 'main="$1"; shift';\
[9-ERROR] echo exec `head -1 conf-ld` '-o "$main" "$main.o" ${1+"$@"}' -lsysdeps;\
[9-ERROR] ) >load
[9-ERROR] head: `-1' option is obsolete; use `-n 1'
[9-ERROR] Try `head --help' for more information.
[9-ERROR] chmod 755 load
[9-ERROR] ( echo '#!/bin/sh'; \
[9-ERROR] echo 'source=$1; shift'; \
[9-ERROR] echo 'base=`echo "$source" | sed -e s:\\\\.c$::`'; \
[9-ERROR] echo exec `head -1 conf-cc` '-I. -o ${base}.o -c $source ${1+"$@"}'; \
[9-ERROR] ) >compile
[9-ERROR] head: `-1' option is obsolete; use `-n 1'
[9-ERROR] Try `head --help' for more information.
[9-ERROR] chmod 755 compile
[9-ERROR] ./compile unixclient.c
[9-ERROR] ./compile: line 4: exec: -I: invalid option
[9-ERROR] exec: usage: exec [-cl] [-a name] file [redirection ...]
[9-ERROR] make: *** [unixclient.o] Error 2
[9-ERROR] --- BUILD ERROR ---
[9-ERROR] Creating file list and doing final adaptions ...
[9-ERROR] processing static lib corrections ...
[9-ERROR] Found 7 files for this package.
[9-ERROR] Clear (old) md5sums and cksums ...
[9-ERROR] Calculating package dependencies ...
[9-ERROR] Creating md5sum and cksum files ... done.
[9-ERROR] Creating package description ...
[9-ERROR] Making post-install adaptions.