Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 484750 - >=media-libs/cogl-1.14.0: profile disabled due to missing uprof package
Summary: >=media-libs/cogl-1.14.0: profile disabled due to missing uprof package
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords: NeedPatch
Depends on:
Blocks: gnome-3.8
  Show dependency tree
 
Reported: 2013-09-13 11:41 UTC by Albert W. Hopkins
Modified: 2019-03-13 16:14 UTC (History)
0 users

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


Attachments
build.log (build.log,11.94 KB, text/x-log)
2013-09-13 11:42 UTC, Albert W. Hopkins
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Albert W. Hopkins 2013-09-13 11:41:42 UTC
If you have the "profile" USE flag for cogle, then ./configure tries to find "uprof" which doesn't seem to exist in portage:

checking for COGL_DEP... no
configure: error: Package requirements ( cairo >= 1.10 uprof-0.3 gobject-2.0 gmodule-no-export-2.0 gdk-pixbuf-2.0 >= 2.0 x11 xext xfixes >= 3 xdamage xcomposite >= 0.4 xrandr >= 1.2) were not met:

No package 'uprof-0.3' 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 COGL_DEP_CFLAGS
and COGL_DEP_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

The ebuild kinda makes mention of this.
Comment 1 Albert W. Hopkins 2013-09-13 11:42:18 UTC
Created attachment 358572 [details]
build.log
Comment 2 Pacho Ramos gentoo-dev 2013-09-14 09:10:26 UTC
Reading configure.ac, looks like it was the same for 1.14.0. Will disable profiling for now until we have uprof in the tree
+  14 Sep 2013; Pacho Ramos <pacho@gentoo.org> cogl-1.14.1_pre20130901.ebuild:
+  Profiling needs uprof, which is not available in portage yet, bug #484750;
+  gtk-doc cannot be built and upstream neither provides prebuilt files, bug
+  #483332
+
Comment 3 Cynede (RETIRED) gentoo-dev 2013-09-17 07:16:01 UTC
uprof 0.3 ebuild+patch : https://github.com/Heather/gentoo-gnome/tree/master/dev-util/uprof
Comment 4 Pacho Ramos gentoo-dev 2013-09-17 07:29:43 UTC
(In reply to Heather from comment #3)
> uprof 0.3 ebuild+patch :
> https://github.com/Heather/gentoo-gnome/tree/master/dev-util/uprof

KEYWORDS should fit the arches you have really tested ;)

Also, I would open a new bug for it (and assign to maintainer-needed, CCing gnome team) as maybe other people would be interested in maintaining it :|
Comment 5 Albert W. Hopkins 2019-03-13 16:14:29 UTC
This version of cogl is no longer in portage and the version that is does not have a `profile` USE flag.