Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 822030 - x11-wm/awesome fails to compile, needs introspection USE flag on gdk-pixbuf
Summary: x11-wm/awesome fails to compile, needs introspection USE flag on gdk-pixbuf
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-11-05 23:05 UTC by x11sh
Modified: 2021-11-05 23:34 UTC (History)
0 users

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


Attachments
emerge --info (emergeinfo,5.10 KB, text/plain)
2021-11-05 23:05 UTC, x11sh
Details

Note You need to log in before you can comment on or make changes to this bug.
Description x11sh 2021-11-05 23:05:11 UTC
Created attachment 748890 [details]
emerge --info

Awesome fails to compile with

 * ERROR: x11-wm/awesome-4.3-r101::gentoo failed (compile phase):
 *   ninja -v -j8 -l0 failed
 *
 * Call stack:
 *     ebuild.sh, line  127:  Called src_compile
 *   environment, line 3002:  Called cmake_src_compile
 *   environment, line 1160:  Called cmake_build
 *   environment, line 1129:  Called eninja
 *   environment, line 1623:  Called die
 * The specific snippet of code:
 *       "$@" || die "${nonfatal_args[@]}" "${*} failed"
 *
 * If you need support, post the output of `emerge --info '=x11-wm/awesome-4.3-r101::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=x11-wm/awesome-4.3-r101::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/x11-wm/awesome-4.3-r101/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/x11-wm/awesome-4.3-r101/temp/environment'.
 * Working directory: '/var/tmp/portage/x11-wm/awesome-4.3-r101/work/awesome-4.3_build'
 * S: '/var/tmp/portage/x11-wm/awesome-4.3-r101/work/awesome-4.3'

The issue was solved by re-emerging x11-libs/gdk-pixbuf with the introspection USE flag.
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2021-11-05 23:09:03 UTC
You've accidentally cut off the useful bit of your log. Could you attach the full build.log instead? Thanks.
Comment 2 x11sh 2021-11-05 23:34:02 UTC
Sorry for that!

I've looked into /var/log/portage/elog/summary.log where I found that the full log would be in /var/tmp/portage/x11-wm/awesome-4.3-r101/temp/build.log, however the log file isn't there anymore.