Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 191939
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Marc Hildebrand (RETIRED) <zypher@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: David Alber <sinkhole@gmail.com>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
inkscape-0.45.1.ebuild Modified ebuild file. text/plain David Alber 2007-09-10 04:52 0000 1.89 KB Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 191939 depends on: Show dependency tree
Bug 191939 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2007-09-10 04:42 0000
Package media-gfx/inkscape-0.45.1 fails to build if dev-libs/libxslt is not
already installed. If libxslt is already present, all is well.

Reproducible: Always

Steps to Reproduce:
1.emerge inkscape (with libxslt not installed on system
Actual Results:  
.
.
.
checking for INKSCAPE... configure: error: Package requirements (gdkmm-2.4 
glibmm-2.4  gtkmm-2.4  gtk+-2.0 >= 2.8.0  libxml-2.0 >= 2.6.11  libxslt >=
1.0.15  cairo  sigc++-2.0 >= 2.0.12  gtkspell-2.0  gthread-2.0 >= 2.0 libpng >=
1.2) were not met:

No package 'libxslt' found


Expected Results:  
Successful installation.

Portage 2.1.2.12 (default-linux/amd64/2007.0/desktop, gcc-4.1.2, glibc-2.5-r4,
2.6.22-gentoo-r5 x86_64)
=================================================================
System uname: 2.6.22-gentoo-r5 x86_64 Intel(R) Core(TM)2 CPU 6600 @ 2.40GHz
Gentoo Base System release 1.12.9
Timestamp of tree: Sun, 09 Sep 2007 08:00:01 +0000
app-shells/bash:     3.2_p17
dev-lang/python:     2.4.4-r4
dev-python/pycrypto: 2.0.1-r6
sys-apps/baselayout: 1.12.9-r2
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.61
sys-devel/automake:  1.4_p6, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
sys-devel/binutils:  2.17
sys-devel/gcc-config: 1.3.16
sys-devel/libtool:   1.5.24
virtual/os-headers:  2.6.21
ACCEPT_KEYWORDS="amd64"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -march=nocona -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/X11/xkb"
CONFIG_PROTECT_MASK="/etc/env.d /etc/fonts/fonts.conf /etc/gconf
/etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/
/etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/splash /etc/terminfo
/etc/texmf/web2c"
CXXFLAGS="-O2 -march=nocona -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="http://gentoo.cites.uiuc.edu/pub/gentoo/
http://gentoo.chem.wisc.edu/gentoo/ http://mirror.usu.edu/mirrors/gentoo/
ftp://mirror.iawnet.sandia.gov/pub/gentoo/"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress
--force --whole-file --delete --delete-after --stats --timeout=180
--exclude=/distfiles --exclude=/local --exclude=/packages
--filter=H_**/files/digest-*"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/portage/local/layman/enlightenment"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X aac acl acpi aim alsa amd64 apache2 bash-completion berkdb bitmap-fonts
blas cairo cdr cjk cli cracklib crypt cups dbus dri dvd dvdr dvdread eds emacs
encode esd evo fam firefox fortran gdbm gif gpm graphviz gstreamer gtk hal
iconv imagemagick ipv6 isdnlog jpeg kerberos lapack mad midi mikmod mmx mp3
mpeg mpi mudflap mysql ncurses nls nptl nptlonly ogg opengl openmp oss pam pcre
pdf perl php png pppd python quicktime readline reflection sdl session spell
spl sse sse2 ssl svg symlink tcpd tetex tiff truetype truetype-fonts
type1-fonts unicode vorbis xml xorg xscreensaver xv zlib" ALSA_CARDS="ali5451
als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938
es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx
via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop
empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi
null plug rate route share shm softvol" ELIBC="glibc" INPUT_DEVICES="keyboard
mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216
lcdm001 mtxorb ncurses text" USERLAND="GNU" VIDEO_CARDS="fglrx"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS,
LINGUAS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS

------- Comment #1 From David Alber 2007-09-10 04:52:59 0000 -------
Created an attachment (id=130460) [details]
Modified ebuild file.

This ebuild file fixes the dependency issue. It just adds
">=dev-libs/libxslt-1.0.15" to the COMMON_DEPEND variable. The version
dependency for libxslt was pulled from the ebuild file for inkscape-0.45. I did
not test if libxslt-1.0.15 works with inkscape-0.45.1, so I am not certain its
value is correct. I have libxslt-1.1.20.

------- Comment #2 From moesasji 2007-10-08 08:20:50 0000 -------
On my system Inkscape also fails to build with the same error-message as
reported here one month after the original report. 

Please fix this dependency issue as this involves a package that is within the
stable branch. 

------- Comment #3 From Markus Meier 2007-12-06 21:30:27 0000 -------
added libxslt to 0.45.1

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug