make install complains missing file
Bug #973301 reported by
Tobias Strauß
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
persy |
Confirmed
|
Medium
|
Dennis Schwertel |
Bug Description
[root@butterfly src]# LANG=C make install ; date; git status
install -d /usr/share/
install --mode=644 usr/share/
#manpage
install -d /usr/share/
install --mode=644 usr/share/
install: cannot stat `usr/share/
make: *** [install_docs] Error 1
Mi 4. Apr 13:28:31 CEST 2012
# On branch master
nothing to commit (working directory clean)
Changed in persy: | |
status: | New → Confirmed |
importance: | Undecided → Medium |
assignee: | nobody → Dennis Schwertel (tmassassin) |
To post a comment you must log in.
Hi Tobias and thanks for you issue!
can you please try the following on a clean checkout:
to create a persy build (this creates the missing manpage), execute this in the project root directory
VERSION="0.11.2" make
this should create "/build/persy_0.12" and a tar file in /build. not install as root!
cd /build/persy_0.12
make install
thank you