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 Tue, Dec 20, 2011 at 07:11:25PM +0000, David Holland wrote:
> On Tue, Dec 20, 2011 at 05:37:11PM +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

>  > > 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:

=> Unwrapping files-to-be-installed.
# ldd work/xpaint-2.7.8.1/xpaint
work/xpaint-2.7.8.1/xpaint:
        -lXpm.5 => /usr/X11R7/lib/libXpm.so.5
        -lXext.7 => /usr/X11R7/lib/libXext.so.7
        -lX11.7 => /usr/X11R7/lib/libX11.so.7
        -lxcb.1 => /usr/X11R7/lib/libxcb.so.1
        -lXau.7 => /usr/X11R7/lib/libXau.so.7
        -lgcc_s.1 => /usr/lib/libgcc_s.so.1
        -lc.12 => /usr/lib/libc.so.12
        -lXdmcp.7 => /usr/X11R7/lib/libXdmcp.so.7
        -ltiff.3 => /usr/pkg/lib/libtiff.so.3
        -ljpeg.8 => /usr/pkg/lib/libjpeg.so.8
        -lz.1 => /usr/lib/libz.so.1
        -lm.0 => /usr/lib/libm.so.0
        -lpng15.15 => /usr/pkg/lib/libpng15.so.15
        -lXt.7 => /usr/X11R7/lib/libXt.so.7
        -lSM.7 => /usr/X11R7/lib/libSM.so.7
        -lICE.7 => /usr/X11R7/lib/libICE.so.7
        -lXaw3d.8 => /usr/pkg/lib/libXaw3d.so.8
        -lXmu.7 => /usr/X11R7/lib/libXmu.so.7

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

Then update Joerg's current ;)

>  > > 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.
 Thomas


Home | Main Index | Thread Index | Old Index