Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 4374 - libdvdnav 0.1.2 fails
Summary: libdvdnav 0.1.2 fails
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-30 21:34 UTC by Matthew Daubenspeck
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

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


Attachments
libdvdnav-0.1.2-r1.ebuild.patch (libdvdnav-0.1.2-r1.ebuild.patch,282 bytes, patch)
2002-06-30 22:42 UTC, Roman Weber
Details | Diff
read_cache.patch (read_cache.patch,905 bytes, text/plain)
2002-06-30 22:43 UTC, Roman Weber
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Matthew Daubenspeck 2002-06-30 21:34:54 UTC
make  all-recursive
make[1]: Entering directory `/var/tmp/portage/libdvdnav-0.1.2/work/libdvdnav-0.1.2'
Making all in src
make[2]: Entering directory
`/var/tmp/portage/libdvdnav-0.1.2/work/libdvdnav-0.1.2/src'
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I..     -O3
-Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE  -c decoder.c
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I..     -O3
-Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE  -c dvdnav.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -O3 -Wall -D_FILE_OFFSET_BITS=64
-D_LARGEFILE64_SOURCE -c dvdnav.c  -fPIC -DPIC -o dvdnav.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -O3 -Wall -D_FILE_OFFSET_BITS=64
-D_LARGEFILE64_SOURCE -c decoder.c  -fPIC -DPIC -o decoder.lo
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I..     -O3
-Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE  -c vm.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -O3 -Wall -D_FILE_OFFSET_BITS=64
-D_LARGEFILE64_SOURCE -c vm.c  -fPIC -DPIC -o vm.lo
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I..     -O3
-Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE  -c vmcmd.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -O3 -Wall -D_FILE_OFFSET_BITS=64
-D_LARGEFILE64_SOURCE -c vmcmd.c  -fPIC -DPIC -o vmcmd.lo
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I..     -O3
-Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE  -c read_cache.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -O3 -Wall -D_FILE_OFFSET_BITS=64
-D_LARGEFILE64_SOURCE -c read_cache.c  -fPIC -DPIC -o read_cache.lo
read_cache.c: In function `dvdnav_pre_cache_blocks':
read_cache.c:389: parse error before `)'
make[2]: *** [read_cache.lo] Error 1
make[2]: *** Waiting for unfinished jobs....
vm.c:82: warning: `vm_print_current_domain_state' defined but not used
make[2]: Leaving directory
`/var/tmp/portage/libdvdnav-0.1.2/work/libdvdnav-0.1.2/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/libdvdnav-0.1.2/work/libdvdnav-0.1.2'
make: *** [all-recursive-am] Error 2
make  all-recursive
make[1]: Entering directory `/var/tmp/portage/libdvdnav-0.1.2/work/libdvdnav-0.1.2'
Making all in src
make[2]: Entering directory
`/var/tmp/portage/libdvdnav-0.1.2/work/libdvdnav-0.1.2/src'
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I..     -O3
-Wall -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE  -c read_cache.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -O3 -Wall -D_FILE_OFFSET_BITS=64
-D_LARGEFILE64_SOURCE -c read_cache.c  -fPIC -DPIC -o read_cache.lo
read_cache.c: In function `dvdnav_pre_cache_blocks':
read_cache.c:389: parse error before `)'
make[2]: *** [read_cache.lo] Error 1
make[2]: Leaving directory
`/var/tmp/portage/libdvdnav-0.1.2/work/libdvdnav-0.1.2/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/libdvdnav-0.1.2/work/libdvdnav-0.1.2'
make: *** [all-recursive-am] Error 2

!!! ERROR: The ebuild did not complete successfully.
!!! Function src_compile, Line 7, Exitcode 2
!!! (no error message)
Comment 1 Roman Weber 2002-06-30 22:27:19 UTC
Confirmed
Comment 2 Roman Weber 2002-06-30 22:42:34 UTC
Created attachment 1891 [details, diff]
libdvdnav-0.1.2-r1.ebuild.patch

Updatwe to r1.
Patch included
Comment 3 Roman Weber 2002-06-30 22:43:26 UTC
Created attachment 1892 [details]
read_cache.patch

Patch from libdvdnav cvs to resolv the compile error.
Comment 4 Seemant Kulleen (RETIRED) gentoo-dev 2002-07-01 02:46:12 UTC
Roman, thanks for the quick fix on this.  -r1 in portage.