Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 30272
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Heinrich Wendel (RETIRED) <lanius@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: André Lemos <tux@tuxslare.org>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 30272 depends on: Show dependency tree
Bug 30272 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2003-10-03 13:26 0000
/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 From SpanKY 2003-10-03 13:36:00 0000 -------
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 From Heinrich Wendel (RETIRED) 2003-10-04 08:33:40 0000 -------
this should be fixed in the kde eclass: [ -f "$doc" ]; should be replaced
by [ -s "$doc" ];

------- Comment #3 From SpanKY 2003-10-10 14:52:56 0000 -------
*** Bug 30864 has been marked as a duplicate of this bug. ***

------- Comment #4 From André Lemos 2003-10-11 03:06:27 0000 -------
/usr/lib/portage/bin/dodoc: COPYRIGHT does not exist.

fribidi-0.10.4

------- Comment #5 From Heinrich Wendel (RETIRED) 2003-10-11 04:21:28 0000 -------
i fixed it in the kde eclass, also fixed fribidi

------- Comment #6 From André Lemos 2003-10-17 17:49:19 0000 -------
/usr/lib/portage/bin/dodoc: MIRRORS does not exist. 

@ mysql-4.0.14-r2

------- Comment #7 From André Lemos 2003-10-19 04:14:44 0000 -------
/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 From Heinrich Wendel (RETIRED) 2003-10-19 04:50:56 0000 -------
fixed this and some more eclasses

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug