Bug #156
net-irc/smuxi-0.6.3.ebuild infinite loop
| Status: | Closed | Start: | ||
| Priority: | Normal | Due date: | ||
| Assigned to: | % Done: | 100% |
||
| Category: | Other | |||
| Target version: | - | |||
| Complexity: | Found in Version: | |||
| Votes: | 0 |
Description
dev-util/intltool 0.40.5
dev-dotnet/nini 1.1.0-r2
sys-devel/autoconf 2.63
sys-devel/automake 1.10.2, 1.9.6-r2, 1.8.5-r3, 1.7.9-r1, 1.6.3, 1.5, 1.4_p6
Making all in po grep: ./LINGUAS: No such file or directory grep: ./LINGUAS: No such file or directory grep: ./LINGUAS: No such file or directory grep: ./LINGUAS: No such file or directory maker1: Entering directory @/work/vartmp/portage/net-irc/smuxi-0.6.3/work/smuxi-0.6.3/po' maker1: Nothing to be done for @all'. maker1: Leaving directory @/work/vartmp/portage/net-irc/smuxi-0.6.3/work/smuxi-0.6.3/po' Making all in po-Engine
maker1: Entering directory @/work/vartmp/portage/net-irc/smuxi-0.6.3/work/smuxi-0.6.3/po-Engine'
cd .. \
&& CONFIG_FILES=po-Engine/Makefile.in CONFIG_HEADERS= CONFIG_LINKS= \
/bin/sh ./config.status
config.status: creating po-Engine/Makefile.in
config.status: executing depfiles commands
config.status: executing po-directories commands
config.status: creating po-Engine/POTFILES
config.status: creating po-Engine/Makefile
config.status: executing po/stamp-it commands
# INTLTOOL_MAKEFILE
maker1: Leaving directory @/work/vartmp/portage/net-irc/smuxi-0.6.3/work/smuxi-0.6.3/po-Engine'
maker1: Entering directory @/work/vartmp/portage/net-irc/smuxi-0.6.3/work/smuxi-0.6.3/po-Engine'
cd .. \
&& CONFIG_FILES=po-Engine/Makefile.in CONFIG_HEADERS= CONFIG_LINKS= \
/bin/sh ./config.status
config.status: creating po-Engine/Makefile.in
config.status: executing depfiles commands
config.status: executing po-directories commands
config.status: creating po-Engine/POTFILES
config.status: creating po-Engine/Makefile
config.status: executing po/stamp-it commands
# INTLTOOL_MAKEFILE
maker1: Leaving directory @/work/vartmp/portage/net-irc/smuxi-0.6.3/work/smuxi-0.6.3/po-Engine'
maker1: Entering directory @/work/vartmp/portage/net-irc/smuxi-0.6.3/work/smuxi-0.6.3/po-Engine'
cd .. \
&& CONFIG_FILES=po-Engine/Makefile.in CONFIG_HEADERS= CONFIG_LINKS= \
/bin/sh ./config.status
config.status: creating po-Engine/Makefile.in
config.status: executing depfiles commands
config.status: executing po-directories commands
config.status: creating po-Engine/POTFILES
config.status: creating po-Engine/Makefile
config.status: executing po/stamp-it commands
# INTLTOOL_MAKEFILE
maker1: Leaving directory @/work/vartmp/portage/net-irc/smuxi-0.6.3/work/smuxi-0.6.3/po-Engine'
...
Associated revisions
Revision 8bcbe132ee6d52cb1e64ff06652b6e81f3fad451
set subdir variable to "po" in all po-*/Makefile.in.in files
This doesn't really make sense to me as that causes to always stamp the same file (po/stamp-it) instead of each po directory, but this is how intltoolize wants it.
At the same time this finally fixes the endless build loop if the source files are laying on xfs or tmpfs (which support more precise timestamps). (closes: #156)
Revision 81669b0fcb404562d9d0da99d9605b3f64c07af2
set subdir variable to "po" in all po-*/Makefile.in.in files
This doesn't really make sense to me as that causes to always stamp the same file (po/stamp-it) instead of each po directory, but this is how intltoolize wants it.
At the same time this finally fixes the endless build loop if the source files are laying on xfs or tmpfs (which support more precise timestamps). (closes: #156)
History
Updated by anonymous - 5916 days ago
I can confirm this build bug. A Debian user is having the same difficulties.
Updated by Mirco Bauer 5916 days ago
# INTLTOOL_MAKEFILE
line which looks like some unexpanded variable to me.
Updated by Mirco Bauer 5873 days ago
Gentoo BTS: http://bugs.gentoo.org/show_bug.cgi?id=259434
The issue is not related to# INTLTOOL_MAKEFILE
Thats just a mark for intltool to know if it should do stuff or not.
Instead it seems to be related to micro-stamping issues triggered when building the source on a xfs or tmpfs filesystem.
Updated by Mirco Bauer 5873 days ago
cp -r smuxi-git /dev/shm cd /dev/shm/smuxi-git ./autogen.sh make
Updated by Mirco Bauer 5872 days ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset 81669b0fcb404562d9d0da99d9605b3f64c07af2.