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

Bug 268810

Summary: dev-util/geany-0.17 doesn't build localizations
Product: Gentoo Linux Reporter: Lars Wendler (Polynomial-C) (RETIRED) <polynomial-c>
Component: New packagesAssignee: Samuli Suominen (RETIRED) <ssuominen>
Status: RESOLVED FIXED    
Severity: enhancement CC: serkan
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://www.geany.org/Documentation/ReleaseNotes
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: geany-0.17-po-makefile-fix.diff

Description Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2009-05-06 12:43:45 UTC
New version available. See URL for the release notes.

Reproducible: Always

Steps to Reproduce:
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2009-05-06 12:56:22 UTC
Sync please.. it's been in tree for some hours
Comment 2 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2009-05-06 12:57:21 UTC
Created attachment 190499 [details, diff]
geany-0.17-po-makefile-fix.diff

I need this patch or else the .mo translations won't get installed.
Comment 3 Serkan Kaba (RETIRED) gentoo-dev 2009-05-06 13:53:11 UTC
Actually the fix for this is rerunning intltoolize and and eautoreconf because the tarball is generated with a broken intltool see bug #265012 as a reference.
Comment 4 Samuli Suominen (RETIRED) gentoo-dev 2009-05-06 15:04:04 UTC
(In reply to comment #3)
> Actually the fix for this is rerunning intltoolize and and eautoreconf because
> the tarball is generated with a broken intltool see bug #265012 as a reference.
> 

ssuominen@unique /tmp/geany-0.17 $ qlist geany |grep locale/tr
/usr/share/locale/tr/LC_MESSAGES/geany.mo
ssuominen@unique /tmp/geany-0.17 $ qlist -CIv intltool
dev-util/intltool-0.40.5

I'm not following.. 0.40.6 is masked
Comment 5 Serkan Kaba (RETIRED) gentoo-dev 2009-05-06 16:41:04 UTC
(In reply to comment #4)
> (In reply to comment #3)
> > Actually the fix for this is rerunning intltoolize and and eautoreconf because
> > the tarball is generated with a broken intltool see bug #265012 as a reference.
> > 
> 
> ssuominen@unique /tmp/geany-0.17 $ qlist geany |grep locale/tr
> /usr/share/locale/tr/LC_MESSAGES/geany.mo
> ssuominen@unique /tmp/geany-0.17 $ qlist -CIv intltool
> dev-util/intltool-0.40.5
> 
> I'm not following.. 0.40.6 is masked
> 
This happens when your LINGUAS variable is unset and it builds all the localizations. And intltool 0.40.6 beaing masked is irrelevant since upstream used it to build the tarball (Indeed your regenerating those with a working intltool) This also needs to be reported upstream. See mine[1] for Liferea.

1: http://sourceforge.net/tracker/?func=detail&aid=2775481&group_id=87005&atid=581684
Comment 6 Samuli Suominen (RETIRED) gentoo-dev 2009-05-06 17:37:58 UTC
thanks guys, reso, fixed