* [gentoo-dev] "ebuild quality" and dev base ...
@ 2002-05-06 23:25 Andreas Waschbuesch
2002-05-06 23:40 ` Ralf Ronneburger
0 siblings, 1 reply; 4+ messages in thread
From: Andreas Waschbuesch @ 2002-05-06 23:25 UTC (permalink / raw
To: gentoo-dev
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi all,
first things first: I don't want to complain. Just a hint :°)
My experience over the last two weeks is, that ebuild quality concerning build
success on first try is far worse than back in October/November last year
when I installed my first gentoo-system.
So what's the (aka assumed) reason for this? Looks to me like there is a
substantial difference between the several make-profiles. So I can imagine
that not everything get's tested on any profile "scenario". This is where my
question arises: what profile should I choose to get around those growing
ebuild errors as good as one can? Is it recommended to switch to gcc3? What
is Ur average test setting or developer base U test on?
Besides: Yes - I do know it's simply my fault, when I rsync on a daily
cronbase and _try to update_ the system. I could leave things as they are.
BUT I want to have up-to-date core packages to reduce bug and security flaw
"experiences".
Thanks in advance - Andrew
- --
Andreas Waschbuesch, GAUniversity KG MA FNZ FK01
eMail: awaschb@gwdg.de
Death is nature's way of saying `Howdy'.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)
iD8DBQE81xD12s5UCjOaQbYRAhL3AKCr2ABbSdSEC9TjbOy9yiOG5SYF5ACfQPyr
IBNMXDV4vj6aHNzoK/hB16w=
=TmPN
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-dev] "ebuild quality" and dev base ...
2002-05-06 23:25 [gentoo-dev] "ebuild quality" and dev base Andreas Waschbuesch
@ 2002-05-06 23:40 ` Ralf Ronneburger
2002-05-07 0:00 ` George Shapovalov
2002-05-07 4:00 ` Matthew Kennedy
0 siblings, 2 replies; 4+ messages in thread
From: Ralf Ronneburger @ 2002-05-06 23:40 UTC (permalink / raw
To: gentoo-dev
Hi Andreas,
I want to add, that it's sometimes, especially for a someone new to
gentoo, quite annoying to get endless errors when trying to install the
system for the first time. I was close to switching to another
distribution for that reason, but now I've solved everything important.
And another thing that I've found strange: is there really no way to
change the configuration of a pakage before doing an "emerge"? For
instance: I don't want and like xml and java on my system, but it comes
with "emerge php"....
Best regards,
Ralf Ronneburger
Andreas Waschbuesch wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Hi all,
>
> first things first: I don't want to complain. Just a hint :°)
>
> My experience over the last two weeks is, that ebuild quality concerning build
> success on first try is far worse than back in October/November last year
> when I installed my first gentoo-system.
> So what's the (aka assumed) reason for this? Looks to me like there is a
> substantial difference between the several make-profiles. So I can imagine
> that not everything get's tested on any profile "scenario". This is where my
> question arises: what profile should I choose to get around those growing
> ebuild errors as good as one can? Is it recommended to switch to gcc3? What
> is Ur average test setting or developer base U test on?
> Besides: Yes - I do know it's simply my fault, when I rsync on a daily
> cronbase and _try to update_ the system. I could leave things as they are.
> BUT I want to have up-to-date core packages to reduce bug and security flaw
> "experiences".
>
> Thanks in advance - Andrew
>
> - --
> Andreas Waschbuesch, GAUniversity KG MA FNZ FK01
> eMail: awaschb@gwdg.de
>
> Death is nature's way of saying `Howdy'.
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.0.7 (GNU/Linux)
>
> iD8DBQE81xD12s5UCjOaQbYRAhL3AKCr2ABbSdSEC9TjbOy9yiOG5SYF5ACfQPyr
> IBNMXDV4vj6aHNzoK/hB16w=
> =TmPN
> -----END PGP SIGNATURE-----
>
> _______________________________________________
> gentoo-dev mailing list
> gentoo-dev@gentoo.org
> http://lists.gentoo.org/mailman/listinfo/gentoo-dev
>
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-dev] "ebuild quality" and dev base ...
2002-05-06 23:40 ` Ralf Ronneburger
@ 2002-05-07 0:00 ` George Shapovalov
2002-05-07 4:00 ` Matthew Kennedy
1 sibling, 0 replies; 4+ messages in thread
From: George Shapovalov @ 2002-05-07 0:00 UTC (permalink / raw
To: gentoo-dev
Hi
On Monday 06 May 2002 16:40, Ralf Ronneburger wrote:
> I want to add, that it's sometimes, especially for a someone new to
> gentoo, quite annoying to get endless errors when trying to install the
> system for the first time. I was close to switching to another
> distribution for that reason, but now I've solved everything important.
> And another thing that I've found strange: is there really no way to
> change the configuration of a pakage before doing an "emerge"? For
> instance: I don't want and like xml and java on my system, but it comes
> with "emerge php"....
Are you familiar with USE variables?
That is did you try to edit your /etc/make.conf and put something like "-xml
-xml2 -java" in the USE line?
You probably want to look through /usr/portage/profiles/use.desc to figure out
what USE variables you want enabled and disabled.
George
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-dev] "ebuild quality" and dev base ...
2002-05-06 23:40 ` Ralf Ronneburger
2002-05-07 0:00 ` George Shapovalov
@ 2002-05-07 4:00 ` Matthew Kennedy
1 sibling, 0 replies; 4+ messages in thread
From: Matthew Kennedy @ 2002-05-07 4:00 UTC (permalink / raw
To: gentoo-dev
Just a supplement to what George described:
http://www.gentoo.org/doc/portage-manual.html
http://www.gentoo.org/doc/use-howto.html
Matt
On Mon, 2002-05-06 at 18:40, Ralf Ronneburger wrote:
> Hi Andreas,
>
> I want to add, that it's sometimes, especially for a someone new to
> gentoo, quite annoying to get endless errors when trying to install the
> system for the first time. I was close to switching to another
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2002-05-07 3:58 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-05-06 23:25 [gentoo-dev] "ebuild quality" and dev base Andreas Waschbuesch
2002-05-06 23:40 ` Ralf Ronneburger
2002-05-07 0:00 ` George Shapovalov
2002-05-07 4:00 ` Matthew Kennedy
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox