Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 157443 - x11-wm/icewm-1.2.29 does not compile with USE=silverxp
Summary: x11-wm/icewm-1.2.29 does not compile with USE=silverxp
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Other
: High normal (vote)
Assignee: Steve Dibb (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-07 09:12 UTC by Sascha G.
Modified: 2006-12-11 10:13 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sascha G. 2006-12-07 09:12:10 UTC
Icewm 1.2.29 does not compile with the silverxp USE flag set:

>>> Unpacking icewm-1.2.29.tar.gz to /var/tmp/portage/x11-wm/icewm-1.2.29/work

 * Cannot find $EPATCH_SOURCE!  Value for $EPATCH_SOURCE is:
 * 
 *   /usr/portage/x11-wm/icewm/files/icewm-1.2.29.ybutton.cc.patch
 *   ( icewm-1.2.29.ybutton.cc.patch )


!!! ERROR: x11-wm/icewm-1.2.29 failed.
Call stack:
  ebuild.sh, line 1569:   Called dyn_unpack
  ebuild.sh, line 709:   Called src_unpack
  icewm-1.2.29.ebuild, line 55:   Called epatch '/usr/portage/x11-wm/icewm/files/icewm-1.2.29.ybutton.cc.patch'
  eutils.eclass, line 198:   Called die

!!! Cannot find $EPATCH_SOURCE!
!!! If you need support, post the topmost build error, and the call stack if relevant.


As I have written in bug #143944, I recommend dropping the USE flag, as its functionality has been included in icewm itself. Alternatively, the patch needs to be updated to the new version.
Comment 1 Steve Dibb (RETIRED) gentoo-dev 2006-12-11 10:13:56 UTC
(In reply to comment #0)
> Icewm 1.2.29 does not compile with the silverxp USE flag set:
> 
> >>> Unpacking icewm-1.2.29.tar.gz to /var/tmp/portage/x11-wm/icewm-1.2.29/work
> 
>  * Cannot find $EPATCH_SOURCE!  Value for $EPATCH_SOURCE is:
>  * 
>  *   /usr/portage/x11-wm/icewm/files/icewm-1.2.29.ybutton.cc.patch
>  *   ( icewm-1.2.29.ybutton.cc.patch )
> 
> 
> !!! ERROR: x11-wm/icewm-1.2.29 failed.
> Call stack:
>   ebuild.sh, line 1569:   Called dyn_unpack
>   ebuild.sh, line 709:   Called src_unpack
>   icewm-1.2.29.ebuild, line 55:   Called epatch
> '/usr/portage/x11-wm/icewm/files/icewm-1.2.29.ybutton.cc.patch'
>   eutils.eclass, line 198:   Called die
> 
> !!! Cannot find $EPATCH_SOURCE!
> !!! If you need support, post the topmost build error, and the call stack if
> relevant.
> 
> 
> As I have written in bug #143944, I recommend dropping the USE flag, as its
> functionality has been included in icewm itself. Alternatively, the patch needs
> to be updated to the new version.
> 

Removed use flag, see above bug for tweak.  Thanks, Sascha.