Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 349858 - Improvements for media-sound/audacious-2.4.2
Summary: Improvements for media-sound/audacious-2.4.2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Tony Vroon (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-27 14:20 UTC by Agostino Sarubbo
Modified: 2011-01-30 20:20 UTC (History)
1 user (show)

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


Attachments
Ebuild patch (audacious-2.4.2.ebuild.patch,531 bytes, patch)
2010-12-27 14:20 UTC, Agostino Sarubbo
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2010-12-27 14:20:23 UTC
tested emake and remove die after econf.
Comment 1 Agostino Sarubbo gentoo-dev 2010-12-27 14:20:46 UTC
Created attachment 258171 [details, diff]
Ebuild patch
Comment 2 Tony Vroon (RETIRED) gentoo-dev 2010-12-28 22:06:17 UTC
(In reply to comment #0)
> tested emake

On what hardware? How many CPUs? MAKEOPTS set to what value?

> and remove die after econf.

And this is useful because? 
Comment 3 Agostino Sarubbo gentoo-dev 2010-12-28 22:29:03 UTC
(In reply to comment #2)
> On what hardware? How many CPUs? MAKEOPTS set to what value?
Core 2 Duo, 2 cpu, makeopts -j5
 
> And this is useful because? 
from http://devmanual.gentoo.org/quickstart/index.html

Next, a function named src_compile. Portage will call this function when it wants to compile the package. The econf function is a wrapper for calling ./configure, and emake is a wrapper for make. In the case of emake, the common || die "something went wrong" idiom is used — this is to ensure that if for some reason an error occurs, Portage will stop rather than trying to continue with the install. Note that econf does not need the || die idiom, as it dies by itself if something failed. 

Comment 4 Agostino Sarubbo gentoo-dev 2010-12-31 18:58:51 UTC
(In reply to comment #2)
>MAKEOPTS set to what value?

Tested on another machine with MAKEOPTS="-j12"
Comment 5 Tony Vroon (RETIRED) gentoo-dev 2011-01-30 20:17:16 UTC
+*audacious-2.5_alpha1 (30 Jan 2011)
+
+  30 Jan 2011; Tony Vroon <chainsaw@gentoo.org> +audacious-2.5_alpha1.ebuild:
+  This is to become 2.5 with time. Masked for your protection. If you unmask &
+  use this, note that bugs go upstream at http://jira.atheme.org/ for the
+  Audacious or Audacious-Plugins project as appropriate. Replace make with
+  emake as suggested by Agostino "ago" Sarubbo in bug #349858.
Comment 6 Tony Vroon (RETIRED) gentoo-dev 2011-01-30 20:20:44 UTC
+*audacious-plugins-2.5_alpha1 (30 Jan 2011)
+
+  30 Jan 2011; Tony Vroon <chainsaw@gentoo.org>
+  +audacious-plugins-2.5_alpha1.ebuild:
+  This is to become 2.5 with time. Masked for your protection. If you unmask &
+  use this, note that bugs go upstream at http://jira.atheme.org/ for the
+  Audacious or Audacious-Plugins project as appropriate. Replace make with
+  emake as suggested by Agostino "ago" Sarubbo in bug #349858.