Bug 50648 - librsvg2 install fails
Summary: librsvg2 install fails
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-gnome (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-06 18:20 UTC by Martin Klaffenboeck
Modified: 2003-04-06 20:23 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Klaffenboeck 2003-04-06 18:20:12 UTC
The installation fails.
-- Installing ./html/up.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 `/var/tmp/usr/ports/graphics/librsvg2/work/librsvg-2.2.5/doc'
gmake[1]: *** [install-am] Error 2
gmake[1]: Leaving directory `/var/tmp/usr/ports/graphics/librsvg2/work/librsvg-2.2.5/doc'
gmake: *** [install-recursive] Error 1
*** Error code 2
 
Stop in /usr/ports/graphics/librsvg2.

Fix: 

This is not really the correct way I think, but I do not need the documentation and used:
cd /usr/ports/graphics/librsvg2
make
touch `make -V WRKSRC`/doc/html/index.sgml
make install

Yes, I do not want to make a patch for this.

Martin
How-To-Repeat: cd /usr/ports/graphics/librsvg2
make install
Comment 1 Tilman Keskinoz freebsd_committer freebsd_triage 2003-04-06 18:39:41 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gnome

Over to Maintainers
Comment 2 Joe Marcus Clarke freebsd_committer freebsd_triage 2003-04-06 20:23:34 UTC
State Changed
From-To: open->closed

Fixed, thanks for reporting.