Gentoo in a Solaris prefix still needs the FS patch for libcdio-0.82 that was applied to the previous libcdio-0.80 ebuild. Comments imply that the change was added upstream, but it is not in the release tarball. The attachment restores the FS patch. Reproducible: Always Steps to Reproduce: $ emerge libcdio Actual Results: Making all in cdio++ make[3]: Entering directory `/gentoo/var/tmp/portage/dev-libs/libcdio-0.82/work/libcdio-0.82/lib/cdio++' /gentoo/usr/bin/bash ../../libtool --tag=CXX --mode=compile i386-pc-solaris2.11-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include/ -I../../include -I/gentoo/usr/include -c -o iso9660.lo iso9660.cpp libtool: compile: i386-pc-solaris2.11-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include/ -I../../include -I/gentoo/usr/include -c iso9660.cpp -fPIC -DPIC -o .libs/iso9660.o In file included from iso9660.cpp:24: ../../include/cdio++/iso9660.hpp:151: error: expected identifier before numeric constant ../../include/cdio++/iso9660.hpp:151: error: expected unqualified-id before numeric constant iso9660.cpp:295: error: expected '}' at end of input In file included from iso9660.cpp:24: ../../include/cdio++/iso9660.hpp:147: error: expected unqualified-id at end of input $ emerge --info Portage 2.2.00.14771-prefix (prefix/sunos/solaris/5.11/x86, gcc-4.4.2, unavailable, 5.11 i86pc) ================================================================= System uname: Solaris-2.11-i86pc-i386-32bit-ELF Timestamp of tree: Fri, 06 Nov 2009 20:55:42 +0000 app-shells/bash: 4.0_p35 dev-lang/python: 2.6.4 sys-devel/autoconf: 2.63-r01.1 sys-devel/automake: 1.10.2-r00.1, 1.11 sys-devel/binutils: 2.20.51.0.2 sys-devel/gcc-config: 1.4.1-r00.2 sys-devel/libtool: 2.2.6a-r00.2 ACCEPT_KEYWORDS="~x86-solaris" CBUILD="i386-pc-solaris2.11" CFLAGS="" CHOST="i386-pc-solaris2.11" CONFIG_PROTECT="/etc" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/revdep-rebuild /etc/terminfo" CXXFLAGS="" DISTDIR="/gentoo/usr/portage/distfiles" FEATURES="assume-digests collision-protect distlocks fixpackages news nostrip parallel-fetch preserve-libs protect-owned sfperms strict unmerge-logs unmerge-orphans userfetch" GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo" LANG="en_US.UTF-8" LDFLAGS="" PKGDIR="/gentoo/usr/portage/packages" PORTAGE_CONFIGROOT="/gentoo/" 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="/gentoo/var/tmp" PORTDIR="/gentoo/usr/portage" PORTDIR_OVERLAY="/gentoo/usr/local/portage" SYNC="rsync://rsync.prefix.freens.org/gentoo-portage-prefix" USE="cracklib modules ncurses prefix readline ssl x86-solaris zlib" 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="SunOS" INPUT_DEVICES="keyboard mouse" KERNEL="SunOS" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" USERLAND="GNU" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK, LC_ALL, LINGUAS, MAKEOPTS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Created attachment 209464 [details, diff] libcdio-0.82 patch: restore FS patch for Solaris prefix
thanks, I fixed this the other day