tech-pkg archive

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

Re: annotated bulk failures, pre-2011Q4 edition



On Wed, Dec 21, 2011 at 11:36:12AM +0100, Thomas Klausner wrote:
 > > > > databases/cstore       (**) C++ issues
 > > > 
 > > > Fixed some missing headers and a cast, now it segfaults during
 > > > the build.
 > > 
 > > Oof, that looks like it was a lot of work... :-/
 > 
 > Yes :|
 > Actually, perhaps the cast is wrong and causes this.
 > On the other hand, it's in a UnitTest file.
 > If you want to take a look, it's in 
 > patches/patch-src_UnitTests_HashMapTest.cpp

ok.

 > >  > > graphics/xpaint               needs png patches
 > >  > 
 > >  > can't reproduce.
 > > 
 > > Ok, that's weird... it builds ok for you?
 > 
 > There's an imake error:
 > In file included from /usr/X11R7/lib/X11/config/Imake.tmpl:2194:0,
 >                  from Imakefile.c:16:
 > ./Imakefile:2:0: error: unterminated comment
 > /scratch/graphics/xpaint/work/.tools/bin/imake: Exit code 1.
 >   Stop.
 > make: *** [bitmaps/Makefile] Error 1
 > Makefile:8: *** missing separator.  Stop.
 > 
 > which is however ignored, and the build finishes correctly, even
 > linking against libpng:
 > [snip]

That's bizarre. I'll have to look into it more closely...

 > >  > > lang/gcc46            (*) sub-configure failure: "cannot compile"
 > >  > 
 > >  > Update your current.
 > > 
 > > That's Joerg's current :-)
 > 
 > Then update Joerg's current ;)

I'm trying but it keeps giving me "Permission denied" ;-)

 > >  > > misc/root             needs png patches
 > >  > 
 > >  > Fails for me with a type problem that I can fix but it's in a
 > >  > generated file and I didn't find where to fix that yet.
 > > 
 > > Hrm... messages?
 > 
 > In file included from ./cint/cint/lib/G__c_posix.h:28:0,
 >                  from cint/cint/lib/G__c_posix.c:4:
 > ./cint/cint/include/sys/types.h:4:22: error: conflicting types for '__pid_t'
 > /usr/include/sys/ansi.h:43:19: note: previous declaration of '__pid_t' was 
 > here
 > ./cint/cint/include/sys/types.h:15:19: error: conflicting types for 
 > '__int64_t'
 > /usr/include/machine/int_types.h:53:19: note: previous declaration of 
 > '__int64_t' was here
 > ./cint/cint/include/sys/types.h:16:28: error: conflicting types for 
 > '__uint64_t'
 > /usr/include/machine/int_types.h:54:27: note: previous declaration of 
 > '__uint64_t' was here
 > cint/cint/lib/G__c_posix.c: In function 'G__posix__0_30':
 > cint/cint/lib/G__c_posix.c:204:7: warning: passing argument 1 of 'putenv' 
 > discards qualifiers from pointer target type
 > /usr/include/stdlib.h:163:6: note: expected 'char *' but argument is of type 
 > 'const char *'
 > 
 > I could remove the offending entries from
 > cint/cint/include/sys/types.h, but it's a generated file.

Huh. I guess I'd better look at this some more too...

-- 
David A. Holland
dholland%netbsd.org@localhost


Home | Main Index | Thread Index | Old Index