Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 132776 - media-video/vlc-0.8.5 fails to compile corba module (patch included)
Summary: media-video/vlc-0.8.5 fails to compile corba module (patch included)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Diego Elio Pettenò (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-09 04:35 UTC by markusg26
Modified: 2006-05-09 12:47 UTC (History)
1 user (show)

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


Attachments
patch for corba.c (vlc-0.8.5-corba-include.patch,501 bytes, patch)
2006-05-09 04:38 UTC, markusg26
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description markusg26 2006-05-09 04:35:53 UTC
emerge vlc fails with useflag corba.

It could be fixed by adjusting the includes in <vlc>/modules/control/corba/corba.c (see patch)


make[1]: Entering directory `/usr/packdist/vtp/portage/vlc-0.8.5/work/vlc-0.8.5/modules/control/corba'
if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I/usr/packdist/vtp/portage/vlc-0.8.5/work/vlc-0.8.5/modules/control/corba -I../../..   -DSYS_LINUX -I/usr/packdist/vtp/portage/vlc-0.8.5/work/vlc-0.8.5/include `top_builddir="../../.." ../../../vlc-config --cflags plugin corba` -Wsign-compare -Wall -march=pentium-m -O2 -pipe -mmmx -msse -msse2 -mfpmath=sse -fforce-addr -fprefetch-loop-arrays -falign-functions=64 -fstack-protector -ggdb -ftracer -ftree-vectorize -pipe -MT libcorba_plugin_a-corba.o -MD -MP -MF ".deps/libcorba_plugin_a-corba.Tpo" -c -o libcorba_plugin_a-corba.o `test -f 'corba.c' || echo '/usr/packdist/vtp/portage/vlc-0.8.5/work/vlc-0.8.5/modules/control/corba/'`corba.c; \
        then mv -f ".deps/libcorba_plugin_a-corba.Tpo" ".deps/libcorba_plugin_a-corba.Po"; else rm -f ".deps/libcorba_plugin_a-corba.Tpo"; exit 1; fi
corba.c:31:25: error: vlc/control.h: No such file or directory
corba.c:69: error: expected declaration specifiers or '...' before 'mediacontrol_Exception'
corba.c: In function 'corba_raise':
corba.c:74: error: 'exception' undeclared (first use in this function)
corba.c:74: error: (Each undeclared identifier is reported only once
corba.c:74: error: for each function it appears in.)
corba.c:76: error: 'mediacontrol_InternalException' undeclared (first use in this function)
corba.c:80: error: 'mediacontrol_PlaylistException' undeclared (first use in this function)
corba.c:84: error: 'mediacontrol_InvalidPosition' undeclared (first use in this function)
corba.c:88: error: 'mediacontrol_PositionKeyNotSupported' undeclared (first use in this function)
corba.c:92: error: 'mediacontrol_PositionOriginNotSupported' undeclared (first use in this function)
corba.c: At top level:
corba.c:102: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
corba.c:115: warning: type defaults to 'int' in declaration of 'mediacontrol_Position'
corba.c:115: error: expected ';', ',' or ')' before '*' token
corba.c:135: error: expected specifier-qualifier-list before 'mediacontrol_Instance'
corba.c:150: error: expected specifier-qualifier-list before 'mediacontrol_Instance'
corba.c: In function 'impl_VLC_MediaControl__create':
corba.c:308: error: 'impl_POA_VLC_MediaControl' has no member named 'mc'
corba.c: In function 'impl_VLC_MediaControl_get_media_position':
corba.c:346: error: 'mediacontrol_Position' undeclared (first use in this function)
corba.c:346: error: 'p_pos' undeclared (first use in this function)
corba.c:347: error: 'mediacontrol_Exception' undeclared (first use in this function)
corba.c:347: error: 'exception' undeclared (first use in this function)
corba.c:349: warning: implicit declaration of function 'mediacontrol_exception_init'
corba.c:350: warning: implicit declaration of function 'mediacontrol_get_media_position'
corba.c:350: error: 'impl_POA_VLC_MediaControl' has no member named 'mc'
corba.c:351: error: too many arguments to function 'corba_raise'
corba.c:351: warning: implicit declaration of function 'mediacontrol_exception_free'
corba.c:353: warning: implicit declaration of function 'corba_position_c_to_corba'
corba.c:353: warning: assignment makes pointer from integer without a cast
corba.c: In function 'impl_VLC_MediaControl_set_media_position':
corba.c:364: error: 'mediacontrol_Position' undeclared (first use in this function)
corba.c:364: error: 'p_pos' undeclared (first use in this function)
corba.c:365: error: 'mediacontrol_Exception' undeclared (first use in this function)
corba.c:365: error: 'exception' undeclared (first use in this function)
corba.c:367: warning: implicit declaration of function 'corba_position_corba_to_c'
corba.c:370: warning: implicit declaration of function 'mediacontrol_set_media_position'
corba.c:370: error: 'impl_POA_VLC_MediaControl' has no member named 'mc'
corba.c:371: error: too many arguments to function 'corba_raise'
corba.c: In function 'impl_VLC_MediaControl_start':
corba.c:382: error: 'mediacontrol_Position' undeclared (first use in this function)
corba.c:382: error: 'p_pos' undeclared (first use in this function)
corba.c:383: error: 'mediacontrol_Exception' undeclared (first use in this function)
corba.c:383: error: 'exception' undeclared (first use in this function)
corba.c:388: warning: implicit declaration of function 'mediacontrol_start'
corba.c:388: error: 'impl_POA_VLC_MediaControl' has no member named 'mc'
corba.c:389: error: too many arguments to function 'corba_raise'
corba.c: In function 'impl_VLC_MediaControl_pause':
corba.c:399: error: 'mediacontrol_Position' undeclared (first use in this function)
corba.c:399: error: 'p_pos' undeclared (first use in this function)
corba.c:400: error: 'mediacontrol_Exception' undeclared (first use in this function)
corba.c:400: error: 'exception' undeclared (first use in this function)
corba.c:405: warning: implicit declaration of function 'mediacontrol_pause'
corba.c:405: error: 'impl_POA_VLC_MediaControl' has no member named 'mc'
corba.c:406: error: too many arguments to function 'corba_raise'
corba.c: In function 'impl_VLC_MediaControl_resume':
corba.c:416: error: 'mediacontrol_Position' undeclared (first use in this function)
corba.c:416: error: 'p_pos' undeclared (first use in this function)
corba.c:417: error: 'mediacontrol_Exception' undeclared (first use in this function)
corba.c:417: error: 'exception' undeclared (first use in this function)
corba.c:422: warning: implicit declaration of function 'mediacontrol_resume'
corba.c:422: error: 'impl_POA_VLC_MediaControl' has no member named 'mc'
corba.c:423: error: too many arguments to function 'corba_raise'
corba.c: In function 'impl_VLC_MediaControl_stop':
corba.c:433: error: 'mediacontrol_Position' undeclared (first use in this function)
corba.c:433: error: 'p_pos' undeclared (first use in this function)
corba.c:434: error: 'mediacontrol_Exception' undeclared (first use in this function)
corba.c:434: error: 'exception' undeclared (first use in this function)
corba.c:439: error: 'impl_POA_VLC_MediaControl' has no member named 'mc'
corba.c:440: error: too many arguments to function 'corba_raise'
corba.c: In function 'impl_VLC_MediaControl_exit':
corba.c:450: warning: implicit declaration of function 'mediacontrol_exit'
corba.c:450: error: 'impl_POA_VLC_MediaControl' has no member named 'mc'
corba.c: In function 'impl_VLC_MediaControl_playlist_add_item':
corba.c:459: error: 'mediacontrol_Exception' undeclared (first use in this function)
corba.c:459: error: 'exception' undeclared (first use in this function)
corba.c:462: warning: implicit declaration of function 'mediacontrol_playlist_add_item'
corba.c:462: error: 'impl_POA_VLC_MediaControl' has no member named 'mc'
corba.c:463: error: too many arguments to function 'corba_raise'
corba.c: In function 'impl_VLC_MediaControl_playlist_clear':
corba.c:472: error: 'mediacontrol_Exception' undeclared (first use in this function)
corba.c:472: error: 'exception' undeclared (first use in this function)
corba.c:475: warning: implicit declaration of function 'mediacontrol_playlist_clear'
corba.c:475: error: 'impl_POA_VLC_MediaControl' has no member named 'mc'
corba.c:476: error: too many arguments to function 'corba_raise'
corba.c: In function 'impl_VLC_MediaControl_playlist_get_list':
corba.c:486: error: 'mediacontrol_Exception' undeclared (first use in this function)
corba.c:486: error: 'exception' undeclared (first use in this function)
corba.c:487: error: 'mediacontrol_PlaylistSeq' undeclared (first use in this function)
corba.c:487: error: 'p_ps' undeclared (first use in this function)
corba.c:491: warning: implicit declaration of function 'mediacontrol_playlist_get_list'
corba.c:491: error: 'impl_POA_VLC_MediaControl' has no member named 'mc'
corba.c:492: error: too many arguments to function 'corba_raise'
corba.c:504: warning: implicit declaration of function 'mediacontrol_PlaylistSeq__free'
corba.c: At top level:
corba.c:509: error: expected ')' before '*' token
corba.c: In function 'impl_VLC_MediaControl_snapshot':
corba.c:536: error: 'mediacontrol_RGBPicture' undeclared (first use in this function)
corba.c:536: error: 'p_pic' undeclared (first use in this function)
corba.c:537: error: 'mediacontrol_Position' undeclared (first use in this function)
corba.c:537: error: 'p_pos' undeclared (first use in this function)
corba.c:538: error: 'mediacontrol_Exception' undeclared (first use in this function)
corba.c:538: error: 'exception' undeclared (first use in this function)
corba.c:543: warning: implicit declaration of function 'mediacontrol_snapshot'
corba.c:543: error: 'impl_POA_VLC_MediaControl' has no member named 'mc'
corba.c:544: error: too many arguments to function 'corba_raise'
corba.c:546: warning: implicit declaration of function 'createRGBPicture'
corba.c:546: warning: assignment makes pointer from integer without a cast
corba.c:547: warning: implicit declaration of function 'mediacontrol_RGBPicture__free'
corba.c: In function 'impl_VLC_MediaControl_all_snapshots':
corba.c:556: error: 'mediacontrol_RGBPicture' undeclared (first use in this function)
corba.c:556: error: 'p_piclist' undeclared (first use in this function)
corba.c:557: error: 'p_tmp' undeclared (first use in this function)
corba.c:558: error: 'mediacontrol_Exception' undeclared (first use in this function)
corba.c:558: error: 'exception' undeclared (first use in this function)
corba.c:563: warning: implicit declaration of function 'mediacontrol_all_snapshots'
corba.c:563: error: 'impl_POA_VLC_MediaControl' has no member named 'mc'
corba.c:564: error: too many arguments to function 'corba_raise'
corba.c:575: error: 'p_pic' undeclared (first use in this function)
corba.c: In function 'impl_VLC_MediaControl_display_text':
corba.c:603: error: 'mediacontrol_Position' undeclared (first use in this function)
corba.c:603: error: 'p_begin' undeclared (first use in this function)
corba.c:604: error: 'p_end' undeclared (first use in this function)
corba.c:605: error: 'mediacontrol_Exception' undeclared (first use in this function)
corba.c:605: error: 'exception' undeclared (first use in this function)
corba.c:610: warning: implicit declaration of function 'mediacontrol_display_text'
corba.c:610: error: 'impl_POA_VLC_MediaControl' has no member named 'mc'
corba.c:611: error: too many arguments to function 'corba_raise'
corba.c: In function 'impl_VLC_MediaControl_get_stream_information':
corba.c:622: error: 'mediacontrol_Exception' undeclared (first use in this function)
corba.c:622: error: 'exception' undeclared (first use in this function)
corba.c:623: error: 'mediacontrol_StreamInformation' undeclared (first use in this function)
corba.c:623: error: 'p_si' undeclared (first use in this function)
corba.c:627: warning: implicit declaration of function 'mediacontrol_get_stream_information'
corba.c:627: error: 'impl_POA_VLC_MediaControl' has no member named 'mc'
corba.c:627: error: 'mediacontrol_MediaTime' undeclared (first use in this function)
corba.c:628: error: too many arguments to function 'corba_raise'
corba.c: In function 'impl_VLC_MediaControl_sound_get_volume':
corba.c:651: error: 'mediacontrol_Exception' undeclared (first use in this function)
corba.c:651: error: 'exception' undeclared (first use in this function)
corba.c:654: warning: implicit declaration of function 'mediacontrol_sound_get_volume'
corba.c:654: error: 'impl_POA_VLC_MediaControl' has no member named 'mc'
corba.c:655: error: too many arguments to function 'corba_raise'
corba.c: In function 'impl_VLC_MediaControl_sound_set_volume':
corba.c:665: error: 'mediacontrol_Exception' undeclared (first use in this function)
corba.c:665: error: 'exception' undeclared (first use in this function)
corba.c:668: warning: implicit declaration of function 'mediacontrol_sound_set_volume'
corba.c:668: error: 'impl_POA_VLC_MediaControl' has no member named 'mc'
corba.c:669: error: too many arguments to function 'corba_raise'
corba.c: In function 'Open':
corba.c:719: error: 'intf_sys_t' has no member named 'mc'
corba.c: In function 'Run':
corba.c:795: error: 'mediacontrol_Instance' undeclared (first use in this function)
corba.c:795: error: 'mc_instance' undeclared (first use in this function)
corba.c:796: error: 'mediacontrol_Exception' undeclared (first use in this function)
corba.c:796: error: 'exception' undeclared (first use in this function)
corba.c:814: error: 'impl_POA_VLC_MediaControl' has no member named 'p_intf'
corba.c:814: error: 'impl_POA_VLC_MediaControl' has no member named 'p_intf'
corba.c:817: error: 'impl_POA_VLC_MediaControl' has no member named 'p_intf'
corba.c:817: error: 'impl_POA_VLC_MediaControl' has no member named 'p_intf'
corba.c:820: error: 'impl_POA_VLC_MediaControl' has no member named 'p_intf'
corba.c:820: error: 'impl_POA_VLC_MediaControl' has no member named 'p_intf'
corba.c:823: warning: implicit declaration of function 'mediacontrol_new_from_object'
corba.c:824: error: too many arguments to function 'corba_raise'
corba.c:826: error: 'intf_sys_t' has no member named 'mc'
corba.c:828: error: 'impl_POA_VLC_MediaControl' has no member named 'p_intf'
corba.c:829: error: 'impl_POA_VLC_MediaControl' has no member named 'mc'
corba.c:829: error: 'intf_sys_t' has no member named 'mc'
corba.c:832: error: 'impl_POA_VLC_MediaControl' has no member named 'p_intf'
corba.c:832: error: 'impl_POA_VLC_MediaControl' has no member named 'p_intf'
corba.c:856: error: 'impl_POA_VLC_MediaControl' has no member named 'p_intf'
corba.c:856: error: 'impl_POA_VLC_MediaControl' has no member named 'p_intf'
corba.c:859: error: 'impl_POA_VLC_MediaControl' has no member named 'p_intf'
corba.c:859: error: 'impl_POA_VLC_MediaControl' has no member named 'p_intf'
corba.c:897: error: 'intf_sys_t' has no member named 'mc'
make[1]: *** [libcorba_plugin_a-corba.o] Error 1
make[1]: Leaving directory `/usr/packdist/vtp/portage/vlc-0.8.5/work/vlc-0.8.5/modules/control/corba'
make: *** [all-modules] Error 1



Portage 2.1_pre10-r5 (default-linux/x86/2006.0, gcc-4.1.0, glibc-2.4-r1, 2.6.16.11-gentoo-r1 i686)
=================================================================
System uname: 2.6.16.11-gentoo-r1 i686 Intel(R) Pentium(R) M processor 1400MHz
Gentoo Base System version 1.12.0_pre19
ccache version 2.4 [enabled]
dev-lang/python:     2.4.3-r1
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     2.4
dev-util/confcache:  0.4.2
sys-apps/sandbox:    1.2.18
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.16.1-r2
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r5
ACCEPT_KEYWORDS="x86 ~x86"
ACCEPT_LICENSE=""
ALSA_CARDS="intel8x0"
ANT_HOME="/usr/share/ant-core"
ARCH="x86"
AUTOCLEAN="yes"
AUTO_SYMLINK="no"
CBUILD="i686-pc-linux-gnu"
CCACHE_SIZE="500M"
CFLAGS="-march=pentium-m -O2 -pipe -mmmx -msse -msse2 -mfpmath=sse -fforce-addr -fprefetch-loop-arrays -falign-functions=64 -fstack-protector -ggdb -ftracer -ftree-vectorize"
CHOST="i686-pc-linux-gnu"
CLASSPATH="/usr/share/systray4j/lib/systray4j.jar:/usr/share/ecj/lib/jdtcore.jar:."
CLEAN_DELAY="5"
CONFIG_PROTECT="/etc /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/mozilla/defaults/pref /usr/share/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/eselect/compiler /etc/gconf /etc/revdep-rebuild /etc/terminfo /etc/texmf/web2c /etc/env.d"
CVS_RSH="ssh"
CXXFLAGS="-march=pentium-m -O2 -pipe -mmmx -msse -msse2 -mfpmath=sse -fforce-addr -fprefetch-loop-arrays -falign-functions=64 -fstack-protector -ggdb -ftracer -ftree-vectorize -fvisibility-inlines-hidden"
DISPLAY=":0.0"
DISTDIR="/usr/packdist/distfiles"
EDITOR="/usr/bin/vim"
ELIBC="glibc"
EMERGE_DEFAULT_OPTS="--verbose"
EMERGE_WARNING_DELAY="10"
FEATURES="autoconfig ccache confcache distlocks metadata-transfer parallel-fetch severe sfperms splitdebug strict userpriv"
FETCHCOMMAND="/usr/bin/wget -t 3 --passive-ftp ${URI} -P ${DISTDIR}"
GCC_SPECS=""
GDK_USE_XFT="1"
GENTOO_MIRRORS="http://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/ ftp://ftp.gentoo.mesh-solutions.com/gentoo/"
GPG_AGENT_INFO="/tmp/gpg-NomZre/S.gpg-agent:1530:1"
GUILE_LOAD_PATH="/usr/share/guile/1.6"
G_BROKEN_FILENAMES="1"
G_FILENAME_ENCODING="UTF-8"
HOME="/root"
INFOPATH="/usr/share/info:/usr/share/binutils-data/i686-pc-linux-gnu/2.16.1/info:/usr/share/gcc-data/i686-pc-linux-gnu/4.1.0/info"
INPUT_DEVICES="evdev keyboard mouse synaptics"
JAVAC="/opt/sun-jdk-1.4/bin/javac"
JAVA_HOME="/opt/sun-jdk-1.4"
JDK_HOME="/opt/sun-jdk-1.4"
KBUILD_OUTPUT_PREFIX=""
KDEDIRS="/usr"
KERNEL="linux"
LADSPA_PATH="/usr/lib/ladspa"
LESS="-R -M --shift 5"
LESSOPEN="|lesspipe.sh %s"
LINUX_PORTAGE_WRITABLE="no"
LOGNAME="root"
LS_COLORS="no=00:fi=00:di=01;34:ln=01;36:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;41:su=37;41:sg=30;43:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.gz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.rar=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.qt=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.pdf=00;32:*.ps=00;32:*.txt=00;32:*.patch=00;32:*.diff=00;32:*.log=00;32:*.tex=00;32:*.doc=00;32:*.flac=01;35:*.mp3=01;35:*.mpc=00;36:*.ogg=00;36:*.wav=00;36:*.mid=00;36:*.midi=00;36:*.au=00;36:*.flac=00;36:*.aac=00;36:"
MAKEOPTS="-j2"
MANPATH="/usr/local/share/man:/usr/share/man:/usr/share/binutils-data/i686-pc-linux-gnu/2.16.1/man:/usr/share/gcc-data/i686-pc-linux-gnu/4.1.0/man::/opt/sun-jdk-1.4/man:/usr/qt/3/doc/man"
MOZILLA_FIVE_HOME="/usr/lib/mozilla"
OLDPWD="/root"
OPENGL_PROFILE="xorg-x11"
PACKDISTDIR="/usr/packdist"
PAGER="/usr/bin/less"
PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/bin:/usr/i686-pc-linux-gnu/gcc-bin/4.1.0:/opt/sun-jdk-1.4/bin:/opt/sun-jdk-1.4/jre/bin:/opt/sun-jdk-1.4/jre/javaws:/usr/kde/3.5/sbin:/usr/kde/3.5/bin:/usr/qt/3/bin:/usr/NX/bin"
PKGDIR="/usr/packdist/packages"
PORTAGE_ARCHLIST="ppc s390 amd64 ppc64 x86-fbsd m68k arm sparc sh mips ia64 alpha ppc-macos hppa x86"
PORTAGE_BINHOST_CHUNKSIZE="3000"
PORTAGE_BIN_PATH="/usr/lib/portage/bin"
PORTAGE_CALLER="emerge"
PORTAGE_CONFIGROOT="/"
PORTAGE_ELOG_CLASSES="warn error log"
PORTAGE_ELOG_MAILFROM="portage"
PORTAGE_ELOG_MAILSUBJECT="[portage] ebuild log for ${PACKAGE} on ${HOST}"
PORTAGE_ELOG_MAILURI="root"
PORTAGE_ELOG_SYSTEM="save"
PORTAGE_GID="250"
PORTAGE_GPG_DIR="/usr/packdist/vtp/gpg"
PORTAGE_INST_GID="0"
PORTAGE_INST_UID="0"
PORTAGE_PYM_PATH="/usr/lib/portage/pym"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude='/distfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_RSYNC_RETRIES="3"
PORTAGE_TMPDIR="/usr/packdist/vtp"
PORTAGE_WORKDIR_MODE="0700"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/overlays/portage"
PORT_ENOTICE_DIR="/var/enotice"
PRELINK_PATH=""
PRELINK_PATH_MASK="/usr/lib/gstreamer-0.10:/usr/lib/gstreamer-0.8"
PWD="/usr/packdist/vtp/portage/vlc-0.8.5/work"
PYTHONPATH="/usr/lib/portage/pym"
QMAKESPEC="linux-g++"
QTDIR="/usr/qt/3"
RESUMECOMMAND="/usr/bin/wget -c -t 3 --passive-ftp ${URI} -P ${DISTDIR}"
ROOT="/"
RPMDIR="/usr/portage/rpm"
SGML_CATALOG_FILES="/etc/sgml/sgml-docbook.cat:/etc/sgml/openjade-1.3.2.cat:/etc/sgml/xml-docbook-4.3.cat:/etc/sgml/xml-docbook-4.4.cat:/etc/sgml/sgml-ent.cat:/etc/sgml/xml-simple-docbook-4.1.2.4.cat:/etc/sgml/xml-docbook-4.1.2.cat:/etc/sgml/sgml-docbook-3.0.cat:/etc/sgml/sgml-docbook-3.1.cat:/etc/sgml/sgml-docbook-4.0.cat:/etc/sgml/sgml-docbook-4.1.cat:/etc/sgml/sgml-lite.cat:/etc/sgml/dsssl-docbook-stylesheets.cat"
SHELL="/bin/bash"
SHLVL="1"
SSH_AGENT_PID="1510"
SSH_ASKPASS="/usr/bin/gtk2-ssh-askpass"
SSH_AUTH_SOCK="/tmp/ssh-YDdNYN1509/agent.1509"
SYNC="rsync://rsync.de.gentoo.org/gentoo-portage"
TERM="xterm"
USE="x86 3ds X X509 a52 aac acerhk acpi acpi4linux afs aio alsa amr ao aotuv apache2 asf asm audiofile avahi avi beagle berkdb blender-game bonjour bonobo bookmarks bootsplash branding bzip2 c++ cairo cardbus cdda cddb cdio cdparanoia cdr cdrom chipcard chroot cli corba crypt cscope css cups curl curlwrappers daap dbus disablexmb divx4linux djbfft dlloader dmi dmx dnssd dri dtaus dts dvd dvdread dvi ecc editor edl eds encode escreen evo evolution faac faad fam fbcon fbsplash ffmpeg firefox flac font-server foomaticdb freetype gaim gb gcj gdbm geldkarte gencertdaily gif gimpprint glade glibc-omitfp glitz glut gmp gnome gnomedb gnutls gpgme gpm gs gstreamer gstreamer010 gtk gtk2 gtkhtml hal hbci hostap-nopci hostap-noplx howl howl-compat httpd i8x0 icu idn imagemagick imap imlib inkjar innodb insecure-drivers isdnlog ithreads java javascript jce jikes jpeg kdexdeltas kerberos kqemu krb4 lcms libgda libnotify libwww linguas_de live lm_sensors logrotate lzo mad maildir matroska mdnsresponder-compat menubar mime mjpeg mmap mmx mmx2 mmxext mng mono mozdevelop moznocompose moznoirc mozsvg mp3 mpeg mplayer multislot musicbrainz mysql nautilus ncurses network new-login nfs nfsv4 nls nntp nptl nptlonly nsplugin ntlm numeric ofx ogg openal opengl openssh oss pam pam_chroot pam_console pam_timestamp pango pcmcia pcre pcsc-lite pdf pdflib perl physfs pic plugin png pop postscript ppds pppd print python qemu-fast qt quicktime readline real reflection rtc rtsp samba sasl screen script sdl server session shout skins smartcard smime sndfile soap sockets socks5 softmmu sox speex spell spl sqlite sqlite3 sse sse2 ssl startup-notification stream subversion svg sysfs sysvipc t1lib tcltk tcpd tetex theora threads tiff toolbar truetype truetype-fonts type1-fonts udev unicode usb utf8 vcd vidix vim-pager vim-with-x vlm vorbis vorbis-psy wifi win32codecs wxwindows x264 xchatdccserver xchattext xcomposite xine xinerama xml xml2 xmldoclet xorg xosd xrandr xscreensaver xsl xv xvid yv12 zeroconf zlib elibc_glibc input_devices_evdev input_devices_keyboard input_devices_mouse input_devices_synaptics kernel_linux userland_GNU video_cards_fbdev video_cards_i810"
USER="root"
USERLAND="GNU"
USE_EXPAND="DVB_CARDS ELIBC FCDSL_CARDS FRITZCAPI_CARDS INPUT_DEVICES KERNEL LINGUAS USERLAND VIDEO_CARDS"
USE_EXPAND_HIDDEN=""
USE_ORDER="env:pkg:conf:defaults"
VIDEO_CARDS="fbdev i810"
XARGS="xargs -r"
XAUTHORITY="/root/.xauthHeyKab"
_="/usr/bin/emerge"
Comment 1 markusg26 2006-05-09 04:38:34 UTC
Created attachment 86471 [details, diff]
patch for corba.c

this is the patch to fix the compile error
Comment 2 Diego Elio Pettenò (RETIRED) gentoo-dev 2006-05-09 10:23:44 UTC
Many thanks for this and the other patch :)

Did you submit them upstream? I think they are likely to prepare a bugfix release, so they might put these fixes there.

Anyway, I'll add a new patchset in a while.

Again thanks for the patches.
Comment 3 Diego Elio Pettenò (RETIRED) gentoo-dev 2006-05-09 10:39:55 UTC
Added in patchset 19.
Comment 4 markusg26 2006-05-09 12:47:59 UTC
(In reply to comment #2)
> Many thanks for this and the other patch :)
> 
> Did you submit them upstream? I think they are likely to prepare a bugfix
> release, so they might put these fixes there.
> 
> Anyway, I'll add a new patchset in a while.
> 
> Again thanks for the patches.
> 

I have now posted both bugs in the videolan forum.

Hope it is the right place :)