Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 609442 - app-portage/unsandbox: does not tc-export CC
Summary: app-portage/unsandbox: does not tc-export CC
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Michał Górny
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-15 16:54 UTC by Agostino Sarubbo
Modified: 2017-02-15 17:52 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2017-02-15 16:54:08 UTC
* unsandbox.c SHA256 SHA512 WHIRLPOOL size ;-) ...                                                                                                                                                                                                                     [ ok ]
>>> Unpacking source...
>>> Source unpacked in /tmp/portage/app-portage/unsandbox-1/work
>>> Preparing source in /tmp/portage/app-portage/unsandbox-1/work ...
>>> Source prepared.
>>> Configuring source in /tmp/portage/app-portage/unsandbox-1/work ...
>>> Source configured.
>>> Compiling source in /tmp/portage/app-portage/unsandbox-1/work ...
make -j1 LDLIBS=-ldl unsandbox                                                                                                                                                                                                                                                 
cc -O2 -mtune=generic -march=x86-64 -fno-stack-protector -g3 -ggdb3 -U_FORTIFY_SOURCE  -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,-z,lazy  unsandbox.c  -ldl -o unsandbox                                                                                                
>>> Source compiled.                                                                                                                                                                                                                                                           
>>> Test phase [not enabled]: app-portage/unsandbox-1
Comment 1 Mike Gilbert gentoo-dev 2017-02-15 17:00:47 UTC
CC is respected; you just don't have CC set in the environment.
Comment 2 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2017-02-15 17:52:05 UTC
commit baa53169e115d1352babae7f5129b11ae38dd696
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: Wed Feb 15 18:44:56 2017
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: Wed Feb 15 18:50:23 2017

    app-portage/unsandbox: Add tc-export CC, #609442