Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 212097

Summary: emerge app-pda/dopi-0.3.4 fails
Product: Gentoo Linux Reporter: Tassilo Horn <tsdh>
Component: Current packagesAssignee: dotnet project <dotnet>
Status: RESOLVED CANTFIX    
Severity: normal Keywords: PMASKED
Priority: High    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: All in one file.

Description Tassilo Horn 2008-03-02 18:17:59 UTC
The error is:

x86_64-pc-linux-gnu-ar cru .libs/libbacon.a  bacon-message-connection.o
x86_64-pc-linux-gnu-ranlib .libs/libbacon.a
creating libbacon.la
(cd .libs && rm -f libbacon.la && ln -s ../libbacon.la libbacon.la)
if x86_64-pc-linux-gnu-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"dopi\" -DVERSION=\"0.3.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DGETTEXT_PACKAGE=\"dopi\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1  -I. -I. -I../libbacon -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include      -march=k8 -O2 -pipe -fomit-frame-pointer -MT testmsg.o -MD -MP -MF ".deps/testmsg.Tpo" -c -o testmsg.o testmsg.c; \
        then mv -f ".deps/testmsg.Tpo" ".deps/testmsg.Po"; else rm -f ".deps/testmsg.Tpo"; exit 1; fi
/bin/sh ../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc  -march=k8 -O2 -pipe -fomit-frame-pointer   -o testmsg  testmsg.o -lglib-2.0   libbacon.la

*** Warning: Linking the executable testmsg against the loadable module
*** libbacon.so is not portable!
x86_64-pc-linux-gnu-gcc -march=k8 -O2 -pipe -fomit-frame-pointer -o .libs/testmsg testmsg.o  ./.libs/libbacon.so /usr/lib64/libglib-2.0.so -Wl,--rpath -Wl,/usr/lib64/dopi
creating testmsg
if x86_64-pc-linux-gnu-gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"dopi\" -DVERSION=\"0.3.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DGETTEXT_PACKAGE=\"dopi\" -DHAVE_LOCALE_H=1 -DHAVE_LC_MESSAGES=1 -DHAVE_BIND_TEXTDOMAIN_CODESET=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DENABLE_NLS=1  -I. -I. -I../libbacon -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include      -march=k8 -O2 -pipe -fomit-frame-pointer -MT testspawn.o -MD -MP -MF ".deps/testspawn.Tpo" -c -o testspawn.o testspawn.c; \
        then mv -f ".deps/testspawn.Tpo" ".deps/testspawn.Po"; else rm -f ".deps/testspawn.Tpo"; exit 1; fi
/bin/sh ../libtool --tag=CC --mode=link x86_64-pc-linux-gnu-gcc  -march=k8 -O2 -pipe -fomit-frame-pointer   -o testspawn  testspawn.o -lglib-2.0   libbacon.la

*** Warning: Linking the executable testspawn against the loadable module
*** libbacon.so is not portable!
x86_64-pc-linux-gnu-gcc -march=k8 -O2 -pipe -fomit-frame-pointer -o .libs/testspawn testspawn.o  ./.libs/libbacon.so /usr/lib64/libglib-2.0.so -Wl,--rpath -Wl,/usr/lib64/dopi
creating testspawn
make[1]: Leaving directory `/var/tmp/portage/app-pda/dopi-0.3.4/work/dopi-0.3.4/bacon'
Making all in src
make[1]: Entering directory `/var/tmp/portage/app-pda/dopi-0.3.4/work/dopi-0.3.4/src'
/usr/bin/gmcs -out:dopi.exe -codepage:utf8 ./BuildConfig.cs ./DevicePropertyEditor.cs ./DopiWindow.cs ./EntryPoint.cs ./PlaylistCombo.cs ./PlaylistView.cs ./PlaylistWindow.cs ./ProgressViewport.cs ./PropertiesDialog.cs ./TrackView.cs ./TrackPropertiesWindow.cs ./Utility.cs -r:Mono.Posix -pkg:gtk-sharp-2.0,glade-sharp-2.0,ipod-sharp,ipod-sharp-ui -r:../taglib-sharp/taglib-sharp.dll -resource:./dopi.xml -resource:./media-eject.png
./DevicePropertyEditor.cs(21,39): error CS0117: `IPod.Device' does not contain a definition for `Model'
/usr/lib/ipod-sharp/ipod-sharp.dll (Location of the symbol related to previous error)
./DevicePropertyEditor.cs(22,44): error CS0117: `IPod.Device' does not contain a definition for `Generation'
/usr/lib/ipod-sharp/ipod-sharp.dll (Location of the symbol related to previous error)
./DevicePropertyEditor.cs(23,42): error CS0117: `IPod.Device' does not contain a definition for `AdvertisedCapacity'
/usr/lib/ipod-sharp/ipod-sharp.dll (Location of the symbol related to previous error)
./DevicePropertyEditor.cs(24,45): error CS0117: `IPod.Device' does not contain a definition for `MountPoint'
/usr/lib/ipod-sharp/ipod-sharp.dll (Location of the symbol related to previous error)
./DevicePropertyEditor.cs(26,69): error CS0117: `IPod.Device' does not contain a definition for `VolumeUsed'
/usr/lib/ipod-sharp/ipod-sharp.dll (Location of the symbol related to previous error)
./DevicePropertyEditor.cs(28,47): error CS0117: `IPod.Device' does not contain a definition for `SerialNumber'
/usr/lib/ipod-sharp/ipod-sharp.dll (Location of the symbol related to previous error)
./DevicePropertyEditor.cs(29,46): error CS0117: `IPod.Device' does not contain a definition for `ModelNumber'
/usr/lib/ipod-sharp/ipod-sharp.dll (Location of the symbol related to previous error)
./DopiWindow.cs(60,38): warning CS0168: The variable `e' is declared but never used
Compilation failed: 7 error(s), 1 warnings
make[1]: *** [dopi.exe] Error 1
make[1]: Leaving directory `/var/tmp/portage/app-pda/dopi-0.3.4/work/dopi-0.3.4/src'
make: *** [all-recursive] Error 1
 *
 * ERROR: app-pda/dopi-0.3.4 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_compile
 *             environment, line 2140:  Called die
 * The specific snippet of code:
 *       emake -j1 || die "emake failed"
 *  The die message:
 *   emake failed

Reproducible: Always




Portage 2.1.4.4 (default-linux/amd64/2007.0, gcc-4.2.3, glibc-2.7-r1, 2.6.24-gentoo-r2 x86_64)
=================================================================
System uname: 2.6.24-gentoo-r2 x86_64 AMD Athlon(tm) 64 X2 Dual Core Processor 4200+
Timestamp of tree: Sun, 02 Mar 2008 15:46:01 +0000
app-shells/bash:     3.2_p33
dev-java/java-config: 1.3.7, 2.1.4
dev-lang/python:     2.4.4-r6, 2.5.1-r5
dev-python/pycrypto: 2.0.1-r6
sys-apps/baselayout: 1.12.11.1
sys-apps/sandbox:    1.2.18.1-r2
sys-devel/autoconf:  2.13, 2.61-r1
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.1
sys-devel/binutils:  2.18-r1
sys-devel/gcc-config: 1.4.0-r4
sys-devel/libtool:   1.5.26
virtual/os-headers:  2.6.24
ACCEPT_KEYWORDS="amd64 ~amd64"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=k8 -O2 -pipe -fomit-frame-pointer"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/config"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/revdep-rebuild /etc/terminfo /etc/texmf/web2c /etc/udev/rules.d"
CXXFLAGS="-march=k8 -O2 -pipe -fomit-frame-pointer -fvisibility-inlines-hidden"
DISTDIR="/usr/portage/distfiles"
FEATURES="distlocks fixpackages metadata-transfer parallel-fetch sandbox sfperms strict unmerge-orphans userfetch userpriv usersandbox"
GENTOO_MIRRORS="ftp://ftp.wh2.tu-dresden.de/pub/mirrors/gentoo http://mirrors.sec.informatik.tu-darmstadt.de/gentoo/ http://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/ ftp://ftp.gentoo.mesh-solutions.com/gentoo/ http://pandemonium.tiscali.de/pub/gentoo/ ftp://pandemonium.tiscali.de/pub/gentoo/ "
LANG="de_DE.utf8"
LC_ALL="de_DE.utf8"
LINGUAS="en de"
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/local/portage"
SYNC="rsync://rsync.de.gentoo.org/gentoo-portage"
USE="a52 aac acl acpi amd64 aotuv async audiofile berkdb bitmap-fonts boundschecking bzip2 c++ cairo cap caps cdparanoia clamav cli cracklib crypt css cups curl dbus dga dhcp dri dvd dynamic emacs fam fbcon ffmpeg fftw finger flac fontconfig gdbm gimp glut gmp gnutls gpgme gpm graphviz gs gsl hal hpn iconv icq idn imagemagick imap ipv6 isdnlog jabber java javascript jpeg2k kdeenablefinal kdehiddenvisibility libedit live lzo maildir midi mime mimencode mjpeg mmx mng mouse mudflap musepack musicbrainz ncurses nis nls nntp nptl nptlonly nsplugin nvidia offensive ogg openexr openmp pam pcre pdf pic ppds pppd readline reflection ruby sasl session slp smime smp smtp sndfile sox speex spl sql sse sse2 ssl subversion svg sysfs taglib tcpd tetex theora threads tidy truetype truetype-fonts type1-fonts unicode utempter uudeview vorbis wmf x264 xcomposite xine xinetd xorg xosd xprint xscreensaver xvid xvmc zeroconf zlib zsh-completion" ALSA_CARDS="intel8x0" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter 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="evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="en de" USERLAND="GNU" VIDEO_CARDS="nvidia"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LDFLAGS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 1 Xavian-Anderson Macpherson 2008-05-20 09:57:43 UTC
Created attachment 153727 [details]
All in one file.
Comment 2 Peter Alfredsen (RETIRED) gentoo-dev 2009-01-25 15:52:46 UTC
Last-rited:
 # Peter Alfredsen <loki_val@gentoo.org> (25 Jan 2008)
 # Fails to compile, bug 212097.
 # Masked for removal in 30 days.
 app-pda/dopi
Comment 3 Peter Alfredsen (RETIRED) gentoo-dev 2009-02-28 23:48:19 UTC
Dopi has been removed.