Bug 91145 - avr-libc fails to build if jpegtopnm and pnmtops are not installed
Summary: avr-libc fails to build if jpegtopnm and pnmtops are not installed
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: Joerg Wunsch
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-31 17:10 UTC by Arne Schwabe
Modified: 2006-03-28 06:12 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 Arne Schwabe 2005-12-31 17:10:03 UTC
	gmake[4]: Entering directory `/usr/ports/devel/avr-libc/work/avr-libc-1.4.1/doc/
examples/largedemo'
jpegtopnm largedemo-setup.jpg |\
pnmtops -noturn -dpi 180 -equalpixels > largedemo-setup.eps
jpegtopnm: not found
pnmtops: not found
gmake[4]: *** [largedemo-setup.eps] Fehler 127

Fix: 

Add netpbm to build depencies
How-To-Repeat: 	Try to build avr-libc without netpbm installed
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2005-12-31 23:42:32 UTC
Responsible Changed
From-To: freebsd-ports-bugs->joerg

Over to maintainer
Comment 2 Joerg Wunsch 2006-01-06 23:03:04 UTC
netpbm is a prerequisite of transfig, which is in turn listed as
a prerequisite of avr-libc.
-- 
cheers, J"org               .-.-.   --... ...--   -.. .  DL8DTL

http://www.sax.de/~joerg/                        NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)
Comment 3 Joerg Wunsch freebsd_committer freebsd_triage 2006-03-28 06:11:53 UTC
State Changed
From-To: open->closed

While netpbm was already implicitly required due to being 
a prerequisite of transfig, I've now explicitly mentioned 
it as a build dependency as well.