First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 107379
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Python Gentoo Team <python@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Panos Gotsis <g_panayiotis@hotmail.com>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 107379 depends on: Show dependency tree
Show dependency graph
Bug 107379 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2005-09-27 04:22 0000
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 From Thomas Fischer 2005-12-05 22:16:48 0000 -------
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 From Marien Zwart (RETIRED) 2005-12-06 14:47:30 0000 -------
Added the dependency, thanks for noticing and debugging this!

First Last Prev Next    No search results available      Search page      Enter new bug