Re: [rock-linux] [1.7][PATCH] misc/jailing

ROCK Mailing List Archives

Attachments
Entire message
+ (text/plain)
Author: Clifford Wolf
Date:  
To: Rock-Linux (E-mail)
Subject: Re: [rock-linux] [1.7][PATCH] misc/jailing
Hi,

applied. I think my CVS is now in sync with your jailing patches again.

yours,
 - clifford

-- 
| Clifford Wolf ............ www.clifford.at . . . IRC: www.freenode.net
| ROCK Linux Workgroup ..... www.rocklinux.org . . Tel: +43-699-10063494
| NTx Consulting Group ..... www.ntx.at  . . . . . Fax: +43-2235-42788-4
| Vocat.cc ................. www.vocat.cc  . . . . . . . . . . . . . . .
| EDEN Creations ........... www.edenevents.at . . . . . . . . . . . . .
+------=[ Usenet Compliant Signature (RFC 2646) ]=---> www.rocklinux.net

>>> I'm looking for a new job: http://www.clifford.at/resume.html <<<


Reality corrupted. Reboot universe? (Y/N) /"\ ASCII Ribbon
                                                       \ /  Campaign
There are only 10 types of people in the world: X Against
Those who understand binary and those who don't. / \ HTML MailFrom Sun Mar 2 18:46:38 2003
Received: from mail.gmx.net (mail.gmx.net [213.165.65.60])
        by nerd.clifford.at (8.12.1/8.12.1/rock) with SMTP id h22HkcAN003597
        for <>; Sun, 2 Mar 2003 18:46:38 +0100
Received: (qmail 19971 invoked by uid 0); 2 Mar 2003 17:52:49 -0000
Received: from p5090950D.dip.t-dialin.net (HELO Moria.local) (80.144.149.13)
  by mail.gmx.net (mp001-rz3) with SMTP; 2 Mar 2003 17:52:49 -0000
Received: from Moria.local (localhost [127.0.0.1])
        by Moria.local (8.12.6/8.12.6) with ESMTP id h22HYSPP001926
        for <>; Sun, 2 Mar 2003 18:34:28 +0100
Received: from localhost (kasc@localhost)
        by Moria.local (8.12.6/8.12.6/Submit) with ESMTP id h22HYRwD001923
        for <>; Sun, 2 Mar 2003 18:34:28 +0100
X-Authentication-Warning: Moria.local: kasc owned process doing -bs
Date: Sun, 2 Mar 2003 18:34:27 +0100 (CET)
From:
X-X-Sender:
Reply-To:
To:
Subject: Re: [rock-linux] [1.7][PATCH] Categories update for alessandro
 repository
In-Reply-To: <Pine.LNX.4.44.0303021632550.8413-100000@localhost>
Message-ID: <>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII

On Sun, 2 Mar 2003, Clifford Wolf wrote:

> Yes. Bu I want to wait until there are enough entries in
> application/game so it really makes sense to split it into
> sub-categories....

How many games should there be to split them? ;)

greets,
KaiFrom Sat Mar 8 10:26:02 2003
Received: from smtp.web.de (smtp02.web.de [217.72.192.151])
        by nerd.clifford.at (8.12.1/8.12.1/rock) with ESMTP id h289Q1AN023335
        for <>; Sat, 8 Mar 2003 10:26:02 +0100
