Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 126763 - endless build of hal 0.5.7
Summary: endless build of hal 0.5.7
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Project Gentopia
URL:
Whiteboard:
Keywords:
: 126812 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-03-18 22:49 UTC by Byeong-taek Lee
Modified: 2006-03-19 09:14 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Byeong-taek Lee 2006-03-18 22:49:35 UTC
I can't finish building of hal 0.5.7.
It shows to me as following lines endlessly.

-------
make[3]: Entering directory `/var/tmp/portage/hal-0.5.7/work/hal-0.5.7/examples'make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/var/tmp/portage/hal-0.5.7/work/hal-0.5.7/examples'
make[2]: Leaving directory `/var/tmp/portage/hal-0.5.7/work/hal-0.5.7/examples'
Making all in po
make[2]: Entering directory `/var/tmp/portage/hal-0.5.7/work/hal-0.5.7/po'
cd .. \
  && CONFIG_FILES=po/Makefile.in CONFIG_HEADERS= CONFIG_LINKS= \
       /bin/sh ./config.status
config.status: creating po/Makefile.in
config.status: executing depfiles commands
config.status: executing intltool commands
config.status: executing default-1 commands
make[2]: Leaving directory `/var/tmp/portage/hal-0.5.7/work/hal-0.5.7/po'
make[2]: Entering directory `/var/tmp/portage/hal-0.5.7/work/hal-0.5.7/po'
cd .. \
  && CONFIG_FILES=po/Makefile.in CONFIG_HEADERS= CONFIG_LINKS= \
       /bin/sh ./config.status
config.status: creating po/Makefile.in
config.status: executing depfiles commands
config.status: executing intltool commands
config.status: executing default-1 commands
make[2]: Leaving directory `/var/tmp/portage/hal-0.5.7/work/hal-0.5.7/po'
make[2]: Entering directory `/var/tmp/portage/hal-0.5.7/work/hal-0.5.7/po'
cd .. \
  && CONFIG_FILES=po/Makefile.in CONFIG_HEADERS= CONFIG_LINKS= \
       /bin/sh ./config.status
-----------

When I drop out the following line, it builds successfully, but I'm not sure if it is correct.

--- hal-0.5.7.ebuild    2006-03-18 18:31:46.000000000 -0800
+++ /usr/local/portage/sys-apps/hal/hal-0.5.7-r1.ebuild 2006-03-18 22:20:53.070000000 -0800
@@ -111,7 +111,7 @@

        # allow plugdev group people to mount
        epatch "${FILESDIR}"/${PN}-0.5.7-plugdev-allow-send.patch
-       eautoreconf
+       #eautoreconf
 }
Comment 1 Doug Goldstein (RETIRED) gentoo-dev 2006-03-19 06:38:40 UTC
That's something screwy with autotools on your system. But as it turns out I dunno why the Gnome guys added eautoreconf, it's not needed.
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-03-19 07:49:19 UTC
*** Bug 126812 has been marked as a duplicate of this bug. ***
Comment 3 Tim Heinrich 2006-03-19 08:02:48 UTC
Maybe someone should fix it in portage, because I just got the same thing...
Comment 4 Doug Goldstein (RETIRED) gentoo-dev 2006-03-19 09:14:20 UTC
It's marked fixed and was fixed over an hour before your comment. emerge --sync