Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 112106 - ant-core-1.6.5-r2 doc installation incorrect
Summary: ant-core-1.6.5-r2 doc installation incorrect
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-10 12:57 UTC by Eduard Martinescu
Modified: 2006-09-13 02:28 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Proposed patch to fix problem (ant-doc-patch.patch,382 bytes, patch)
2005-11-10 12:59 UTC, Eduard Martinescu
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eduard Martinescu 2005-11-10 12:57:20 UTC
The installation of the DOCS are incorrect, in that the API (javadocs) are 
overwriting the top level html docs (especially index.html) 

Reproducible: Always
Steps to Reproduce:
1. emerge ant-core-1.6.5-r2 
2. go to /usr/share/docs/ant-core-1.6.5-r2/html 
 
 
Actual Results:  
You end up view the Javadocs instead of the top level  

Expected Results:  
You should see the top level Ant docs 

Portage 2.0.53_rc6 (default-linux/x86/2005.0, gcc-3.3.6, glibc-2.3.5-r2, 
2.6.12-gentoo-r9 i686) 
================================================================= 
System uname: 2.6.12-gentoo-r9 i686 Intel(R) Pentium(R) 4 CPU 3.00GHz 
Gentoo Base System version 1.6.13 
dev-lang/python:     2.3.5-r2, 2.4.2 
sys-apps/sandbox:    1.2.13 
sys-devel/autoconf:  2.13, 2.59-r6 
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1 
sys-devel/binutils:  2.15.92.0.2-r10 
sys-devel/libtool:   1.5.20 
virtual/os-headers:  2.6.11-r2 
ACCEPT_KEYWORDS="x86" 
AUTOCLEAN="yes" 
CBUILD="i686-pc-linux-gnu" 
CFLAGS="-O2 -march=pentium4 -pipe" 
CHOST="i686-pc-linux-gnu" 
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.3/env /usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3.4/env /usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /usr/lib/mozilla/defaults/pref /usr/share/config /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/qmail/control" 
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d" 
CXXFLAGS="-O2 -march=pentium4 -pipe" 
DISTDIR="/usr/portage/distfiles" 
FEATURES="autoconfig distlocks sandbox sfperms strict" 
GENTOO_MIRRORS="ftp:///ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/ 
http://mirror.datapipe.net/gentoo  http://gentoo.mirrors.pair.com/ 
http://mirror.datapipe.net/gentoo" 
MAKEOPTS="-j3" 
PKGDIR="/usr/portage/packages" 
PORTAGE_TMPDIR="/var/tmp" 
PORTDIR="/usr/portage" 
PORTDIR_OVERLAY="/usr/local/portage" 
SYNC="rsync://rsync.gentoo.org/gentoo-portage" 
USE="x86 3dnow X alsa apache2 apm arts audiofile avi bash-completion berkdb 
bitmap-fonts bzip2 cdr crypt cups curl doc dvd eds emboss encode esd ethereal 
exif expat fam ffmpeg flac font-server foomaticdb fortran freetds gd gdbm gif 
glut gnome gnutls gpm gstreamer gtk gtk2 idn imagemagick imlib java javamail 
jce jikes jpeg junit kde kerberos lcms ldap libg++ libwww lm_sensors mad 
mikmod mmx mng motif mozilla mp3 mpeg mysql ncurses nntp nvidia odbc ogg 
oggvorbis opengl oss pam pcre pdflib perl png python qt quicktime readline 
real recode ruby samba sdl slang snmp spell sqlite sse sse2 ssl svga tcpd 
tetex theora tiff truetype truetype-fonts type1-fonts vcd vorbis win32codecs 
xine xinerama xml2 xmms xscreensaver xv xvid zlib userland_GNU kernel_linux 
elibc_glibc" 
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS
Comment 1 Eduard Martinescu 2005-11-10 12:59:04 UTC
Created attachment 72594 [details, diff]
Proposed patch to fix problem

This patch fixes the problem
Comment 2 Vlastimil Babka (Caster) (RETIRED) gentoo-dev 2006-08-08 20:04:27 UTC
Fixed in ant-core-1.6.5-r14 in migrated-java-experimental-overlay.
Comment 3 Vlastimil Babka (Caster) (RETIRED) gentoo-dev 2006-09-13 02:28:44 UTC
Commited to main tree. Thanks for reporting.