Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 383973

Summary: app-emulation/xen-tools-3.4.2-r3 calles directly gcc
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: New packagesAssignee: Ian Delaney (RETIRED) <idella4>
Status: RESOLVED FIXED    
Severity: normal CC: xen
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 243502    
Attachments: patch to fix calling of gcc
patch with eclass to fix calling of gcc

Description Agostino Sarubbo gentoo-dev 2011-09-21 16:10:39 UTC
gcc  -march=native -O2 -g0 -fno-strict-overflow -O2 -fomit-frame-pointer -m64 -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wno-unused-value -Wdeclaration-after-statement  -D__XEN_TOOLS__ -MMD -MF .subdirs-all.d  -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -O2 -fomit-frame-pointer -m64 -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wno-unused-value -Wdeclaration-after-statement  -D__XEN_TOOLS__ -MMD -MF .subdir-all-xenstore.d  -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -O2 -fomit-frame-pointer -m64 -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wno-unused-value -Wdeclaration-after-statement  -D__XEN_TOOLS__ -MMD -MF .xenstore_client.o.d  -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE  -Werror -I. -I../../tools/libxc -I../../tools/include -c -o xenstore_client.o xenstore_client.c
Comment 1 Ian Delaney (RETIRED) gentoo-dev 2011-09-25 14:21:25 UTC
Created attachment 287711 [details, diff]
patch to fix calling of gcc
Comment 2 Ian Delaney (RETIRED) gentoo-dev 2011-09-25 14:48:24 UTC
Created attachment 287715 [details, diff]
patch with eclass to fix calling of gcc
Comment 3 Tony Vroon (RETIRED) gentoo-dev 2011-09-25 19:44:40 UTC
+*xen-tools-3.4.2-r4 (25 Sep 2011)
+
+  25 Sep 2011; Tony Vroon <chainsaw@gentoo.org> +xen-tools-3.4.2-r4.ebuild,
+  +files/xen-tools-3.4.2-remove-default-cflags.patch:
+  Proxy commit for Ian "idella4" Delaney. Be more thorough for custom-cflags
+  and use a diff instead of sed magic, closes bug #383975. Use toolchain-funcs
+  to invoke correct compiler, closes bug #383973.