xfce4extras and gentoo

Joe Stone joe.stone at gmx.net
Mon Apr 28 20:44:03 CEST 2003


hi !

I have a problem with installing xfce4extras on gentoo
install tries to write outside the sandbox.
ACCESS DENIED  open_wr:   /test/usr/lib/xfce4/plugins/libmixer.so

I think that the Problem is that configure searches the plugin-dir with 
XFCE4_PANEL_PLUGINSDIR=`$PKG_CONFIG --variable=pluginsdir xfce4-panel-1.0`

And then in panel-plugin/Makefile.in
plugindir = @XFCE4_PANEL_PLUGINSDIR@

have somebody sucessfully emerged xcfe4-extras?



the compilepart of my ebuild:
    export PKG_CONFIG_PATH="/test/usr/lib/pkgconfig"
    for module in ${modlist}
    do
        einfo "Compiling ${module}"
        cd ${S}/${module}
        ./configure \
          ${myconf} \
          --enable-xinerama \
          --with-sound=alsa \
          --disable-debug \
          --host=${CHOST} \
          --prefix=/test/usr \
          --infodir=/test/usr/share/info \
          --mandir=/test/usr/share/man || die "./configure failed"
        emake || die
        cd ${S}
    done


I tried all from einstall to make DESTDIR=${D} and 
make prefix=${D}/usr mandir=${D}/usr/share/man infodir=${D}/usr/share/info 
install


thanx
Joe



More information about the Xfce4-dev mailing list