Your message dated Fri, 29 Jun 2007 10:10:05 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Bug#361427: Builds for me
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
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/
--- End Message ---
--- Begin Message ---
* Baruch Even <[EMAIL PROTECTED]> [2007-06-28 22:17]:
> tags + 361427 unreproducible
> thanks
>
> This package source is in Objective-C, once I installed manually
> gobjc-4.2 it built with no problem. Can you retry this in your buildd in
> a clean environment?
Works for me as well.
--
Martin Michlmayr
http://www.cyrius.com/
--- End Message ---