Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 69389 - Remove media-libs/libvideogfx-1.0.3 from portage
Summary: Remove media-libs/libvideogfx-1.0.3 from portage
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo TreeCleaner Project
URL:
Whiteboard: REMOVED
Keywords: PMASKED
Depends on: 120563
Blocks:
  Show dependency tree
 
Reported: 2004-10-29 03:49 UTC by Alexey Maximov
Modified: 2007-01-15 09:09 UTC (History)
4 users (show)

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


Attachments
/var/log/portage/3871-libvideogfx-1.0.3.log (3871-libvideogfx-1.0.3.log,39.69 KB, text/plain)
2004-10-29 03:50 UTC, Alexey Maximov
Details
/var/tmp/portage/libvideogfx-1.0.3/work/libvideogfx-1.0.3/config.log (config.log,27.22 KB, text/plain)
2006-01-29 09:54 UTC, Greisberger Christophe
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Maximov 2004-10-29 03:49:51 UTC
CFLAGS="-march=athlon-xp -m3dnow -msse -mfpmath=sse -mmmx -O3 -pipe -fforce-addr -fomit-frame-point
er -funroll-loops -frerun-cse-after-loop -frerun-loop-opt -falign-functions=4 -maccumulate-outgoing
-args -ffast-math -fprefetch-loop-arrays"



Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Alexey Maximov 2004-10-29 03:50:34 UTC
Created attachment 42839 [details]
/var/log/portage/3871-libvideogfx-1.0.3.log

emerge log
Comment 2 Seemant Kulleen (RETIRED) gentoo-dev 2004-10-29 20:49:13 UTC
Alexey, can you tone down your CFLAGS to something decent and check if it compiles correctly please.  If it does, then blame your CFLAGS.  Please reopen this bug if it, indeed, fails with SANE cflags.
Comment 3 Greisberger Christophe 2006-01-17 14:19:40 UTC
I have the same problem (also athlon-xp).

Here my CFLAGS:
CFLAGS="-mtune=athlon-xp -O2 -pipe -fforce-addr -fomit-frame-pointer -fprefetch-loop-arrays -funroll-loops -frerun-cse-after-loop -frerun-loop-opt -falign-functions=4 -mmmx -m3dnow -msse -mfpmath=sse"

But setting CFLAGS="" didn't help.
Here the error log:

i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../.. -c png.cc -MT png.lo -MD -MP -MF .deps/png.TPlo  -fPIC -DPIC -o png.o
rm -f .libs/jpeg.lo
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../.. -c jpeg.cc -MT jpeg.lo -MD -MP -MF .deps/jpeg.TPlo  -fPIC -DPIC -o jpeg.o
In file included from ../../../libvideogfx/graphics/datatypes/image.hh:41,
                 from ../../../libvideogfx/graphics/fileio/png.hh:41,
                 from png.cc:20:
