Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 74982 - ERROR: app-text/gpdf-2.8.1 failed.
Summary: ERROR: app-text/gpdf-2.8.1 failed.
Status: VERIFIED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-19 15:42 UTC by genbug
Modified: 2005-01-06 09:12 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 genbug 2004-12-19 15:42:24 UTC
tried to emerge gpdf 2.8.1 since 2.8.0-r2 did not compile either  and glsa requires that I update.


/bin/install: cannot stat `gpdf-C.omf.out': No such file or directory
make[4]: *** [install-data-hook-omf] Error 1
make[4]: Leaving directory `/usr/portage/tmp/portage/gpdf-2.8.1/work/gpdf-2.8.1/help/C'


Reproducible: Always
Steps to Reproduce:
1.unmask 2.8.1
2.emerge gpdf
3.

Actual Results:  
mkdir -p -- /usr/portage/new/../tmp/portage/gpdf-2.8.1/image//usr/share/gnome/
help/gpdf/C/figures
make  install-data-hook
make[4]: Entering directory `/usr/portage/tmp/portage/gpdf-2.8.1/work/gpdf-2.8.
1/help/C'
/bin/sh ../../mkinstalldirs /usr/portage/new/../tmp/portage/gpdf-2.8.1/image//
usr/share/omf/gpdf
mkdir -p -- /usr/portage/new/../tmp/portage/gpdf-2.8.1/image//usr/share/omf/gpdf
for file in gpdf-C.omf; do \
        /bin/install -c -m 644 $file.out /usr/portage/new/../tmp/portage/gpdf-2.
8.1/image//usr/share/omf/gpdf/$file; \
done
/bin/install: cannot stat `gpdf-C.omf.out': No such file or directory
make[4]: *** [install-data-hook-omf] Error 1
make[4]: Leaving directory `/usr/portage/tmp/portage/gpdf-2.8.1/work/gpdf-2.8.1/
help/C'




Expected Results:  
a clean compile.

Got what looks like the same error off 2.8.0-r2

make[4]: Entering directory `/usr/portage/tmp/portage/gpdf-2.8.0-r2/work/gpdf-2.
8.0/help/C'
/bin/sh ../../mkinstalldirs /usr/portage/new/../tmp/portage/gpdf-2.8.0-r2/image/
/usr/share/omf/gpdf
mkdir -p -- /usr/portage/new/../tmp/portage/gpdf-2.8.0-r2/image//usr/share/omf/
gpdf
for file in gpdf-C.omf; do \
        /bin/install -c -m 644 $file.out /usr/portage/new/../tmp/portage/gpdf-2.
8.0-r2/image//usr/share/omf/gpdf/$file; \
done
/bin/install: cannot stat `gpdf-C.omf.out': No such file or directory
make[4]: *** [install-data-hook-omf] Error 1
make[4]: Leaving directory `/usr/portage/tmp/portage/gpdf-2.8.0-r2/work/gpdf-2.
8.0/help/C'


 ERROR: app-text/gpdf-2.8.0-r2 failed.
Comment 1 Mike Gardiner (RETIRED) gentoo-dev 2004-12-20 00:50:46 UTC
Sounds like a docbook related error, make sure you have the newest app-text/docbook-* packages.

If updating them doesnt help, please try running build-docbook-catalog (as root).

Finally, _attach_ a _full_ log to this report and we'll try and work it out.

Thanks.
Comment 2 Joe McCann (RETIRED) gentoo-dev 2004-12-20 01:02:58 UTC
Also, what version of scrollkeeper are you running?
Comment 3 foser (RETIRED) gentoo-dev 2005-01-06 04:08:24 UTC
needinfo
Comment 4 genbug 2005-01-06 09:12:05 UTC
Thanks for the suggestion Mike. I cleared the problem by unmerging docbook entirely and rebuilding it. It was the current lastest version so the same version was emerged back in.

This action was sufficient to clear the problem.

Thanks for pointing me in the right direction.

Regards.