Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 17085 - gnump3d-1.0 incorect handles groups
Summary: gnump3d-1.0 incorect handles groups
Status: RESOLVED CANTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High trivial (vote)
Assignee: Jeremy Huddleston (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-08 09:44 UTC by roma1390
Modified: 2004-02-28 04:44 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
this patch solves this problem, I tested. and testing, and enjoing (server.cc.patch,415 bytes, patch)
2003-03-08 09:46 UTC, roma1390
Details | Diff
grp.h is now included (server.cc.patch,571 bytes, patch)
2003-12-07 09:58 UTC, roma1390
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description roma1390 2003-03-08 09:44:57 UTC
gnump3d-1.0 incorect handles groups. If we set in gnump3d config file, that
gnump3d must run as user user1, and user1 belong to group g1, g2 ..., and
primary groups of user1 is g0.
gnump3 leaves original groups and sets primary group of proces to g0. If this
process is launched from root whic belongs to groups rg1, rg2, ..., then
gnump3d-1.0 runs as user user1, but with groups g0, rg1, rg2, ...
this is bat boucuse i can't add gnump3d into group users who can access mp3 data.

Reproducible: Always
Steps to Reproduce:
1.emerge gnump3d
2.mkdir /test/mp3
3.addgroup data
4. chown :data /test/mp3
5. chmod 770 /test/mp3
6. put some mp3 into /test/mp3
7 adduser gnump3d
8 usermod gnump3d -G gnump3d,data
9 edit /etc/gnump3d/gnump3d.conf and set mp3 directory to /test/mp3
10 start gnump3d: /etc/init.d/gnump3d start


Actual Results:  
gnump3d can't access mp3's

Expected Results:  
gnump3 must access mp3's

please submit this but+patch to original mainteners
Comment 1 roma1390 2003-03-08 09:46:19 UTC
Created attachment 9127 [details, diff]
this patch solves this problem, I tested. and testing, and enjoing
Comment 2 Martin Holzer (RETIRED) gentoo-dev 2003-03-08 20:40:51 UTC
please try 2.2
Comment 3 roma1390 2003-03-09 04:52:35 UTC
hmm way? 2.2 is diferent program, with similar name :). Its writen on perl. 1.0 is writen on c++.
Comment 4 Martin Holzer (RETIRED) gentoo-dev 2003-04-22 04:52:09 UTC
jje could you do this please
Comment 5 J. Ellis (RETIRED) gentoo-dev 2003-04-28 21:20:04 UTC
Heh, your patch is incomplete. server.cc needs to include grp.h.

Is this compiling on your machine or have you sent an old version of the patch?
Comment 6 J. Ellis (RETIRED) gentoo-dev 2003-06-21 04:35:58 UTC
Closing until have further info. Have all the files in my WS but would like to know that they have been tested.
Comment 7 Heinrich Wendel (RETIRED) gentoo-dev 2003-12-07 08:08:57 UTC
close, see jje's comment
Comment 8 roma1390 2003-12-07 09:58:31 UTC
Created attachment 21821 [details, diff]
grp.h is now included

If you wana grp.h this is new patch for You. (untested)
Old patch works __!!__CORECT__!!__ for me.
Comment 9 roma1390 2003-12-07 10:37:06 UTC
this works for me. It's so simply just type "emerge -B gnump3d/gnump3d-1.0-r0.ebuild"
and you got:

uzupio media-sound # emerge -B gnump3d/gnump3d-1.0-r0.ebuild 
Calculating dependencies ...done!
>>> emerge (1 of 1) media-sound/gnump3d-1.0-r0 to /
>>> md5 src_uri ;-) gnump3d-1.0.tar.gz
eutils
>>> Unpacking source...
>>> Unpacking gnump3d-1.0.tar.gz to /var/tmp/portage/gnump3d-1.0-r0/work
 * Applying gnump3d-1.0-gentoo.diff.bz2...                                [ ok ]
 * Applying gnump3d-1.0-server.diff.bz2...                                [ ok ]
