Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 308577 - app-misc/pax-utils calls `cc' in src_install()
Summary: app-misc/pax-utils calls `cc' in src_install()
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High QA (vote)
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-09 03:40 UTC by Jeroen Roovers (RETIRED)
Modified: 2010-06-08 05:51 UTC (History)
1 user (show)

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


Attachments
Use tc-export CC instead of CC=$(tc-getCC) (pax-utils-0.2.1.ebuild.patch,572 bytes, patch)
2010-03-09 03:42 UTC, Jeroen Roovers (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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