Summary: | update ucspi-unix to 0.36 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Thilo Bangert (RETIRED) (RETIRED) <bangert> |
Component: | New packages | Assignee: | Seth Chandler <sethbc> |
Status: | RESOLVED FIXED | ||
Severity: | enhancement | Keywords: | EBUILD |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | 19795 | ||
Bug Blocks: | |||
Attachments: | sys-apps/ucspi-unix-0.36.ebuild |
Description
Thilo Bangert (RETIRED) (RETIRED)
![]() Created attachment 11016 [details]
sys-apps/ucspi-unix-0.36.ebuild
>>> emerge (1 of 1) sys-apps/ucspi-unix-0.36 to /
>>> md5 manifest ;-) ucspi-unix-0.34.ebuild
>>> md5 manifest ;-) ucspi-unix-0.36.ebuild
>>> md5 manifest ;-) ChangeLog
>>> md5 manifest ;-) files/digest-ucspi-unix-0.34
>>> md5 manifest ;-) files/digest-ucspi-unix-0.36
>>> md5 tarballs ;-) ucspi-unix-0.36.tar.gz
>>> Unpacking source...
>>> Unpacking ucspi-unix-0.36.tar.gz to /var/tmp/portage/ucspi-unix-0.36/work
>>> Source unpacked.
( echo '#!/bin/sh';\
echo 'main="$1"; shift';\
echo exec `head -1 conf-ld` '-o "$main" "$main.o" ${1+"$@"}' -lsysdeps;\
) >load
( echo '#!/bin/sh'; \
echo 'source=$1; shift'; \
echo 'base=`echo "$source" | sed -e s:\\\\.c$::`'; \
echo exec `head -1 conf-cc` '-I. -o ${base}.o -c $source ${1+"$@"}'; \
) >compile
cat warn-auto.sh unixcat.sh >unixcat
head -1 conf-bin | \
sed -e 's/"/\\"/g' \
-e 's/^/const char conf_bin[] = "/' \
-e 's/$/";/' >conf_bin.c
chmod 755 unixcat
chmod 755 load
head -1 conf-man | \
sed -e 's/"/\\"/g' \
-e 's/^/const char conf_man[] = "/' \
-e 's/$/";/' >conf_man.c
chmod 755 compile
./compile unixclient.c
./compile env.c
./compile utoa.c
( ( ./compile trylib.c && ./load trylib -lsocket -lnsl ) >/dev/null 2>&1 \
&& echo -lsocket -lnsl || exit 0 ) >socket.lib
./compile unixserver.c
./compile insthier.c
rm -f trylib.o trylib
./load unixclient env.o utoa.o `cat socket.lib`
./load insthier -linstaller
./load insthier -linstcheck
./load insthier -linstshow
./load unixserver env.o utoa.o `cat socket.lib`
mv insthier installer
mv insthier instcheck
mv insthier instshow
mv: cannot stat `insthier': No such file or directory
mv: cannot stat `insthier': No such file or directory
make: *** [instcheck] Error 1
make: *** Waiting for unfinished jobs....
make: *** [instshow] Error 1
!!! ERROR: sys-apps/ucspi-unix-0.36 failed.
!!! Function src_compile, Line 18, Exitcode 2
!!! (no error message)
can you figure out why its failing on me like this? obviously its doing three of the same moves...which is weird...
ah it looks like it can't handle the jobserver...
changed emake to make...we don't want the jobserver |