Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 384359 - app-emulation/xen-tools-3.4.2-r3 calles ld directly
Summary: app-emulation/xen-tools-3.4.2-r3 calles ld directly
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Ian Delaney (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-24 22:54 UTC by Agostino Sarubbo
Modified: 2011-09-27 21:13 UTC (History)
1 user (show)

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


Attachments
patch to fix calling of ld (ldflags-combo.patch,1.90 KB, patch)
2011-09-27 18:41 UTC, Ian Delaney (RETIRED)
Details | Diff
patch to fix calling of ld (ldcall.patch,587 bytes, patch)
2011-09-27 18:58 UTC, Ian Delaney (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2011-09-24 22:54:25 UTC
ld -melf_i386 -s -r 32bitbios.o tcgbios/tcgbiosext.o util.o pmm.o -o 32bitbios_all.o
Comment 1 Ian Delaney (RETIRED) gentoo-dev 2011-09-27 18:41:46 UTC
Created attachment 287965 [details, diff]
patch to fix calling of ld

Combo patch for xen-tools-3.4.2-r4 and file 
$PORTDIR/app-emulation/xen-tools/files/xen-tools-3.4.2-ldflags.patch
Comment 2 Ian Delaney (RETIRED) gentoo-dev 2011-09-27 18:58:24 UTC
Created attachment 287967 [details, diff]
patch to fix calling of ld

sorry for the spam, confused lfdlag issue with ld call.
Dis-regard previous.
Comment 3 Tony Vroon (RETIRED) gentoo-dev 2011-09-27 21:13:36 UTC
+*xen-tools-3.4.2-r5 (27 Sep 2011)
+
+  27 Sep 2011; Tony Vroon <chainsaw@gentoo.org> -xen-tools-3.4.2-r4.ebuild,
+  +xen-tools-3.4.2-r5.ebuild, +files/xen-tools-3.4.2-ldflags-respect.patch:
+  Proxy commit for Ian "idella4" Delaney. LDFLAGS respect closes bug #384351.
+  Removal of static libraries closes bug #384355. Use toolchain function
+  instead of calling LD directly, closes bug #384359.