Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 44303 - i18n not compiled for k3b-0.11.6
Summary: i18n not compiled for k3b-0.11.6
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 43540
  Show dependency tree
 
Reported: 2004-03-10 17:22 UTC by Arndt Wills
Modified: 2004-03-27 08:16 UTC (History)
4 users (show)

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


Attachments
Try this one now... (k3b-0.11.6.ebuild,2.79 KB, application/octet-stream)
2004-03-19 18:39 UTC, Federico Zenith
Details
Patch to apply on _portage_ ebuild (k3b-0.11.6-r1.diff,1.01 KB, patch)
2004-03-20 15:51 UTC, Federico Zenith
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Arndt Wills 2004-03-10 17:22:16 UTC
When emerging k3b-0.11.6 k3b-i18n is not compiled. 
This happens because the ebuild checks for $WORKDIR/k3b-i18n-0.11.6
where i18n is extracted to $WORKDIR/k3b-i18n-0.11.
The comment in the ebuild that k3b-i18n-0.11 would be unpacked as k3b-i18n-0.11.6 doesn't seem to be true anymore.
Setting  SI18N="${WORKDIR}/${PN}-i18n-${PV%.*}" fixes this bug.

Reproducible: Always
Steps to Reproduce:

Actual Results:
Comment 1 Gregorio Guidi (RETIRED) gentoo-dev 2004-03-11 14:49:50 UTC
Damn, they changed the tarball upstream.
Comment 2 Stefan Briesenick (RETIRED) gentoo-dev 2004-03-17 04:23:36 UTC
when will this be fixed? seems to be easy.
Comment 3 Federico Zenith 2004-03-19 18:39:25 UTC
Created attachment 27668 [details]
Try this one now...

Should hopefully compile i18n (have not tested, but if the problem is only what
reported it should work). Please test and feedback!
Comment 4 Heinrich Wendel (RETIRED) gentoo-dev 2004-03-20 02:43:09 UTC
please always post diffs
Comment 5 Arndt Wills 2004-03-20 12:09:05 UTC
works for me (at least for german i18n ;-))
Comment 6 Federico Zenith 2004-03-20 15:51:03 UTC
Created attachment 27709 [details, diff]
Patch to apply on _portage_ ebuild

Ok, there are news.
The Italian and Brazilian-Portuguese documentations disappeared, and since I
had a LINGUAS environment with "it" in it (pun not intended...), I got a build
failure. Strangely the "pt_BR" and "it" folders are still there in the tarball,
though they do not contain an index.docbook file.
Well, I double-checked the po list as well, added a note to future ebuilders to
check the included langs, took out a no-longer relevant comment, and kept the
fixes from the previous proposal.
This patch is meant to be applied =>on the portage ebuild<=, NOT on the
previously submitted ebuild.
The previously submitted ebuild will fail whenever LINGUAS contains either "it"
or "pt_BR".
Please test!
Cheers,
Federico
Comment 7 Heinrich Wendel (RETIRED) gentoo-dev 2004-03-27 08:16:37 UTC
sorry for taking so long, forgot about that. applied :)