Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
rdepend bug of dfbsee
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
Tonn
n00b
n00b


Joined: 18 Aug 2008
Posts: 6

PostPosted: Mon Aug 18, 2008 5:21 pm    Post subject: rdepend bug of dfbsee Reply with quote

these days DirectFB was updated.
Today I try to emerge dfbsee , bug "make failed".
After some tests, I think that it is because of merging with the high version of DirectFB.
ebuild of media-video/dfbsee indicate it use a patch of DirectFB-0.94.
This works with DirectFB-0.9.25.1, but not 1.2.2

I can't post it to bugs.gentoo.org, so here instead.


Last edited by Tonn on Tue Aug 19, 2008 3:16 am; edited 1 time in total
Back to top
View user's profile Send private message
slackline
Veteran
Veteran


Joined: 01 Apr 2005
Posts: 1471
Location: /uk/sheffield

PostPosted: Mon Aug 18, 2008 5:49 pm    Post subject: Reply with quote

At the very least you should post the output which may contain more information as to the point and cause of failure, along with the output of 'emerge --info' before anyone can possibly start troubleshooting.

slack
_________________
"Science is what we understand well enough to explain to a computer.  Art is everything else we do." - Donald Knuth
Back to top
View user's profile Send private message
Tonn
n00b
n00b


Joined: 18 Aug 2008
Posts: 6

PostPosted: Tue Aug 19, 2008 3:15 am    Post subject: Reply with quote

I am sorry, I am not a DFB user, bug I try again now.
unmerge later.

after I installed DirectFB 1.2.2

Code:
gcc@localhost ~ $ sudo emerge dfbsee
Calculating dependencies... done!
>>> Verifying ebuild Manifests...

>>> Emerging (1 of 1) media-video/dfbsee-0.7.4-r1 to /
; * DFBSee-0.7.4.tar.gz RMD160 SHA1 SHA256 size ;-) ...                    [ ok ]
 * checking ebuild checksums ;-) ...                                      [ ok ]
 * checking auxfile checksums ;-) ...                                     [ ok ]
 * checking miscfile checksums ;-) ...                                    [ ok ]
 * checking DFBSee-0.7.4.tar.gz ;-) ...                                   [ ok ]
>>> Unpacking source...
>>> Unpacking DFBSee-0.7.4.tar.gz to /var/tmp/portage/media-video/dfbsee-0.7.4-r1/work
 * Applying dfbsee-0.7.4-direcfb-0.9.24.patch ...                         [ ok ]
 * Applying dfbsee-0.7.4-gcc4.patch ...                                   [ ok ]
>>> Source unpacked.
>>> Compiling source in /var/tmp/portage/media-video/dfbsee-0.7.4-r1/work/DFBSee-0.7.4 ...
 * QA: stop using the bindnow-flags function ... simply drop it from your ebuild
 * econf: updating DFBSee-0.7.4/config.sub with /usr/share/gnuconfig/config.sub
 * econf: updating DFBSee-0.7.4/config.guess with /usr/share/gnuconfig/config.guess
./configure --prefix=/usr --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --build=x86_64-pc-linux-gnu
creating cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal-1.4... missing
checking for working autoconf... found
checking for working automake-1.4... missing
checking for working autoheader... found
checking for working makeinfo... found
checking whether to enable maintainer-specific portions of Makefiles... no
checking host system type... x86_64-pc-linux-gnu
checking for gcc... gcc
checking whether the C compiler (gcc -O2 -pipe -Wl,-O1 -Wl,-z,now) works... yes
checking whether the C compiler (gcc -O2 -pipe -Wl,-O1 -Wl,-z,now) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for pkg-config... /usr/bin/pkg-config
checking for directfb >= 0.9.15... yes
checking DIRECTFB_CFLAGS... -D_REENTRANT -I/usr/include/directfb 
checking DIRECTFB_LIBS... -ldirectfb -lfusion -ldirect -lpthread 
checking for directfb-csource... /usr/bin/directfb-csource
updating cache ./config.cache
creating ./config.status
creating Makefile
creating dfbsee.1
creating data/Makefile
creating src/Makefile
creating src/gfx/Makefile
Making all in src
make[1]: Entering directory `/dev/shm/media-video/dfbsee-0.7.4-r1/work/DFBSee-0.7.4/src'
Making all in gfx
make[2]: Entering directory `/dev/shm/media-video/dfbsee-0.7.4-r1/work/DFBSee-0.7.4/src/gfx'
/usr/bin/directfb-csource --name=bottom_left --format=a8 \
      ./bottom_left.png >  gfx.h || ( rm -f gfx.h && false )
/usr/bin/directfb-csource --name=top_left    --format=a8 \
      ./top_left.png    >> gfx.h || ( rm -f gfx.h && false )
/usr/bin/directfb-csource --name=top_right   --format=a8 \
      ./top_right.png   >> gfx.h || ( rm -f gfx.h && false )
make[2]: Leaving directory `/dev/shm/media-video/dfbsee-0.7.4-r1/work/DFBSee-0.7.4/src/gfx'
make[2]: Entering directory `/dev/shm/media-video/dfbsee-0.7.4-r1/work/DFBSee-0.7.4/src'
gcc -DPACKAGE=\"DFBSee\" -DVERSION=\"0.7.4\"  -I. -I.  -D_REENTRANT -I/usr/include/directfb   -DDATADIR=\"/usr/share/DFBSee/\"   -O2 -pipe -Wall -c image-load.c
gcc -DPACKAGE=\"DFBSee\" -DVERSION=\"0.7.4\"  -I. -I.  -D_REENTRANT -I/usr/include/directfb   -DDATADIR=\"/usr/share/DFBSee/\"   -O2 -pipe -Wall -c interface.c
gcc -DPACKAGE=\"DFBSee\" -DVERSION=\"0.7.4\"  -I. -I.  -D_REENTRANT -I/usr/include/directfb   -DDATADIR=\"/usr/share/DFBSee/\"   -O2 -pipe -Wall -c interface-draw.c
gcc -DPACKAGE=\"DFBSee\" -DVERSION=\"0.7.4\"  -I. -I.  -D_REENTRANT -I/usr/include/directfb   -DDATADIR=\"/usr/share/DFBSee/\"   -O2 -pipe -Wall -c options.c
gcc -DPACKAGE=\"DFBSee\" -DVERSION=\"0.7.4\"  -I. -I.  -D_REENTRANT -I/usr/include/directfb   -DDATADIR=\"/usr/share/DFBSee/\"   -O2 -pipe -Wall -c main.c
gcc -DPACKAGE=\"DFBSee\" -DVERSION=\"0.7.4\"  -I. -I.  -D_REENTRANT -I/usr/include/directfb   -DDATADIR=\"/usr/share/DFBSee/\"   -O2 -pipe -Wall -c media.c
gcc -DPACKAGE=\"DFBSee\" -DVERSION=\"0.7.4\"  -I. -I.  -D_REENTRANT -I/usr/include/directfb   -DDATADIR=\"/usr/share/DFBSee/\"   -O2 -pipe -Wall -c rotate.c
gcc -DPACKAGE=\"DFBSee\" -DVERSION=\"0.7.4\"  -I. -I.  -D_REENTRANT -I/usr/include/directfb   -DDATADIR=\"/usr/share/DFBSee/\"   -O2 -pipe -Wall -c video-draw.c
gcc -DPACKAGE=\"DFBSee\" -DVERSION=\"0.7.4\"  -I. -I.  -D_REENTRANT -I/usr/include/directfb   -DDATADIR=\"/usr/share/DFBSee/\"   -O2 -pipe -Wall -c video-load.c
gcc -DPACKAGE=\"DFBSee\" -DVERSION=\"0.7.4\"  -I. -I.  -D_REENTRANT -I/usr/include/directfb   -DDATADIR=\"/usr/share/DFBSee/\"   -O2 -pipe -Wall -c volume-tables-gen.c
video-draw.c: In function ‘video_draw’:
video-draw.c:159: warning: passing argument 4 of ‘video->PlayTo’ from incompatible pointer type
video-draw.c:162: warning: passing argument 4 of ‘video->PlayTo’ from incompatible pointer type
gcc  -O2 -pipe -Wall -Wl,-O1 -Wl,-z,now -o volume-tables-gen  volume-tables-gen.o -lm
./volume-tables-gen > ./volume-tables.h
rotate.c: In function ‘rotate’:
rotate.c:113: error: ‘__u16’ undeclared (first use in this function)
rotate.c:113: error: (Each undeclared identifier is reported only once
rotate.c:113: error: for each function it appears in.)
rotate.c:113: error: ‘d’ undeclared (first use in this function)
rotate.c:113: error: ‘s’ undeclared (first use in this function)
rotate.c:113: error: expected expression before ‘)’ token
rotate.c:116: error: ‘__u32’ undeclared (first use in this function)
rotate.c:116: error: expected expression before ‘)’ token
rotate.c:128: error: expected expression before ‘)’ token
rotate.c:131: error: expected expression before ‘)’ token
rotate.c:142: error: expected expression before ‘)’ token
rotate.c:145: error: expected expression before ‘)’ token
gcc -DPACKAGE=\"DFBSee\" -DVERSION=\"0.7.4\"  -I. -I.  -D_REENTRANT -I/usr/include/directfb   -DDATADIR=\"/usr/share/DFBSee/\"   -O2 -pipe -Wall -c volume.c
make[2]: *** [rotate.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/dev/shm/media-video/dfbsee-0.7.4-r1/work/DFBSee-0.7.4/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/dev/shm/media-video/dfbsee-0.7.4-r1/work/DFBSee-0.7.4/src'
make: *** [all-recursive] Error 1
 *
 * ERROR: media-video/dfbsee-0.7.4-r1 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_compile
 *             environment, line 2417:  Called die
 * The specific snippet of code:
 *       emake || die "make failed"
 *  The die message:
 *   make failed
 *
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/tmp/portage/media-video/dfbsee-0.7.4-r1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/media-video/dfbsee-0.7.4-r1/temp/environment'.
 *

 * Messages for package media-video/dfbsee-0.7.4-r1:

 * QA: stop using the bindnow-flags function ... simply drop it from your ebuild
 *
 * ERROR: media-video/dfbsee-0.7.4-r1 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_compile
 *             environment, line 2417:  Called die
 * The specific snippet of code:
 *       emake || die "make failed"
 *  The die message:
 *   make failed
 *
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/tmp/portage/media-video/dfbsee-0.7.4-r1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/media-video/dfbsee-0.7.4-r1/temp/environment'.
 *


if DirectFB-0.9.25.1 instead.

Code:

gcc@localhost ~ $ sudo emerge dfbsee
Calculating dependencies... done!
>>> Verifying ebuild Manifests...

>>> Emerging (1 of 1) media-video/dfbsee-0.7.4-r1 to /
 * DFBSee-0.7.4.tar.gz RMD160 SHA1 SHA256 size ;-) ...                    [ ok ]
 * checking ebuild checksums ;-) ...                                      [ ok ]
 * checking auxfile checksums ;-) ...                                     [ ok ]
 * checking miscfile checksums ;-) ...                                    [ ok ]
 * checking DFBSee-0.7.4.tar.gz ;-) ...                                   [ ok ]
