Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 71906 - ebuild fails to build/install logserial
Summary: ebuild fails to build/install logserial
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High blocker (vote)
Assignee: Philip Walls (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-11-20 18:12 UTC by Martin
Modified: 2006-02-20 10:22 UTC (History)
1 user (show)

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 Martin 2004-11-20 18:12:39 UTC
when trieing to install logserial the Ebuild runs but the program does not compile and so the stat for coping the File fails  

Reproducible: Always
Steps to Reproduce:
1. emerge logserial
2.
3.
Actual Results:  
>>> Source unpacked.

>>> Install logserial-0.4.2 into /var/tmp/portage/logserial-0.4.2/image/ categor
y app-misc
cp: Aufruf von stat f
Comment 1 Martin 2004-11-20 18:12:39 UTC
when trieing to install logserial the Ebuild runs but the program does not compile and so the stat for coping the File fails  

Reproducible: Always
Steps to Reproduce:
1. emerge logserial
2.
3.
Actual Results:  
>>> Source unpacked.

>>> Install logserial-0.4.2 into /var/tmp/portage/logserial-0.4.2/image/ categor
y app-misc
cp: Aufruf von stat für ,,logserial" nicht möglich: Datei oder Verzeichnis nicht
 gefunden
man:
prepallstrip:
strip: 
>>> Completed installing into /var/tmp/portage/logserial-0.4.2/image/

Expected Results:  
the source should be compiled and installed

cvs Header of the ebuild
# $Header: /var/cvsroot/gentoo-x86/app-misc/logserial/logserial-0.4.2.ebuild,v
1.1 2004/10/26 14:40:54 malverian Exp $

This fixes the problem for me :

  src_install() {
          dodir /usr/bin
+         make
          cp logserial ${D}/usr/bin
  }
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2005-10-25 17:59:05 UTC
No activity for almost one year, what's the status here?
Comment 3 Martin 2005-10-26 11:13:23 UTC
never neede the program again ;-)

but I've just tried to install it, and it seems to be ok

I would suggest to close the bug, although noone has reacted since opening it.

CVS-Header from ebuild :
# $Header: /var/cvsroot/gentoo-x86/app-misc/logserial/logserial-0.4.2.ebuild,v
1.2 2005/01/01 15:12:56 eradicator Exp $
Comment 4 Philip Walls (RETIRED) gentoo-dev 2006-02-20 10:22:06 UTC
Fix commited, sorry for the unacceptably long delay.