pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/43870: graphics/graphviz fails to build



The following reply was made to PR pkg/43870; it has been noted by GNATS.

From: Sad Clouds <cryintothebluesky%googlemail.com@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: pkg-manager%netbsd.org@localhost,
 gnats-admin%netbsd.org@localhost,
 pkgsrc-bugs%netbsd.org@localhost
Subject: Re: pkg/43870: graphics/graphviz fails to build
Date: Tue, 14 Sep 2010 13:21:16 +0100

 On Monday 13 September 2010 13:35:01 Joerg Sonnenberger wrote:
 > The following reply was made to PR pkg/43870; it has been noted by GNATS.
 > 
 > From: Joerg Sonnenberger <joerg%britannica.bec.de@localhost>
 > To: gnats-bugs%NetBSD.org@localhost
 > Cc:
 > Subject: Re: pkg/43870: graphics/graphviz fails to build
 > Date: Mon, 13 Sep 2010 14:33:05 +0200
 > 
 >  On Mon, Sep 13, 2010 at 09:45:02AM +0000, Sad Clouds wrote:
 >  >  I can't figure out why those features get set. I've seen this problem
 >  >  with graphviz for a long time, but if nobody else is having this
 >  >  issue, then you can probably close this problem.
 > 
 >  Check the config.log?
 > 
 >  Joerg
 
 Yeah, but I don't see anything relevant. I also did the following:
 
 # find . -type f | while read i                                                
 do                                                                             
 grep 'mallinfo' $i && echo "^-------- $i"                                      
 done
 lib mallinfo
 ^-------- ./lib/vmalloc/features/vmalloc
 #if _lib_mallinfo
 struct mallinfo mallinfo(void)
 struct mallinfo mallinfo()
     struct mallinfo mi;
 ^-------- ./lib/vmalloc/malloc.c
 #define _lib_mallinfo   1       /* mallinfo() in default lib(s) */
 ^-------- ./FEATURE/vmalloc
 
 It seems that lib/vmalloc/features/vmalloc script sets the wrong features, but 
 I don't know how or why it does it.
 


Home | Main Index | Thread Index | Old Index