Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 107379 - pybliographer 1.2.6.2 dependency missing
Summary: pybliographer 1.2.6.2 dependency missing
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-27 04:22 UTC by Panos Gotsis
Modified: 2005-12-06 14:47 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 Panos Gotsis 2005-09-27 04:22:31 UTC
It seems that the pybliographer 1.2.6.2 ebuild is missing a dependency to
scrollkeeper. I had problems compiling pybliographer 1.2.4 with similar errors,
so it seems that this dependency is missing from both ebuilds. Mind you that I
am trying to install on a full KDE system with just this gtk based app.

Doing a step-by-step installation shows that during the compilation phase, the
scrollkeeper suite of binaries is needed.

Reproducible: Always
Steps to Reproduce:
1. Try to install pybliographer on a only-KDE system.

Actual Results:  
1. emerge =app-office/pybliographer-1.2.6.2 FAILS
2. ebuild /usr/portage/app-office/pybliographer/pybliographer-1.2.6.2.ebuild
compile IS A SUCCESS
3. ebuild /usr/portage/app-office/pybliographer/pybliographer-1.2.6.2.ebuild
install FAILS (the doc/C/pybliographer-C.omf.out file is mising)

Expected Results:  
Installation.

emerging scrollkeeper solves the issue. please update the ebuild
Comment 1 Thomas Fischer 2005-12-05 22:16:48 UTC
This bug occurrs also for pybliographer 1.2.4 (stable for some archs). Here 
the output's last lines: 
  
Making install in doc  
make[1]: Entering directory  
`/var/tmp/portage/pybliographer-1.2.4/work/pybliographer-1.2.4/doc'  
Making install in C  
make[2]: Entering directory  
`/var/tmp/portage/pybliographer-1.2.4/work/pybliographer-1.2.4/doc/C'  
make[3]: Entering directory  
`/var/tmp/portage/pybliographer-1.2.4/work/pybliographer-1.2.4/doc/C'  
make[3]: Nothing to be done for `install-exec-am'.  
/bin/sh ../../mkinstalldirs /var/tmp/portage/pybliographer-1.2.4/image//usr/share/gnome/help/pybliographer/C  
mkdir -p  
-- /var/tmp/portage/pybliographer-1.2.4/image//usr/share/gnome/help/pybliographer/C  
for file in legal.xml authors.xml commandline.xml config.xml gui.xml  
preface.xml script.xml start.xml styles.xml pybliographer.xml; do \  
   
cp ./$file /var/tmp/portage/pybliographer-1.2.4/image//usr/share/gnome/help/pybliographer/C;  
\  
done  
if test "figures"; then \  
  /bin/sh ../../mkinstalldirs /var/tmp/portage/pybliographer-1.2.4/image//usr/share/gnome/help/pybliographer/C/figures;  
\  
  for file in ./figures/*.png; do \  
    basefile=`echo $file | sed -e  's,^.*/,,'`; \  
    /bin/install -c -m 644  
$file /var/tmp/portage/pybliographer-1.2.4/image//usr/share/gnome/help/pybliographer/C/figures/$basefile;  
\  
  done \  
fi  
mkdir -p  
-- /var/tmp/portage/pybliographer-1.2.4/image//usr/share/gnome/help/pybliographer/C/figures  
make  install-data-hook  
make[4]: Entering directory  
`/var/tmp/portage/pybliographer-1.2.4/work/pybliographer-1.2.4/doc/C'  
/bin/sh ../../mkinstalldirs /var/tmp/portage/pybliographer-1.2.4/image//usr/share/omf/pybliographer  
mkdir -p  
-- /var/tmp/portage/pybliographer-1.2.4/image//usr/share/omf/pybliographer  
for file in pybliographer-C.omf; do \  
        /bin/install -c -m 644  
$file.out /var/tmp/portage/pybliographer-1.2.4/image//usr/share/omf/pybliographer/$file;  
\  
done  
/bin/install: cannot stat `pybliographer-C.omf.out': No such file or directory  
make[4]: *** [install-data-hook-omf] Error 1  
make[4]: Leaving directory  
`/var/tmp/portage/pybliographer-1.2.4/work/pybliographer-1.2.4/doc/C'  
make[3]: *** [install-data-am] Error 2  
make[3]: Leaving directory  
`/var/tmp/portage/pybliographer-1.2.4/work/pybliographer-1.2.4/doc/C'  
make[2]: *** [install-am] Error 2  
make[2]: Leaving directory  
`/var/tmp/portage/pybliographer-1.2.4/work/pybliographer-1.2.4/doc/C'  
make[1]: *** [install-recursive] Error 1  
make[1]: Leaving directory  
`/var/tmp/portage/pybliographer-1.2.4/work/pybliographer-1.2.4/doc'  
make: *** [install-recursive] Error 1  
  
!!! ERROR: app-office/pybliographer-1.2.4 failed.  
!!! Function gnome2_src_install, Line 65, Exitcode 2  
!!! make DESTDIR install failed  
!!! If you need support, post the topmost build error, NOT this status  
message.  
 
 
Comment 2 Marien Zwart (RETIRED) gentoo-dev 2005-12-06 14:47:30 UTC
Added the dependency, thanks for noticing and debugging this!