Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 30272 - kmplayer-0.8b with bad ebuild, like many
Summary: kmplayer-0.8b with bad ebuild, like many
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Unclassified (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Heinrich Wendel (RETIRED)
URL:
Whiteboard:
Keywords:
: 30864 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-10-03 13:26 UTC by André Lemos
Modified: 2011-10-30 22:21 UTC (History)
3 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 André Lemos 2003-10-03 13:26:21 UTC
/usr/lib/portage/bin/dodoc: NEWS does not exist.
/usr/lib/portage/bin/dodoc: TODO does not exist.


sorry if this looks like a rant, but don't you check your ebuilds properly? Do you just update the version numbers?

I'm tired of seeing this kind of errors.... I think it gives a bad image to the distro.... The word slacker comes to my mind..
Comment 1 SpanKY gentoo-dev 2003-10-03 13:36:00 UTC
it's more of a bash thing ... the question is did you do your research before
you ranted ?

the error is because all the files are 0 bytes in size:
/usr/lib/portage/bin/dodoc:
    if [ -s "${x}" ] ; then
    else
        echo "${0}: ${x} does not exist."
    fi
Comment 2 Heinrich Wendel (RETIRED) gentoo-dev 2003-10-04 08:33:40 UTC
this should be fixed in the kde eclass: [ -f "$doc" ]; should be replaced
by [ -s "$doc" ];
Comment 3 SpanKY gentoo-dev 2003-10-10 14:52:56 UTC
*** Bug 30864 has been marked as a duplicate of this bug. ***
Comment 4 André Lemos 2003-10-11 03:06:27 UTC
/usr/lib/portage/bin/dodoc: COPYRIGHT does not exist.

fribidi-0.10.4
Comment 5 Heinrich Wendel (RETIRED) gentoo-dev 2003-10-11 04:21:28 UTC
i fixed it in the kde eclass, also fixed fribidi
Comment 6 André Lemos 2003-10-17 17:49:19 UTC
/usr/lib/portage/bin/dodoc: MIRRORS does not exist. 

@ mysql-4.0.14-r2
Comment 7 André Lemos 2003-10-19 04:14:44 UTC
/usr/lib/portage/bin/dodoc: CHANGELOG does not exist.
/usr/lib/portage/bin/dodoc: COPYRIGHT does not exist.
/usr/lib/portage/bin/dodoc: KNOWN_BUGS does not exist.
/usr/lib/portage/bin/dodoc: MAINTAINERS does not exist.
/usr/lib/portage/bin/dodoc: PKG-INFO does not exist.
/usr/lib/portage/bin/dodoc: CONTRIBUTORS does not exist.
/usr/lib/portage/bin/dodoc: LICENSE does not exist.
/usr/lib/portage/bin/dodoc: COPYING* does not exist.
/usr/lib/portage/bin/dodoc: MANIFEST* does not exist.
/usr/lib/portage/bin/dodoc: README* does not exist.

@ java-config-1.1.0
Comment 8 Heinrich Wendel (RETIRED) gentoo-dev 2003-10-19 04:50:56 UTC
fixed this and some more eclasses