Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 53659 - dev-libs/clearsilver-0.9.7 does not merge with +ruby
Summary: dev-libs/clearsilver-0.9.7 does not merge with +ruby
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High major (vote)
Assignee: Gentoo Web Application Packages Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-11 10:17 UTC by Philipp Kern
Modified: 2004-06-12 00:48 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Philipp Kern 2004-06-11 10:17:19 UTC
clearsilver ebuild doesn't cleanly compile with +ruby, with -ruby it merges fine.

--------------------------- ACCESS VIOLATION SUMMARY ---------------------------
 LOG FILE = "/tmp/sandbox-dev-libs_-_clearsilver-0.9.7-15562.log"
 
 open_wr:   /usr/lib/ruby/site_ruby/1.8/neo.rb
--------------------------------------------------------------------------------

Portage 2.0.50-r8 (default-x86-1.4, gcc-3.3.3, glibc-2.3.3.20040420-r0, 2.4.25-gentoo-r3)
=================================================================
System uname: 2.4.25-gentoo-r3 i686 Pentium III (Katmai)
Gentoo Base System version 1.4.16
ccache version 2.3 [enabled]
Autoconf: sys-devel/autoconf-2.59-r4
Automake: sys-devel/automake-1.8.5
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-O3 -march=pentium3 -fprefetch-loop-arrays -funroll-loops -pipe -fomit-frame-pointer -frerun-loop-opt -falign-functions=4 -fforce-mem -ffast-math -finline-functions -foptimize-sibling-calls -mmmx -fstack-protector"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/kde/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="-O3 -march=pentium3 -fprefetch-loop-arrays -funroll-loops -pipe -fomit-frame-pointer -frerun-loop-opt -falign-functions=4 -fforce-mem -ffast-math -finline-functions -foptimize-sibling-calls -mmmx -fstack-protector -Wno-deprecated"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="http://ftp6.uni-erlangen.de/pub/mirrors/gentoo http://ftp.uni-erlangen.de/pub/mirrors/gentoo http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/ http://ftp.easynet.nl/mirror/gentoo/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.de.gentoo.org/gentoo-portage"
USE="acl apache2 berkdb crypt exiscan-acl gd gdbm gif gtk2 imap imlib innodb ipv6 jpeg libwww maildir mbox memlimit mysql ncurses nls oss pam pdflib perl png python readline ruby slang sse ssl tcpd tetex x86 xml2 xmms zlib"
Comment 1 Karol Wojtaszek (RETIRED) gentoo-dev 2004-06-11 10:59:40 UTC
Try to run emerge without sanbox: `FEATURES="-sandbox" emerge clearsilver`
Comment 2 Philipp Kern 2004-06-11 13:58:22 UTC
Why should I do this? I clearly tries to modify files outside the sandbox, this is a bug in the ebuild. I don't rely on the Ruby, but on the Python bindings of this library.
Comment 3 Stuart Herbert (RETIRED) gentoo-dev 2004-06-11 15:41:50 UTC
Okay,

For the moment, I've disabled the ruby bindings, as I'm not able to fix it myself.

Please sync and test, and let me know how you get on.

Best regards,
Stu
Comment 4 Philipp Kern 2004-06-12 00:48:14 UTC
Package merges fine without the enabled ruby support.

The package still depends on the packages as ruby is listed in IUSE.
As I am using Ruby myself a lot (however I'm currently not using clearsilver with it) support for it would be fine in the future to get Ruby supported in this package.
Should I file a new bug with this issue?