Package: libfoundation1.0
Version: 1.0.76-1

Your package fails to build with GCC 4.2.  Version 4.2 has not been
released yet but I'm building with a snapshot in order to find errors
and give people an advance warning.  You can reproduce this with the
gcc-snapshot package.


> Automatic build of libfoundation1.0_1.0.76-1 on em64t by sbuild/amd64 1.112
...
> gcc behavior.m -c \
>             -MMD -MP -DLIB_FOUNDATION_LIBRARY=1 -DFD_WITH_GSMAKE=1 -Wall 
> -Ix86_64/linux-gnu -DLIB_FOUNDATION_LIBRARY=1 -DGNU_RUNTIME=1 -D_REENTRANT 
> -fPIC -DGSWARN -DGSDIAGNOSE -O0 -fno-strict-aliasing -fgnu-runtime -I.. 
> -Ix86_64/linux-gnu/GNU -I. 
> -I/usr/local/lib/opengroupware.org/Local/Library/Headers 
> -I/usr/local/lib/opengroupware.org/Network/Library/Headers 
> -I/usr/lib/opengroupware.org/System/Library/Headers 
> -IGNUstep/Library/Headers/libFoundation 
> -I/usr/local/lib/opengroupware.org/Local/Library/Headers/libFoundation 
> -I/usr/local/lib/opengroupware.org/Network/Library/Headers/libFoundation 
> -I/usr/lib/opengroupware.org/System/Library/Headers/libFoundation 
> -IGNUstep/Library/Headers/libFoundation/./GNU 
> -I/usr/local/lib/opengroupware.org/Local/Library/Headers/libFoundation/./GNU 
> -I/usr/local/lib/opengroupware.org/Network/Library/Headers/libFoundation/./GNU
>  -I/usr/lib/opengroupware.org/System/Library/Headers/libFoundation/./GNU \
>              -o shared_obj/./GNU/behavior.o
> In file included from behavior.m:29:
> ../Foundation/common.h:31:20: warning: config.h: No such file or directory
> In file included from ../Foundation/NSString.h:30,
>                  from ../Foundation/common.h:32,
>                  from behavior.m:29:
> ../Foundation/NSObject.h:245:22: warning: lfmemory.h: No such file or 
> directory
> In file included from behavior.m:29:
> ../Foundation/common.h:60: warning: type defaults to 'int' in declaration of 
> 'atoi'
> ../Foundation/common.h:61: warning: type defaults to 'int' in declaration of 
> 'atol'
> In file included from behavior.m:29:
> ../Foundation/common.h: In function 'Strlen':
> ../Foundation/common.h:331: warning: implicit declaration of function 'strlen'
> ../Foundation/common.h:331: warning: incompatible implicit declaration of 
> built-in function 'strlen'
> ../Foundation/common.h: In function 'Strdup':
> ../Foundation/common.h:336: warning: implicit declaration of function 'strcpy'
> ../Foundation/common.h:336: warning: incompatible implicit declaration of 
> built-in function 'strcpy'
> ../Foundation/common.h:336: warning: incompatible implicit declaration of 
> built-in function 'strlen'
> ../Foundation/common.h: In function 'Strcpy':
> ../Foundation/common.h:341: warning: incompatible implicit declaration of 
> built-in function 'strcpy'
> ../Foundation/common.h: In function 'Strncpy':
> ../Foundation/common.h:346: warning: implicit declaration of function 
> 'strncpy'
> ../Foundation/common.h:346: warning: incompatible implicit declaration of 
> built-in function 'strncpy'
> ../Foundation/common.h: In function 'Strcat':
> ../Foundation/common.h:351: warning: implicit declaration of function 'strcat'
> ../Foundation/common.h:351: warning: incompatible implicit declaration of 
> built-in function 'strcat'
> ../Foundation/common.h: In function 'Strncat':
> ../Foundation/common.h:356: warning: implicit declaration of function 
> 'strncat'
> ../Foundation/common.h:356: warning: incompatible implicit declaration of 
> built-in function 'strncat'
> ../Foundation/common.h: In function 'Strcmp':
> ../Foundation/common.h:369: warning: implicit declaration of function 'strcmp'
> ../Foundation/common.h: In function 'Strncmp':
> ../Foundation/common.h:383: warning: implicit declaration of function 
> 'strncmp'
> In file included from 
> /usr/lib/opengroupware.org/System/Library/Headers/objc/hash.h:32,
>                  from 
> /usr/lib/opengroupware.org/System/Library/Headers/objc/objc-api.h:32,
>                  from ../extensions/objc-runtime.h:29,
>                  from behavior.m:30:
> /usr/include/stdlib.h: At top level:
> /usr/include/stdlib.h:152: error: conflicting types for 'atol'
> ../Foundation/common.h:61: error: previous declaration of 'atol' was here
> In file included from ../extensions/NSException.h:25,
>                  from behavior.m:31:
> ../Foundation/NSException.h:1:33: warning: real_exception_file.h: No such 
> file or directory
> In file included from ../extensions/exceptions/FoundationException.h:25,
>                  from ../Foundation/exceptions/GeneralExceptions.h:29,
>                  from ../extensions/exceptions/GeneralExceptions.h:25,
>                  from behavior.m:32:
> ../Foundation/exceptions/FoundationException.h:34: error: cannot find 
> interface declaration for 'NSException', superclass of 'FoundationException'
> In file included from ../extensions/exceptions/GeneralExceptions.h:25,
>                  from behavior.m:32:
> ../Foundation/exceptions/GeneralExceptions.h:73: error: cannot find interface 
> declaration for 'NSException', superclass of 'UnknownTypeException'
> ../Foundation/exceptions/GeneralExceptions.h:78: error: cannot find interface 
> declaration for 'NSException', superclass of 'UnknownClassException'
> ../Foundation/exceptions/GeneralExceptions.h:87: error: cannot find interface 
> declaration for 'NSException', superclass of 'InternalInconsistencyException'
> ../Foundation/exceptions/GeneralExceptions.h:91: error: cannot find interface 
> declaration for 'NSException', superclass of 'InvalidArgumentException'
> ../Foundation/exceptions/GeneralExceptions.h:106: error: cannot find 
> interface declaration for 'NSException', superclass of 
> 'InvalidUseOfMethodException'
> ../Foundation/exceptions/GeneralExceptions.h:109: error: cannot find 
> interface declaration for 'NSException', superclass of 
> 'PosixFileOperationException'
> behavior.m: In function 'class_add_behavior':
> behavior.m:44: warning: 'ObjcRuntimeException' may not respond to '+alloc'
> behavior.m:44: warning: (Messages without a matching method signature
> behavior.m:44: warning: will be assumed to return 'id' and accept
> behavior.m:44: warning: '...' as arguments.)
> behavior.m:45: warning: no '-raise' method found
> make[3]: *** [shared_obj/./GNU/behavior.o] Error 1
> make[2]: *** [libFoundation.all.library.variables] Error 2
> make[2]: Leaving directory `/build/tbm/libfoundation1.0-1.0.76/Foundation'
> make[1]: *** [internal-all] Error 2

-- 
Martin Michlmayr
http://www.cyrius.com/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to