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

Bug 50160

Summary: Wordpress fails to merge
Product: Gentoo Linux Reporter: Alex <jnagyjr>
Component: [OLD] UnspecifiedAssignee: Gentoo Web Application Packages Maintainers <web-apps>
Status: VERIFIED TEST-REQUEST    
Severity: normal CC: peter.westwood
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Updated ebuild removes SLOT
diff which performs the changes in the ebuild

Description Alex 2004-05-05 19:24:39 UTC
joseph-a-nagy-jr exim # emerge -Dv wordpress
Calculating dependencies ...done!
>>> emerge (1 of 1) net-www/wordpress-1.0.2 to /
>>> md5 src_uri ;-) wordpress-1.0.2-blakey.tar.gz

!!! ERROR: net-www/wordpress-1.0.2 failed.
!!! Function webapp_pkg_setup, Line 263, Exitcode 0
!!! ebuild sets SLOT, overrides webapp.eclass


Reproducible: Always
Steps to Reproduce:
1. emerge webapp-config
2. emerge wordpress
3. ???
4. Profit!

Actual Results:  
joseph-a-nagy-jr exim # emerge -Dv wordpress
Calculating dependencies ...done!
>>> emerge (1 of 1) net-www/wordpress-1.0.2 to /
>>> md5 src_uri ;-) wordpress-1.0.2-blakey.tar.gz

!!! ERROR: net-www/wordpress-1.0.2 failed.
!!! Function webapp_pkg_setup, Line 263, Exitcode 0
!!! ebuild sets SLOT, overrides webapp.eclass


Expected Results:  
wordpress should have merged successfully.

joseph-a-nagy-jr exim # emerge info
Portage 2.0.50-r6 (default-x86-1.4, gcc-3.3.3, glibc-2.3.3_pre20040207-r0,
2.6.4-gentoo-r1)
=================================================================
System uname: 2.6.4-gentoo-r1 i686 Pentium II (Klamath)
Gentoo Base System version 1.4.9
distcc 2.13 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
ccache version 2.3 [enabled]
Autoconf: sys-devel/autoconf-2.59-r3
Automake: sys-devel/automake-1.8.3
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-march=pentium-mmx -O3 -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /etc/tomcat /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3.2/share/config /usr/kde/3/share/config /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="-march=pentium-mmx -O3 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache fixpackages nostrip sandbox userpriv usersandbox"
GENTOO_MIRRORS="http://adelie.polymtl.ca/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X alsa apache2 apm arts avi berkdb canna cdr crypt cups curl directfb doc
encode esd ethereal flac flash foomaticdb freewnn gdbm gif gpm gstreamer gtk
gtk2 gtkhtml guile imlib ipv6 jack java jpeg libg++ libwww mad maildir mbox mcal
mikmod mmx mng motif mpeg mpg mysql nas ncurses nis nls nocd odbc oggvorbis
opengl oss pam pdflib perl plotutils png postgres prelude python qt quicktime
readline ruby samba sasl scanner sdl slang speex spell sse ssl svga tcltk tcpd
tetex tiff truetype unicode usb videos wmf x86 xml xml2 xmms xv zlib"
Comment 1 Peter Westwood 2004-05-07 12:34:29 UTC
Created attachment 30960 [details]
Updated ebuild removes SLOT

This ebuild removes the SLOT line which I believe is now handled by
webapp-eclass.

Do this work for you?
Comment 2 Peter Westwood 2004-05-07 12:36:32 UTC
Created attachment 30961 [details, diff]
diff which performs the changes in the ebuild

diff of changes
Comment 3 Stuart Herbert (RETIRED) gentoo-dev 2004-05-07 12:55:49 UTC
Urgh.  I fixed this yesterday ... and forgot to press ENTER to actually commit it to CVS.  Doh.  It's in CVS now, and should appear on an rsync mirror near you in about an hour.

Best regards,
Stu
Comment 4 Alex 2004-05-07 13:00:54 UTC
Thanks guys, if no one minds if it merges successfully I'll just close this out.
Comment 5 Alex 2004-05-07 15:06:19 UTC
Wordpress successfully merged after I sync'd portage. Thanks guys for all the help.
Comment 6 Jason Short 2004-05-14 13:55:39 UTC
 *
 * This ebuild did not call webapp_src_install() at the end
 * of the src_install() function
 *
 * Please log a bug on http://bugs.gentoo.org
 *
 * You should use emerge -C to remove this package, as the
 * installation is incomplete
 *