Bug 24413

Summary: Building ImageMagick port with libmalloc installed fails
Product: Ports & Packages Reporter: Ronald F. Guilmette <rfg>
Component: Individual Port(s)Assignee: jseger
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Ronald F. Guilmette 2001-01-17 18:50:03 UTC
	Building the ImageMagick-5.2.3 on FreeBSD 4.2 with the libmalloc
	package installed results in the following errors:

	cc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include -O -pipe -c ltdl.c  -fPIC -DPIC -o .libs/ltdl.lo
	In file included from ltdl.c:47:
	/usr/local/include/malloc.h:81: syntax error before `*'
	/usr/local/include/malloc.h:82: syntax error before `*'
	/usr/local/include/malloc.h:87: syntax error before `*'
	*** Error code 1
	
	Stop in /usr/ports/graphics/ImageMagick/work/ImageMagick-5.2.3/ltdl.
	*** Error code 1
	
	Stop in /usr/ports/graphics/ImageMagick/work/ImageMagick-5.2.3.
	*** Error code 1
	
	Stop in /usr/ports/graphics/ImageMagick.
	*** Error code 1
	
	Stop in /usr/ports/graphics/ImageMagick.
	*** Error code 1
	
	Stop in /usr/ports/graphics/ImageMagick.

Fix: 

Temporary work-around: de-install the libmalloc package, build
	the ImageMagick-5.2.3 port, then re-install libmalloc.
How-To-Repeat: 
	Step 1) Installed FreeBSD 4.2
	Step 2) Install the libmalloc package
	Step 3) Try to build the ImageMagick-5.2.3 port
Comment 1 Steve Price freebsd_committer freebsd_triage 2001-02-26 02:05:21 UTC
Responsible Changed
From-To: freebsd-ports->jseger

Over to port's maintainer.
Comment 2 dwcjr 2001-06-20 05:58:47 UTC
Does this exist with the newest version?
Comment 3 Ronald F. Guilmette 2001-06-20 06:46:19 UTC
In message <3B302D87.6010403@inethouston.net>, you wrote:

>Does this exist with the newest version?

I don't know.

I have no easy way to check.
Comment 4 dwcjr freebsd_committer freebsd_triage 2001-06-20 23:32:49 UTC
State Changed
From-To: open->closed

Submitter can't verify this still exists.