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

Bug 214722

Summary: net-misc/vinagre missing deps and fails make check
Product: Gentoo Linux Reporter: Raúl Porcel (RETIRED) <armin76>
Component: New packagesAssignee: Gentoo Linux Gnome Desktop Team <gnome>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log

Description Raúl Porcel (RETIRED) gentoo-dev 2008-03-25 15:53:57 UTC
configure: error: gnome-doc-utils >= 0.3.2 not found

After emerging gnome-doc-utils:
if [ -f "C/vinagre.xml" ]; then d="../"; else d="/var/tmp/portage/net-misc/vinagre-0.5.0/work/vinagre-0.5.0/help/"; fi; \
        (cd it/ && \
          `which xml2po` -e -p \
            "${d}it/it.po" \
            "${d}C/vinagre.xml" > vinagre.xml.tmp && \
            cp vinagre.xml.tmp vinagre.xml && rm -f vinagre.xml.tmp)
/bin/sh: scrollkeeper-config: command not found
/bin/sh: line 1: scrollkeeper-config: command not found
The file '/Templates/C/scrollkeeper_cl.xml' does not exist.
Please check your ScrollKeeper installation.
make[2]: *** [vinagre-C.omf] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: *** wait: No child processes.  Stop.
Comment 1 Raúl Porcel (RETIRED) gentoo-dev 2008-03-25 15:54:31 UTC
Created attachment 147283 [details]
build.log

Then it fails with FEATURES="test"
Comment 2 Gilles Dartiguelongue (RETIRED) gentoo-dev 2008-03-25 16:24:15 UTC
should be fixed in tree now, thanks for reporting.