>>> Source unpacked.
eutils
creating cache ./config.cache
checking for a BSD compatible install... /bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal-1.4... found
checking for working autoconf... found
checking for working automake-1.4... found
checking for working autoheader... found
checking for working makeinfo... found
checking for gcc... gcc
checking whether the C compiler (gcc -march=k6-2 -O3 -pipe ) works... yes
checking whether the C compiler (gcc -march=k6-2 -O3 -pipe ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for c++... g++
checking whether the C++ compiler (g++ -march=k6-2 -O3 -pipe -Wno-deprecated ) works... yes
checking whether the C++ compiler (g++ -march=k6-2 -O3 -pipe -Wno-deprecated ) is a cross-compiler... no
checking whether we are using GNU C++... yes
checking whether g++ accepts -g... yes
checking for a BSD compatible install... /bin/install -c
checking whether ln -s works... yes
checking for Cygwin environment... no
checking for mingw32 environment... no
checking how to run the C preprocessor... gcc -E
checking host system type... i586-pc-linux-gnu
checking build system type... i586-pc-linux-gnu
checking for ld used by GCC... /usr/i586-pc-linux-gnu/bin/ld
checking if the linker (/usr/i586-pc-linux-gnu/bin/ld) is GNU ld... yes
checking for /usr/i586-pc-linux-gnu/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking for a sed that does not truncate output... /bin/sed
checking how to recognise dependent libraries... pass_all
checking for object suffix... o
checking for executable suffix... no
checking command to parse /usr/bin/nm -B output... ok
checking for dlfcn.h... yes
checking for ranlib... ranlib
checking for strip... strip
checking for objdir... .libs
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/i586-pc-linux-gnu/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... no
checking whether -lc should be explicitly linked in... no
creating libtool
checking for perl... /usr/bin/perl
checking for mawk... no
checking for gawk... gawk
checking whether the compiler implements namespaces... yes
checking whether the compiler supports Standard Template Library... yes
checking for dirent.h that defines DIR... yes
checking for opendir in -ldir... no
checking for sys/time.h... yes
checking for unistd.h... yes
checking for string.h... yes
checking for strings.h... yes
checking for signal.h... yes
checking for ANSI C header files... yes
checking whether time.h and sys/time.h may both be included... yes
checking for size_t... yes
checking for working const... yes
checking for alphasort... yes
checking for scandir... yes
checking return type of signal handlers... void
checking for vprintf... yes
checking for strftime... yes
checking for pid_t... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for a working fork... yes
checking for main in -lvorbis... yes
libvorbis found
Ignoring syslog
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking for cc_r... gcc
checking for libraries containing socket functions... 
updating cache ./config.cache
creating ./config.status
creating Makefile
creating src/Makefile
creating plugins/Makefile
creating man/Makefile
creating templates/Makefile
creating scripts/Makefile
creating scripts/gnump3d-top
creating scripts/gnump3d-config
creating src/config.h
configuring in mplib
running /bin/sh ./configure  --prefix=/usr --host=i586-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --with-vorbis --enable-ltdl-convenience --cache-file=.././config.cache --srcdir=.
loading cache .././config.cache
checking for a BSD compatible install... (cached) /bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking for Cygwin environment... (cached) no
checking for mingw32 environment... (cached) no
checking how to run the C preprocessor... (cached) gcc -E
checking host system type... i586-pc-linux-gnu
checking build system type... i586-pc-linux-gnu
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -march=k6-2 -O3 -pipe ) works... yes
checking whether the C compiler (gcc -march=k6-2 -O3 -pipe ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for ld used by GCC... (cached) /usr/i586-pc-linux-gnu/bin/ld
checking if the linker (/usr/i586-pc-linux-gnu/bin/ld) is GNU ld... (cached) yes
checking for /usr/i586-pc-linux-gnu/bin/ld option to reload object files... (cached) -r
checking for BSD-compatible nm... (cached) /usr/bin/nm -B
checking for a sed that does not truncate output... (cached) /bin/sed
checking whether ln -s works... (cached) yes
checking how to recognise dependent libraries... (cached) pass_all
checking for object suffix... (cached) o
checking for executable suffix... (cached) no
checking command to parse /usr/bin/nm -B output... (cached) ok
checking for dlfcn.h... (cached) yes
checking for ranlib... (cached) ranlib
checking for strip... (cached) strip
checking for objdir... .libs
checking for gcc option to produce PIC... (cached)  -fPIC
checking if gcc PIC flag  -fPIC works... (cached) yes
checking if gcc static flag -static works... (cached) yes
checking if gcc supports -c -o file.o... (cached) yes
checking if gcc supports -c -o file.lo... (cached) yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/i586-pc-linux-gnu/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... no
checking whether to build static libraries... yes
creating libtool
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -march=k6-2 -O3 -pipe ) works... yes
checking whether the C compiler (gcc -march=k6-2 -O3 -pipe ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for POSIXized ISC... no
checking for ANSI C header files... (cached) yes
checking for unistd.h... (cached) yes
checking for strings.h... (cached) yes
checking for working const... (cached) yes
checking for size_t... (cached) yes
checking for strtol... yes
updating cache .././config.cache
creating ./config.status
creating Makefile
creating src/Makefile
creating config.h
configuring in libltdl
running /bin/sh ./configure  --prefix=/usr --host=i586-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --with-vorbis --enable-ltdl-convenience --cache-file=.././config.cache --srcdir=.
loading cache .././config.cache
checking for a BSD compatible install... (cached) /bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal-1.4... found
checking for working autoconf... found
checking for working automake-1.4... found
checking for working autoheader... found
checking for working makeinfo... found
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -march=k6-2 -O3 -pipe ) works... yes
checking whether the C compiler (gcc -march=k6-2 -O3 -pipe ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for working const... (cached) yes
checking for inline... inline
checking for Cygwin environment... (cached) no
checking for mingw32 environment... (cached) no
checking how to run the C preprocessor... (cached) gcc -E
checking host system type... i586-pc-linux-gnu
checking build system type... i586-pc-linux-gnu
checking for ld used by GCC... (cached) /usr/i586-pc-linux-gnu/bin/ld
checking if the linker (/usr/i586-pc-linux-gnu/bin/ld) is GNU ld... (cached) yes
checking for /usr/i586-pc-linux-gnu/bin/ld option to reload object files... (cached) -r
checking for BSD-compatible nm... (cached) /usr/bin/nm -B
checking for a sed that does not truncate output... (cached) /bin/sed
checking whether ln -s works... (cached) yes
checking how to recognise dependent libraries... (cached) pass_all
checking for object suffix... (cached) o
checking for executable suffix... (cached) no
checking command to parse /usr/bin/nm -B output... (cached) ok
checking for dlfcn.h... (cached) yes
checking for ranlib... (cached) ranlib
checking for strip... (cached) strip
checking for objdir... .libs
checking for gcc option to produce PIC... (cached)   -fPIC
checking if gcc PIC flag   -fPIC works... (cached) yes
checking if gcc static flag -static works... (cached) yes
checking if gcc supports -c -o file.o... (cached) yes
checking if gcc supports -c -o file.lo... (cached) yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/i586-pc-linux-gnu/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether -lc should be explicitly linked in... (cached) no
creating libtool
checking for ANSI C header files... (cached) yes
checking for dirent.h that defines DIR... (cached) yes
checking for opendir in -ldir... (cached) no
checking whether gcc supports assert without backlinking... 
checking which extension is used for shared libraries... .so
checking which variable specifies run-time library path... LD_LIBRARY_PATH
checking for the default library search path... /lib /usr/lib
checking for objdir... .libs
checking whether libtool supports -dlopen/-dlpreopen... yes
checking for shl_load... (cached) no
checking for shl_load in -ldld... (cached) no
checking for dlopen in -ldl... (cached) yes
checking for dlerror... yes
checking for _ prefix in compiled symbols... no
checking whether deplibs are loaded by dlopen... yes
checking for argz.h... yes
checking for error_t... yes
checking for argz_append... yes
checking for argz_create_sep... yes
checking for argz_insert... yes
checking for argz_next... yes
checking for argz_stringify... yes
checking for errno.h... yes
checking for malloc.h... yes
checking for memory.h... yes
checking for stdlib.h... yes
checking for stdio.h... yes
checking for ctype.h... yes
checking for unistd.h... (cached) yes
checking for dl.h... no
checking for sys/dl.h... no
checking for dld.h... no
checking for string.h... (cached) yes
checking for strchr... yes
checking for strrchr... yes
checking for memcpy... yes
checking for memmove... yes
checking for strcmp... yes
updating cache .././config.cache
creating ./config.status
creating Makefile
creating config.h
+----------------------------------------+
|              SUCCESS                   |
+----------------------------------------+
  GNUMP3d has been configured, you should
 now type 'make' to compile gnump3d, and
 'make install' to install it.

  UNLESS you're running OpenBSD/FreeBSD/NetBSD
 in which case you should run 'gmake' - GNU Make.

+----------------------------------------+
|          YOUR CONFIGURATION            |
+----------------------------------------+

    Program:       gnump3d
    Version:       1.0

     syslog:       disabled
   pthreads:       enabled
  libVorbis:       external
      mplib:       enabled

  Theme dir:       /etc/gnump3d
 Plugin dir:       ${exec_prefix}/lib/gnump3d

Making all in libltdl
make[1]: Entering directory `/var/tmp/portage/gnump3d-1.0-r0/work/gnump3d-1.0/libltdl'
make  all-am
make[2]: Entering directory `/var/tmp/portage/gnump3d-1.0-r0/work/gnump3d-1.0/libltdl'
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.     -march=k6-2 -O3 -pipe -c -o ltdl.lo `test -f ltdl.c || echo './'`ltdl.c
mkdir .libs
gcc -DHAVE_CONFIG_H -I. -I. -I. -march=k6-2 -O3 -pipe -c ltdl.c    -fPIC -DPIC -o .libs/ltdl.lo
gcc -DHAVE_CONFIG_H -I. -I. -I. -march=k6-2 -O3 -pipe -c ltdl.c -o ltdl.o >/dev/null 2>&1
mv -f .libs/ltdl.lo ltdl.lo
/bin/sh ./libtool --mode=link gcc  -march=k6-2 -O3 -pipe   -o libltdlc.la   ltdl.lo -ldl 
rm -fr .libs/libltdlc.la .libs/libltdlc.* .libs/libltdlc.*
ar cru .libs/libltdlc.al ltdl.lo
ranlib .libs/libltdlc.al
creating libltdlc.la
(cd .libs && rm -f libltdlc.la && ln -s ../libltdlc.la libltdlc.la)
make[2]: Leaving directory `/var/tmp/portage/gnump3d-1.0-r0/work/gnump3d-1.0/libltdl'
make[1]: Leaving directory `/var/tmp/portage/gnump3d-1.0-r0/work/gnump3d-1.0/libltdl'
Making all in mplib
make[1]: Entering directory `/var/tmp/portage/gnump3d-1.0-r0/work/gnump3d-1.0/mplib'
make  all-recursive
make[2]: Entering directory `/var/tmp/portage/gnump3d-1.0-r0/work/gnump3d-1.0/mplib'
Making all in src
make[3]: Entering directory `/var/tmp/portage/gnump3d-1.0-r0/work/gnump3d-1.0/mplib/src'
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..     -march=k6-2 -O3 -pipe -c mplib.c
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..     -march=k6-2 -O3 -pipe -c mplib_s.c
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..     -march=k6-2 -O3 -pipe -c mplib_paas.c
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..     -march=k6-2 -O3 -pipe -c xmalloc.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -march=k6-2 -O3 -pipe -Wp,-MD,.deps/mplib_s.pp -c mplib_s.c -o mplib_s.o
gcc -DHAVE_CONFIG_H -I. -I. -I.. -march=k6-2 -O3 -pipe -Wp,-MD,.deps/mplib.pp -c mplib.c -o mplib.o
gcc -DHAVE_CONFIG_H -I. -I. -I.. -march=k6-2 -O3 -pipe -Wp,-MD,.deps/mplib_paas.pp -c mplib_paas.c -o mplib_paas.o
gcc -DHAVE_CONFIG_H -I. -I. -I.. -march=k6-2 -O3 -pipe -Wp,-MD,.deps/xmalloc.pp -c xmalloc.c -o xmalloc.o
echo timestamp > xmalloc.lo
echo timestamp > mplib_paas.lo
echo timestamp > mplib_s.lo
echo timestamp > mplib.lo
/bin/sh ../libtool --mode=link gcc  -march=k6-2 -O3 -pipe  -o libmp.la  -version-info 0:6:0 mplib.lo mplib_s.lo mplib_paas.lo xmalloc.lo  
mkdir .libs
libtool: link: warning: `-version-info' is ignored for convenience libraries
rm -fr .libs/libmp.la .libs/libmp.* .libs/libmp.*
ar cru .libs/libmp.a  mplib.o mplib_s.o mplib_paas.o xmalloc.o 
ranlib .libs/libmp.a
creating libmp.la
(cd .libs && rm -f libmp.la && ln -s ../libmp.la libmp.la)
make[3]: Leaving directory `/var/tmp/portage/gnump3d-1.0-r0/work/gnump3d-1.0/mplib/src'
make[3]: Entering directory `/var/tmp/portage/gnump3d-1.0-r0/work/gnump3d-1.0/mplib'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/var/tmp/portage/gnump3d-1.0-r0/work/gnump3d-1.0/mplib'
make[2]: Leaving directory `/var/tmp/portage/gnump3d-1.0-r0/work/gnump3d-1.0/mplib'
make[1]: Leaving directory `/var/tmp/portage/gnump3d-1.0-r0/work/gnump3d-1.0/mplib'
Making all in src
make[1]: Entering directory `/var/tmp/portage/gnump3d-1.0-r0/work/gnump3d-1.0/src'
g++ -DHAVE_CONFIG_H -I. -I. -I. -I../mplib/src -I../libltdl  -DCONFIGURATION_DIRECTORY=\"/etc\" -DPLUGIN_DIRECTORY=\"/usr/lib/gnump3d\"  -march=k6-2 -O3 -pipe -Wno-deprecated -c base64.cc
g++ -DHAVE_CONFIG_H -I. -I. -I. -I../mplib/src -I../libltdl  -DCONFIGURATION_DIRECTORY=\"/etc\" -DPLUGIN_DIRECTORY=\"/usr/lib/gnump3d\"  -march=k6-2 -O3 -pipe -Wno-deprecated -c connection.cc
g++ -DHAVE_CONFIG_H -I. -I. -I. -I../mplib/src -I../libltdl  -DCONFIGURATION_DIRECTORY=\"/etc\" -DPLUGIN_DIRECTORY=\"/usr/lib/gnump3d\"  -march=k6-2 -O3 -pipe -Wno-deprecated -c dirs.cc
g++ -DHAVE_CONFIG_H -I. -I. -I. -I../mplib/src -I../libltdl  -DCONFIGURATION_DIRECTORY=\"/etc\" -DPLUGIN_DIRECTORY=\"/usr/lib/gnump3d\"  -march=k6-2 -O3 -pipe -Wno-deprecated -c debug.cc
g++ -DHAVE_CONFIG_H -I. -I. -I. -I../mplib/src -I../libltdl  -DCONFIGURATION_DIRECTORY=\"/etc\" -DPLUGIN_DIRECTORY=\"/usr/lib/gnump3d\"  -march=k6-2 -O3 -pipe -Wno-deprecated -c filecache.cc
g++ -DHAVE_CONFIG_H -I. -I. -I. -I../mplib/src -I../libltdl  -DCONFIGURATION_DIRECTORY=\"/etc\" -DPLUGIN_DIRECTORY=\"/usr/lib/gnump3d\"  -march=k6-2 -O3 -pipe -Wno-deprecated -c logfile.cc
g++ -DHAVE_CONFIG_H -I. -I. -I. -I../mplib/src -I../libltdl  -DCONFIGURATION_DIRECTORY=\"/etc\" -DPLUGIN_DIRECTORY=\"/usr/lib/gnump3d\"  -march=k6-2 -O3 -pipe -Wno-deprecated -c files.cc
g++ -DHAVE_CONFIG_H -I. -I. -I. -I../mplib/src -I../libltdl  -DCONFIGURATION_DIRECTORY=\"/etc\" -DPLUGIN_DIRECTORY=\"/usr/lib/gnump3d\"  -march=k6-2 -O3 -pipe -Wno-deprecated -c main.cc
g++ -DHAVE_CONFIG_H -I. -I. -I. -I../mplib/src -I../libltdl  -DCONFIGURATION_DIRECTORY=\"/etc\" -DPLUGIN_DIRECTORY=\"/usr/lib/gnump3d\"  -march=k6-2 -O3 -pipe -Wno-deprecated -c regexpr.cc
g++ -DHAVE_CONFIG_H -I. -I. -I. -I../mplib/src -I../libltdl  -DCONFIGURATION_DIRECTORY=\"/etc\" -DPLUGIN_DIRECTORY=\"/usr/lib/gnump3d\"  -march=k6-2 -O3 -pipe -Wno-deprecated -c request.cc
g++ -DHAVE_CONFIG_H -I. -I. -I. -I../mplib/src -I../libltdl  -DCONFIGURATION_DIRECTORY=\"/etc\" -DPLUGIN_DIRECTORY=\"/usr/lib/gnump3d\"  -march=k6-2 -O3 -pipe -Wno-deprecated -c server.cc
gcc -DHAVE_CONFIG_H -I. -I. -I. -I../mplib/src -I../libltdl  -DCONFIGURATION_DIRECTORY=\"/etc\" -DPLUGIN_DIRECTORY=\"/usr/lib/gnump3d\"  -march=k6-2 -O3 -pipe -c gnuregex.c
g++ -DHAVE_CONFIG_H -I. -I. -I. -I../mplib/src -I../libltdl  -DCONFIGURATION_DIRECTORY=\"/etc\" -DPLUGIN_DIRECTORY=\"/usr/lib/gnump3d\"  -march=k6-2 -O3 -pipe -Wno-deprecated -c plugin.cc
g++ -DHAVE_CONFIG_H -I. -I. -I. -I../mplib/src -I../libltdl  -DCONFIGURATION_DIRECTORY=\"/etc\" -DPLUGIN_DIRECTORY=\"/usr/lib/gnump3d\"  -march=k6-2 -O3 -pipe -Wno-deprecated -c playlist.cc
g++ -DHAVE_CONFIG_H -I. -I. -I. -I../mplib/src -I../libltdl  -DCONFIGURATION_DIRECTORY=\"/etc\" -DPLUGIN_DIRECTORY=\"/usr/lib/gnump3d\"  -march=k6-2 -O3 -pipe -Wno-deprecated -c option.cc
g++ -DHAVE_CONFIG_H -I. -I. -I. -I../mplib/src -I../libltdl  -DCONFIGURATION_DIRECTORY=\"/etc\" -DPLUGIN_DIRECTORY=\"/usr/lib/gnump3d\"  -march=k6-2 -O3 -pipe -Wno-deprecated -c playing.cc
g++ -DHAVE_CONFIG_H -I. -I. -I. -I../mplib/src -I../libltdl  -DCONFIGURATION_DIRECTORY=\"/etc\" -DPLUGIN_DIRECTORY=\"/usr/lib/gnump3d\"  -march=k6-2 -O3 -pipe -Wno-deprecated -c network.cc
g++ -DHAVE_CONFIG_H -I. -I. -I. -I../mplib/src -I../libltdl  -DCONFIGURATION_DIRECTORY=\"/etc\" -DPLUGIN_DIRECTORY=\"/usr/lib/gnump3d\"  -march=k6-2 -O3 -pipe -Wno-deprecated -c mutex.cc
g++ -DHAVE_CONFIG_H -I. -I. -I. -I../mplib/src -I../libltdl  -DCONFIGURATION_DIRECTORY=\"/etc\" -DPLUGIN_DIRECTORY=\"/usr/lib/gnump3d\"  -march=k6-2 -O3 -pipe -Wno-deprecated -c version.cc
g++ -DHAVE_CONFIG_H -I. -I. -I. -I../mplib/src -I../libltdl  -DCONFIGURATION_DIRECTORY=\"/etc\" -DPLUGIN_DIRECTORY=\"/usr/lib/gnump3d\"  -march=k6-2 -O3 -pipe -Wno-deprecated -c vcedit.cc
g++ -DHAVE_CONFIG_H -I. -I. -I. -I../mplib/src -I../libltdl  -DCONFIGURATION_DIRECTORY=\"/etc\" -DPLUGIN_DIRECTORY=\"/usr/lib/gnump3d\"  -march=k6-2 -O3 -pipe -Wno-deprecated -c utility.cc
g++ -DHAVE_CONFIG_H -I. -I. -I. -I../mplib/src -I../libltdl  -DCONFIGURATION_DIRECTORY=\"/etc\" -DPLUGIN_DIRECTORY=\"/usr/lib/gnump3d\"  -march=k6-2 -O3 -pipe -Wno-deprecated -c threads.cc
g++ -DHAVE_CONFIG_H -I. -I. -I. -I../mplib/src -I../libltdl  -DCONFIGURATION_DIRECTORY=\"/etc\" -DPLUGIN_DIRECTORY=\"/usr/lib/gnump3d\"  -march=k6-2 -O3 -pipe -Wno-deprecated -c theme.cc
g++ -DHAVE_CONFIG_H -I. -I. -I. -I../mplib/src -I../libltdl  -DCONFIGURATION_DIRECTORY=\"/etc\" -DPLUGIN_DIRECTORY=\"/usr/lib/gnump3d\"  -march=k6-2 -O3 -pipe -Wno-deprecated -c tagparser.cc
g++ -DHAVE_CONFIG_H -I. -I. -I. -I../mplib/src -I../libltdl  -DCONFIGURATION_DIRECTORY=\"/etc\" -DPLUGIN_DIRECTORY=\"/usr/lib/gnump3d\"  -march=k6-2 -O3 -pipe -Wno-deprecated -c settings.cc
/bin/sh ../libtool --mode=link g++  -march=k6-2 -O3 -pipe -Wno-deprecated -pthread   -o gnump3d -export-dynamic base64.o connection.o debug.o dirs.o filecache.o files.o logfile.o main.o mutex.o network.o option.o playing.o playlist.o plugin.o gnuregex.o regexpr.o request.o server.o settings.o tagparser.o theme.o threads.o utility.o vcedit.o version.o ../mplib/src/libmp.la ../libltdl/libltdlc.la  -lvorbis
mkdir .libs
g++ -march=k6-2 -O3 -pipe -Wno-deprecated -pthread -o gnump3d base64.o connection.o debug.o dirs.o filecache.o files.o logfile.o main.o mutex.o network.o option.o playing.o playlist.o plugin.o gnuregex.o regexpr.o request.o server.o settings.o tagparser.o theme.o threads.o utility.o vcedit.o version.o -Wl,--export-dynamic  ../mplib/src/.libs/libmp.a ../libltdl/.libs/libltdlc.al -ldl /usr/lib/libvorbis.so -lm -L/usr/lib /usr/lib/libogg.so
make[1]: Leaving directory `/var/tmp/portage/gnump3d-1.0-r0/work/gnump3d-1.0/src'
Making all in plugins
make[1]: Entering directory `/var/tmp/portage/gnump3d-1.0-r0/work/gnump3d-1.0/plugins'
/bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../src -I../mplib/src -I../libltdl  -DCONFIGURATION_DIRECTORY=\"/etc\" -DPLUGIN_DIRECTORY=\"/usr/lib/gnump3d\"  -march=k6-2 -O3 -pipe -Wno-deprecated -c now.cc
/bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../src -I../mplib/src -I../libltdl  -DCONFIGURATION_DIRECTORY=\"/etc\" -DPLUGIN_DIRECTORY=\"/usr/lib/gnump3d\"  -march=k6-2 -O3 -pipe -Wno-deprecated -c bug.cc
/bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../src -I../mplib/src -I../libltdl  -DCONFIGURATION_DIRECTORY=\"/etc\" -DPLUGIN_DIRECTORY=\"/usr/lib/gnump3d\"  -march=k6-2 -O3 -pipe -Wno-deprecated -c last20.cc
mkdir .libs
g++ -DHAVE_CONFIG_H -I. -I. -I../src -I../mplib/src -I../libltdl -DCONFIGURATION_DIRECTORY=\"/etc\" -DPLUGIN_DIRECTORY=\"/usr/lib/gnump3d\" -march=k6-2 -O3 -pipe -Wno-deprecated -Wp,-MD,.deps/last20.pp -c last20.cc  -fPIC -DPIC -o .libs/last20.lo
rm -f .libs/now.lo
g++ -DHAVE_CONFIG_H -I. -I. -I../src -I../mplib/src -I../libltdl -DCONFIGURATION_DIRECTORY=\"/etc\" -DPLUGIN_DIRECTORY=\"/usr/lib/gnump3d\" -march=k6-2 -O3 -pipe -Wno-deprecated -Wp,-MD,.deps/now.pp -c now.cc  -fPIC -DPIC -o .libs/now.lo
rm -f .libs/bug.lo
g++ -DHAVE_CONFIG_H -I. -I. -I../src -I../mplib/src -I../libltdl -DCONFIGURATION_DIRECTORY=\"/etc\" -DPLUGIN_DIRECTORY=\"/usr/lib/gnump3d\" -march=k6-2 -O3 -pipe -Wno-deprecated -Wp,-MD,.deps/bug.pp -c bug.cc  -fPIC -DPIC -o .libs/bug.lo
g++ -DHAVE_CONFIG_H -I. -I. -I../src -I../mplib/src -I../libltdl -DCONFIGURATION_DIRECTORY=\"/etc\" -DPLUGIN_DIRECTORY=\"/usr/lib/gnump3d\" -march=k6-2 -O3 -pipe -Wno-deprecated -Wp,-MD,.deps/bug.pp -c bug.cc -o bug.o >/dev/null 2>&1
g++ -DHAVE_CONFIG_H -I. -I. -I../src -I../mplib/src -I../libltdl -DCONFIGURATION_DIRECTORY=\"/etc\" -DPLUGIN_DIRECTORY=\"/usr/lib/gnump3d\" -march=k6-2 -O3 -pipe -Wno-deprecated -Wp,-MD,.deps/now.pp -c now.cc -o now.o >/dev/null 2>&1
mv -f .libs/bug.lo bug.lo
/bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../src -I../mplib/src -I../libltdl  -DCONFIGURATION_DIRECTORY=\"/etc\" -DPLUGIN_DIRECTORY=\"/usr/lib/gnump3d\"  -march=k6-2 -O3 -pipe -Wno-deprecated -c search.cc
rm -f .libs/search.lo
g++ -DHAVE_CONFIG_H -I. -I. -I../src -I../mplib/src -I../libltdl -DCONFIGURATION_DIRECTORY=\"/etc\" -DPLUGIN_DIRECTORY=\"/usr/lib/gnump3d\" -march=k6-2 -O3 -pipe -Wno-deprecated -Wp,-MD,.deps/search.pp -c search.cc  -fPIC -DPIC -o .libs/search.lo
g++ -DHAVE_CONFIG_H -I. -I. -I../src -I../mplib/src -I../libltdl -DCONFIGURATION_DIRECTORY=\"/etc\" -DPLUGIN_DIRECTORY=\"/usr/lib/gnump3d\" -march=k6-2 -O3 -pipe -Wno-deprecated -Wp,-MD,.deps/last20.pp -c last20.cc -o last20.o >/dev/null 2>&1
mv -f .libs/now.lo now.lo
/bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../src -I../mplib/src -I../libltdl  -DCONFIGURATION_DIRECTORY=\"/etc\" -DPLUGIN_DIRECTORY=\"/usr/lib/gnump3d\"  -march=k6-2 -O3 -pipe -Wno-deprecated -c stats.cc
rm -f .libs/stats.lo
g++ -DHAVE_CONFIG_H -I. -I. -I../src -I../mplib/src -I../libltdl -DCONFIGURATION_DIRECTORY=\"/etc\" -DPLUGIN_DIRECTORY=\"/usr/lib/gnump3d\" -march=k6-2 -O3 -pipe -Wno-deprecated -Wp,-MD,.deps/stats.pp -c stats.cc  -fPIC -DPIC -o .libs/stats.lo
g++ -DHAVE_CONFIG_H -I. -I. -I../src -I../mplib/src -I../libltdl -DCONFIGURATION_DIRECTORY=\"/etc\" -DPLUGIN_DIRECTORY=\"/usr/lib/gnump3d\" -march=k6-2 -O3 -pipe -Wno-deprecated -Wp,-MD,.deps/stats.pp -c stats.cc -o stats.o >/dev/null 2>&1
mv -f .libs/stats.lo stats.lo
/bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../src -I../mplib/src -I../libltdl  -DCONFIGURATION_DIRECTORY=\"/etc\" -DPLUGIN_DIRECTORY=\"/usr/lib/gnump3d\"  -march=k6-2 -O3 -pipe -Wno-deprecated -c theme.cc
rm -f .libs/theme.lo
g++ -DHAVE_CONFIG_H -I. -I. -I../src -I../mplib/src -I../libltdl -DCONFIGURATION_DIRECTORY=\"/etc\" -DPLUGIN_DIRECTORY=\"/usr/lib/gnump3d\" -march=k6-2 -O3 -pipe -Wno-deprecated -Wp,-MD,.deps/theme.pp -c theme.cc  -fPIC -DPIC -o .libs/theme.lo
mv -f .libs/last20.lo last20.lo
g++ -DHAVE_CONFIG_H -I. -I. -I../src -I../mplib/src -I../libltdl -DCONFIGURATION_DIRECTORY=\"/etc\" -DPLUGIN_DIRECTORY=\"/usr/lib/gnump3d\" -march=k6-2 -O3 -pipe -Wno-deprecated -Wp,-MD,.deps/theme.pp -c theme.cc -o theme.o >/dev/null 2>&1
g++ -DHAVE_CONFIG_H -I. -I. -I../src -I../mplib/src -I../libltdl -DCONFIGURATION_DIRECTORY=\"/etc\" -DPLUGIN_DIRECTORY=\"/usr/lib/gnump3d\" -march=k6-2 -O3 -pipe -Wno-deprecated -Wp,-MD,.deps/search.pp -c search.cc -o search.o >/dev/null 2>&1
mv -f .libs/theme.lo theme.lo
/bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../src -I../mplib/src -I../libltdl  -DCONFIGURATION_DIRECTORY=\"/etc\" -DPLUGIN_DIRECTORY=\"/usr/lib/gnump3d\"  -march=k6-2 -O3 -pipe -Wno-deprecated -c version.cc
/bin/sh ../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../src -I../mplib/src -I../libltdl  -DCONFIGURATION_DIRECTORY=\"/etc\" -DPLUGIN_DIRECTORY=\"/usr/lib/gnump3d\"  -march=k6-2 -O3 -pipe -Wno-deprecated -c playlist.cc
rm -f .libs/version.lo
g++ -DHAVE_CONFIG_H -I. -I. -I../src -I../mplib/src -I../libltdl -DCONFIGURATION_DIRECTORY=\"/etc\" -DPLUGIN_DIRECTORY=\"/usr/lib/gnump3d\" -march=k6-2 -O3 -pipe -Wno-deprecated -Wp,-MD,.deps/version.pp -c version.cc  -fPIC -DPIC -o .libs/version.lo
rm -f .libs/playlist.lo
g++ -DHAVE_CONFIG_H -I. -I. -I../src -I../mplib/src -I../libltdl -DCONFIGURATION_DIRECTORY=\"/etc\" -DPLUGIN_DIRECTORY=\"/usr/lib/gnump3d\" -march=k6-2 -O3 -pipe -Wno-deprecated -Wp,-MD,.deps/playlist.pp -c playlist.cc  -fPIC -DPIC -o .libs/playlist.lo
g++ -DHAVE_CONFIG_H -I. -I. -I../src -I../mplib/src -I../libltdl -DCONFIGURATION_DIRECTORY=\"/etc\" -DPLUGIN_DIRECTORY=\"/usr/lib/gnump3d\" -march=k6-2 -O3 -pipe -Wno-deprecated -Wp,-MD,.deps/version.pp -c version.cc -o version.o >/dev/null 2>&1
g++ -DHAVE_CONFIG_H -I. -I. -I../src -I../mplib/src -I../libltdl -DCONFIGURATION_DIRECTORY=\"/etc\" -DPLUGIN_DIRECTORY=\"/usr/lib/gnump3d\" -march=k6-2 -O3 -pipe -Wno-deprecated -Wp,-MD,.deps/playlist.pp -c playlist.cc -o playlist.o >/dev/null 2>&1
mv -f .libs/version.lo version.lo
/bin/sh ../libtool --mode=link g++  -march=k6-2 -O3 -pipe -Wno-deprecated  -o bug.la -rpath /usr/lib -avoid-version -module -shared bug.lo  -lvorbis
rm -fr .libs/bug.la .libs/bug.* .libs/bug.*
gcc -shared  bug.lo  -L/usr/lib /usr/lib/libvorbis.so  -Wl,-soname -Wl,bug.so -o .libs/bug.so
ar cru .libs/bug.a  bug.o 
ranlib .libs/bug.a
creating bug.la
(cd .libs && rm -f bug.la && ln -s ../bug.la bug.la)
/bin/sh ../libtool --mode=link g++  -march=k6-2 -O3 -pipe -Wno-deprecated  -o last20.la -rpath /usr/lib -avoid-version -module -shared last20.lo  -lvorbis
rm -fr .libs/last20.la .libs/last20.* .libs/last20.*
gcc -shared  last20.lo  -L/usr/lib /usr/lib/libvorbis.so  -Wl,-soname -Wl,last20.so -o .libs/last20.so
ar cru .libs/last20.a  last20.o 
ranlib .libs/last20.a
creating last20.la
(cd .libs && rm -f last20.la && ln -s ../last20.la last20.la)
mv -f .libs/search.lo search.lo
/bin/sh ../libtool --mode=link g++  -march=k6-2 -O3 -pipe -Wno-deprecated  -o stats.la -rpath /usr/lib -avoid-version -module -shared stats.lo  -lvorbis
/bin/sh ../libtool --mode=link g++  -march=k6-2 -O3 -pipe -Wno-deprecated  -o now.la -rpath /usr/lib -avoid-version -module -shared now.lo  -lvorbis
rm -fr .libs/stats.la .libs/stats.* .libs/stats.*
rm -fr .libs/now.la .libs/now.* .libs/now.*
gcc -shared  stats.lo  -L/usr/lib /usr/lib/libvorbis.so  -Wl,-soname -Wl,stats.so -o .libs/stats.so
gcc -shared  now.lo  -L/usr/lib /usr/lib/libvorbis.so  -Wl,-soname -Wl,now.so -o .libs/now.so
ar cru .libs/stats.a  stats.o 
ranlib .libs/stats.a
creating stats.la
ar cru .libs/now.a  now.o 
ranlib .libs/now.a
creating now.la
(cd .libs && rm -f stats.la && ln -s ../stats.la stats.la)
/bin/sh ../libtool --mode=link g++  -march=k6-2 -O3 -pipe -Wno-deprecated  -o theme.la -rpath /usr/lib -avoid-version -module -shared theme.lo  -lvorbis
(cd .libs && rm -f now.la && ln -s ../now.la now.la)
/bin/sh ../libtool --mode=link g++  -march=k6-2 -O3 -pipe -Wno-deprecated  -o version.la -rpath /usr/lib -avoid-version -module -shared version.lo  -lvorbis
rm -fr .libs/theme.la .libs/theme.* .libs/theme.*
gcc -shared  theme.lo  -L/usr/lib /usr/lib/libvorbis.so  -Wl,-soname -Wl,theme.so -o .libs/theme.so
rm -fr .libs/version.la .libs/version.* .libs/version.*
gcc -shared  version.lo  -L/usr/lib /usr/lib/libvorbis.so  -Wl,-soname -Wl,version.so -o .libs/version.so
ar cru .libs/theme.a  theme.o 
ranlib .libs/theme.a
creating theme.la
ar cru .libs/version.a  version.o 
ranlib .libs/version.a
creating version.la
(cd .libs && rm -f theme.la && ln -s ../theme.la theme.la)
/bin/sh ../libtool --mode=link g++  -march=k6-2 -O3 -pipe -Wno-deprecated  -o search.la -rpath /usr/lib -avoid-version -module -shared search.lo  -lvorbis
(cd .libs && rm -f version.la && ln -s ../version.la version.la)
rm -fr .libs/search.la .libs/search.* .libs/search.*
gcc -shared  search.lo  -L/usr/lib /usr/lib/libvorbis.so  -Wl,-soname -Wl,search.so -o .libs/search.so
ar cru .libs/search.a  search.o 
ranlib .libs/search.a
creating search.la
(cd .libs && rm -f search.la && ln -s ../search.la search.la)
mv -f .libs/playlist.lo playlist.lo
/bin/sh ../libtool --mode=link g++  -march=k6-2 -O3 -pipe -Wno-deprecated  -o playlist.la -rpath /usr/lib -avoid-version -module -shared playlist.lo  -lvorbis
rm -fr .libs/playlist.la .libs/playlist.* .libs/playlist.*
gcc -shared  playlist.lo  -L/usr/lib /usr/lib/libvorbis.so  -Wl,-soname -Wl,playlist.so -o .libs/playlist.so
ar cru .libs/playlist.a  playlist.o 
ranlib .libs/playlist.a
creating playlist.la
(cd .libs && rm -f playlist.la && ln -s ../playlist.la playlist.la)
make[1]: Leaving directory `/var/tmp/portage/gnump3d-1.0-r0/work/gnump3d-1.0/plugins'
Making all in templates
make[1]: Entering directory `/var/tmp/portage/gnump3d-1.0-r0/work/gnump3d-1.0/templates'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/var/tmp/portage/gnump3d-1.0-r0/work/gnump3d-1.0/templates'
Making all in scripts
make[1]: Entering directory `/var/tmp/portage/gnump3d-1.0-r0/work/gnump3d-1.0/scripts'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/var/tmp/portage/gnump3d-1.0-r0/work/gnump3d-1.0/scripts'
Making all in man
make[1]: Entering directory `/var/tmp/portage/gnump3d-1.0-r0/work/gnump3d-1.0/man'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/var/tmp/portage/gnump3d-1.0-r0/work/gnump3d-1.0/man'
make[1]: Entering directory `/var/tmp/portage/gnump3d-1.0-r0/work/gnump3d-1.0'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory `/var/tmp/portage/gnump3d-1.0-r0/work/gnump3d-1.0'

>>> Install gnump3d-1.0-r0 into /var/tmp/portage/gnump3d-1.0-r0/image/ category media-sound
Making install in libltdl
make[1]: Entering directory `/var/tmp/portage/gnump3d-1.0-r0/work/gnump3d-1.0/libltdl'
make[2]: Entering directory `/var/tmp/portage/gnump3d-1.0-r0/work/gnump3d-1.0/libltdl'
/bin/sh ./../mkinstalldirs /var/tmp/portage/gnump3d-1.0-r0/image//usr/lib
mkdir /var/tmp/portage/gnump3d-1.0-r0/image/usr
mkdir /var/tmp/portage/gnump3d-1.0-r0/image/usr/lib
/bin/sh ./../mkinstalldirs /var/tmp/portage/gnump3d-1.0-r0/image//usr/include
mkdir /var/tmp/portage/gnump3d-1.0-r0/image/usr/include
make[2]: Leaving directory `/var/tmp/portage/gnump3d-1.0-r0/work/gnump3d-1.0/libltdl'
make[1]: Leaving directory `/var/tmp/portage/gnump3d-1.0-r0/work/gnump3d-1.0/libltdl'
Making install in mplib
make[1]: Entering directory `/var/tmp/portage/gnump3d-1.0-r0/work/gnump3d-1.0/mplib'
Making install in src
make[2]: Entering directory `/var/tmp/portage/gnump3d-1.0-r0/work/gnump3d-1.0/mplib/src'
make[3]: Entering directory `/var/tmp/portage/gnump3d-1.0-r0/work/gnump3d-1.0/mplib/src'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/var/tmp/portage/gnump3d-1.0-r0/work/gnump3d-1.0/mplib/src'
make[2]: Leaving directory `/var/tmp/portage/gnump3d-1.0-r0/work/gnump3d-1.0/mplib/src'
make[2]: Entering directory `/var/tmp/portage/gnump3d-1.0-r0/work/gnump3d-1.0/mplib'
make[3]: Entering directory `/var/tmp/portage/gnump3d-1.0-r0/work/gnump3d-1.0/mplib'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/var/tmp/portage/gnump3d-1.0-r0/work/gnump3d-1.0/mplib'
make[2]: Leaving directory `/var/tmp/portage/gnump3d-1.0-r0/work/gnump3d-1.0/mplib'
make[1]: Leaving directory `/var/tmp/portage/gnump3d-1.0-r0/work/gnump3d-1.0/mplib'
Making install in src
make[1]: Entering directory `/var/tmp/portage/gnump3d-1.0-r0/work/gnump3d-1.0/src'
make[2]: Entering directory `/var/tmp/portage/gnump3d-1.0-r0/work/gnump3d-1.0/src'
/bin/sh ../config/mkinstalldirs /var/tmp/portage/gnump3d-1.0-r0/image//usr/bin
mkdir /var/tmp/portage/gnump3d-1.0-r0/image/usr/bin
 /bin/sh ../libtool  --mode=install /bin/install -c  gnump3d /var/tmp/portage/gnump3d-1.0-r0/image//usr/bin/gnump3d
/bin/install -c gnump3d /var/tmp/portage/gnump3d-1.0-r0/image//usr/bin/gnump3d
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/var/tmp/portage/gnump3d-1.0-r0/work/gnump3d-1.0/src'
make[1]: Leaving directory `/var/tmp/portage/gnump3d-1.0-r0/work/gnump3d-1.0/src'
Making install in plugins
make[1]: Entering directory `/var/tmp/portage/gnump3d-1.0-r0/work/gnump3d-1.0/plugins'
make[2]: Entering directory `/var/tmp/portage/gnump3d-1.0-r0/work/gnump3d-1.0/plugins'
/bin/sh ../config/mkinstalldirs /var/tmp/portage/gnump3d-1.0-r0/image//usr/lib
/bin/sh ../libtool  --mode=install /bin/install -c bug.la /var/tmp/portage/gnump3d-1.0-r0/image//usr/lib/bug.la
/bin/install -c .libs/bug.so /var/tmp/portage/gnump3d-1.0-r0/image//usr/lib/bug.so
/bin/install -c .libs/bug.lai /var/tmp/portage/gnump3d-1.0-r0/image//usr/lib/bug.la
/bin/install -c .libs/bug.a /var/tmp/portage/gnump3d-1.0-r0/image//usr/lib/bug.a
ranlib /var/tmp/portage/gnump3d-1.0-r0/image//usr/lib/bug.a
chmod 644 /var/tmp/portage/gnump3d-1.0-r0/image//usr/lib/bug.a
libtool: install: warning: remember to run `libtool --finish /usr/lib'
/bin/sh ../libtool  --mode=install /bin/install -c last20.la /var/tmp/portage/gnump3d-1.0-r0/image//usr/lib/last20.la
/bin/install -c .libs/last20.so /var/tmp/portage/gnump3d-1.0-r0/image//usr/lib/last20.so
/bin/install -c .libs/last20.lai /var/tmp/portage/gnump3d-1.0-r0/image//usr/lib/last20.la
/bin/install -c .libs/last20.a /var/tmp/portage/gnump3d-1.0-r0/image//usr/lib/last20.a
ranlib /var/tmp/portage/gnump3d-1.0-r0/image//usr/lib/last20.a
chmod 644 /var/tmp/portage/gnump3d-1.0-r0/image//usr/lib/last20.a
libtool: install: warning: remember to run `libtool --finish /usr/lib'
/bin/sh ../libtool  --mode=install /bin/install -c now.la /var/tmp/portage/gnump3d-1.0-r0/image//usr/lib/now.la
/bin/install -c .libs/now.so /var/tmp/portage/gnump3d-1.0-r0/image//usr/lib/now.so
/bin/install -c .libs/now.lai /var/tmp/portage/gnump3d-1.0-r0/image//usr/lib/now.la
/bin/install -c .libs/now.a /var/tmp/portage/gnump3d-1.0-r0/image//usr/lib/now.a
ranlib /var/tmp/portage/gnump3d-1.0-r0/image//usr/lib/now.a
chmod 644 /var/tmp/portage/gnump3d-1.0-r0/image//usr/lib/now.a
libtool: install: warning: remember to run `libtool --finish /usr/lib'
/bin/sh ../libtool  --mode=install /bin/install -c search.la /var/tmp/portage/gnump3d-1.0-r0/image//usr/lib/search.la
/bin/install -c .libs/search.so /var/tmp/portage/gnump3d-1.0-r0/image//usr/lib/search.so
/bin/install -c .libs/search.lai /var/tmp/portage/gnump3d-1.0-r0/image//usr/lib/search.la
/bin/install -c .libs/search.a /var/tmp/portage/gnump3d-1.0-r0/image//usr/lib/search.a
ranlib /var/tmp/portage/gnump3d-1.0-r0/image//usr/lib/search.a
chmod 644 /var/tmp/portage/gnump3d-1.0-r0/image//usr/lib/search.a
libtool: install: warning: remember to run `libtool --finish /usr/lib'
/bin/sh ../libtool  --mode=install /bin/install -c stats.la /var/tmp/portage/gnump3d-1.0-r0/image//usr/lib/stats.la
/bin/install -c .libs/stats.so /var/tmp/portage/gnump3d-1.0-r0/image//usr/lib/stats.so
/bin/install -c .libs/stats.lai /var/tmp/portage/gnump3d-1.0-r0/image//usr/lib/stats.la
/bin/install -c .libs/stats.a /var/tmp/portage/gnump3d-1.0-r0/image//usr/lib/stats.a
ranlib /var/tmp/portage/gnump3d-1.0-r0/image//usr/lib/stats.a
chmod 644 /var/tmp/portage/gnump3d-1.0-r0/image//usr/lib/stats.a
libtool: install: warning: remember to run `libtool --finish /usr/lib'
/bin/sh ../libtool  --mode=install /bin/install -c theme.la /var/tmp/portage/gnump3d-1.0-r0/image//usr/lib/theme.la
/bin/install -c .libs/theme.so /var/tmp/portage/gnump3d-1.0-r0/image//usr/lib/theme.so
/bin/install -c .libs/theme.lai /var/tmp/portage/gnump3d-1.0-r0/image//usr/lib/theme.la
/bin/install -c .libs/theme.a /var/tmp/portage/gnump3d-1.0-r0/image//usr/lib/theme.a
ranlib /var/tmp/portage/gnump3d-1.0-r0/image//usr/lib/theme.a
chmod 644 /var/tmp/portage/gnump3d-1.0-r0/image//usr/lib/theme.a
libtool: install: warning: remember to run `libtool --finish /usr/lib'
/bin/sh ../libtool  --mode=install /bin/install -c playlist.la /var/tmp/portage/gnump3d-1.0-r0/image//usr/lib/playlist.la
/bin/install -c .libs/playlist.so /var/tmp/portage/gnump3d-1.0-r0/image//usr/lib/playlist.so
/bin/install -c .libs/playlist.lai /var/tmp/portage/gnump3d-1.0-r0/image//usr/lib/playlist.la
/bin/install -c .libs/playlist.a /var/tmp/portage/gnump3d-1.0-r0/image//usr/lib/playlist.a
ranlib /var/tmp/portage/gnump3d-1.0-r0/image//usr/lib/playlist.a
chmod 644 /var/tmp/portage/gnump3d-1.0-r0/image//usr/lib/playlist.a
libtool: install: warning: remember to run `libtool --finish /usr/lib'
/bin/sh ../libtool  --mode=install /bin/install -c version.la /var/tmp/portage/gnump3d-1.0-r0/image//usr/lib/version.la
/bin/install -c .libs/version.so /var/tmp/portage/gnump3d-1.0-r0/image//usr/lib/version.so
/bin/install -c .libs/version.lai /var/tmp/portage/gnump3d-1.0-r0/image//usr/lib/version.la
/bin/install -c .libs/version.a /var/tmp/portage/gnump3d-1.0-r0/image//usr/lib/version.a
ranlib /var/tmp/portage/gnump3d-1.0-r0/image//usr/lib/version.a
chmod 644 /var/tmp/portage/gnump3d-1.0-r0/image//usr/lib/version.a
libtool: install: warning: remember to run `libtool --finish /usr/lib'
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/var/tmp/portage/gnump3d-1.0-r0/work/gnump3d-1.0/plugins'
make[1]: Leaving directory `/var/tmp/portage/gnump3d-1.0-r0/work/gnump3d-1.0/plugins'
Making install in templates
make[1]: Entering directory `/var/tmp/portage/gnump3d-1.0-r0/work/gnump3d-1.0/templates'
make[2]: Entering directory `/var/tmp/portage/gnump3d-1.0-r0/work/gnump3d-1.0/templates'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/var/tmp/portage/gnump3d-1.0-r0/work/gnump3d-1.0/templates'
mkdir -p /var/tmp/portage/gnump3d-1.0-r0/image//etc/gnump3d
cp gnump3d.conf /var/tmp/portage/gnump3d-1.0-r0/image//etc/gnump3d/gnump3d.conf-default
if ! test -e /var/tmp/portage/gnump3d-1.0-r0/image//etc/gnump3d/gnump3d.conf; then mv /var/tmp/portage/gnump3d-1.0-r0/image//etc/gnump3d/gnump3d.conf-default /var/tmp/portage/gnump3d-1.0-r0/image//etc/gnump3d/gnump3d.conf; fi
cp -R default /var/tmp/portage/gnump3d-1.0-r0/image//etc/gnump3d
cp -R LaFrere /var/tmp/portage/gnump3d-1.0-r0/image//etc/gnump3d
cp -R redgrey /var/tmp/portage/gnump3d-1.0-r0/image//etc/gnump3d
cp -R simple /var/tmp/portage/gnump3d-1.0-r0/image//etc/gnump3d
cp -R split /var/tmp/portage/gnump3d-1.0-r0/image//etc/gnump3d
cp -R nausicaa /var/tmp/portage/gnump3d-1.0-r0/image//etc/gnump3d
find /var/tmp/portage/gnump3d-1.0-r0/image//etc/gnump3d/ -name CVS -print | xargs rm -rf
chmod -R a+rx /var/tmp/portage/gnump3d-1.0-r0/image//etc/gnump3d/
make[1]: Leaving directory `/var/tmp/portage/gnump3d-1.0-r0/work/gnump3d-1.0/templates'
Making install in scripts
make[1]: Entering directory `/var/tmp/portage/gnump3d-1.0-r0/work/gnump3d-1.0/scripts'
make[2]: Entering directory `/var/tmp/portage/gnump3d-1.0-r0/work/gnump3d-1.0/scripts'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/var/tmp/portage/gnump3d-1.0-r0/work/gnump3d-1.0/scripts'
mkdir -p /var/tmp/portage/gnump3d-1.0-r0/image//usr/bin
cp gnump3d-config /var/tmp/portage/gnump3d-1.0-r0/image//usr/bin
cp gnump3d-top /var/tmp/portage/gnump3d-1.0-r0/image//usr/bin
chmod 755 /var/tmp/portage/gnump3d-1.0-r0/image//usr/bin/gnump3d-config
chmod 755 /var/tmp/portage/gnump3d-1.0-r0/image//usr/bin/gnump3d-top
make[1]: Leaving directory `/var/tmp/portage/gnump3d-1.0-r0/work/gnump3d-1.0/scripts'
Making install in man
make[1]: Entering directory `/var/tmp/portage/gnump3d-1.0-r0/work/gnump3d-1.0/man'
make[2]: Entering directory `/var/tmp/portage/gnump3d-1.0-r0/work/gnump3d-1.0/man'
make[2]: Nothing to be done for `install-exec-am'.
make  install-man1
make[3]: Entering directory `/var/tmp/portage/gnump3d-1.0-r0/work/gnump3d-1.0/man'
/bin/sh ../config/mkinstalldirs /var/tmp/portage/gnump3d-1.0-r0/image//usr/share/man/man1
mkdir /var/tmp/portage/gnump3d-1.0-r0/image/usr/share
mkdir /var/tmp/portage/gnump3d-1.0-r0/image/usr/share/man
mkdir /var/tmp/portage/gnump3d-1.0-r0/image/usr/share/man/man1
 /bin/install -c -m 644 ./gnump3d.1 /var/tmp/portage/gnump3d-1.0-r0/image//usr/share/man/man1/gnump3d.1
 /bin/install -c -m 644 ./gnump3d-top.1 /var/tmp/portage/gnump3d-1.0-r0/image//usr/share/man/man1/gnump3d-top.1
 /bin/install -c -m 644 ./gnump3d.conf.1 /var/tmp/portage/gnump3d-1.0-r0/image//usr/share/man/man1/gnump3d.conf.1
 /bin/install -c -m 644 ./gnump3d-config.1 /var/tmp/portage/gnump3d-1.0-r0/image//usr/share/man/man1/gnump3d-config.1
make[3]: Leaving directory `/var/tmp/portage/gnump3d-1.0-r0/work/gnump3d-1.0/man'
make[2]: Leaving directory `/var/tmp/portage/gnump3d-1.0-r0/work/gnump3d-1.0/man'
make[1]: Leaving directory `/var/tmp/portage/gnump3d-1.0-r0/work/gnump3d-1.0/man'
make[1]: Entering directory `/var/tmp/portage/gnump3d-1.0-r0/work/gnump3d-1.0'
make[2]: Entering directory `/var/tmp/portage/gnump3d-1.0-r0/work/gnump3d-1.0'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/var/tmp/portage/gnump3d-1.0-r0/work/gnump3d-1.0'
make[1]: Leaving directory `/var/tmp/portage/gnump3d-1.0-r0/work/gnump3d-1.0'
cp: cannot stat `/usr/local/portage/media-sound/gnump3d/files/gnump3d-1.0.rc6': No such file or directory
install: cannot stat `/var/tmp/portage/gnump3d-1.0-r0/temp/gnump3d': No such file or directory
mv: cannot move `/var/tmp/portage/gnump3d-1.0-r0/image//usr/lib/gnump3d' to a subdirectory of itself, `/var/tmp/portage/gnump3d-1.0-r0/image//usr/lib/gnump3d/gnump3d'
man:
gzipping man page: gnump3d.1
gzipping man page: gnump3d.conf.1
gzipping man page: gnump3d-top.1
gzipping man page: gnump3d-config.1
prepallstrip:
strip: 
strip: 
   usr/bin/gnump3d
   usr/lib/gnump3d/bug.so
   usr/lib/gnump3d/theme.so
   usr/lib/gnump3d/now.so
   usr/lib/gnump3d/search.so
   usr/lib/gnump3d/stats.so
   usr/lib/gnump3d/last20.so
   usr/lib/gnump3d/playlist.so
   usr/lib/gnump3d/version.so
>>> Completed installing into /var/tmp/portage/gnump3d-1.0-r0/image/

./
./etc/
./etc/init.d/
./etc/gnump3d/
./etc/gnump3d/default/
./etc/gnump3d/default/plugin.html
./etc/gnump3d/default/style.css
./etc/gnump3d/default/index.html
./etc/gnump3d/default/error.html
./etc/gnump3d/default/results.html
./etc/gnump3d/default/stats.html
./etc/gnump3d/default/search.html
./etc/gnump3d/redgrey/
./etc/gnump3d/redgrey/plugin.html
./etc/gnump3d/redgrey/index.html
./etc/gnump3d/redgrey/error.html
./etc/gnump3d/redgrey/results.html
./etc/gnump3d/redgrey/stats.html
./etc/gnump3d/redgrey/search.html
./etc/gnump3d/nausicaa/
./etc/gnump3d/nausicaa/plugin.html
./etc/gnump3d/nausicaa/style.css
./etc/gnump3d/nausicaa/index.html
./etc/gnump3d/nausicaa/error.html
./etc/gnump3d/nausicaa/results.html
./etc/gnump3d/nausicaa/stats.html
./etc/gnump3d/nausicaa/search.html
./etc/gnump3d/split/
./etc/gnump3d/split/plugin.html
./etc/gnump3d/split/index.html
./etc/gnump3d/split/config.ini
./etc/gnump3d/split/error.html
./etc/gnump3d/split/results.html
./etc/gnump3d/split/stats.html
./etc/gnump3d/split/search.html
./etc/gnump3d/gnump3d.conf
./etc/gnump3d/LaFrere/
./etc/gnump3d/LaFrere/plugin.html
./etc/gnump3d/LaFrere/index.html
./etc/gnump3d/LaFrere/config.ini
./etc/gnump3d/LaFrere/error.html
./etc/gnump3d/LaFrere/results.html
./etc/gnump3d/LaFrere/logo.png
./etc/gnump3d/LaFrere/stats.html
./etc/gnump3d/LaFrere/search.html
./etc/gnump3d/simple/
./etc/gnump3d/simple/plugin.html
./etc/gnump3d/simple/index.html
./etc/gnump3d/simple/config.ini
./etc/gnump3d/simple/error.html
./etc/gnump3d/simple/results.html
./etc/gnump3d/simple/stats.html
./etc/gnump3d/simple/search.html
./var/
./var/log/
./var/log/gnump3d/
./usr/
./usr/bin/
./usr/bin/gnump3d
./usr/bin/gnump3d-top
./usr/lib/
./usr/lib/gnump3d/
./usr/lib/gnump3d/playlist.a
./usr/lib/gnump3d/bug.a
./usr/lib/gnump3d/now.a
./usr/lib/gnump3d/theme.a
./usr/lib/gnump3d/stats.a
./usr/lib/gnump3d/bug.la
./usr/lib/gnump3d/bug.so
./usr/lib/gnump3d/search.a
./usr/lib/gnump3d/theme.la
./usr/lib/gnump3d/theme.so
./usr/lib/gnump3d/now.la
./usr/lib/gnump3d/now.so
./usr/lib/gnump3d/search.la
./usr/lib/gnump3d/search.so
./usr/lib/gnump3d/stats.la
./usr/lib/gnump3d/stats.so
./usr/lib/gnump3d/last20.la
./usr/lib/gnump3d/last20.so
./usr/lib/gnump3d/playlist.la
./usr/lib/gnump3d/playlist.so
./usr/lib/gnump3d/last20.a
./usr/lib/gnump3d/version.a
./usr/lib/gnump3d/version.la
./usr/lib/gnump3d/version.so
./usr/share/
./usr/share/doc/
./usr/share/doc/gnump3d-1.0-r0/
./usr/share/doc/gnump3d-1.0-r0/README.gz
./usr/share/doc/gnump3d-1.0-r0/COPYING.gz
./usr/share/doc/gnump3d-1.0-r0/AUTHORS.gz
./usr/share/doc/gnump3d-1.0-r0/BUGS.gz
./usr/share/doc/gnump3d-1.0-r0/ChangeLog.gz
./usr/share/man/
./usr/share/man/man1/
./usr/share/man/man1/gnump3d.1.gz
./usr/share/man/man1/gnump3d-config.1.gz
./usr/share/man/man1/gnump3d.conf.1.gz
./usr/share/man/man1/gnump3d-top.1.gz
./usr/include/
>>> Done.
>>> Regenerating /etc/ld.so.cache...
 * Caching service dependencies...
 *  Can't find service 'ypbind' needed by 'autofs';  continuing...        [ ok ]
>>> Auto-cleaning packages ...

>>> No outdated packages were found on your system.


 * GNU info directory index is up-to-date.
 * IMPORTANT: 2 config files in /etc need updating.
 * Type emerge --help config to learn how to update config files.

Comment 10 roma1390 2003-12-07 10:41:06 UTC
if you have some interes on my gnump3d-1.0-r0.ebuild

# diff -Naur /usr/portage/media-sound/gnump3d/gnump3d-1.0.ebuild gnump3d/gnump3d-1.0-r0.ebuild

--- /usr/portage/media-sound/gnump3d/gnump3d-1.0.ebuild 2003-03-11 23:11:46.000000000 +0200
+++ gnump3d/gnump3d-1.0-r0.ebuild       2003-07-26 14:51:43.000000000 +0200
@@ -1,6 +1,6 @@
 # Copyright 1999-2003 Gentoo Technologies, Inc.
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /home/cvsroot/gentoo-x86/media-sound/gnump3d/gnump3d-1.0.ebuild,v 1.6 2003/03/11 21:11:46 seemant Exp $
+# $Header: /home/cvsroot/gentoo-x86/media-sound/gnump3d/gnump3d-1.0.ebuild,v 1.5 2003/02/14 08:52:13 vapier Exp $
 
 inherit eutils
 
@@ -14,13 +14,15 @@
 IUSE="oggvorbis"
 
 DEPEND="virtual/glibc"
-RDEPEND=">=dev-lang/perl-5.6.1
-       oggvorbis? ( media-libs/libvorbis )"
+#RDEPEND=">=sys-devel/perl-5.6.1
+#      oggvorbis? ( media-libs/libvorbis )"
+RDEPEND="oggvorbis? ( media-libs/libvorbis )"
 
 src_unpack() {
        unpack ${A}
        cd ${S}
        epatch ${FILESDIR}/${P}-gentoo.diff.bz2
+       epatch ${FILESDIR}/${P}-server.diff.bz2
 }
 
 src_compile() {
Comment 11 Brian Harring (RETIRED) gentoo-dev 2004-02-07 13:32:18 UTC
JJE are you still handling this one?  Otherwise, I'd like to bounce it back to sound@gentoo.org
Comment 12 J. Ellis (RETIRED) gentoo-dev 2004-02-07 19:49:50 UTC
bouncing back to herd.
Comment 13 Jeremy Huddleston (RETIRED) gentoo-dev 2004-02-28 04:44:35 UTC
It looks like the 1.0 ebuild doesn't even exist any more, so this bug is moot.