Transmission 0.92 released on 05/11/07. Today 11/11/07 and there is no ebuilds for 0.9.2. I edited old 0.9.1 ebuild and compiled it with no errors. Here is the diff -u: --------------------------------------------- # diff -u /usr/portage/net-p2p/transmission/transmission-0.91.ebuild /usr/local/portage/net-p2p/transmission-0.92.ebuild --- /usr/portage/net-p2p/transmission/transmission-0.91.ebuild 2007-11-10 04:07:22.000000000 +0000 +++ /usr/local/portage/net-p2p/transmission-0.92.ebuild 2007-11-11 10:39:44.000000000 +0000 @@ -26,11 +26,6 @@ unpack ${A} cd "${S}" - # Fix po/Makefile generation (bug #198225) - if ! use gtk ; then - epatch "${FILESDIR}/${PN}-0.91-potfiles-fix.patch" - eautoreconf - fi } src_compile() { --------------------------------------------- Reproducible: Always Steps to Reproduce: 1. edit /usr/portage/net-p2p/transmission/transmission-0.91.ebuild 2. put it in overlay 3. emerge Actual Results: We have new working version :)
Portage 2.1.3.19 (default-linux/x86/2007.0, gcc-4.1.2, glibc-2.6.1-r0, 2.6.21-gentoo-r4 i686) ================================================================= System uname: 2.6.21-gentoo-r4 i686 Intel(R) Pentium(R) 4 CPU 3.00GHz Timestamp of tree: Sun, 11 Nov 2007 07:30:01 +0000 ccache version 2.4 [enabled] app-shells/bash: 3.2_p17 dev-java/java-config: 1.3.7, 2.0.33-r1 dev-lang/python: 2.4.4-r6 dev-python/pycrypto: 2.0.1-r6 dev-util/ccache: 2.4-r7 sys-apps/baselayout: 1.12.9-r2 sys-apps/sandbox: 1.2.18.1-r2 sys-devel/autoconf: 2.13, 2.61-r1 sys-devel/automake: 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10 sys-devel/binutils: 2.18-r1 sys-devel/gcc-config: 1.3.16 sys-devel/libtool: 1.5.24 virtual/os-headers: 2.6.22-r2 ACCEPT_KEYWORDS="x86" CBUILD="i686-pc-linux-gnu" CFLAGS="-O3 -march=pentium4 -pipe" CHOST="i686-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config /var/bind" CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ /etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/terminfo /etc/texmf/web2c /etc/udev/rules.d" CXXFLAGS="-O3 -march=pentium4 -pipe" DISTDIR="/usr/portage/distfiles" FEATURES="ccache distlocks metadata-transfer parallel-fetch sandbox sfperms strict unmerge-orphans userfetch" GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo" LANG="ru_RU.UTF-8" LINGUAS="ru" MAKEOPTS="-j2" PKGDIR="/usr/portage/packages" 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 --filter=H_**/files/digest-*" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/usr/local/portage" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="3dnow 3dnowext X a52 aac aalib acl acpi akode alsa amr apache2 arts async audiofile automount bash-completion berkdb bitmap-fonts bzip2 caps cdda cddb cdparanoia cdr charconv cjk clamav cli cpudetection cracklib crypt css cups curl dbus dedicated dga disk-partition djvu dri dts dv dvd dvdr dvdread editor emovix enca encode esd examples fam fbcon ffmmeg flac fontconfig fortran gdbm gif gnokii gpm graphviz gstreamer hal iconv idea imagemagick imlib ipod isdnlog java javascript jbig jingle jpeg jpeg2k kde lame leim libcaca logrotate mad midi mjpeg mmap mmx mmxext mono motif mp2 mp3 mp4 mpeg mudflap musepack musicbrainz mysql nas ncurses nls nptl nptlonly ntfs nvidia ogg openal openexr opengl openmp pam paste64 pcre pdf perl php png pppd python qt3 qt3support qt4 quicktime rar rcc rdesktop readline real reflection reiserfs ruby samba sdl session shorten snmp sound sox spl sql srt sse sse2 ssl ssse3 svg swat syslog tcl tcpd tga theora tiff tk toolbar tools truetype truetype-fonts type1-fonts unicode usb vcd vorbis wavpack win32codecs x264 x86 xine xml xorg xprint xv xvid zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1 emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" 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" ELIBC="glibc" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="ru" USERLAND="GNU" VIDEO_CARDS="nv nvidia ati radeon vesa vga" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, LDFLAGS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Since version 0.90 I got errors when trying to build Transmission with wxwindows and gtk use flags at the same time. One or the other builds fine. Can we please put in a check for this in the 0.92 ebuild?
It appears that bug #198225 has some more information regarding the wxwindows use flag. I don't know if they have been fixed yet. I know that when I tried to build 0.92 with wxwindows, it didn't work so it may have not been fixed upstream. Perhaps we should still put in a check in the next official ebuild.
Yeah you are right, my bad :( With wxwindows it crashes. But with gtk on without any use-flags it works good. Maybe disable wxwindows use-flag in ebuild and ask author about problem?
Transmission-0.9.3 released. Make with wxwindows still breaks. Upstream didn't answered on my email about it. Maybe add it without wxwindows support?
Where does the wxwindows error occur?
Created attachment 136351 [details] build.log
Created attachment 136481 [details] build.log (failed USE="wxwindows" transmission-0.93 build) USE="gtk -wxwindows" builds fine ... maybe I can help out with my emerge log of the failed USE="gtk wxwindows" build. # emerge --info Portage 2.1.3.19 (default-linux/x86/2007.0/desktop, gcc-4.1.2, glibc-2.6.1-r0, 2.6.21-gentoo-r4 i686) ================================================================= System uname: 2.6.21-gentoo-r4 i686 Intel(R) Pentium(R) M processor 1400MHz Timestamp of tree: Sun, 18 Nov 2007 13:30:01 +0000 distcc 2.18.3 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled] app-shells/bash: 3.2_p17 dev-java/java-config: 1.3.7, 2.0.33-r1 dev-lang/python: 2.3.5-r3, 2.4.4-r6 dev-python/pycrypto: 2.0.1-r6 sys-apps/baselayout: 1.12.9-r2 sys-apps/sandbox: 1.2.18.1-r2 sys-devel/autoconf: 2.13, 2.61-r1 sys-devel/automake: 1.5, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10 sys-devel/binutils: 2.18-r1 sys-devel/gcc-config: 1.3.16 sys-devel/libtool: 1.5.24 virtual/os-headers: 2.6.22-r2 ACCEPT_KEYWORDS="x86" CBUILD="i686-pc-linux-gnu" CFLAGS="-Os -march=pentium-m -pipe -fomit-frame-pointer" CHOST="i686-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/share/X11/xkb" CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf /etc/revdep-rebuild /etc/terminfo /etc/udev/rules.d" CXXFLAGS="-Os -march=pentium-m -pipe -fomit-frame-pointer" DISTDIR="/usr/portage/distfiles" FEATURES="distlocks metadata-transfer sandbox sfperms strict unmerge-orphans userfetch" GENTOO_MIRRORS="http://mirrors.sec.informatik.tu-darmstadt.de/gentoo/" LANG="de_DE.utf8" LC_ALL="de_DE.utf8" LINGUAS="de" PKGDIR="/usr/portage/packages" 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 --filter=H_**/files/digest-*" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/usr/local/portage" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="X a52 aac acl acpi alsa bitmap-fonts bzip2 cairo cdr cli cracklib cups dbus dri dvd dvdr dvdread eds emboss encode evo exif fam ffmpeg firefox flac foomaticdb gif gimpprint gstreamer gtk hal iconv isdnlog java jpeg libnotify mad matroska midi mikmod mmx moznopango mp3 mpeg ncurses nls nptl nptlonly nsplugin ogg opengl openmp pam pcre pdf plugins png ppds pppd python qt3support quicktime readline real reflection session speex spl sqlite sqlite3 sse sse2 ssl startup-notification svg theora threads tiff truetype truetype-fonts type1-fonts unicode vorbis win32codecs wmf x264 x86 xcomposite xinerama xml xorg xprint xv xvid zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1 emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" 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" ELIBC="glibc" INPUT_DEVICES="evdev keyboard mouse wacom" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="de" USERLAND="GNU" VIDEO_CARDS="mtx" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LDFLAGS, MAKEOPTS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Created attachment 136675 [details] ebuild emerge the ebuild with the "wxwindows" use flag removed, this works for Transmission 0.91 when I had exactly the same error as the last post. See attached build.log
Dropped wxwindows useflag for now, as the entire source is not packaged. This seems to still be under development.