ebuild can't make dohtml Docs/*.html dodoc Docs/manual.{txt,ps} because it not exists in tarboll $ ll mysql-4.1.12/Docs/ total 4720 -rw-r--r-- 1 bor users 8338 Май 13 14:36 INSTALL-BINARY -rw-r--r-- 1 bor users 2239 Май 13 14:32 Makefile.am -rw-r--r-- 1 bor users 15509 Май 13 14:33 Makefile.in -rw-r--r-- 1 bor users 4781583 Май 13 05:52 mysql.info drwxr-xr-x 2 bor users 4096 Май 13 15:02 Support I think it must auto-generate from .info and/or download from http://dev.mysql.com/doc/ if +doc use flag exists some info $ emerge -pv mysql These are the packages that I would merge, in order: Calculating dependencies ...done! [ebuild R ] dev-db/mysql-4.1.12 +berkdb -cluster -debug +doc -extraengine -geometry -minimal +perl +readline (-selinux) +ssl -static +tcpd +utf8 0 kB $ ll /usr/share/doc/mysql-4.1.12/ total 192 -rw-r--r-- 1 root root 58156 Июн 9 17:09 ChangeLog.gz drwxr-xr-x 2 root root 224 Июн 9 17:09 conf-samples -rw-r--r-- 1 root root 6975 Июн 9 17:09 COPYING.gz -rw-r--r-- 1 root root 1837 Июн 9 17:09 EXCEPTIONS-CLIENT.gz -rw-r--r-- 1 root root 117669 Июн 9 17:09 INSTALL-SOURCE.gz -rw-r--r-- 1 root root 939 Июн 9 17:09 README.gz
This is the same in 4.0.25. They apparently removed the .texinfo file, according to the commit messages in Changelog. I hope they can be put back somehow, I grep manual.txt at least once a day. For now I use the docs from 4.0.24.
Same here. I miss docs... I am going to download docs manually now from MySQL.org
*** Bug 118925 has been marked as a duplicate of this bug. ***
There is no mysql 4.1.12 anymore in the tree, and dev-db/mysql doesn't have the "doc" USE flag anymore: closing this. Best regards, CHTEKK.
(In reply to comment #4) > dev-db/mysql doesn't have the "doc" USE flag anymore Is there a reason for that? The issue here is that people want the docs but don't get them, not that there was a USE flag that didn't do anything.