../../../libvideogfx/graphics/datatypes/bitmap.hh: In destructor `videogfx::BitmapProvider_Mem<Pel>::~BitmapProvider_Mem()':
../../../libvideogfx/graphics/datatypes/bitmap.hh:225: error: `d_bitmap_ptr' undeclared (first use this function)
../../../libvideogfx/graphics/datatypes/bitmap.hh:225: error: (Each undeclared identifier is reported only once for each function it appears in.)
../../../libvideogfx/graphics/datatypes/bitmap.hh: In member function `void videogfx::BitmapProvider_Mem<Pel>::Create(int, int, int, int, int)':
../../../libvideogfx/graphics/datatypes/bitmap.hh:230: error: `d_internal_width' undeclared (first use this function)
../../../libvideogfx/graphics/datatypes/bitmap.hh:230: error: `d_internal_height' undeclared (first use this function)
../../../libvideogfx/graphics/datatypes/bitmap.hh:234: error: `d_total_width' undeclared (first use this function)
../../../libvideogfx/graphics/datatypes/bitmap.hh:235: error: `d_total_height' undeclared (first use this function)
../../../libvideogfx/graphics/datatypes/bitmap.hh:237: error: `d_bitmap_ptr' undeclared (first use this function)
../../../libvideogfx/graphics/datatypes/bitmap.hh:241: error: `d_width' undeclared (first use this function)
../../../libvideogfx/graphics/datatypes/bitmap.hh:242: error: `d_height' undeclared (first use this function)
../../../libvideogfx/graphics/datatypes/bitmap.hh:243: error: `d_border' undeclared (first use this function)
../../../libvideogfx/graphics/datatypes/bitmap.hh:244: error: there are no arguments to `SetFramePtrs' that depend on a template parameter, so a declaration of `SetFramePtrs' must be available
../../../libvideogfx/graphics/datatypes/bitmap.hh:244: error: (if you use `-fpermissive', G++ will accept your code, but allowing the use of an undeclared name is deprecated)
In file included from ../../../libvideogfx/graphics/datatypes/image.hh:41,
                 from ../../../libvideogfx/graphics/fileio/jpeg.hh:38,
                 from jpeg.cc:20:
../../../libvideogfx/graphics/datatypes/bitmap.hh: In destructor `videogfx::BitmapProvider_Mem<Pel>::~BitmapProvider_Mem()':
../../../libvideogfx/graphics/datatypes/bitmap.hh:225: error: `d_bitmap_ptr' undeclared (first use this function)
../../../libvideogfx/graphics/datatypes/bitmap.hh:225: error: (Each undeclared identifier is reported only once for each function it appears in.)
../../../libvideogfx/graphics/datatypes/bitmap.hh: In member function `void videogfx::BitmapProvider_Mem<Pel>::Create(int, int, int, int, int)':
../../../libvideogfx/graphics/datatypes/bitmap.hh:230: error: `d_internal_width' undeclared (first use this function)
../../../libvideogfx/graphics/datatypes/bitmap.hh:230: error: `d_internal_height' undeclared (first use this function)
../../../libvideogfx/graphics/datatypes/bitmap.hh:234: error: `d_total_width' undeclared (first use this function)
../../../libvideogfx/graphics/datatypes/bitmap.hh:235: error: `d_total_height' undeclared (first use this function)
../../../libvideogfx/graphics/datatypes/bitmap.hh:237: error: `d_bitmap_ptr' undeclared (first use this function)
../../../libvideogfx/graphics/datatypes/bitmap.hh:241: error: `d_width' undeclared (first use this function)
../../../libvideogfx/graphics/datatypes/bitmap.hh:242: error: `d_height' undeclared (first use this function)
../../../libvideogfx/graphics/datatypes/bitmap.hh:243: error: `d_border' undeclared (first use this function)
../../../libvideogfx/graphics/datatypes/bitmap.hh:244: error: there are no arguments to `SetFramePtrs' that depend on a template parameter, so a declaration of `SetFramePtrs' must be available
../../../libvideogfx/graphics/datatypes/bitmap.hh:244: error: (if you use `-fpermissive', G++ will accept your code, but allowing the use of an undeclared name is deprecated)
make[5]: *** [jpeg.lo] Error 1
make[5]: *** Waiting for unfinished jobs....
make[5]: *** [png.lo] Error 1
make[5]: Leaving directory `/var/tmp/portage/libvideogfx-1.0.3/work/libvideogfx-1.0.3/libvideogfx/graphics/fileio'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/var/tmp/portage/libvideogfx-1.0.3/work/libvideogfx-1.0.3/libvideogfx/graphics'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/var/tmp/portage/libvideogfx-1.0.3/work/libvideogfx-1.0.3/libvideogfx'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/var/tmp/portage/libvideogfx-1.0.3/work/libvideogfx-1.0.3/libvideogfx'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/libvideogfx-1.0.3/work/libvideogfx-1.0.3'
make: *** [all] Error 2

!!! ERROR: media-libs/libvideogfx-1.0.3 failed.
!!! Function src_compile, Line 30, Exitcode 2
!!! (no error message)
!!! If you need support, post the topmost build error, NOT this status message.
Comment 4 Greisberger Christophe 2006-01-29 09:31:13 UTC
Btw, the homepage has changed.
http://vca.ele.tue.nl/software/libvideogfx/main.html
Comment 5 Greisberger Christophe 2006-01-29 09:50:27 UTC
I tried again with this command:
# CFLAGS="" CXXFLAGS="" MAKEOPTS=-j1 emerge libvideogfx
# CFLAGS="-pipe" CXXFLAGS="-pipe" MAKEOPTS=-j1 emerge libvideogfx
# CFLAGS="-fpermissive" CXXFLAGS="-fpermissive" MAKEOPTS=-j1 emerge libvideogfx


All finished with the same error:
gentoo ~ # CFLAGS="" CXXFLAGS="" MAKEOPTS=-j1 emerge libvideogfx
Calculating dependencies ...done!
>>> emerge (1 of 1) media-libs/libvideogfx-1.0.3 to /
>>> md5 files   ;-) libvideogfx-1.0.3.ebuild
>>> md5 files   ;-) files/digest-libvideogfx-1.0.3
>>> md5 src_uri ;-) libvideogfx-1.0.3.tar.gz
>>> Unpacking source...
>>> Unpacking libvideogfx-1.0.3.tar.gz to /var/tmp/portage/libvideogfx-1.0.3/work
>>> Source unpacked.
configure: WARNING: If you wanted to set the --build type, don't use --host.
    If a cross compiler is detected then cross compile mode will be used.
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets ${MAKE}... yes
checking for i686-pc-linux-gnu-strip... i686-pc-linux-gnu-strip
checking whether build environment is sane... yes
checking for i686-pc-linux-gnu-gcc... i686-pc-linux-gnu-gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether i686-pc-linux-gnu-gcc accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of i686-pc-linux-gnu-gcc... gcc3
checking for i686-pc-linux-gnu-g++... i686-pc-linux-gnu-g++
checking whether we are using the GNU C++ compiler... yes
checking whether i686-pc-linux-gnu-g++ accepts -g... yes
checking dependency style of i686-pc-linux-gnu-g++... gcc3
checking for strerror in -lcposix... no
checking for i686-pc-linux-gnu-gcc option to accept ANSI C... none needed
checking for a BSD-compatible install... /bin/install -c
checking whether make sets ${MAKE}... (cached) yes
checking for ld used by GCC... /usr/i686-pc-linux-gnu/bin/ld
checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... yes
checking for /usr/i686-pc-linux-gnu/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/i686-pc-linux-gnu-nm -B
checking whether ln -s works... yes
checking how to recognise dependant libraries... pass_all
checking command to parse /usr/bin/i686-pc-linux-gnu-nm -B output... ok
checking how to run the C preprocessor... i686-pc-linux-gnu-gcc -E
checking for ANSI C header files... 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... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for i686-pc-linux-gnu-ranlib... i686-pc-linux-gnu-ranlib
checking for i686-pc-linux-gnu-strip... (cached) i686-pc-linux-gnu-strip
checking for objdir... .libs
checking for i686-pc-linux-gnu-gcc option to produce PIC... -fPIC
checking if i686-pc-linux-gnu-gcc PIC flag -fPIC works... yes
checking if i686-pc-linux-gnu-gcc static flag -static works... yes
checking if i686-pc-linux-gnu-gcc supports -c -o file.o... yes
checking if i686-pc-linux-gnu-gcc supports -c -o file.lo... no
checking if i686-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/i686-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 -lc should be explicitly linked in... no
creating libtool
checking for X86 architecture... found, compiling MMX optimized code
checking for Linux... found, enabling Linux specific code
checking for X... libraries , headers
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for XOpenDisplay in -lX11... yes
checking for XShmAttach in -lXext... yes
checking for XvShmCreateImage in -lXv... yes
checking for jpeg_start_decompress in -ljpeg... yes
checking for png_read_image in -lpng... yes
checking for ANSI C header files... (cached) yes
checking for strings.h... (cached) yes
checking for unistd.h... (cached) yes
checking for i686-pc-linux-gnu-gcc option to accept ANSI C... none needed
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking whether byte ordering is bigendian... no
checking whether i686-pc-linux-gnu-gcc needs -traditional... no
configure: creating ./config.status
config.status: creating libvideogfx-config
config.status: creating Makefile
config.status: creating examples/Makefile
config.status: creating libvideogfx.spec
config.status: creating libvideogfx/libvideogfx.hh
config.status: creating libvideogfx/Makefile
config.status: creating libvideogfx/arch/Makefile
config.status: creating libvideogfx/containers/Makefile
config.status: creating libvideogfx/graphics/Makefile
config.status: creating libvideogfx/graphics/color/Makefile
config.status: creating libvideogfx/graphics/datatypes/Makefile
config.status: creating libvideogfx/graphics/draw/Makefile
config.status: creating libvideogfx/graphics/fileio/Makefile
config.status: creating libvideogfx/graphics/filters/Makefile
config.status: creating libvideogfx/graphics/visualize/Makefile
config.status: creating libvideogfx/graphics/measure/Makefile
config.status: creating libvideogfx/audio/Makefile
config.status: creating libvideogfx/audio/fileio/Makefile
config.status: creating libvideogfx/utility/Makefile
config.status: creating libvideogfx/utility/bitstream/Makefile
config.status: creating libvideogfx/x11/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing default commands
make  all-recursive
make[1]: Entering directory `/var/tmp/portage/libvideogfx-1.0.3/work/libvideogfx-1.0.3'
Making all in libvideogfx
make[2]: Entering directory `/var/tmp/portage/libvideogfx-1.0.3/work/libvideogfx-1.0.3/libvideogfx'
make  all-recursive
make[3]: Entering directory `/var/tmp/portage/libvideogfx-1.0.3/work/libvideogfx-1.0.3/libvideogfx'
Making all in arch
make[4]: Entering directory `/var/tmp/portage/libvideogfx-1.0.3/work/libvideogfx-1.0.3/libvideogfx/arch'
source='cpu.cc' object='cpu.lo' libtool=yes \
depfile='.deps/cpu.Plo' tmpdepfile='.deps/cpu.TPlo' \
depmode=gcc3 /bin/sh ../../depcomp \
/bin/sh ../../libtool --mode=compile i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../..     -c -o cpu.lo `test -f 'cpu.cc' || echo './'`cpu.cc
mkdir .libs
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -c cpu.cc -MT cpu.lo -MD -MP -MF .deps/cpu.TPlo  -fPIC -DPIC -o cpu.o
mv -f cpu.o .libs/cpu.lo
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -c cpu.cc -MT cpu.lo -MD -MP -MF .deps/cpu.TPlo -o cpu.o >/dev/null 2>&1
mv -f .libs/cpu.lo cpu.lo
/bin/sh ../../libtool --mode=link i686-pc-linux-gnu-g++     -o libvideogfx-arch.la   cpu.lo
rm -fr .libs/libvideogfx-arch.la .libs/libvideogfx-arch.* .libs/libvideogfx-arch.*
ar cru .libs/libvideogfx-arch.al cpu.lo
i686-pc-linux-gnu-ranlib .libs/libvideogfx-arch.al
creating libvideogfx-arch.la
(cd .libs && rm -f libvideogfx-arch.la && ln -s ../libvideogfx-arch.la libvideogfx-arch.la)
make[4]: Leaving directory `/var/tmp/portage/libvideogfx-1.0.3/work/libvideogfx-1.0.3/libvideogfx/arch'
Making all in audio
make[4]: Entering directory `/var/tmp/portage/libvideogfx-1.0.3/work/libvideogfx-1.0.3/libvideogfx/audio'
Making all in fileio
make[5]: Entering directory `/var/tmp/portage/libvideogfx-1.0.3/work/libvideogfx-1.0.3/libvideogfx/audio/fileio'
source='audiosink.cc' object='audiosink.lo' libtool=yes \
depfile='.deps/audiosink.Plo' tmpdepfile='.deps/audiosink.TPlo' \
depmode=gcc3 /bin/sh ../../../depcomp \
/bin/sh ../../../libtool --mode=compile i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../..     -c -o audiosink.lo `test -f 'audiosink.cc' || echo './'`audiosink.cc
mkdir .libs
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../.. -c audiosink.cc -MT audiosink.lo -MD -MP -MF .deps/audiosink.TPlo  -fPIC -DPIC -o audiosink.o
mv -f audiosink.o .libs/audiosink.lo
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../.. -c audiosink.cc -MT audiosink.lo -MD -MP -MF .deps/audiosink.TPlo -o audiosink.o >/dev/null 2>&1
mv -f .libs/audiosink.lo audiosink.lo
source='audiosink_linux.cc' object='audiosink_linux.lo' libtool=yes \
depfile='.deps/audiosink_linux.Plo' tmpdepfile='.deps/audiosink_linux.TPlo' \
depmode=gcc3 /bin/sh ../../../depcomp \
/bin/sh ../../../libtool --mode=compile i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../..     -c -o audiosink_linux.lo `test -f 'audiosink_linux.cc' || echo './'`audiosink_linux.cc
rm -f .libs/audiosink_linux.lo
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../.. -c audiosink_linux.cc -MT audiosink_linux.lo -MD -MP -MF .deps/audiosink_linux.TPlo  -fPIC -DPIC -o audiosink_linux.o
mv -f audiosink_linux.o .libs/audiosink_linux.lo
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../.. -c audiosink_linux.cc -MT audiosink_linux.lo -MD -MP -MF .deps/audiosink_linux.TPlo -o audiosink_linux.o >/dev/null 2>&1
mv -f .libs/audiosink_linux.lo audiosink_linux.lo
/bin/sh ../../../libtool --mode=link i686-pc-linux-gnu-g++     -o libvideogfx-audio-fileio.la   audiosink.lo audiosink_linux.lo
rm -fr .libs/libvideogfx-audio-fileio.la .libs/libvideogfx-audio-fileio.* .libs/libvideogfx-audio-fileio.*
ar cru .libs/libvideogfx-audio-fileio.al audiosink.lo audiosink_linux.lo
i686-pc-linux-gnu-ranlib .libs/libvideogfx-audio-fileio.al
creating libvideogfx-audio-fileio.la
(cd .libs && rm -f libvideogfx-audio-fileio.la && ln -s ../libvideogfx-audio-fileio.la libvideogfx-audio-fileio.la)
make[5]: Leaving directory `/var/tmp/portage/libvideogfx-1.0.3/work/libvideogfx-1.0.3/libvideogfx/audio/fileio'
make[5]: Entering directory `/var/tmp/portage/libvideogfx-1.0.3/work/libvideogfx-1.0.3/libvideogfx/audio'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory `/var/tmp/portage/libvideogfx-1.0.3/work/libvideogfx-1.0.3/libvideogfx/audio'
make[4]: Leaving directory `/var/tmp/portage/libvideogfx-1.0.3/work/libvideogfx-1.0.3/libvideogfx/audio'
Making all in utility
make[4]: Entering directory `/var/tmp/portage/libvideogfx-1.0.3/work/libvideogfx-1.0.3/libvideogfx/utility'
Making all in bitstream
make[5]: Entering directory `/var/tmp/portage/libvideogfx-1.0.3/work/libvideogfx-1.0.3/libvideogfx/utility/bitstream'
source='bitbuffer.cc' object='bitbuffer.lo' libtool=yes \
depfile='.deps/bitbuffer.Plo' tmpdepfile='.deps/bitbuffer.TPlo' \
depmode=gcc3 /bin/sh ../../../depcomp \
/bin/sh ../../../libtool --mode=compile i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../..     -c -o bitbuffer.lo `test -f 'bitbuffer.cc' || echo './'`bitbuffer.cc
mkdir .libs
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../.. -c bitbuffer.cc -MT bitbuffer.lo -MD -MP -MF .deps/bitbuffer.TPlo  -fPIC -DPIC -o bitbuffer.o
mv -f bitbuffer.o .libs/bitbuffer.lo
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../.. -c bitbuffer.cc -MT bitbuffer.lo -MD -MP -MF .deps/bitbuffer.TPlo -o bitbuffer.o >/dev/null 2>&1
mv -f .libs/bitbuffer.lo bitbuffer.lo
source='bitreader.cc' object='bitreader.lo' libtool=yes \
depfile='.deps/bitreader.Plo' tmpdepfile='.deps/bitreader.TPlo' \
depmode=gcc3 /bin/sh ../../../depcomp \
/bin/sh ../../../libtool --mode=compile i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../..     -c -o bitreader.lo `test -f 'bitreader.cc' || echo './'`bitreader.cc
rm -f .libs/bitreader.lo
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../.. -c bitreader.cc -MT bitreader.lo -MD -MP -MF .deps/bitreader.TPlo  -fPIC -DPIC -o bitreader.o
mv -f bitreader.o .libs/bitreader.lo
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../.. -c bitreader.cc -MT bitreader.lo -MD -MP -MF .deps/bitreader.TPlo -o bitreader.o >/dev/null 2>&1
mv -f .libs/bitreader.lo bitreader.lo
source='bytebuffer.cc' object='bytebuffer.lo' libtool=yes \
depfile='.deps/bytebuffer.Plo' tmpdepfile='.deps/bytebuffer.TPlo' \
depmode=gcc3 /bin/sh ../../../depcomp \
/bin/sh ../../../libtool --mode=compile i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../..     -c -o bytebuffer.lo `test -f 'bytebuffer.cc' || echo './'`bytebuffer.cc
rm -f .libs/bytebuffer.lo
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../.. -c bytebuffer.cc -MT bytebuffer.lo -MD -MP -MF .deps/bytebuffer.TPlo  -fPIC -DPIC -o bytebuffer.o
mv -f bytebuffer.o .libs/bytebuffer.lo
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../.. -c bytebuffer.cc -MT bytebuffer.lo -MD -MP -MF .deps/bytebuffer.TPlo -o bytebuffer.o >/dev/null 2>&1
mv -f .libs/bytebuffer.lo bytebuffer.lo
/bin/sh ../../../libtool --mode=link i686-pc-linux-gnu-g++     -o libvideogfx-utility-bitstream.la   bitbuffer.lo bitreader.lo bytebuffer.lo
rm -fr .libs/libvideogfx-utility-bitstream.la .libs/libvideogfx-utility-bitstream.* .libs/libvideogfx-utility-bitstream.*
ar cru .libs/libvideogfx-utility-bitstream.al bitbuffer.lo bitreader.lo bytebuffer.lo
i686-pc-linux-gnu-ranlib .libs/libvideogfx-utility-bitstream.al
creating libvideogfx-utility-bitstream.la
(cd .libs && rm -f libvideogfx-utility-bitstream.la && ln -s ../libvideogfx-utility-bitstream.la libvideogfx-utility-bitstream.la)
make[5]: Leaving directory `/var/tmp/portage/libvideogfx-1.0.3/work/libvideogfx-1.0.3/libvideogfx/utility/bitstream'
make[5]: Entering directory `/var/tmp/portage/libvideogfx-1.0.3/work/libvideogfx-1.0.3/libvideogfx/utility'
source='math.cc' object='math.lo' libtool=yes \
depfile='.deps/math.Plo' tmpdepfile='.deps/math.TPlo' \
depmode=gcc3 /bin/sh ../../depcomp \
/bin/sh ../../libtool --mode=compile i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../..     -c -o math.lo `test -f 'math.cc' || echo './'`math.cc
mkdir .libs
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -c math.cc -MT math.lo -MD -MP -MF .deps/math.TPlo  -fPIC -DPIC -o math.o
In file included from /usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/backward/iostream.h:31,
                 from math.cc:22:
/usr/lib/gcc/i686-pc-linux-gnu/3.4.4/include/g++-v3/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header. Please consider using one of the 32 headers found in section 17.4.1.2 of the C++ standard. Examples include substituting the <X> header for the <X.h> header for C++ includes, or <iostream> instead of the deprecated header <iostream.h>. To disable this warning use -Wno-deprecated.
mv -f math.o .libs/math.lo
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -c math.cc -MT math.lo -MD -MP -MF .deps/math.TPlo -o math.o >/dev/null 2>&1
mv -f .libs/math.lo math.lo
source='bitmanip.cc' object='bitmanip.lo' libtool=yes \
depfile='.deps/bitmanip.Plo' tmpdepfile='.deps/bitmanip.TPlo' \
depmode=gcc3 /bin/sh ../../depcomp \
/bin/sh ../../libtool --mode=compile i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../..     -c -o bitmanip.lo `test -f 'bitmanip.cc' || echo './'`bitmanip.cc
rm -f .libs/bitmanip.lo
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -c bitmanip.cc -MT bitmanip.lo -MD -MP -MF .deps/bitmanip.TPlo  -fPIC -DPIC -o bitmanip.o
mv -f bitmanip.o .libs/bitmanip.lo
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -c bitmanip.cc -MT bitmanip.lo -MD -MP -MF .deps/bitmanip.TPlo -o bitmanip.o >/dev/null 2>&1
mv -f .libs/bitmanip.lo bitmanip.lo
source='fastalloc.cc' object='fastalloc.lo' libtool=yes \
depfile='.deps/fastalloc.Plo' tmpdepfile='.deps/fastalloc.TPlo' \
depmode=gcc3 /bin/sh ../../depcomp \
/bin/sh ../../libtool --mode=compile i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../..     -c -o fastalloc.lo `test -f 'fastalloc.cc' || echo './'`fastalloc.cc
rm -f .libs/fastalloc.lo
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -c fastalloc.cc -MT fastalloc.lo -MD -MP -MF .deps/fastalloc.TPlo  -fPIC -DPIC -o fastalloc.o
mv -f fastalloc.o .libs/fastalloc.lo
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -c fastalloc.cc -MT fastalloc.lo -MD -MP -MF .deps/fastalloc.TPlo -o fastalloc.o >/dev/null 2>&1
mv -f .libs/fastalloc.lo fastalloc.lo
/bin/sh ../../libtool --mode=link i686-pc-linux-gnu-g++     -o libvideogfx-utility.la   math.lo bitmanip.lo fastalloc.lo
rm -fr .libs/libvideogfx-utility.la .libs/libvideogfx-utility.* .libs/libvideogfx-utility.*
ar cru .libs/libvideogfx-utility.al math.lo bitmanip.lo fastalloc.lo
i686-pc-linux-gnu-ranlib .libs/libvideogfx-utility.al
creating libvideogfx-utility.la
(cd .libs && rm -f libvideogfx-utility.la && ln -s ../libvideogfx-utility.la libvideogfx-utility.la)
make[5]: Leaving directory `/var/tmp/portage/libvideogfx-1.0.3/work/libvideogfx-1.0.3/libvideogfx/utility'
make[4]: Leaving directory `/var/tmp/portage/libvideogfx-1.0.3/work/libvideogfx-1.0.3/libvideogfx/utility'
Making all in graphics
make[4]: Entering directory `/var/tmp/portage/libvideogfx-1.0.3/work/libvideogfx-1.0.3/libvideogfx/graphics'
Making all in fileio
make[5]: Entering directory `/var/tmp/portage/libvideogfx-1.0.3/work/libvideogfx-1.0.3/libvideogfx/graphics/fileio'
source='jpeg.cc' object='jpeg.lo' libtool=yes \
depfile='.deps/jpeg.Plo' tmpdepfile='.deps/jpeg.TPlo' \
depmode=gcc3 /bin/sh ../../../depcomp \
/bin/sh ../../../libtool --mode=compile i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../..     -c -o jpeg.lo `test -f 'jpeg.cc' || echo './'`jpeg.cc
mkdir .libs
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../.. -c jpeg.cc -MT jpeg.lo -MD -MP -MF .deps/jpeg.TPlo  -fPIC -DPIC -o jpeg.o
In file included from ../../../libvideogfx/graphics/datatypes/image.hh:41,
                 from ../../../libvideogfx/graphics/fileio/jpeg.hh:38,
                 from jpeg.cc:20:
../../../libvideogfx/graphics/datatypes/bitmap.hh: In destructor `videogfx::BitmapProvider_Mem<Pel>::~BitmapProvider_Mem()':
../../../libvideogfx/graphics/datatypes/bitmap.hh:225: error: `d_bitmap_ptr' undeclared (first use this function)
../../../libvideogfx/graphics/datatypes/bitmap.hh:225: error: (Each undeclared identifier is reported only once for each function it appears in.)
../../../libvideogfx/graphics/datatypes/bitmap.hh: In member function `void videogfx::BitmapProvider_Mem<Pel>::Create(int, int, int, int, int)':
../../../libvideogfx/graphics/datatypes/bitmap.hh:230: error: `d_internal_width' undeclared (first use this function)
../../../libvideogfx/graphics/datatypes/bitmap.hh:230: error: `d_internal_height' undeclared (first use this function)
../../../libvideogfx/graphics/datatypes/bitmap.hh:234: error: `d_total_width' undeclared (first use this function)
../../../libvideogfx/graphics/datatypes/bitmap.hh:235: error: `d_total_height' undeclared (first use this function)
../../../libvideogfx/graphics/datatypes/bitmap.hh:237: error: `d_bitmap_ptr' undeclared (first use this function)
../../../libvideogfx/graphics/datatypes/bitmap.hh:241: error: `d_width' undeclared (first use this function)
../../../libvideogfx/graphics/datatypes/bitmap.hh:242: error: `d_height' undeclared (first use this function)
../../../libvideogfx/graphics/datatypes/bitmap.hh:243: error: `d_border' undeclared (first use this function)
../../../libvideogfx/graphics/datatypes/bitmap.hh:244: error: there are no arguments to `SetFramePtrs' that depend on a template parameter, so a declaration of `SetFramePtrs' must be available
../../../libvideogfx/graphics/datatypes/bitmap.hh:244: error: (if you use `-fpermissive', G++ will accept your code, but allowing the use of an undeclared name is deprecated)
make[5]: *** [jpeg.lo] Error 1
make[5]: Leaving directory `/var/tmp/portage/libvideogfx-1.0.3/work/libvideogfx-1.0.3/libvideogfx/graphics/fileio'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/var/tmp/portage/libvideogfx-1.0.3/work/libvideogfx-1.0.3/libvideogfx/graphics'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/var/tmp/portage/libvideogfx-1.0.3/work/libvideogfx-1.0.3/libvideogfx'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/var/tmp/portage/libvideogfx-1.0.3/work/libvideogfx-1.0.3/libvideogfx'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/libvideogfx-1.0.3/work/libvideogfx-1.0.3'
make: *** [all] Error 2

!!! ERROR: media-libs/libvideogfx-1.0.3 failed.
!!! Function src_compile, Line 30, Exitcode 2
!!! (no error message)
!!! If you need support, post the topmost build error, NOT this status message.


And here my emerge --info:
# emerge --info
Portage 2.0.54 (default-linux/x86/2005.0, gcc-3.4.4, glibc-2.3.5-r2, 2.6.15-gentoo-r1 i686)
=================================================================
System uname: 2.6.15-gentoo-r1 i686 AMD Athlon(tm) XP 2800+
Gentoo Base System version 1.12.0_pre15
distcc 2.18.3 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
ccache version 2.3 [disabled]
dev-lang/python:     2.3.5-r2, 2.4.2
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-mtune=athlon-xp -O2 -pipe -fforce-addr -fomit-frame-pointer -fprefetch-loop-arrays -funroll-loops -frerun-cse-after-loop -frerun-loop-opt -falign-functions=4 -mmmx -m3dnow -msse -mfpmath=sse"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /opt/openjms/config /usr/kde/2/share/config /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /usr/lib/fax /usr/lib/mozilla/defaults/pref /usr/share/config /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/bind /var/qmail/control /var/spool/fax/etc"
CONFIG_PROTECT_MASK="/etc/gconf /etc/splash /etc/terminfo /etc/env.d"
CXXFLAGS="-mtune=athlon-xp -O2 -pipe -fforce-addr -fomit-frame-pointer -fprefetch-loop-arrays -funroll-loops -frerun-cse-after-loop -frerun-loop-opt -falign-functions=4 -mmmx -m3dnow -msse -mfpmath=sse"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://ftp.lug.ro/gentoo/ http://gentoo.blueyonder.co.uk http://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/ ftp://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo/ http://ftp.du.se/pub/os/gentoo"
LANG="en_US.UTF-8"
LINGUAS="fr en de ar hu jp ro ru sp"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="x86 3dnow X Xaw3d a52 aac aalib acl acpi adns aim alsa apache2 apm arts audiofile avi bash-completion bcmath berkdb bidi bitmap-fonts blas bluetooth bmp bzip2 calendar canna caps cdb cdinstall cdparanoia cdr chasen cjk clamav crypt cscope ctype cups curl curlwrappers dba dbm dbus dbx dga dio directfb doc dri dts dv dvb dvd dvdr dvdread emboss encode ethereal evo examples exif expat fam fastcgi fbcon fdftk ffmpeg fftw flac flash flatfile foomaticdb fortran freewnn ftp gcj gd gdbm geoip ggi gif ginac glut gmp gnome gnutls gphoto2 gstreamer gtk gtk2 gtkhtml guile hal howl iconv icq idn ieee1394 imagemagick imap imlib inifile innodb iodbc ipv6 jack java javascript jikes joystick jpeg jpeg2k junit kde kdexdeltas kerberos ladcca lapack lcms ldap lesstif libcaca libgda libwww lirc lm_sensors lua m17n-lib mad maildir matroska mbox mcal memlimit mhash migemo mikmod mime ming mmap mmx mng mnogosearch mozilla mp3 mpeg msession msn mysql mysqli nas ncurses neXt netboot netcdf nls nocd nptl nsplugin odbc offensive ofx ogg oggvorbis openal opengl osc oscar pam pcntl pcre pda pdf pdflib perl php pic plotutils png portaudio posix ppds prelude profile python qt quicktime readline recode ruby samba sasl scanner sdl session sharedext sharedmem shorten simplexml skey slang slp sndfile soap sockets socks5 source sox speex spell spl sqlite sqlite3 sse ssl svg svga sysvipc szip tcltk tcpd tetex theora threads tidy tiff tokenizer truetype truetype-fonts type1-fonts udev unicode usb utf8 v4l vcd vhosts videos vorbis wddx wifi win32codecs wmf wxwindows xface xine xinerama xml xml2 xmms xosd xpm xprint xsl xv xvid yahoo zlib video_cards_nvidia linguas_fr linguas_en linguas_de linguas_ar linguas_hu linguas_jp linguas_ro linguas_ru linguas_sp userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LC_ALL, LDFLAGS
Comment 6 Greisberger Christophe 2006-01-29 09:54:57 UTC
Created attachment 78444 [details]
/var/tmp/portage/libvideogfx-1.0.3/work/libvideogfx-1.0.3/config.log

Here the log... I don't really understand what is in it, but I saw some strange things, like:

configure: failed program was:
#line 10236 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/param.h>

#ifdef F77_DUMMY_MAIN
#  ifdef __cplusplus
     extern "C"
#  endif
   int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
#if BYTE_ORDER != BIG_ENDIAN
 not big endian
#endif

  ;
  return 0;
}
Comment 7 Jakub Moc (RETIRED) gentoo-dev 2006-01-29 10:13:38 UTC
Once media-video/sampeg3 is gone, this can go bye bye as well, nothing else in the tree depends on it.
Comment 8 Charlie Shepherd (RETIRED) gentoo-dev 2006-12-17 15:09:12 UTC
Considering the new treecleaner policy, should this still be punted? If it comes to a vote, I'm going no.
Comment 9 Jakub Moc (RETIRED) gentoo-dev 2006-12-17 15:12:49 UTC
(In reply to comment #8)
> Considering the new treecleaner policy, should this still be punted? If it
> comes to a vote, I'm going no.

Non-compiling stuff that nothing depends on? (media-video/sampeg3 is being removed by maintainer)? What are we going to do with this lib? :=)

Comment 10 Ryan Hill (RETIRED) gentoo-dev 2006-12-17 15:35:50 UTC
this is the video herd's baby.
Comment 11 Matthias Schwarzott gentoo-dev 2007-01-09 11:01:32 UTC
Removed from tree.