Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 214722 - net-misc/vinagre missing deps and fails make check
Summary: net-misc/vinagre missing deps and fails make check
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-25 15:53 UTC by Raúl Porcel (RETIRED)
Modified: 2008-03-25 16:24 UTC (History)
0 users

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


Attachments
build.log (SsFb7M53.txt,37.59 KB, text/plain)
2008-03-25 15:54 UTC, Raúl Porcel (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
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.