Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 496914 - gnome-base/gdm-2.20.11-r1 fails to link libXau, libm and possibly others
Summary: gnome-base/gdm-2.20.11-r1 fails to link libXau, libm and possibly others
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: AMD64 Linux
: Normal major (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-03 18:44 UTC by d_dart
Modified: 2014-01-03 20:13 UTC (History)
0 users

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


Attachments
vanilla build.log (file_496914.txt,103.34 KB, text/plain)
2014-01-03 18:45 UTC, d_dart
Details
build log with libXau.so.6.0.0 as a LDFLAG passed (file_496914.txt,105.44 KB, text/plain)
2014-01-03 18:48 UTC, d_dart
Details

Note You need to log in before you can comment on or make changes to this bug.
Description d_dart 2014-01-03 18:44:29 UTC
gnome-base/gdm-2.20.11-r1 doesn't compile on either of my x86_x64 machines. 

first build log is with vanilla, 
second build log is using LDFLAGS="/usr/lib64/libXau.so.6.0.0" emerge -v gdm

I dont know how to pass two things using LDFLAGS so I dont know if the problem is more complicated than this

Reproducible: Always

Steps to Reproduce:
1. try emerging said version of gdm
Actual Results:  
check build logs

Expected Results:  
Should have compiled

happens on my laptop with it already installed, and my new desktop where its not installed
Comment 1 d_dart 2014-01-03 18:45:00 UTC
Created attachment 366874 [details]
vanilla build.log
Comment 2 d_dart 2014-01-03 18:48:14 UTC
Created attachment 366876 [details]
build log with libXau.so.6.0.0 as a LDFLAG passed
Comment 3 Alexandre Rostovtsev (RETIRED) gentoo-dev 2014-01-03 19:40:54 UTC
Thanks for reporting! It looks like new versions of some of gdm-2.20's dependencies no longer add libXau and libm to their pkgconfig --libs list, so gdm needs to link to them explicitly.
Comment 4 Alexandre Rostovtsev (RETIRED) gentoo-dev 2014-01-03 20:13:29 UTC
Fixed without a revision bump.

Modern gdm-3.x versions are not affected by this issue.

+  03 Jan 2014; Alexandre Rostovtsev <tetromino@gentoo.org>
+  gdm-2.20.11-r1.ebuild, +files/gdm-2.20.11-underlinking.patch:
+  Fix underlinking failure (bug #496914, thanks to d_dart).