public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] Bunch of bugs (nothing major - skip if you're not interested)
@ 2001-08-14 23:04 Don Davies
  2001-08-15  0:04 ` Joe Bormolini
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Don Davies @ 2001-08-14 23:04 UTC (permalink / raw
  To: gentoo-dev

Sigh,

After trying to enlist help in the iRC channel to fix these,
the impression was made that a team meeting had to take
place before bugs could be fixed.  I understand the
underlying principle of not wanting to tread over other 
peoples territory.. but in reality we're talking about typos
and small build fixes.  If these cannot be immediately fixed
and need a developer conference to resolve.. then well..
Good Luck when the portage tree reaches several thousand
packages.  Is there no interest in fixing old stuff or what?

1.  the dev-lang/php/* ebuilds are erroneously referencing
a *specific revision* of freetype-1 in the DEPEND line.  These
lines should have the = replaced with >= or better yet the
new ~ syntax makes sense here.

2.  The exact same bug is present in the media-libs/libgd
ebuild.  It needs to say >= freetype-1-r1 not =freetype-1-r1

The bugs are particulary nasty because the latest -r of freetype-1
in the portage tree is r2, which I had on my system, but 
emerge --pretend php revealed that freetype would be downgraded
to -r1.  Is this not a pretty clear case of a typo? It sure seems like
one to me.

3.  The minicom ebuild in the tree doesnt build complaining of
a bad ko.mo file.  I dont know if gettext-0.10.39 would solve the
problem, but even as of the latest rc6 build image, 0.10.38 is
being used. If somebody will add this quick hack/fix to the
bottom of minicom's src_unpack, it will at least compile and install:

cp po/Makefile po/Makefile.orig
cat po/Makefile.orig | sed -e "s:ko.mo: :" > po/Makefile

4.  The x11-wm/bbkeys ebuild is badly broken.  Im afraid it
needs to be reworked.. some parts are just plain wrong. For
example the part where it tries to use DESTDIR for a Makefile
that doesnt have such a construct.  Its only 1 bin for that part
anyway.  I have a working one, which Ill post to gentoo-ebuild.

Most of this could have been fixed in 5 mins had somebody 
showed interest in doing so.  Instead typos need a formal report?
I dont mean to sound overly sarcastic, but surely we neednt go
though this excercise in order to get a few small bugs tidied up.

Regards
Woodchip



^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2001-08-15 19:57 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-08-14 23:04 [gentoo-dev] Bunch of bugs (nothing major - skip if you're not interested) Don Davies
2001-08-15  0:04 ` Joe Bormolini
2001-08-15  1:30   ` Joe Bormolini
2001-08-15  5:03     ` Dan Armak
2001-08-15  9:52     ` Daniel Robbins
2001-08-15  1:20 ` Daniel Robbins
2001-08-15  5:50 ` Mikael Hallendal
2001-08-15 13:58   ` tadpol
2001-08-15  9:10 ` Chad M. Huneycutt
2001-08-15 10:22   ` Daniel Robbins

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox