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

Bug 23558

Summary: abiword 1.99.2 ebuild with some modifications, notably plugins
Product: Gentoo Linux Reporter: Mark Gilbert <mg_gentoo>
Component: New packagesAssignee: foser (RETIRED) <foser>
Status: VERIFIED FIXED    
Severity: normal CC: charlie, foser, gavrilao, hanno
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
URL: http://www.abisource.com
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 23555, 23556, 23557, 24079    
Bug Blocks:    
Attachments: abiword-1.99.1-r1.ebuild
Output of failed emerge
abiword-1.99.2.ebuild
Updated abiword-1.99.2.ebuild
Fixed abiword-1.99.2.ebuild

Description Mark Gilbert 2003-06-26 19:03:22 UTC
it is set to enable all, which means it will try to build everything for which
it finds all known prerequisites and which hasnt been explicitly blocked
upstream (for various good reasons).  Right now that's fine because all known
build bustage has been fixed in the plugins that aren't blocked and this is
marked unstable anyway, even though it isn't _really_ unstable.  So enjoy, have
fun, live a little.  There are a bunch of very nifty plugins here.
Attached.
Comment 1 Mark Gilbert 2003-06-26 19:03:45 UTC
Created attachment 13918 [details]
abiword-1.99.1-r1.ebuild
Comment 2 Gavrila 2003-07-01 07:04:40 UTC
The url specified in the ebuild for abiword-plugins is incorrect since it always tell me that he can't find the file: 

>>> Downloading http://heanet.dl.sourceforge.net/sourceforge/abiword/abiword-plugins-1.9.1.tar.gz
--16:03:25--  http://heanet.dl.sourceforge.net/sourceforge/abiword/abiword-plugins-1.9.1.tar.gz
           => `/usr/portage/distfiles/abiword-plugins-1.9.1.tar.gz'
Resolving heanet.dl.sourceforge.net... fatto.
Connecting to heanet.dl.sourceforge.net[193.1.219.87]:80... connected.
HTTP richiesta inviata, aspetto la risposta... 404 Not Found
16:03:25 ERRORE 404: Not Found.
 
!!! Couldn't download abiword-plugins-1.9.1.tar.gz. Aborting.
Comment 3 Mark Gilbert 2003-07-01 09:46:11 UTC
it uses ${PV} which means you misnamed the file, it should be 1.99.1.
Comment 4 Gavrila 2003-07-01 09:53:10 UTC
I'm really sorry, my aplogies. Too hot climate and too bad days :(

Regards
Comment 5 Mark Gilbert 2003-07-01 10:51:22 UTC
No worries, lemme know if anything else doesn't work.

foser-
     Two other things to think about are a noplugins local use, if anyone finds it useful enough to add that in (I don't so I just ignored it for speed and simplicity's sake), as well as a more comprehensive method of reporting which plugins are available to the builder than the suboptimal, inconsistent messages abi provides.  Hopefully before 2.4 a better plugin build system will be in place (current one leaves a lot to be desired) but if anyone has the spare time until then...
Comment 6 Gavrila 2003-07-01 11:07:00 UTC
Created attachment 14078 [details]
Output of failed emerge

Emerge fails on compiling. In the attachment is the output (cut off all lines
not important).


Portage 2.0.48-r1 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r1)
=================================================================
System uname: 2.4.20-gentoo-r5 i686 AMD Athlon(tm) XP 2000+
GENTOO_MIRRORS="http://212.219.56.152/sites/www.ibiblio.org/gentoo/
http://212.219.56.131/sites/www.ibiblio.org/gentoo/
ftp://ftp.tu-clausthal.de/pub/linux/gentoo/
ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo"
CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config
/usr/kde/3/share/config /usr/X11R6/lib/X11/xkb /usr/kde/3.1/share/config
/usr/share/config"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
PORTDIR="/usr/portage"
DISTDIR="/usr/portage/distfiles"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR_OVERLAY="/usr/local/portage"
USE="x86 oss 3dnow apm avi crypt cups encode gif jpeg libg++ libwww mikmod mmx
mpeg ncurses nls pdflib png quicktime spell truetype xml2 xmms xv zlib directfb
gtkhtml alsa gdbm berkdb slang readline arts bonobo svga tcltk java guile X sdl
gpm tcpd pam ssl perl python esd imlib oggvorbis gnome gtk qt kde motif opengl
mozilla cdr acpi dga dvd evo fbcon gb gnomedb gtk2 mbox mozaccess mozcalendar
mozinterfaceinfo mozp3p mozsvg mozxmlterm pic threads tiff usb"
COMPILER="gcc3"
CHOST="i686-pc-linux-gnu"
CFLAGS="-O2 -march=athlon-xp -pipe -fomit-frame-pointer -O2 -m3dnow "
CXXFLAGS="-O2 -march=athlon-xp -pipe -fomit-frame-pointer -O2 -m3dnow "
ACCEPT_KEYWORDS="x86 ~x86"
MAKEOPTS="-j2"
AUTOCLEAN="yes"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
FEATURES="sandbox ccache"
Comment 7 Gavrila 2003-07-09 08:12:38 UTC
REcompiling gcc 3,2 against latest glibc installed worked for me.

Comment 8 Mark Gilbert 2003-07-10 09:35:00 UTC
1.99.2 released
Comment 9 Mark Gilbert 2003-07-10 09:37:10 UTC
Created attachment 14339 [details]
abiword-1.99.2.ebuild
Comment 10 Mark Gilbert 2003-07-10 09:44:12 UTC
Created attachment 14340 [details]
Updated abiword-1.99.2.ebuild

libole2 should not be a direct dep of abiword, and wv includes its own libole
(as nasty as that is), the last I saw we weren't specifying to use
system-libole2 for wv, and everything else uses libgsf.

Also, I just now noticed this dep when looking at the ebuild, but abiword
builds fine without libole2 merged, on my clean environment (no stuff from
outside of portage causing false results).
Comment 11 Mark Gilbert 2003-07-10 10:04:26 UTC
sorry, martin fscked up the plugin tarball again, I'll have to change the ebuild accordingly
Comment 12 Mark Gilbert 2003-07-10 10:10:54 UTC
Created attachment 14341 [details]
Fixed abiword-1.99.2.ebuild

Fixed the plugins business and chewed him out.	Shouldn't be a problem any more
(:
Comment 13 foser (RETIRED) gentoo-dev 2003-07-11 07:45:36 UTC
*** Bug 24222 has been marked as a duplicate of this bug. ***
Comment 14 foser (RETIRED) gentoo-dev 2003-07-27 11:22:56 UTC
finally added this, thnx for keeping up with it.

the libole2 dep was a remnant of worse times i think, thats a good example of why you really always should check updates to ebuilds.
Comment 15 Mark Gilbert 2004-09-26 19:05:42 UTC
Verified.