bugzilla-daemon at bugzilla.mindrot.org
2010-Mar-01 13:51 UTC
[Bug 1725] New: use x11.pc when linking gnome-ssh-askpass2
https://bugzilla.mindrot.org/show_bug.cgi?id=1725 Summary: use x11.pc when linking gnome-ssh-askpass2 Product: Portable OpenSSH Version: 5.3p1 Platform: Other URL: http://bugs.debian.org/555951 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Build system AssignedTo: unassigned-bugs at mindrot.org ReportedBy: cjwatson at debian.org Created an attachment (id=1799) --> (https://bugzilla.mindrot.org/attachment.cgi?id=1799) explicitly link against libX11 The new 'gold' linker in binutils is a little stricter than traditional ld; in particular, it defaults to --no-add-needed, which effectively means that it requires applications to explicitly link against libraries that provide functions that they explicitly call. (Obviously inter-library linkage doesn't have to be specified by the application - that would be unreasonable.) Since gnome-ssh-askpass2 uses XUngrabServer (incidentally, why doesn't it use gdk_x11_ungrab_server to go with the existing call to gdk_x11_grab_server?), it should link against libX11 itself as well as relying on libgdk-x11's linkage. -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2010-Mar-26 00:17 UTC
[Bug 1725] use x11.pc when linking gnome-ssh-askpass2
https://bugzilla.mindrot.org/show_bug.cgi?id=1725 Darren Tucker <dtucker at zip.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dtucker at zip.com.au Blocks| |1743 Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Darren Tucker <dtucker at zip.com.au> 2010-03-26 11:17:10 EST --- Patch applied, it will be in 5.5p1. Thanks. -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug. You are watching someone on the CC list of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2010-Apr-16 05:49 UTC
[Bug 1725] use x11.pc when linking gnome-ssh-askpass2
https://bugzilla.mindrot.org/show_bug.cgi?id=1725 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #2 from Damien Miller <djm at mindrot.org> 2010-04-16 15:49:56 EST --- Mass move of bugs RESOLVED->CLOSED following the release of openssh-5.5p1 -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug. You are watching someone on the CC list of the bug.