pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/47400: gnustep-base-1.20.1 does not build
The following reply was made to PR pkg/47400; it has been noted by GNATS.
From: =?ISO-8859-15?Q?Helge_M=FChlmeier?= <h_muehlmeier%gmx.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: haYnguy%gmail.com@localhost, pkg-manager%netbsd.org@localhost,
gnats-admin%netbsd.org@localhost,
pkgsrc-bugs%netbsd.org@localhost
Subject: Re: pkg/47400: gnustep-base-1.20.1 does not build
Date: Fri, 04 Jan 2013 13:44:04 +0100
Hi,
isn't it similar to pkg/47259?
Greetings,
Helge
Am 04.01.2013 00:10, schrieb haYnguy%gmail.com@localhost:
>> Number: 47400
>> Category: pkg
>> Synopsis: gnustep-base-1.20.1 does not build
>> Confidential: no
>> Severity: non-critical
>> Priority: medium
>> Responsible: pkg-manager
>> State: open
>> Class: sw-bug
>> Submitter-Id: net
>> Arrival-Date: Thu Jan 03 23:10:00 +0000 2013
>> Originator: Lance Clark
>> Release: NetBSD 6.0
>> Organization:
>> Environment:
> NetBSD mhive 6.0 NetBSD 6.0 (MHIVE) #3: Fri Dec 14 17:27:44 CST 2012
> lclark%mhive.ks.cox.net@localhost:/usr/src/sys/arch/i386/compile/MHIVE i386
>> Description:
> When building gnustep-base in pkgsrc, the compile fails with the output:
>
> ...
>
> Compiling file GSXML.m ...
> GSXML.m: In function '-[GSXMLNode description]':
> GSXML.m:979:38: error: dereferencing pointer to incomplete type
> GSXML.m:979:60: error: dereferencing pointer to incomplete type
> gmake[4]: *** [obj/Additions.obj/GSXML.m.o] Error 1
> gmake[3]: *** [internal-subproject-all_] Error 2
> gmake[2]: *** [Additions.all.subproject.variables] Error 2
> gmake[1]: *** [internal-all] Error 2
> gmake: *** [internal-all] Error 2
> *** Error code 2
>
> Stop.
> make: stopped in /usr/pkgsrc/devel/gnustep-base
> *** Error code 1
>
> Stop.
> make: stopped in /usr/pkgsrc/devel/gnustep-base
>> How-To-Repeat:
> Change to the deve/gnustep-base directory and enter 'make install' with the
> appropriate permissions.
>> Fix:
> In work/.buildlink/include/libxml2/libxml/tree.h: line 104:
>
> typedef struct _xmlBuf xmlBuf;
>
> ...should really be...
>
> typedef struct _xmlBuffer xmlBuf;
>
> This fixes the error and allows for a successful build.
>
Home |
Main Index |
Thread Index |
Old Index