pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/43870: graphics/graphviz fails to build
>Number: 43870
>Category: pkg
>Synopsis: graphics/graphviz fails to build
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Sat Sep 11 19:25:00 +0000 2010
>Originator: Sad Clouds
>Release:
>Organization:
>Environment:
NetBSD p3smp 5.1_RC3 NetBSD 5.1_RC3 (GENERIC) #0: Fri Jul 2 15:26:33 BST 2010
root@p3smp:/opt/obj.i386/sys/arch/i386/compile/GENERIC i386
>Description:
When building ./lib/vmalloc/malloc.c the following error is generated:
malloc.c:389: error: return type is an incomplete type
>How-To-Repeat:
>Fix:
Edit file ./FEATURE/vmalloc and change the following lines from
#define _lib_mallopt 1 /* mallopt() in default lib(s) */
#define _lib_mallinfo 1 /* mallinfo() in default lib(s) */
#define _lib_mstats 1 /* mstats() in default lib(s) */
to
#define _lib_mallopt 0 /* mallopt() in default lib(s) */
#define _lib_mallinfo 0 /* mallinfo() in default lib(s) */
#define _lib_mstats 0 /* mstats() in default lib(s) */
Home |
Main Index |
Thread Index |
Old Index