Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 66659 - dev-util/subversion-1.1.0 fails to install book
Summary: dev-util/subversion-1.1.0 fails to install book
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Paul de Vrieze (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-07 08:39 UTC by Mark Davies
Modified: 2004-10-08 05:06 UTC (History)
0 users

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 Mark Davies 2004-10-07 08:39:22 UTC
The subversion-1.1.0 ebuild fails to install the svn-book.html into /usr/share/doc. Problem caused by the name of the html file changing between versions, its use to be called book.html in subversion-1.0.*.

Problem line from ebuild is
dohtml -r doc/book/book/book.html doc/book/book/styles.css doc/book/book/images || die "Installing book failed"

book.html should be replaced with svn-book.html for subversion 1.1.0.

Reproducible: Always
Steps to Reproduce:
1.
2. 
3.




Portage 2.0.50-r11 (default-x86-2004.2, gcc-3.3.4, glibc-2.3.3.20040420-r1, 2.4.27)
=================================================================
System uname: 2.4.27 i686 Pentium Pro
Gentoo Base System version 1.4.16
distcc 2.16 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
Autoconf: sys-devel/autoconf-2.59-r4
Automake: sys-devel/automake-1.8.5-r1
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-march=pentiumpro -O2 -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER=""
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3/share/config /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=pentiumpro -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="http://gentoo.osuosl.org
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/usr/portage/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/portage/local"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="nls x86"  # Note I'm setting use flags on a per package in
/etc/portage/package.use (dev-util/subversion berkdb emacs ssl)
Comment 1 Paul de Vrieze (RETIRED) gentoo-dev 2004-10-08 05:06:16 UTC
Thanks, I fixed it in cvs