>>> Unpacking source...
>>> Unpacking DFBSee-0.7.4.tar.gz to /var/tmp/portage/media-video/dfbsee-0.7.4-r1/work
 * Applying dfbsee-0.7.4-direcfb-0.9.24.patch ...                         [ ok ]
 * Applying dfbsee-0.7.4-gcc4.patch ...                                   [ ok ]
>>> Source unpacked.
>>> Compiling source in /var/tmp/portage/media-video/dfbsee-0.7.4-r1/work/DFBSee-0.7.4 ...
 * QA: stop using the bindnow-flags function ... simply drop it from your ebuild
 * econf: updating DFBSee-0.7.4/config.sub with /usr/share/gnuconfig/config.sub
 * econf: updating DFBSee-0.7.4/config.guess with /usr/share/gnuconfig/config.guess
./configure --prefix=/usr --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --build=x86_64-pc-linux-gnu
creating cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal-1.4... missing
checking for working autoconf... found
checking for working automake-1.4... missing
checking for working autoheader... found
checking for working makeinfo... found
checking whether to enable maintainer-specific portions of Makefiles... no
checking host system type... x86_64-pc-linux-gnu
checking for gcc... gcc
checking whether the C compiler (gcc -O2 -pipe -Wl,-O1 -Wl,-z,now) works... yes
checking whether the C compiler (gcc -O2 -pipe -Wl,-O1 -Wl,-z,now) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for pkg-config... /usr/bin/pkg-config
checking for directfb >= 0.9.15... yes
checking DIRECTFB_CFLAGS... -D_REENTRANT -I/usr/include/directfb 
checking DIRECTFB_LIBS... -ldirectfb -lz -lfusion -ldirect -lpthread -ldl 
checking for directfb-csource... /usr/bin/directfb-csource
updating cache ./config.cache
creating ./config.status
creating Makefile
creating dfbsee.1
creating data/Makefile
creating src/Makefile
creating src/gfx/Makefile
Making all in src
make[1]: Entering directory `/dev/shm/media-video/dfbsee-0.7.4-r1/work/DFBSee-0.7.4/src'
Making all in gfx
make[2]: Entering directory `/dev/shm/media-video/dfbsee-0.7.4-r1/work/DFBSee-0.7.4/src/gfx'
/usr/bin/directfb-csource --name=bottom_left --format=a8 \
      ./bottom_left.png >  gfx.h || ( rm -f gfx.h && false )
/usr/bin/directfb-csource --name=top_left    --format=a8 \
      ./top_left.png    >> gfx.h || ( rm -f gfx.h && false )
/usr/bin/directfb-csource --name=top_right   --format=a8 \
      ./top_right.png   >> gfx.h || ( rm -f gfx.h && false )
make[2]: Leaving directory `/dev/shm/media-video/dfbsee-0.7.4-r1/work/DFBSee-0.7.4/src/gfx'
make[2]: Entering directory `/dev/shm/media-video/dfbsee-0.7.4-r1/work/DFBSee-0.7.4/src'
gcc -DPACKAGE=\"DFBSee\" -DVERSION=\"0.7.4\"  -I. -I.  -D_REENTRANT -I/usr/include/directfb   -DDATADIR=\"/usr/share/DFBSee/\"   -O2 -pipe -Wall -c image-load.c
gcc -DPACKAGE=\"DFBSee\" -DVERSION=\"0.7.4\"  -I. -I.  -D_REENTRANT -I/usr/include/directfb   -DDATADIR=\"/usr/share/DFBSee/\"   -O2 -pipe -Wall -c interface.c
gcc -DPACKAGE=\"DFBSee\" -DVERSION=\"0.7.4\"  -I. -I.  -D_REENTRANT -I/usr/include/directfb   -DDATADIR=\"/usr/share/DFBSee/\"   -O2 -pipe -Wall -c interface-draw.c
gcc -DPACKAGE=\"DFBSee\" -DVERSION=\"0.7.4\"  -I. -I.  -D_REENTRANT -I/usr/include/directfb   -DDATADIR=\"/usr/share/DFBSee/\"   -O2 -pipe -Wall -c options.c
gcc -DPACKAGE=\"DFBSee\" -DVERSION=\"0.7.4\"  -I. -I.  -D_REENTRANT -I/usr/include/directfb   -DDATADIR=\"/usr/share/DFBSee/\"   -O2 -pipe -Wall -c main.c
gcc -DPACKAGE=\"DFBSee\" -DVERSION=\"0.7.4\"  -I. -I.  -D_REENTRANT -I/usr/include/directfb   -DDATADIR=\"/usr/share/DFBSee/\"   -O2 -pipe -Wall -c media.c
gcc -DPACKAGE=\"DFBSee\" -DVERSION=\"0.7.4\"  -I. -I.  -D_REENTRANT -I/usr/include/directfb   -DDATADIR=\"/usr/share/DFBSee/\"   -O2 -pipe -Wall -c rotate.c
gcc -DPACKAGE=\"DFBSee\" -DVERSION=\"0.7.4\"  -I. -I.  -D_REENTRANT -I/usr/include/directfb   -DDATADIR=\"/usr/share/DFBSee/\"   -O2 -pipe -Wall -c video-draw.c
gcc -DPACKAGE=\"DFBSee\" -DVERSION=\"0.7.4\"  -I. -I.  -D_REENTRANT -I/usr/include/directfb   -DDATADIR=\"/usr/share/DFBSee/\"   -O2 -pipe -Wall -c video-load.c
gcc -DPACKAGE=\"DFBSee\" -DVERSION=\"0.7.4\"  -I. -I.  -D_REENTRANT -I/usr/include/directfb   -DDATADIR=\"/usr/share/DFBSee/\"   -O2 -pipe -Wall -c volume-tables-gen.c
gcc  -O2 -pipe -Wall -Wl,-O1 -Wl,-z,now -o volume-tables-gen  volume-tables-gen.o -lm
./volume-tables-gen > ./volume-tables.h
gcc -DPACKAGE=\"DFBSee\" -DVERSION=\"0.7.4\"  -I. -I.  -D_REENTRANT -I/usr/include/directfb   -DDATADIR=\"/usr/share/DFBSee/\"   -O2 -pipe -Wall -c volume.c
gcc  -O2 -pipe -Wall -Wl,-O1 -Wl,-z,now -o dfbsee  image-load.o interface.o interface-draw.o options.o main.o media.o rotate.o video-draw.o video-load.o volume.o -ldirectfb -lz -lfusion -ldirect -lpthread -ldl   
make[2]: Leaving directory `/dev/shm/media-video/dfbsee-0.7.4-r1/work/DFBSee-0.7.4/src'
make[1]: Leaving directory `/dev/shm/media-video/dfbsee-0.7.4-r1/work/DFBSee-0.7.4/src'
Making all in data
make[1]: Entering directory `/dev/shm/media-video/dfbsee-0.7.4-r1/work/DFBSee-0.7.4/data'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/dev/shm/media-video/dfbsee-0.7.4-r1/work/DFBSee-0.7.4/data'
make[1]: Entering directory `/dev/shm/media-video/dfbsee-0.7.4-r1/work/DFBSee-0.7.4'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory `/dev/shm/media-video/dfbsee-0.7.4-r1/work/DFBSee-0.7.4'
>>> Source compiled.
>>> Test phase [not enabled]: media-video/dfbsee-0.7.4-r1

>>> Install dfbsee-0.7.4-r1 into /var/tmp/portage/media-video/dfbsee-0.7.4-r1/image/ category media-video
Making install in src
make[1]: Entering directory `/dev/shm/media-video/dfbsee-0.7.4-r1/work/DFBSee-0.7.4/src'
Making install in gfx
make[2]: Entering directory `/dev/shm/media-video/dfbsee-0.7.4-r1/work/DFBSee-0.7.4/src/gfx'
make[3]: Entering directory `/dev/shm/media-video/dfbsee-0.7.4-r1/work/DFBSee-0.7.4/src/gfx'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/dev/shm/media-video/dfbsee-0.7.4-r1/work/DFBSee-0.7.4/src/gfx'
make[2]: Leaving directory `/dev/shm/media-video/dfbsee-0.7.4-r1/work/DFBSee-0.7.4/src/gfx'
make[2]: Entering directory `/dev/shm/media-video/dfbsee-0.7.4-r1/work/DFBSee-0.7.4/src'
make[3]: Entering directory `/dev/shm/media-video/dfbsee-0.7.4-r1/work/DFBSee-0.7.4/src'
/bin/sh ../mkinstalldirs /var/tmp/portage/media-video/dfbsee-0.7.4-r1/image//usr/bin
mkdir /var/tmp/portage/media-video/dfbsee-0.7.4-r1/image/usr
mkdir /var/tmp/portage/media-video/dfbsee-0.7.4-r1/image/usr/bin
  /usr/bin/install -c  dfbsee /var/tmp/portage/media-video/dfbsee-0.7.4-r1/image//usr/bin/dfbsee
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory `/dev/shm/media-video/dfbsee-0.7.4-r1/work/DFBSee-0.7.4/src'
make[2]: Leaving directory `/dev/shm/media-video/dfbsee-0.7.4-r1/work/DFBSee-0.7.4/src'
make[1]: Leaving directory `/dev/shm/media-video/dfbsee-0.7.4-r1/work/DFBSee-0.7.4/src'
Making install in data
make[1]: Entering directory `/dev/shm/media-video/dfbsee-0.7.4-r1/work/DFBSee-0.7.4/data'
make[2]: Entering directory `/dev/shm/media-video/dfbsee-0.7.4-r1/work/DFBSee-0.7.4/data'
make[2]: Nothing to be done for `install-exec-am'.
/bin/sh ../mkinstalldirs /var/tmp/portage/media-video/dfbsee-0.7.4-r1/image//usr/share/DFBSee
mkdir /var/tmp/portage/media-video/dfbsee-0.7.4-r1/image/usr/share
mkdir /var/tmp/portage/media-video/dfbsee-0.7.4-r1/image/usr/share/DFBSee
 /usr/bin/install -c -m 644 ./decker.ttf /var/tmp/portage/media-video/dfbsee-0.7.4-r1/image//usr/share/DFBSee/decker.ttf
make[2]: Leaving directory `/dev/shm/media-video/dfbsee-0.7.4-r1/work/DFBSee-0.7.4/data'
make[1]: Leaving directory `/dev/shm/media-video/dfbsee-0.7.4-r1/work/DFBSee-0.7.4/data'
make[1]: Entering directory `/dev/shm/media-video/dfbsee-0.7.4-r1/work/DFBSee-0.7.4'
make[2]: Entering directory `/dev/shm/media-video/dfbsee-0.7.4-r1/work/DFBSee-0.7.4'
[ $UID -ne 0 ] || chmod a+s /var/tmp/portage/media-video/dfbsee-0.7.4-r1/image//usr/bin/dfbsee
make  install-man1
make[3]: Entering directory `/dev/shm/media-video/dfbsee-0.7.4-r1/work/DFBSee-0.7.4'
/bin/sh ./mkinstalldirs /var/tmp/portage/media-video/dfbsee-0.7.4-r1/image//usr/share/man/man1
mkdir /var/tmp/portage/media-video/dfbsee-0.7.4-r1/image/usr/share/man
mkdir /var/tmp/portage/media-video/dfbsee-0.7.4-r1/image/usr/share/man/man1
 /usr/bin/install -c -m 644 ./dfbsee.1 /var/tmp/portage/media-video/dfbsee-0.7.4-r1/image//usr/share/man/man1/dfbsee.1
make[3]: Leaving directory `/dev/shm/media-video/dfbsee-0.7.4-r1/work/DFBSee-0.7.4'
make[2]: Leaving directory `/dev/shm/media-video/dfbsee-0.7.4-r1/work/DFBSee-0.7.4'
make[1]: Leaving directory `/dev/shm/media-video/dfbsee-0.7.4-r1/work/DFBSee-0.7.4'
>>> Completed installing dfbsee-0.7.4-r1 into /var/tmp/portage/media-video/dfbsee-0.7.4-r1/image/

ecompressdir: bzip2 -9 /usr/share/man
strip: x86_64-pc-linux-gnu-strip --strip-unneeded -R .comment
   usr/bin/dfbsee
* checking 5 files for package collisions
>>> Merging media-video/dfbsee-0.7.4-r1 to /
 * >>> SetUID and SetGID: [chmod o-r] /usr/bin/dfbsee ...                 [ ok ]
--- /usr/
--- /usr/share/
--- /usr/share/doc/
>>> /usr/share/doc/dfbsee-0.7.4-r1/
>>> /usr/share/doc/dfbsee-0.7.4-r1/AUTHORS.bz2
>>> /usr/share/doc/dfbsee-0.7.4-r1/README.bz2
--- /usr/share/man/
--- /usr/share/man/man1/
>>> /usr/share/man/man1/dfbsee.1.bz2
>>> /usr/share/DFBSee/
>>> /usr/share/DFBSee/decker.ttf
--- /usr/bin/
>>> /usr/bin/dfbsee
>>> media-video/dfbsee-0.7.4-r1 merged.
>>> Recording media-video/dfbsee in "world" favorites file...

>>> No packages selected for removal by clean
>>> Auto-cleaning packages...

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

 * Messages for package media-video/dfbsee-0.7.4-r1:

 * QA: stop using the bindnow-flags function ... simply drop it from your ebuild
 * GNU info directory index is up-to-date.
Back to top
View user's profile Send private message
Tonn
n00b
n00b


Joined: 18 Aug 2008
Posts: 6

PostPosted: Tue Aug 19, 2008 3:17 am    Post subject: Reply with quote

Code:
Portage 2.1.4.4 (default/linux/amd64/2008.0, gcc-4.1.2, glibc-2.6.1-r0, 2.6.26-tuxonice x86_64)
=================================================================
System uname: 2.6.26-tuxonice x86_64 Intel(R) Core(TM)2 Duo CPU T7500 @ 2.20GHz
Timestamp of tree: Mon, 18 Aug 2008 15:36:01 +0000
ccache version 2.4 [enabled]
app-shells/bash:     3.2_p33
dev-java/java-config: 1.3.7, 2.1.6
dev-lang/python:     2.5.2-r6
dev-util/ccache:     2.4-r7
sys-apps/baselayout: 1.12.11.1
sys-apps/sandbox:    1.2.18.1-r2
sys-devel/autoconf:  2.13, 2.61-r2
sys-devel/automake:  1.5, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.1
sys-devel/binutils:  2.18-r3
sys-devel/gcc-config: 1.4.0-r4
sys-devel/libtool:   1.5.26
virtual/os-headers:  2.6.23-r3
ACCEPT_KEYWORDS="amd64"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/revdep-rebuild /etc/terminfo /etc/udev/rules.d"
CXXFLAGS="-O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="ccache distlocks metadata-transfer parallel-fetch sandbox sfperms strict unmerge-orphans userfetch"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
LANG="en_US.UTF-8"
LDFLAGS="-Wl,-O1"
MAKEOPTS="-j4"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/portage/local/layman/sunrise /usr/portage/local/layman/gentoo-china /usr/portage/local/layman/emacs /usr/portage /usr/portage/local/my-overlay"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="Im_sensors X aac accessibility acl acpi alsa amd64 bash-completion berkdb branding bzip2 cdr cjk cli cracklib crypt curl dbus dri dvd dvdr fbcon flac fortran gdbm gif git gpm iconv ipv6 isdnlog jpeg mad midi mmx mp3 mudflap multilib musepack ncurses nls nptl nptlonly nsl ogg opengl openmp pam pcre pdf perl png pppd python qt4 readline reflection session spl sse sse2 ssl subversion sysfs tcpd tiff tk truetype unicode vim-syntax vorbis wavpack wma xorg xulrunner zlib" ALSA_CARDS="hda-intel" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="mouse keyboard synaptics" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" USERLAND="GNU" VIDEO_CARDS="nvidia"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, LINGUAS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS

Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum