Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 256485 - net-p2p/transmission-1.52 version bump
Summary: net-p2p/transmission-1.52 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo net-p2p team
URL:
Whiteboard:
Keywords:
: 259385 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-01-27 03:24 UTC by Thomas Zwaagstra
Modified: 2009-04-14 23:53 UTC (History)
14 users (show)

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


Attachments
ebuild for transmission-1.50b3 (transmission-1.50_beta3.ebuild,1.52 KB, text/plain)
2009-01-27 03:26 UTC, Thomas Zwaagstra
Details
new flag patch for transmission-1.51 (transmission-1.51-respect_flags.patch,1.06 KB, patch)
2009-03-06 14:34 UTC, Sebastian Droppelmann
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Zwaagstra 2009-01-27 03:24:58 UTC
Why not add the new 1.50 beta 3 to portage?  Copied the 1.42 ebuild, except the upstream version is 1.50b3 instead of 1.50_beta3...

So I hardcoded MY_PV and set S="${WORKDIR}/${PN}-${MY_PV}".  If anyone knows how to manipulate MY_PV with versionator that would be dandy...

Attached ebuild

Reproducible: Always

Steps to Reproduce:
1. Look for the new transmission 1.50 betas in portage
2. They're not there!
Comment 1 Thomas Zwaagstra 2009-01-27 03:26:22 UTC
Created attachment 179848 [details]
ebuild for transmission-1.50b3
Comment 2 Anton Romanov 2009-01-31 12:03:43 UTC
(In reply to comment #0)
> Why not add the new 1.50 beta 3 to portage?
well, because portage is not,generally, a place for alpha/beta/gamma/omega/unstable prereleases... especially when there is a stable release on a horizon

should be wontfix or later i think :)
Comment 3 Arseny Solokha 2009-02-14 15:21:30 UTC
Transmission 1.50 is out.
Comment 4 Edoardo Liverani 2009-02-17 18:02:41 UTC
http://bugs.gentoo.org/show_bug.cgi?id=259385
Comment 5 Jeroen Roovers (RETIRED) gentoo-dev 2009-02-18 21:34:14 UTC
*** Bug 259385 has been marked as a duplicate of this bug. ***
Comment 6 Thomas Zwaagstra 2009-02-18 22:01:41 UTC
(In reply to comment #3)
> Transmission 1.50 is out.
> 

The 1.42 ebuild works fine for 1.50 by the way, except the patch fails. Commented it out and transmission compiles and runs
Comment 7 Jaime Martin 2009-02-22 17:33:10 UTC
(In reply to comment #6)
> The 1.42 ebuild works fine for 1.50 by the way, except the patch fails.
> Commented it out and transmission compiles and runs
> 

It fails when the configure script tests intltool in ppc arch:

...
checking for intltool >= 0.23...  found
./configure: line 24486: test: : integer expression expected
configure: error: Your intltool is too old.  You need intltool 0.23 or later.
Comment 8 Arseny Solokha 2009-03-01 11:17:09 UTC
Transmission 1.51 is out.
Comment 9 Sebastian Droppelmann 2009-03-06 14:33:55 UTC
1.51 got the same intltool error on amd64 for me,
i don't know anything about automake n stuff but i solved it by installing step by step via ebuild and using the solution given here: 
http://forums.fedoraforum.org/showthread.php?t=155606
dunno how to fix this properly in the ebuild so i just leave that to s.o. else.
here's the new flag-patch for 1.51 btw
besides this error from autotools the ebuild works fine just by renaming
Comment 10 Sebastian Droppelmann 2009-03-06 14:34:56 UTC
Created attachment 184140 [details, diff]
new flag patch for transmission-1.51
Comment 11 Miller Larson 2009-03-23 18:28:21 UTC
After renaming transmission-1.50_beta3.ebuild to transmission-1.51.ebuild,
I was getting the following errors:

>>> Unpacking source...
>>> Unpacking transmission-1.51.tar.bz2 to /var/tmp/portage/net-p2p/transmission-1.51/work
>>> Source unpacked in /var/tmp/portage/net-p2p/transmission-1.51/work
>>> Configuring source in /var/tmp/portage/net-p2p/transmission-1.51/work ...
 * 
 * ERROR: net-p2p/transmission-1.51 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_configure
 *             environment, line 2805:  Called econf '--enable-gtk' '--enable-libnotify' '--disable-dependency-tracking' '--with-wx-config=no'
 *               ebuild.sh, line  548:  Called die
 * The specific snippet of code:
 *   		die "no configure script found"
 *  The die message:
 *   no configure script found


I found that by hashing out this line:
S="${WORKDIR}/${PN}-${MY_PV}"

It was able to move past the configure step and actually compile.
Not that it would matter, but I'm on amd64 here.
Comment 12 Arseny Solokha 2009-04-13 15:11:22 UTC
Transmission 1.52 is out. Zero-day report, I know.
Comment 13 Diego Elio Pettenò (RETIRED) gentoo-dev 2009-04-14 11:37:45 UTC
If nobody in net-p2p prefers me not to, I'd like to take care of this bump (and maybe the package itself).
Comment 14 Thomas Beinicke 2009-04-14 17:34:20 UTC
A new maintainer would be great since the ebuild in the testing tree (1.42) doesn't even contain a working init script.

See bug http://bugs.gentoo.org/show_bug.cgi?id=238260

Also transmission got bumped to version 1.52.
Comment 15 Diego Elio Pettenò (RETIRED) gentoo-dev 2009-04-14 23:53:10 UTC
Committed 1.52 to tree.