Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 44279

Summary: subversion-1.0.0-r1 fails when it tries to apply a patch
Product: Gentoo Linux Reporter: Michael McCabe (RETIRED) <randy>
Component: New packagesAssignee: Paul de Vrieze (RETIRED) <pauldv>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: fixed patch
This is the Makefile.PL.patch that is requested

Description Michael McCabe (RETIRED) gentoo-dev 2004-03-10 12:10:23 UTC
The subversion ebuild fails when it goes to apply the Makefile.pl.patch.

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

Actual Results:  
Here's the ouput from my terminal session.

Calculating dependencies ...done!
>>> emerge (1 of 1) dev-util/subversion-1.0.0-r1 to /
>>> md5 src_uri ;-) subversion-1.0.0.tar.bz2
berkdb
 * Please note that subversion and apache2 cannot be installed
 * simultaneously without specifying the apache2 use flag. This is
 * because subversion installs its own libapr and libapr-util in that
 * case. Specifying the apache2 useflag will also enable the building of
 * the apache2 module.
>>> Unpacking source...
>>> Unpacking subversion-1.0.0.tar.bz2 to /var/tmp/portage/subversion-1.0.0-r1/work
RUNNING FROM extra_functions.sh
 * Applying Makefile.PL.patch...
 
 * Failed Patch: Makefile.PL.patch!
 *
 * Include in your bugreport the contents of:
 *
 *   /var/tmp/portage/subversion-1.0.0-r1/temp/Makefile.PL.patch-17181.out
 
 
!!! ERROR: dev-util/subversion-1.0.0-r1 failed.
!!! Function epatch, Line 360, Exitcode 0
!!! Failed Patch: Makefile.PL.patch!


Expected Results:  
Subversion should have been built and installed.

Portage 2.0.50-r1 (default-x86-2004.0, gcc-3.3.2, glibc-2.3.2-r9, 2.4.24)
=================================================================
System uname: 2.4.24 i686 Mobile Intel(R) Pentium(R) 4     CPU 2.30GHz
Gentoo Base System version 1.4.3.13
Autoconf: sys-devel/autoconf-2.57a-r1
Automake: sys-devel/automake-1.7.7
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O2 -march=pentium4 -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3.2/share/config /usr/kde/3/share/config /usr/lib/mozilla/defaults/pref
/usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=pentium4 -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="http://mirror.clarkson.edu/pub/distributions/gentoo
http://gentoo.oregonstate.edu
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync10.us.gentoo.org/gentoo-portage"
USE="X apm arts avi berkdb cdr crypt cups encode esd foomaticdb gdbm gif gnome
gpm gtk gtk2 imlib java jpeg ldap libg++ libwww mad mikmod mmx motif mozilla
mpeg ncurses nls oggvorbis opengl oss pam pda pdflib perl png python quicktime
readline sdl slang spell sse ssl svga tcpd truetype usb x86 xml2 xmms xv zlib"
Comment 1 Caleb Tennis (RETIRED) gentoo-dev 2004-03-10 12:27:41 UTC
Created attachment 27169 [details, diff]
fixed patch

A fixed patch.
Comment 2 Tim Anderson 2004-03-10 12:33:04 UTC
Created attachment 27170 [details]
This is the Makefile.PL.patch that is requested
Comment 3 Paul de Vrieze (RETIRED) gentoo-dev 2004-03-10 12:36:04 UTC
It actually works without a patch. It is allready fixed

*** This bug has been marked as a duplicate of 44248 ***