Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 284677

Summary: elinks version bump (0.11.7)
Product: Gentoo Linux Reporter: Marcin Kowalski <yoshi3>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED FIXED    
Severity: enhancement CC: ferret-bgo, henrique.rodrigues, theshadowzero
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://elinks.or.cz
Whiteboard:
Package list:
Runtime testing required: ---

Description Marcin Kowalski 2009-09-12 11:45:55 UTC
elinks 0.11.7 was released on 08.22.2009. requesting ebuild bump. (current portage ver is 0.11.6).

Reproducible: Always
Comment 1 Patrick Lauer gentoo-dev 2009-09-12 14:29:19 UTC
+  12 Sep 2009; Patrick Lauer <patrick@gentoo.org> +elinks-0.11.7.ebuild:
+  Bump, fixes #284677
Comment 2 ferret 2009-09-12 18:44:29 UTC
Doesn't build.

The first patch, elinks-0.10.4.conf-syscharset.diff, tries to apply against elink-0.10.4.conf, but can't find the file.

This is because it's now in src_prepare instead of src_unpack, so PWD is "$S" rather than "$WORKDIR".  The file to patch is in "$WORKDIR".
Comment 3 Omar Saleem 2009-09-12 19:10:17 UTC
(In reply to comment #2)
> Doesn't build.
> 
> The first patch, elinks-0.10.4.conf-syscharset.diff, tries to apply against
> elink-0.10.4.conf, but can't find the file.
> 
> This is because it's now in src_prepare instead of src_unpack, so PWD is "$S"
> rather than "$WORKDIR".  The file to patch is in "$WORKDIR".
> 

I can confirm that this doesn't build for the same reasons (patch not working)
Comment 4 ferret 2009-09-15 21:41:10 UTC
It has been fixed. ;)