Received: from [80.128.36.123] (helo=waterworld.dyndns.org)
        by smtp.web.de with esmtp (WEB.DE(Exim) 4.97 #53)
        id 18ragK-0004J8-00
        for ; Sat, 08 Mar 2003 10:31:53 +0100
Received: (from andreas@localhost)
        by waterworld.dyndns.org (8.11.6/8.11.6) id h289W3O26782
        for ; Sat, 8 Mar 2003 10:32:03 +0100
Date: Sat, 8 Mar 2003 10:32:02 +0100
From: "Andreas V. Meier" <>
To:
Subject: mine build error
Message-ID: <>
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="PEIAKu/WMn1b1Hv9"
Content-Disposition: inline
User-Agent: Mutt/1.2.5.1i
Sender:


--PEIAKu/WMn1b1Hv9
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Hi there,

I am (still) trying to compile the current 1.7 cvs.
Target is default-1.7-snapshot-x86-pentium-cross-generic
Host is a RedHat 7.3.

The build fails in stage 0 with errors while compiling mine -> libtar -> snprintf.c
I attached the 0-mine.err, if it helps.

Maybe anyone has an idea?

Thx
netrunner

--PEIAKu/WMn1b1Hv9
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="0-mine.err"

Running main build function 'build_this_package' ...
Extracting mine-0.5.tar.bz2 (--use-compress-program=bzip2 -xf) ...
Changeing into /space/linux/rock-src-1.7/src.mine.1047114220.22922.964921097/mine-0.5 ...
Apply patch /space/linux/rock-src-1.7/package/base/mine/hotfix.patch ...
patching file selector.c
patching file gasgui.c
patching file cdb-0.75/error.h
Creating /space/linux/rock-src-1.7/build/default-1.7-snapshot-x86-pentium-cross-generic/tools.cross/usr/<..> if required ...
cc -o cdb-0.75/auto-str cdb-0.75/auto-str.c
make -C cdb-0.75
make[1]: Entering directory `/space/linux/rock-src-1.7/src.mine.1047114220.22922.964921097/mine-0.5/cdb-0.75'
( cat warn-auto.sh; \
echo 'main="$1"; shift'; \
echo exec "`head -1 conf-ld`" \
'-o "$main" "$main".o ${1+"$@"}' \
) > load
chmod 755 load
( cat warn-auto.sh; \
echo exec "`head -1 conf-cc`" '-c ${1+"$@"}' \
) > compile
chmod 755 compile
( ( ./compile tryulong32.c && ./load tryulong32 && \
./tryulong32 ) >/dev/null 2>&1 \
&& cat uint32.h2 || cat uint32.h1 ) > uint32.h
rm -f tryulong32.o tryulong32
./compile cdbget.c
( cat warn-auto.sh; \
echo CC=\'`head -1 conf-cc`\'; \
echo LD=\'`head -1 conf-ld`\'; \
cat find-systype.sh; \
) | sh > systype
( cat warn-auto.sh; \
echo 'main="$1"; shift'; \
echo 'rm -f "$main"'; \
echo 'ar cr "$main" ${1+"$@"}'; \
case "`cat systype`" in \
sunos-5.*) ;; \
unix_sv*) ;; \
irix64-*) ;; \
irix-*) ;; \
dgux-*) ;; \
hp-ux-*) ;; \
sco*) ;; \
*) echo 'ranlib "$main"' ;; \
esac \
) > makelib
chmod 755 makelib
./compile cdb.c
./compile cdb_hash.c
./compile cdb_make.c
./makelib cdb.a cdb.o cdb_hash.o cdb_make.o
./compile strerr_sys.c
./compile buffer.c
./compile buffer_put.c
./compile buffer_2.c
./compile strerr_die.c
./compile buffer_get.c
./compile buffer_copy.c
./compile buffer_1.c
./compile buffer_0.c
./compile buffer_1s.c
./makelib buffer.a strerr_sys.o buffer.o buffer_put.o \
buffer_2.o strerr_die.o buffer_get.o buffer_copy.o \
buffer_1.o buffer_0.o buffer_1s.o
./compile error.c
./compile open_read.c
./compile open_trunc.c
./compile error_str.c
./compile seek_set.c
./compile seek_cur.c
./makelib unix.a error.o open_read.o open_trunc.o \
error_str.o seek_set.o seek_cur.o
./compile byte_copy.c
./compile byte_cr.c
./compile str_len.c
./compile fmt_ulong.c
./compile uint32_unpack.c
./compile byte_diff.c
./compile uint32_pack.c
./compile scan_ulong.c
./makelib byte.a byte_copy.o byte_cr.o str_len.o \
fmt_ulong.o uint32_unpack.o byte_diff.o uint32_pack.o \
scan_ulong.o
./load cdbget cdb.a buffer.a unix.a byte.a
./compile cdbmake.c
./compile alloc.c
./makelib alloc.a alloc.o
./load cdbmake cdb.a alloc.a buffer.a unix.a byte.a
./compile cdbdump.c
./load cdbdump buffer.a unix.a byte.a
./compile cdbstats.c
./load cdbstats cdb.a buffer.a unix.a byte.a
./compile cdbtest.c
./load cdbtest cdb.a buffer.a unix.a byte.a
cat warn-auto.sh cdbmake-12.sh \
| sed s}HOME}"`head -1 conf-home`"}g \
> cdbmake-12

chmod 755 cdbmake-12
cat warn-auto.sh cdbmake-sv.sh \
| sed s}HOME}"`head -1 conf-home`"}g \
> cdbmake-sv

chmod 755 cdbmake-sv
cat warn-auto.sh rts.sh \
| sed s}HOME}"`head -1 conf-home`"}g \
> rts

chmod 755 rts
./compile testzero.c
./load testzero cdb.a alloc.a buffer.a unix.a byte.a
./compile install.c
./compile hier.c
./auto-str auto_home `head -1 conf-home` > auto_home.c
./compile auto_home.c
./load install hier.o auto_home.o buffer.a unix.a byte.a
./compile instcheck.c
./load instcheck hier.o auto_home.o buffer.a unix.a byte.a
make[1]: Leaving directory `/space/linux/rock-src-1.7/src.mine.1047114220.22922.964921097/mine-0.5/cdb-0.75'
make -C bzip2-1.0.2 libbz2.a
make[1]: Entering directory `/space/linux/rock-src-1.7/src.mine.1047114220.22922.964921097/mine-0.5/bzip2-1.0.2'

If compilation produces errors, or a large number of warnings,
please read README.COMPILATION.PROBLEMS -- you might be able to
adjust the flags in this Makefile to improve matters.

gcc -Wall -Winline -O2 -fomit-frame-pointer -fno-strength-reduce -D_FILE_OFFSET_BITS=64 -c blocksort.c
gcc -Wall -Winline -O2 -fomit-frame-pointer -fno-strength-reduce -D_FILE_OFFSET_BITS=64 -c huffman.c
gcc -Wall -Winline -O2 -fomit-frame-pointer -fno-strength-reduce -D_FILE_OFFSET_BITS=64 -c crctable.c
gcc -Wall -Winline -O2 -fomit-frame-pointer -fno-strength-reduce -D_FILE_OFFSET_BITS=64 -c randtable.c
gcc -Wall -Winline -O2 -fomit-frame-pointer -fno-strength-reduce -D_FILE_OFFSET_BITS=64 -c compress.c
gcc -Wall -Winline -O2 -fomit-frame-pointer -fno-strength-reduce -D_FILE_OFFSET_BITS=64 -c decompress.c
gcc -Wall -Winline -O2 -fomit-frame-pointer -fno-strength-reduce -D_FILE_OFFSET_BITS=64 -c bzlib.c
rm -f libbz2.a
ar cq libbz2.a blocksort.o huffman.o crctable.o randtable.o compress.o decompress.o bzlib.o
ranlib libbz2.a
make[1]: Leaving directory `/space/linux/rock-src-1.7/src.mine.1047114220.22922.964921097/mine-0.5/bzip2-1.0.2'
cd libtar-1.2.5 && ./configure --without-zlib --build=rch_build --host=rch_target
checking for epkg... no
checking for mkencap... no
checking for rch_target-gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for executable suffix...
checking for object suffix... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for rch_target-ranlib... ranlib
checking for a BSD compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking whether make sets ${MAKE}... yes
checking how to run the C preprocessor... gcc -E
checking for AIX... no
checking for gcc option to accept ANSI C... none needed
checking for an ANSI C-conforming const... yes
checking for ANSI C header files... yes
checking for unistd.h... yes
checking whether sys/types.h defines makedev... yes
checking for major_t... no
checking for minor_t... no
checking for dev_t... yes
checking for socklen_t... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... (cached) yes
checking for uint64_t... yes
checking for mode_t... yes
checking for off_t... yes
checking for size_t... yes
checking for uid_t in sys/types.h... yes
checking for nlink_t... yes
checking for libgen.h... yes
checking for working basename... no
checking for libgen.h... (cached) yes
checking for working dirname... no
checking for fnmatch.h... yes
checking for working GNU-style fnmatch... no
checking for ctype.h... yes
checking for lchown... yes
checking for working snprintf... no
checking for strdup... yes
checking for strftime... yes
checking for strlcpy... no
checking for strmode... no
checking for strsep... yes
configure: creating ./config.status
config.status: creating lib/libtar_listhash.h
config.status: creating lib/libtar_list.c
config.status: creating lib/libtar_hash.c
config.status: creating doc/libtar_list_new.3
config.status: creating doc/libtar_hash_new.3
config.status: creating Makefile
config.status: creating lib/Makefile
config.status: creating libtar/Makefile
config.status: creating doc/Makefile
config.status: creating config.h
make -C libtar-1.2.5
make[1]: Entering directory `/space/linux/rock-src-1.7/src.mine.1047114220.22922.964921097/mine-0.5/libtar-1.2.5'
for n in lib libtar doc; do \
        ( cd $n && make all  ) || exit 1; \
done
make[2]: Entering directory `/space/linux/rock-src-1.7/src.mine.1047114220.22922.964921097/mine-0.5/libtar-1.2.5/lib'
gcc -O -I. -I.. -I. -I./compat -c -o append.o append.c
gcc -O -I. -I.. -I. -I./compat -c -o block.o block.c
gcc -O -I. -I.. -I. -I./compat -c -o decode.o decode.c
gcc -O -I. -I.. -I. -I./compat -c -o encode.o encode.c
gcc -O -I. -I.. -I. -I./compat -c -o extract.o extract.c
gcc -O -I. -I.. -I. -I./compat -c -o handle.o handle.c
gcc -O -I. -I.. -I. -I./compat -c -o output.o output.c
gcc -O -I. -I.. -I. -I./compat -c -o util.o util.c
gcc -O -I. -I.. -I. -I./compat -c -o wrapper.o wrapper.c
gcc -O -I. -I.. -I. -I./compat -c -o libtar_hash.o libtar_hash.c
gcc -O -I. -I.. -I. -I./compat -c -o libtar_list.o libtar_list.c
gcc -O -I. -I.. -I. -I./compat -c -o basename.o ./compat/basename.c
gcc -O -I. -I.. -I. -I./compat -c -o dirname.o ./compat/dirname.c
gcc -O -I. -I.. -I. -I./compat -c -o fnmatch.o ./compat/fnmatch.c
gcc -O -I. -I.. -I. -I./compat -c -o snprintf.o ./compat/snprintf.c
./compat/snprintf.c: In function `dopr':
./compat/snprintf.c:249: `short int' is promoted to `int' when passed through `...'
./compat/snprintf.c:249: (so you should pass `int' not `short int' to `va_arg')
./compat/snprintf.c:259: `short unsigned int' is promoted to `int' when passed through `...'
./compat/snprintf.c:269: `short unsigned int' is promoted to `int' when passed through `...'
./compat/snprintf.c:281: `short unsigned int' is promoted to `int' when passed through `...'
make[2]: *** [snprintf.o] Error 1
make[2]: Leaving directory `/space/linux/rock-src-1.7/src.mine.1047114220.22922.964921097/mine-0.5/libtar-1.2.5/lib'
make[1]: *** [all] Error 1
make[1]: Leaving directory `/space/linux/rock-src-1.7/src.mine.1047114220.22922.964921097/mine-0.5/libtar-1.2.5'
make: *** [libtar-1.2.5/lib/libtar.a] Error 2
--- BUILD ERROR ---
Creating file list and doing final adoptions ...
Found 6 files for this package.
Clear (old) md5sums and cksums ...
Creating md5sum and cksum files ... done.
Creating package description ...
Making post-install adoptions.

--PEIAKu/WMn1b1Hv9--