Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 565138 - app-emulation/xen-pvgrub-4.6.0: configure fails with "No package 'pixman-1' found"
Summary: app-emulation/xen-pvgrub-4.6.0: configure fails with "No package 'pixman-1' f...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Xen Devs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-08 14:47 UTC by Sven
Modified: 2015-11-29 02:23 UTC (History)
1 user (show)

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


Attachments
emerge --info (info.txt,5.01 KB, text/plain)
2015-11-08 22:51 UTC, Sven
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sven 2015-11-08 14:47:34 UTC
configure fails with

checking for pixman... no
configure: error: Package requirements (pixman-1 >= 0.21.8) were not met:

No package 'pixman-1' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables pixman_CFLAGS
and pixman_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
configure: error: ./configure failed for tools



So either xen-pvgrub should depends on pixman, or some the call of configure is missing some --disable switches maybe.
xen and xen-tools emerged fine though.

Reproducible: Always
Comment 1 Tomáš Mózes 2015-11-08 20:38:11 UTC
Please provide the complete build log and the output of emerge --info.
Comment 2 Sven 2015-11-08 22:51:51 UTC
Created attachment 416318 [details]
emerge --info

It's really not a complicated issue. I'm running a minimal dom0 which doesn't have pixman installed. Thus, configure fails. Installing pixman resolves the issue, but I'm not sure whether pixman is really required. You have all the information to reproduce the issue (uninstall pixman, try to emerge xen-pvgrub, and it will fail).

Since I have resolved the issue by temporarily installing pixman, I cannot provide you with a build.log right now. I will do so when I have some time.

Find emerge --info attached.
Comment 3 Ian Delaney (RETIRED) gentoo-dev 2015-11-29 02:23:50 UTC
commit f3b2a3a01e5e6f209c7a396f48f054b2ed20228d
Author: Ian Delaney <idella4@gentoo.org>
Date:   Sun Nov 29 10:21:20 2015 +0800

    app-emulation/xen-pvgrub: add missed dep 'pixman' to DEPEND
    
    to vn. 4.6.0. Fixes cited gentoo bug by Sven
    
    Gentoo bug: #565138

sorry for the delay