Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 289044 - app-admin/syslog-ng-2.1.4: fail. Emake failed
Summary: app-admin/syslog-ng-2.1.4: fail. Emake failed
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-14 13:41 UTC by Rustam Gubaydullin
Modified: 2009-10-24 20:00 UTC (History)
0 users

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


Attachments
emerge --info (emerge --info,3.69 KB, text/plain)
2009-10-14 13:42 UTC, Rustam Gubaydullin
Details
build.log (build.log,22.80 KB, text/plain)
2009-10-14 13:43 UTC, Rustam Gubaydullin
Details
emerge --info (emerge --info,3.69 KB, text/plain)
2009-10-20 08:33 UTC, Rustam Gubaydullin
Details
build.log (build.log,22.28 KB, text/plain)
2009-10-20 08:38 UTC, Rustam Gubaydullin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Rustam Gubaydullin 2009-10-14 13:41:16 UTC
* ERROR: app-admin/syslog-ng-2.1.4 failed.
 * Call stack:
 *               ebuild.sh, line   49:  Called src_compile
 *             environment, line 2328:  Called _eapi2_src_compile
 *               ebuild.sh, line  634:  Called die
 * The specific snippet of code:
 *   		emake || die "emake failed"
 *  The die message:
 *   emake failed

Reproducible: Always

Steps to Reproduce:
1. emerge -v syslog-ng
Actual Results:  
 * ERROR: app-admin/syslog-ng-2.1.4 failed.

Expected Results:  
Installed syslog-ng
Comment 1 Rustam Gubaydullin 2009-10-14 13:42:24 UTC
Created attachment 207081 [details]
emerge --info

This is "emerge --info"
Comment 2 Rustam Gubaydullin 2009-10-14 13:43:30 UTC
Created attachment 207082 [details]
build.log

This is "build.log"
Comment 3 Wormo (RETIRED) gentoo-dev 2009-10-20 07:07:41 UTC
Your system seems to be a bit broken, see errors such as

/usr/lib64/portage/bin/ebuild.sh: line 449: find: command not found
/usr/lib64/portage/bin/ebuild.sh: line 450: xargs: command not found

Do you know what happened to your sys-apps/findutils package that should provide 'find' and 'xargs' commands?


Comment 4 Rustam Gubaydullin 2009-10-20 08:31:33 UTC
(In reply to comment #3)
> Your system seems to be a bit broken, see errors such as
> 
> /usr/lib64/portage/bin/ebuild.sh: line 449: find: command not found
> /usr/lib64/portage/bin/ebuild.sh: line 450: xargs: command not found
> 
> Do you know what happened to your sys-apps/findutils package that should
> provide 'find' and 'xargs' commands?

Yes, I know. There was broken USE flags ('cas I used wrong profile)
Now I re-emerged "findutils" and unmerged syslog-ng (installed metalog)
But if I "emerge -v syslog-ng" there is the same error
Attaching new "emerge --info" and "build.log"
Comment 5 Rustam Gubaydullin 2009-10-20 08:33:28 UTC
Created attachment 207638 [details]
emerge --info

This is new "emerge --info" (but as I think there is no differences)
Comment 6 Rustam Gubaydullin 2009-10-20 08:38:05 UTC
Created attachment 207639 [details]
build.log

This is "build.log" (as I think here would be some diffs)
Comment 7 Rustam Gubaydullin 2009-10-20 08:39:34 UTC
Same error in a same place...
Comment 8 Wormo (RETIRED) gentoo-dev 2009-10-23 06:59:21 UTC
I think you need to rebuild some more things to recover from the wrong profile :(

In this case, dev-libs/glib seems suspicious, because it ought to contain those missing symbols.
Comment 9 Peter Alfredsen (RETIRED) gentoo-dev 2009-10-24 16:48:22 UTC
Probably user error, closing as invalid. Reopen if not.
Comment 10 Rustam Gubaydullin 2009-10-24 20:00:17 UTC
After re-emerging world
Updating gcc
And recompiling kernel
Problem now is other place
But I would not reopen bug, 'cas...