Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 401443 - autotools-utils.eclass should call glib-gettextize with -f
Summary: autotools-utils.eclass should call glib-gettextize with -f
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Michał Górny
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-30 08:04 UTC by Justin Lecher (RETIRED)
Modified: 2012-01-30 13:11 UTC (History)
0 users

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


Attachments
Call glib-gettextize with --force. (Call-glib-gettextize-with---force.patch,863 bytes, patch)
2012-01-30 13:03 UTC, Michał Górny
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Justin Lecher (RETIRED) gentoo-dev 2012-01-30 08:04:20 UTC
The current implementation gives problems on a rerun:

 * Running glib-gettextize --copy ...                                                                                                                                                                                                                                           [ !! ]

 * Failed Running glib-gettextize !
 * 
 * Include in your bugreport the contents of:
 * 
 *   /var/tmp/portage/gnome-extra/synapse-0.2.8.2/temp/glib-gettextize.out

 * ERROR: gnome-extra/synapse-0.2.8.2 failed (prepare phase):
 *   Failed Running glib-gettextize !


 # cat /var/tmp/portage/gnome-extra/synapse-0.2.8.2/temp/glib-gettextize.out
***** glib-gettextize *****
***** PWD: /var/tmp/portage/gnome-extra/synapse-0.2.8.2/work/synapse-0.2.8.2
***** glib-gettextize --copy

po/Makefile.in.in exists: use option -f if you really want to delete it.


Adding the -f fixes it.
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2012-01-30 13:03:04 UTC
Created attachment 300379 [details, diff]
Call glib-gettextize with --force.

Fixes:
Comment 2 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2012-01-30 13:03:33 UTC
Right. I guess I missed it because of 'echo no' when adding --force everywhere. Could you commit the attached patch yourself? I'd appreciate.
Comment 3 Justin Lecher (RETIRED) gentoo-dev 2012-01-30 13:11:39 UTC
Thanks added.