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

Bug 308577

Summary: app-misc/pax-utils calls `cc' in src_install()
Product: Gentoo Linux Reporter: Jeroen Roovers (RETIRED) <jer>
Component: Current packagesAssignee: SpanKY <vapier>
Status: RESOLVED FIXED    
Severity: QA CC: solar
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Use tc-export CC instead of CC=$(tc-getCC)

Description Jeroen Roovers (RETIRED) gentoo-dev 2010-03-09 03:40:25 UTC
>>> Install pax-utils-0.2.1 into /dev/shm/portage/app-misc/pax-utils-0.2.1/image/ categ
ory app-misc
make -j4 V=1 DESTDIR=/dev/shm/portage/app-misc/pax-utils-0.2.1/image/ install 
!!! JeR-QA: /usr/lib/distcc/bin/cc was called
!!! JeR-QA: /usr/lib/distcc/bin/cc was called
!!! JeR-QA: /usr/lib/distcc/bin/cc was called
!!! JeR-QA: /usr/lib/distcc/bin/cc was called
!!! JeR-QA: /usr/lib/distcc/bin/cc was called
mkdir -p /dev/shm/portage/app-misc/pax-utils-0.2.1/image//usr/bin/ /dev/shm/portage/app-misc/pax-utils-0.2.1/image//usr/share/man/man1/
[...]
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2010-03-09 03:42:15 UTC
Created attachment 222765 [details, diff]
Use tc-export CC instead of CC=$(tc-getCC)
Comment 2 SpanKY gentoo-dev 2010-03-09 03:58:06 UTC
i dont think this is a bug.  the makefile computes compiler flags, but since things arent compiled in src_install, the compiler used doesnt matter.
Comment 3 SpanKY gentoo-dev 2010-06-08 05:51:58 UTC
ive tweaked the makefile, but only due to the minor optimization.  i'm not going to change anything in existing ebuilds.

http://sources.gentoo.org/gentoo-projects/pax-utils/Makefile?r1=1.74&r2=1.75