Bug 38675 - bonobo-activation fails install
Summary: bonobo-activation fails install
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: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-29 02:20 UTC by Michael D.Harnois
Modified: 2002-05-29 07:04 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 Michael D.Harnois 2002-05-29 02:20:01 UTC
  install -c -o root -g wheel -m 444 ./html/index.sgml /usr/local/share/doc/bonobo-activation; \
fi)
-- Installing ./html/bonobo-activation.png
-- Installing ./html/index.sgml
install: ./html/index.sgml: No such file or directory
gmake[2]: *** [install-data-local] Error 71
gmake[2]: Leaving directory `/usr/ports/devel/bonobo-activation/work/bonobo-activation-0.9.9/api-docs'
gmake[1]: *** [install-am] Error 2
gmake[1]: Leaving directory `/usr/ports/devel/bonobo-activation/work/bonobo-activation-0.9.9/api-docs'
gmake: *** [install-recursive] Error 1
*** Error code 2
  install -c -o root -g wheel -m 444 ./html/index.sgml /usr/local/share/doc/bonobo-activation; \
fi)
-- Installing ./html/bonobo-activation.png
-- Installing ./html/index.sgml
install: ./html/index.sgml: No such file or directory
gmake[2]: *** [install-data-local] Error 71
gmake[2]: Leaving directory `/usr/ports/devel/bonobo-activation/work/bonobo-activation-0.9.9/api-docs'
gmake[1]: *** [install-am] Error 2
gmake[1]: Leaving directory `/usr/ports/devel/bonobo-activation/work/bonobo-activation-0.9.9/api-docs'
gmake: *** [install-recursive] Error 1
*** Error code 2

How-To-Repeat: 	

make install
Comment 1 Joe Marcus Clarke freebsd_committer freebsd_triage 2002-05-29 07:04:16 UTC
State Changed
From-To: open->closed

Fixed.  Thanks for reporting.