Bug 89726 - log4cpp does not install correctly.
Summary: log4cpp does not install correctly.
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Simon Barner
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-29 15:50 UTC by Yann Golanski
Modified: 2005-11-29 17:29 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yann Golanski 2005-11-29 15:50:06 UTC
$ cd /usr/ports/devel/log4cpp
$ make install
[...]
install  -o root -g wheel -m 444 ./man/man3/log4cpp_threading_ThreadLocalDataHolder.3/usr/local/man/man3/log4cpp::threading::ThreadLocalDataHolder.3
/bin/sh ../config/mkinstalldirs /usr/local/doc/log4cpp-0.3.4b
mkdir -p -- /usr/local/doc/log4cpp-0.3.4b
cp -r html/. /usr/local/doc/log4cpp-0.3.4b
-r -f /usr/local/doc/log4cpp-0.3.4b/CVS  /usr/local/doc/log4cpp-0.3.4b/Makefile.am  /usr/local/doc/log4cpp-0.3.4b/Makefile.in  /usr/local/doc/log4cpp-0.3.4b/Makefile
-r:No such file or directory
*** Error code 1

Stop in /usr/ports/devel/log4cpp/work/log4cpp-0.3.4b/doc.
*** Error code 1

Stop in /usr/ports/devel/log4cpp/work/log4cpp-0.3.4b/doc.
*** Error code 1

Stop in /usr/ports/devel/log4cpp/work/log4cpp-0.3.4b/doc.
*** Error code 1

Stop in /usr/ports/devel/log4cpp/work/log4cpp-0.3.4b.
*** Error code 1

Stop in /usr/ports/devel/log4cpp.

Fix: 

Edit /usr/ports/devel/log4cpp/work/log4cpp-0.3.4b/doc/Makefile and remove all lines with $(RM) or define a value for RM.
How-To-Repeat: Try installing the port.
Comment 1 Simon Barner freebsd_committer freebsd_triage 2005-11-29 16:36:19 UTC
Responsible Changed
From-To: freebsd-ports-bugs->barner

I'll take it.
Comment 2 Simon Barner freebsd_committer freebsd_triage 2005-11-29 17:29:30 UTC
State Changed
From-To: open->closed

Fixed, thanks for the report! I think the reason was that you had 
doxygen installed on your system, and so the documentation was built. 
You disable the build oft he docs by running make -DNOPORTDOCS