Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 198155 - app-admin/tenshi tries to install a non existing man page
Summary: app-admin/tenshi tries to install a non existing man page
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Hosted Projects
Classification: Unclassified
Component: Tenshi (show other bugs)
Hardware: All Linux
: High trivial
Assignee: Tenshi Group User
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-05 12:05 UTC by MT
Modified: 2007-11-05 13:49 UTC (History)
1 user (show)

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


Attachments
tenshi-0.9.1-makefile.patch (tenshi-0.9.1-makefile.patch,483 bytes, patch)
2007-11-05 12:07 UTC, MT
Details | Diff
tenshi-0.9.1-makefile.patch (tenshi-0.9.1-makefile.patch,483 bytes, patch)
2007-11-05 12:07 UTC, MT
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description MT 2007-11-05 12:05:23 UTC
emerging app-admin/tenshi:

>>> Install tenshi-0.9.1 into /var/tmp/portage/app-admin/tenshi-0.9.1/image/ category app-admin
install: target `/var/tmp/portage/app-admin/tenshi-0.9.1/image//usr/share/man/man8/' is not a directory: No such file or directory
make: *** [install] Error 1
>>> Completed installing tenshi-0.9.1 into /var/tmp/portage/app-admin/tenshi-0.9.1/image/


this happen because the Makefile want to install a man page which is not provided by the application tarball. attached there is a Makefile fix and an ebuild patch.

note: this problem happen also to ALL the tenshi releases.

Reproducible: Always
Comment 1 MT 2007-11-05 12:07:32 UTC
Created attachment 135241 [details, diff]
tenshi-0.9.1-makefile.patch
Comment 2 MT 2007-11-05 12:07:47 UTC
Created attachment 135243 [details, diff]
tenshi-0.9.1-makefile.patch
Comment 3 Andrea Barisani (RETIRED) gentoo-dev 2007-11-05 13:49:34 UTC
It's just a warning, the manpage gets installed nonetheless. Just ignore it. The tarball provides the man page, it's the destination that it's not there.

I'll patch the makefile for next release just for the sake of not having people reporting this (invalid) bug since it's just a warning.