Émeric Maschino wrote: > So, to summarize, only libgconf.so and libsmartcard.so didn't need to > be replaced by recompiled versions without -z defs flag. I don't know > if it'll help further, but they can even be removed from > /usr/lib/gnome-settings-daemon-3.0 and both GDM3 and GNOME3 session > still run flawlessly.
Thanks, this is interesting. Now for some stupid questions: - does linking with gold instead (i.e., installing binutils-gold) change the outcome? - does using -Wl,--no-undefined in place of -Wl,-z,defs change anything? Presumably -Wl,--no-undefined -Wl,--error-unresolved-symbols errors out --- what is the message when it does? - what does using "-z defs" buy us when the error is demoted to a warning by a later command-line option, anyway? Though I still don't understand what is causing this code path to break. -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org