Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 65896 - kxmleditor ebuild doesnt respond to - arts useflag
Summary: kxmleditor ebuild doesnt respond to - arts useflag
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-30 02:40 UTC by cyber mans
Modified: 2004-10-21 15:26 UTC (History)
1 user (show)

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


Attachments
kxmleditor-1.1.3.ebuild (kxmleditor-1.1.3.ebuild,541 bytes, patch)
2004-09-30 06:53 UTC, Simone Gotti (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description cyber mans 2004-09-30 02:40:46 UTC
When I try to emerge kxmleditor with the -arts useflag it fails to use it.


Reproducible: Always
Steps to Reproduce:
1. USE="-arts"
2. Get rid of arts
3. emerge kxmleditor

Actual Results:  
checking for mcopidl... not found
configure: error: The important program mcopidl was not found!
Please check whether you installed aRts correctly.


!!! ERROR: app-editors/kxmleditor-1.1.3 failed.
!!! Function kde_src_compile, Line 130, Exitcode 1
!!! died running ./configure, kde_src_compile:configure


Expected Results:  
normal emerge of kxmleditor

Portage 2.0.50-r11 (default-x86-1.4, gcc-3.3.4, glibc-2.3.3.20040420-r1,
2.6.8-gentoo-r3)
=================================================================
System uname: 2.6.8-gentoo-r3 i686 AMD Athlon(tm) XP 3000+
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=athlon-xp -O3 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
COMPILER=""
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3.3/env /usr/kde/3.3/share/config /usr/kde/3.3/shutdown
/usr/kde/3/share/config /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/bind /var/lib/jboss /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=athlon-xp -O3 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="http://ftp.snt.utwente.nl/pub/os/linux/gentoo
ftp://ftp.snt.utwente.nl/pub/os/linux/gentoo "
MAKEOPTS=" -j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.nl.gentoo.org/gentoo-portage"
USE="3dnow X aalib acpi alsa apm avi berkdb bitmap-fonts bluetooth bonobo cdr
cpdflib crypt cups dvd dvdr encode evo foomaticdb gd-external gdbm gif gnome gpm
gtk gtk2 gtkhtml guile hal imlib ipv6 java joystick jpeg kde libcaca libg++
libwww mad maildir mikmod mmx motif mozilla mpeg mysql ncurses network nls nowin
nptl oggvorbis opengl oss pam pdflib perl png postgres ppds python qt quicktime
readline sdl slang spell ssl svga tcltk tcpd tetex truetype vhost x86 xinerama
xml xml2 xmms xprint xv xvid zlib"
Comment 1 Simone Gotti (RETIRED) gentoo-dev 2004-09-30 02:59:54 UTC
The problem is that the configure is generated with a kde-common/admin old version that doesn't provide the --without-arts flag.

A solution should be to use a new admin dir, recreate the configure and patch the older. I'm doing this and try it this work.
I'll let you know.
Comment 2 Simone Gotti (RETIRED) gentoo-dev 2004-09-30 03:17:46 UTC
I've did it and it seems to work, at least it don't check for mcopidl anymore and it compiles well (but I have the arts stuff installed so I don't know if it compiles without them, because I don't know if kxmleditor need them, but I don't think so)
The problem is that the configure is 1Mb big and a patch is quite the same because a lot of lines has changed. So a better solution will be to use an external patch.
Comment 3 Carsten Lohrke (RETIRED) gentoo-dev 2004-09-30 04:07:12 UTC
another not -arts capable app :|


btw. my welcome bite Simone: Patches <=20k go into cvs, bigger patches "elsewhere"
Comment 4 Simone Gotti (RETIRED) gentoo-dev 2004-09-30 06:53:17 UTC
Created attachment 40783 [details, diff]
kxmleditor-1.1.3.ebuild

This is a "big" patch. The compressed configure patch takes 80Kb. 
I've made an ebuild that will apply it, the tar.bz2 containing the patch is on
my web space.
I've emerged the kdelibs with +arts so it's quite difficult to make a real
test. I hope that cyber mans can test it.
Of course you have to recreate the digest of the ebuild.
Comment 5 Simone Gotti (RETIRED) gentoo-dev 2004-10-15 03:30:18 UTC
cyber mans: any news? Have you tested the attached ebuild? So if it works we can fix it in CVS, and I'll suggest upstream to update their admin dir.
Comment 6 Simone Gotti (RETIRED) gentoo-dev 2004-10-21 15:26:04 UTC
Committed the fix in CVS (not the attached but a smaller one like in kdirstat and kamix). Also sended a mail upstream.