From: Paul de Vrieze <pauldv@gentoo.org>
To: gentoo-dev@lists.gentoo.org
Subject: Re: [gentoo-dev] Re: Re: Re: Re: Re: bootstrapping since gcc 3.4 is stable
Date: Fri, 27 Jan 2006 09:42:14 +0100 [thread overview]
Message-ID: <200601270942.14427.pauldv@gentoo.org> (raw)
In-Reply-To: <200601261733.k0QHWuGX012623@gw.open-hosting.net>
[-- Attachment #1: Type: text/plain, Size: 3647 bytes --]
On Thursday 26 January 2006 18:30, MIkey wrote:
> Alec Warner wrote:
> > Maybe you think fixing a circular dep is easy, I know I do. But when
> > Joe Shmoe think it's OMG U63r 1337 to install gentoo using a stage1
> > because it makes his system so awesomely fast ( hence, The Conrad
> > install on the forums, heh ;) ) and he has no ****ing clue how any of
> > this crap works, and you tell him to fix the circular deps. He isn't,
> > he is going to file a bug, which will be marked WONTFIX. We know there
> > are circular deps, it's unavoidable in many situations.
>
> In no way am I suggesting to EVER support ANY installation method that goes
> beyond what is already supposed to be allowed in bootstrap.sh and
> conservative CFLAGS.
>
> Portage cannot easily enforce limits on what users choose, and it
> shouldn't, it is a package manager not a system maintenance tool.
>
> You can, however, test, duplicate, and guarantee results using methods such
> as bootstrap.sh, which can easily enforce limits and account for circular
> dependencies. If you can do it from the command line, you can do it in a
> simple script.
>
> The bootstrap script _does_ work now, in spite of the openssl/python-fcksum
> circular dependencies a few months ago. Portage needed fixing, not the
> entire installation method.
>
> > The problem with a stage1 as *I* see it, is it that it's a grab-bag
> > system. A half-built system that some user, even following the official
> > docs, can fuck up in a myriad of ways, just by turning on use flags.
> > USE flags that that enable things that cause dep circles, enabling
> > things that cause other things to not compile because the stage1 ISN'T a
> > full system. Our deptrees aren't complete, they make assumptions about
> > the current system, and those assumptions generally are not true on a
> > stage1 or stage2 system.
>
> If you can't get it up from a bootstrap position, you merely mask the real
> problems and put off dealing with them until later, in a much crazier
> environment. If you can consistently obtain a working bootstrap
> environment for portage, no use flag _should_ matter afterwards. The same
> use flag will break a stage3, stage4, or stage99090 install. emerge -e
> system should work, every time, from a known baseline position. If it does
> not, something is broke.
The problem is the complexity of system. You might be interested in knowning
that with certain useflags system may pull in X as well as other complex
ebuilds. Having said that, as long as the primary system packages are
installed all ebuilds should build properly, including those in system. The
problem is however that in stage 2 (after bootstrap.sh) not nearly all
ebuilds are installed, but packages pulled in to system because of use flag
dependencies might assume system is installed.
> I have a hunch that judicious use of the build/bootstrap flags might be
> able to get around most circular dependencies. I don't know portage well
> enough to determine that.
The ebuilds are not done in that way, the problem is portage's inability to
handle this. There is no way ebuilds could solve this problem except not
having the dependency. What is needed to solve it is merge perl without ssl
support, merge openssl, merge perl with ssl support. This is however not
clear to portage, so it doesn't know how to solve this. Such dependencies are
mainly present in system, so starting from a stage 3 solves all these
problems.
Paul
--
Paul de Vrieze
Gentoo Developer
Mail: pauldv@gentoo.org
Homepage: http://www.devrieze.net
[-- Attachment #2: Type: application/pgp-signature, Size: 198 bytes --]
next prev parent reply other threads:[~2006-01-27 8:47 UTC|newest]
Thread overview: 110+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-01-25 12:30 [gentoo-dev] bootstrapping since gcc 3.4 is stable Sven Köhler
2006-01-25 13:23 ` Mike Frysinger
2006-01-25 16:23 ` Sven Köhler
2006-01-25 16:38 ` Marius Mauch
2006-01-25 18:12 ` Mikey
2006-01-25 21:11 ` [gentoo-dev] " Sven Köhler
2006-01-25 18:28 ` [gentoo-dev] " Mike Frysinger
2006-01-25 20:44 ` Sven Köhler
2006-01-25 21:17 ` Mike Frysinger
2006-01-25 22:27 ` [gentoo-dev] " Sven Köhler
2006-01-25 22:42 ` Jan Kundrát
2006-01-25 22:49 ` [gentoo-dev] " MIkey
2006-01-25 23:08 ` Jan Kundrát
2006-01-26 0:02 ` [gentoo-dev] " MIkey
2006-01-26 0:27 ` Chris Gianelloni
2006-01-26 1:00 ` Mikey
2006-01-26 1:13 ` Stephen P. Becker
2006-01-26 1:32 ` Mikey
2006-01-26 1:35 ` Dan Meltzer
2006-01-26 1:49 ` Stephen P. Becker
2006-01-26 2:23 ` Mikey
2006-01-26 2:53 ` Donnie Berkholz
2006-01-26 3:07 ` Mikey
2006-01-26 10:37 ` Marcelo Góes
2006-01-26 14:16 ` Mike Frysinger
2006-01-26 15:42 ` Mikey
2006-01-26 15:53 ` Mike Frysinger
2006-01-26 16:06 ` [gentoo-dev] " MIkey
2006-01-26 18:50 ` Mike Frysinger
2006-01-26 19:00 ` [gentoo-dev] " MIkey
2006-01-26 19:08 ` Mike Frysinger
2006-01-27 0:16 ` Mike Frysinger
2006-01-26 3:09 ` [gentoo-dev] " Marcelo Góes
2006-01-26 12:08 ` Stephen P. Becker
2006-01-26 21:46 ` [gentoo-dev] " MIkey
2006-01-26 22:02 ` Jan Kundrát
2006-01-26 22:07 ` [gentoo-dev] " MIkey
2006-01-27 8:26 ` Paul de Vrieze
2006-01-26 14:06 ` [gentoo-dev] " Chris Gianelloni
2006-01-26 15:02 ` Mikey
2006-01-26 15:10 ` [gentoo-dev] " Dan Meltzer
2006-01-26 15:39 ` [gentoo-dev] Re: " Mikey
2006-01-26 14:02 ` Chris Gianelloni
2006-01-26 15:34 ` Mikey
2006-01-26 16:15 ` Wernfried Haas
2006-01-26 16:27 ` Dale
2006-01-26 16:43 ` [gentoo-dev] " MIkey
2006-01-26 16:54 ` Pete Ezzo
2006-01-26 16:42 ` MIkey
2006-01-26 17:08 ` Alec Warner
2006-01-26 17:30 ` [gentoo-dev] " MIkey
2006-01-27 8:42 ` Paul de Vrieze [this message]
2006-01-27 15:08 ` [gentoo-dev] " MIkey
2006-01-27 15:48 ` Paul de Vrieze
2006-01-26 17:08 ` [gentoo-dev] " Wernfried Haas
2006-01-26 17:47 ` [gentoo-dev] " MIkey
2006-01-27 10:11 ` Paul de Vrieze
2006-01-26 16:16 ` [gentoo-dev] " Paul de Vrieze
2006-01-26 18:48 ` Mike Frysinger
2006-01-27 8:30 ` Paul de Vrieze
2006-01-26 2:40 ` [gentoo-dev] " Sven Köhler
2006-01-26 3:02 ` Mike Frysinger
2006-01-26 3:06 ` Mikey
2006-01-26 6:14 ` Homer Parker
2006-01-26 14:59 ` Mikey
2006-01-26 11:17 ` Paul de Vrieze
2006-01-26 13:54 ` Sven Köhler
2006-01-26 14:11 ` Mike Frysinger
2006-01-26 18:23 ` Sven Köhler
2006-01-26 18:44 ` Mike Frysinger
2006-01-27 0:16 ` Mike Frysinger
2006-01-30 1:37 ` Sven Köhler
2006-01-30 1:39 ` Mike Frysinger
2006-01-30 1:50 ` Sven Köhler
2006-01-30 1:54 ` Mike Frysinger
2006-01-26 14:57 ` Chris Gianelloni
2006-01-26 15:51 ` Paul de Vrieze
2006-01-26 16:17 ` [gentoo-dev] " MIkey
2006-01-26 16:36 ` Wernfried Haas
2006-01-26 17:17 ` [gentoo-dev] " MIkey
2006-01-27 10:18 ` [gentoo-dev] " Paul de Vrieze
2006-01-27 14:32 ` [gentoo-dev] " MIkey
2006-01-27 14:40 ` Paul de Vrieze
2006-01-27 15:32 ` [gentoo-dev] " MIkey
2006-01-28 14:56 ` Paul de Vrieze
2006-01-28 17:20 ` [gentoo-dev] " MIkey
2006-01-28 18:06 ` MIkey
2006-01-28 18:39 ` Stephen P. Becker
2006-01-29 3:45 ` Mikey
2006-01-26 14:12 ` [gentoo-dev] " Chris Gianelloni
2006-01-26 15:40 ` Mikey
2006-01-26 16:00 ` Paul de Vrieze
[not found] ` <43D8FA31.2030300@gentoo.org>
2006-01-26 17:15 ` [gentoo-dev] " MIkey
2006-01-26 17:40 ` Jan Kundrát
2006-01-26 17:52 ` [gentoo-dev] " MIkey
2006-01-26 18:13 ` Jan Kundrát
2006-01-26 18:20 ` [gentoo-dev] " MIkey
2006-01-26 21:53 ` Jan Kundrát
2006-01-26 22:02 ` [gentoo-dev] " MIkey
2006-01-26 22:43 ` Jan Kundrát
[not found] ` <200601262257.k0QMvbg4016753@gw.open-hosting.net>
2006-01-27 4:13 ` [gentoo-dev] " Paul Varner
2006-01-26 22:45 ` [gentoo-dev] Re: Re: Re: Re: " Jakub Moc
2006-01-25 22:54 ` [gentoo-dev] " Chris Gianelloni
2006-01-25 13:56 ` [gentoo-dev] " Chris Gianelloni
2006-01-25 21:09 ` [gentoo-dev] " Sven Köhler
2006-01-25 21:52 ` Chris Gianelloni
2006-01-25 22:31 ` [gentoo-dev] " MIkey
2006-01-25 22:58 ` Chris Gianelloni
2006-01-25 23:50 ` [gentoo-dev] " MIkey
2006-01-26 0:20 ` Chris Gianelloni
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200601270942.14427.pauldv@gentoo.org \
--to=pauldv@gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox