Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 588332 - [gentoo-mate] mate-extra/mate-screensaver-1.12.0: undefined reference to `mate_bg_create_pixmap'
Summary: [gentoo-mate] mate-extra/mate-screensaver-1.12.0: undefined reference to `mat...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Overlays (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo MATE Desktop
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-08 13:24 UTC by Russell Knighton
Modified: 2016-07-11 10:17 UTC (History)
0 users

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


Attachments
build.log (build.log,122.57 KB, text/x-log)
2016-07-08 13:25 UTC, Russell Knighton
Details
emerge-info (emerge-info_mate-screensaver,8.97 KB, text/plain)
2016-07-08 13:27 UTC, Russell Knighton
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Russell Knighton 2016-07-08 13:24:11 UTC
Upgrading mate-screensaver on my machine fails with the following error:
libtool: link: x86_64-pc-linux-gnu-gcc -march=haswell -O3 -pipe -fomit-frame-pointer -Wl,-O1 -o mate-screensaver-gl-helper mate-screensaver-gl-helper.o gs-visual-gl.o  -Wl,--as-needed -lX11 -lXss -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangoft2-1.0 -lfontconfig -lfreetype -ldbus-glib-1 -ldbus-1 -lmate-desktop-2 -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lstartup-notification-1 -lmate-menu -lglib-2.0 -lGL
gs-manager.o: In function `window_show_cb':
gs-manager.c:(.text+0xae7): undefined reference to `mate_bg_create_pixmap'
collect2: error: ld returned 1 exit status
make[3]: *** [Makefile:856: mate-screensaver] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory '/var/tmp/portage/mate-extra/mate-screensaver-1.12.0/work/mate-screensaver-1.12.0/src'
make[2]: *** [Makefile:710: all] Error 2
make[2]: Leaving directory '/var/tmp/portage/mate-extra/mate-screensaver-1.12.0/work/mate-screensaver-1.12.0/src'
make[1]: *** [Makefile:524: all-recursive] Error 1
make[1]: Leaving directory '/var/tmp/portage/mate-extra/mate-screensaver-1.12.0/work/mate-screensaver-1.12.0'
make: *** [Makefile:455: all] Error 2
Comment 1 Russell Knighton 2016-07-08 13:25:18 UTC
Created attachment 440072 [details]
build.log

Build Log for compilation failure
Comment 2 Russell Knighton 2016-07-08 13:27:04 UTC
Created attachment 440074 [details]
emerge-info

Output of emerge --info  mate-screensaver
Comment 3 Adam Feldman gentoo-dev 2016-07-09 00:28:49 UTC
Looks like a packaging bug on my part.  Please sync your gentoo-mate repo and try it again.
Comment 4 Russell Knighton 2016-07-11 10:17:25 UTC
I can confirm that is now compiles successfully and is working.