Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 8456 - add --nooptimize command
Summary: add --nooptimize command
Status: RESOLVED WONTFIX
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
: 12563 (view as bug list)
Depends on:
Blocks:
 
Reported: 2002-09-27 05:41 UTC by Bjarke Istrup Pedersen (RETIRED)
Modified: 2011-10-30 22:37 UTC (History)
4 users (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 Bjarke Istrup Pedersen (RETIRED) gentoo-dev 2002-09-27 05:41:58 UTC
I --fetchfirst command might be smart to have, so portage first downloads ALL 
the files, and then compiles.

For KDE it would be the same as this command:

emerge kde -f && emerge kde

it could be:

emerge kde --fetchfirst
Comment 1 Bjarke Istrup Pedersen (RETIRED) gentoo-dev 2002-09-27 06:08:42 UTC
an --ignoredep function might also be usefull, though it might be dangerous.
Comment 2 Bjarke Istrup Pedersen (RETIRED) gentoo-dev 2002-09-27 09:21:42 UTC
and an --nooptimize flag to, to make it use the default CFLAGS instead of the 
one in make.conf
Comment 3 SpanKY gentoo-dev 2002-10-05 15:52:31 UTC
see Bug 1661
Comment 4 Bjarke Istrup Pedersen (RETIRED) gentoo-dev 2002-10-05 16:36:11 UTC
well, then not the --fetchfirst, but how about the other two? (--ignoredep 
and --nooptimize)
Comment 5 SpanKY gentoo-dev 2002-10-05 19:53:35 UTC
--ignoredep already exists ... its called '--nodeps' 
 
as for --nooptimize imho i'd say do it yourself, but i can see where it would 
be a time saver ... 
Comment 6 Bjarke Istrup Pedersen (RETIRED) gentoo-dev 2002-10-05 19:58:02 UTC
ok, don't know why I didn't see --nodeps.
Comment 7 Nicholas Jones (RETIRED) gentoo-dev 2002-10-21 19:01:14 UTC
comment #1
'emerge -f kde && emerge kde' seems to work just fine.
threaded portage will probably get finished some time this or early next year.

comment #2
--nodeps

comment #3
CFLAGS="-O2 -pipe"; CXXFLAGS="-O2 -pipe"; emerge <package>
or comment out the ones you have in make.conf
Comment 8 Bjarke Istrup Pedersen (RETIRED) gentoo-dev 2002-12-27 12:47:58 UTC
This could be made this way.

emerge glibc --nooptimize would just use the CFLAGS from make.defaults instead 
of the ones from make.conf.

That should be fairly easy to make.
Comment 9 SpanKY gentoo-dev 2003-01-08 15:28:28 UTC
*** Bug 12563 has been marked as a duplicate of this bug. ***
Comment 10 Marius Mauch (RETIRED) gentoo-dev 2003-09-21 07:40:59 UTC
I don't see the point with --nooptimize, just set CFLAGS="" emerge blah. If there are no objections I'll close this bug.
Comment 11 SpanKY gentoo-dev 2003-09-21 09:14:33 UTC
thats true, typing '--nooptimize' is just about as many characters as CFLAGS="-pipe" :)
Comment 12 Marius Mauch (RETIRED) gentoo-dev 2003-09-25 10:02:25 UTC
closing now