gnustep-dev
[Top][All Lists]
Advanced

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

Build failed in Jenkins: gnustep #936


From: greg . casamento
Subject: Build failed in Jenkins: gnustep #936
Date: Tue, 16 Jul 2013 21:39:42 -0400 (EDT)

See <http://gnustep.dnsalias.org:8080/job/gnustep/936/changes>

Changes:

[rfm] revert

[ericwa] * Source/OpalGraphics/CGBitmapContext.m: Fix subtle endianness bug.
For future reference, kCGBitmapByteOrderDefault means big-endian.
* Tests/bitmaps.m: Add a bitmap context test. It draws a black background
with a cream colored blob in the bottom left.

[ericwa] fix typo in last commit

[ericwa] * Source/OpalGraphics/CGBitmapContext.m: Use calloc to allocate zeroed
bitmap buffers

[rfm] fix mutability errors and tiny leak

[rmottola] Do not remap GNUstep image itself.

[ivucica] opal: Implementation of a lot of drawing and matrix methods. Work on 
getting backing store support to work.

[wlux] Fix wrong command name in help.

[wlux] Fix infinite loop and space leak.

[ivucica] Added OPContextSetIdentityCTM() and OPContextResetClip().

[rmottola] Add license to the Theme properties

[rfm] removew redundant check

[stefanbidi] * configure.ac: Check for math library.
* Source/CFAttributedString.c,
* Source/CFData.c,
* Source/CFError.c,
* Source/CFDate.c, 
* Source/CFNumber.c,
* Source/CFRunLoop.c,
* Source/CFRuntime.c,
* Source/CFURL.c: Use CF_OBJC_FUNCDISPATCHV.
* Source/CFStringEncoding.c: Fix character Unicode conversion.
* Source/GSHashTable.h: Use GS_PRIVATE for hidden functions.
* Source/GSPrivate.h: Add GS_PRIVATE for hidden visibility functions. 
Remove CF_OBJC_FUNCDISPATCH[012345] in favor of CF_OBJC_FUNCDISPATCHV.

[stefanbidi] * Source/CFStringEncoding.c: Fix ASCII conversion.

[wlux] Add +initialize to fake NSObject class for configure test programs
when compiling with the Apple runtime.

[wlux] Rewrite test whether the compiler supports the non-fragile ABI with
portable code that does not rely on a BSD compatible echo command.

[rfm] fix error in format function

[rfm] a few checks for failed mem allocation

[rfm] minor 64bit issues

[rfm] add deletion to make disk space, and compression in separate thread.

[rfm] compress/delete improvements.

[rfm] fixup error setting structure types

[rfm] revert last change

[rfm] tweak guess of reasonable padding/alignment size when not provided by 
compiler

[espectador] Use arrow cursor in transient menus.

[wlux] Fix definition of GS_OSX_ADJUST, which got things backward.

[ivucica] Drawing a red rectangle with Opal.

[theraven] Define ENOTSUP if it isn't defined already.

[rfm] fix check for unicode normalisation

[fredkiefer] * Transparency-test/Transparency-Test.m: Add toggle button to
ignore mouse events. Toggle with NSCommandKeyMask-i.
* NSTableView-test/NSTableView-test.m: Make first column selectable.

[fredkiefer] * Transparency-test/Transparency-Test.m: Add toggle button to
ignore mouse events. Toggle with NSCommandKeyMask-i.
* NSTableView-test/NSTableView-test.m: Make first column selectable.

[thebeing] Add missing include (patch by Philippe Roussell) and improve some 
object export functionality.

[rfm] add assembler flags needed for cmake

[mlytwyn] Popup menu display broken on linux

[rfm] add code to compare types ignoring qualifiers

[rfm] tests by Graham

[rfm] tests by Graham

[rfm] improved diagnostic log from testplant

[fredkiefer] * Source/x11/XGServerWindow.m (-setIgnoreMouse::): Completely
        rewrite this method to use Xfixes.
        * Source/win32/WIN32Server.m (-setIgnoreMouse::): Implement a
        Windows version of this method.

[rfm] add new class from Graham Lee <address@hidden>

[theraven] Only use .type on ELF targets.

[rfm] fix memory leak

[rfm] re-add MAC_OS_X_VERSION_MAX_ALLOWED

[rfm] fix version checks

[fredkiefer] * Source/x11/XGServerWindow.m (-setIgnoreMouse::): New method
that allows to ignore mouse events for a window.

[fredkiefer] * Headers/Additions/GNUstepGUI/GSDisplayServer.h
        * Source/GSDisplayServer.m: Add new method -setIgnoreMouse::
        * with
        empty implementation.
        * Source/NSWindow.m (-setIgnoresMouseEvents:): Use this new
        * method.

[espectador] Ignore the first mouse up in transient menus if style is 
NSWindows95InterfaceStyle.

[theraven] Align ivars to 16 byte boundaries when they are larger than a 
pointer.  This is
currently overly defensive.

Add a test case for this realignment.

[ericwa] libobjc2: some changes needed to build on OS X. CDECL macro to prefix 
symbol names in assembly code with an underscore, macros to omit the .type and 
.section derictives which are unsupported on OS X, and also a linker flag to 
make weak symbols work

[espectador] Revert last commit.

[espectador] Prevent duplicate the cursor with -push.

[fredkiefer] * Source/NSImageRep.m (-guiDrawInRect:...fraction:): Readd special
handling for printing as suggested by Eric Wasylishen <address@hidden>.

[rfm] remove bogus warning message

[rfm] Alignment fixup

[rfm] fix typo

[rfm] more static analyser fixups

[rfm] memory management fix

[rfm] minor command parsing fix

[rfm] fix potential null pointer deref

------------------------------------------
[...truncated 7744 lines...]
Making clean in NSTimeZones ...
rm -rf ./*~ ./obj
Making clean in Resources ...
rm -rf ./*~ ./obj
Making clean in Tests ...
gnustep-tests --clean
Checking for presence of test subdirectories ...
--- Cleaning tests in base/coding ---
--- Cleaning tests in base/Functions ---
--- Cleaning tests in base/GarbageCollection ---
--- Cleaning tests in base/GSMime ---
--- Cleaning tests in base/GSXML ---
--- Cleaning tests in base/headers ---
--- Cleaning tests in base/KVC ---
--- Cleaning tests in base/NSAffineTransform ---
--- Cleaning tests in base/NSArchiver ---
--- Cleaning tests in base/NSArray ---
--- Cleaning tests in base/NSAttributedString ---
--- Cleaning tests in base/NSAutoreleasePool ---
--- Cleaning tests in base/NSBundle ---
--- Cleaning tests in base/NSCalendar ---
--- Cleaning tests in base/NSCalendarDate ---
--- Cleaning tests in base/NSCharacterSet ---
--- Cleaning tests in base/NSConnection ---
--- Cleaning tests in base/NSCountedSet ---
--- Cleaning tests in base/NSData ---
--- Cleaning tests in base/NSDate ---
--- Cleaning tests in base/NSDateFormatter ---
--- Cleaning tests in base/NSDictionary ---
--- Cleaning tests in base/NSException ---
--- Cleaning tests in base/NSFileHandle ---
--- Cleaning tests in base/NSFileManager ---
--- Cleaning tests in base/NSHashTable ---
--- Cleaning tests in base/NSHost ---
--- Cleaning tests in base/NSHTTPCookie ---
--- Cleaning tests in base/NSIndexPath ---
--- Cleaning tests in base/NSInvocation ---
--- Cleaning tests in base/NSInvocationOperation ---
--- Cleaning tests in base/NSJSONSerialization ---
--- Cleaning tests in base/NSKeyedArchiver ---
--- Cleaning tests in base/NSLocale ---
--- Cleaning tests in base/NSLock ---
--- Cleaning tests in base/NSMapTable ---
--- Cleaning tests in base/NSMethodSignature ---
--- Cleaning tests in base/NSMutableArray ---
--- Cleaning tests in base/NSMutableAttributedString ---
--- Cleaning tests in base/NSMutableCharacterSet ---
--- Cleaning tests in base/NSMutableData ---
--- Cleaning tests in base/NSMutableDictionary ---
--- Cleaning tests in base/NSMutableIndexSet ---
--- Cleaning tests in base/NSMutableSet ---
--- Cleaning tests in base/NSMutableString ---
--- Cleaning tests in base/NSNotification ---
--- Cleaning tests in base/NSNumber ---
--- Cleaning tests in base/NSNumberFormatter ---
--- Cleaning tests in base/NSObject ---
--- Cleaning tests in base/NSOperation ---
--- Cleaning tests in base/NSOrderedSet ---
--- Cleaning tests in base/NSPointerArray ---
--- Cleaning tests in base/NSPredicate ---
--- Cleaning tests in base/NSProcessInfo ---
--- Cleaning tests in base/NSProxy ---
--- Cleaning tests in base/NSRunLoop ---
--- Cleaning tests in base/NSScanner ---
--- Cleaning tests in base/NSSet ---
--- Cleaning tests in base/NSSortDescriptor ---
--- Cleaning tests in base/NSStream ---
--- Cleaning tests in base/NSString ---
--- Cleaning tests in base/NSTask ---
--- Cleaning tests in base/NSTimeZone ---
--- Cleaning tests in base/NSUndoManager ---
--- Cleaning tests in base/NSURL ---
--- Cleaning tests in base/NSURLConnection ---
--- Cleaning tests in base/NSURLHandle ---
--- Cleaning tests in base/NSURLProtocol ---
--- Cleaning tests in base/NSURLRequest ---
--- Cleaning tests in base/NSUserDefaults ---
--- Cleaning tests in base/NSXMLDocument ---
--- Cleaning tests in base/NSXMLElement ---
--- Cleaning tests in base/NSXMLNode ---
--- Cleaning tests in base/NSXMLParser ---
--- Cleaning tests in base/PropertyLists ---
--- Cleaning tests in base/Unicode ---
rm -rf ./*~ ./obj
Making distclean in Source ...
Making distclean in ObjectiveC2 ...
make[2]: Nothing to be done for `distclean'.
Making distclean in Additions ...
make[2]: Nothing to be done for `distclean'.
Making distclean in subprojects of library libgnustep-base...
make[2]: Nothing to be done for `distclean'.
make[2]: Nothing to be done for `distclean'.
make[2]: Nothing to be done for `distclean'.
rm -f mframe/mframe.h Foundation \
                NSNumber[0-9]*.m GSValue[0-9]*.m
rm -rf ./GNUstepBase
rm -rf ./mframe.h
rm -rf ./mframe.h
rm -rf ix86
Making distclean in Tools ...
Making distclean in make_strings ...
make[2]: Nothing to be done for `distclean'.
Making distclean in NSTimeZones ...
rm -rf NSTimeZones
Making distclean in Resources ...
make[1]: Nothing to be done for `distclean'.
Making distclean in Tests ...
make[1]: Nothing to be done for `distclean'.
+ ./configure --with-installation-domain=SYSTEM
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for GNUstep configuration file to use at runtime... 
/home/gnustep/clang/GNUstep/etc/GNUstep/GNUstep.conf
checking whether the GNUstep.conf file path can be set in the environment... yes
checking if we should import an existing configuration file now... yes
checking for default GNUstep configuration file to use... 
/home/gnustep/clang/GNUstep/etc/GNUstep/GNUstep.conf
trying to import "/home/gnustep/clang/GNUstep/etc/GNUstep/GNUstep.conf"
configure: If this fails, please run configure again with the 
--disable-importing-config-file option or specifying an alternative file using 
the --with-default-config= option
checking for GNUstep-base installation domain... SYSTEM
checking if we are hardcoding any relative paths in gnustep-base... no
configure: We store the following filesystem layout into gnustep-base, to be 
used when no config file is found
checking for Makefiles directory... 
/home/gnustep/clang/GNUstep/System/Library/Makefiles
checking for user defaults directory... GNUstep/Defaults
checking for user config file... .GNUstep.conf
checking for System Applications directory... 
/home/gnustep/clang/GNUstep/System/Applications
checking for System Admin Applications directory... 
/home/gnustep/clang/GNUstep/System/Applications/Admin
checking for System Web Applications directory... 
/home/gnustep/clang/GNUstep/System/Library/WebApplications
checking for System Tools directory... /home/gnustep/clang/GNUstep/System/Tools
checking for System Admin Tools directory... 
/home/gnustep/clang/GNUstep/System/Tools/Admin
checking for System Library directory... 
/home/gnustep/clang/GNUstep/System/Library
checking for System Libraries directory... 
/home/gnustep/clang/GNUstep/System/Library/Libraries
checking for System Headers directory... 
/home/gnustep/clang/GNUstep/System/Library/Headers
checking for System Documentation directory... 
/home/gnustep/clang/GNUstep/System/Library/Documentation
checking for System Info Documentation directory... 
/home/gnustep/clang/GNUstep/System/Library/Documentation/info
checking for System Man Documentation directory... 
/home/gnustep/clang/GNUstep/System/Library/Documentation/man
checking for Network Applications directory... 
/home/gnustep/clang/GNUstep/Local/Applications
checking for Network Admin Applications directory... 
/home/gnustep/clang/GNUstep/Local/Applications/Admin
checking for Network Web Applications directory... 
/home/gnustep/clang/GNUstep/Local/Library/WebApplications
checking for Network Tools directory... /home/gnustep/clang/GNUstep/Local/Tools
checking for Network Admin Tools directory... 
/home/gnustep/clang/GNUstep/Local/Tools/Admin
checking for Network Library directory... 
/home/gnustep/clang/GNUstep/Local/Library
checking for Network Libraries directory... 
/home/gnustep/clang/GNUstep/Local/Library/Libraries
checking for Network Headers directory... 
/home/gnustep/clang/GNUstep/Local/Library/Headers
checking for Network Documentation directory... 
/home/gnustep/clang/GNUstep/Local/Library/Documentation
checking for Network Info Documentation directory... 
/home/gnustep/clang/GNUstep/Local/Library/Documentation/info
checking for Network Man Documentation directory... 
/home/gnustep/clang/GNUstep/Local/Library/Documentation/man
checking for Local Applications directory... 
/home/gnustep/clang/GNUstep/Local/Applications
checking for Local Admin Applications directory... 
/home/gnustep/clang/GNUstep/Local/Applications/Admin
checking for Local Web Applications directory... 
/home/gnustep/clang/GNUstep/Local/Library/WebApplications
checking for Local Tools directory... /home/gnustep/clang/GNUstep/Local/Tools
checking for Local Admin Tools directory... 
/home/gnustep/clang/GNUstep/Local/Tools/Admin
checking for Local Library directory... 
/home/gnustep/clang/GNUstep/Local/Library
checking for Local Libraries directory... 
/home/gnustep/clang/GNUstep/Local/Library/Libraries
checking for Local Headers directory... 
/home/gnustep/clang/GNUstep/Local/Library/Headers
checking for Local Documentation directory... 
/home/gnustep/clang/GNUstep/Local/Library/Documentation
checking for Local Info Documentation directory... 
/home/gnustep/clang/GNUstep/Local/Library/Documentation/info
checking for Local Man Documentation directory... 
/home/gnustep/clang/GNUstep/Local/Library/Documentation/man
checking for User Applications directory... GNUstep/Applications
checking for User Admin Applications directory... GNUstep/Applications/Admin
checking for User Web Applications directory... GNUstep/Library/WebApplications
checking for User Tools directory... GNUstep/Tools
checking for User Admin Tools directory... GNUstep/Tools/Admin
checking for User Library directory... GNUstep/Library
checking for User Libraries directory... GNUstep/Library/Libraries
checking for User Headers directory... GNUstep/Library/Headers
checking for User Documentation directory... GNUstep/Library/Documentation
checking for User Info Documentation directory... 
GNUstep/Library/Documentation/info
checking for User Man Documentation directory... 
GNUstep/Library/Documentation/man
checking for System User directory... /home
checking for Network User directory... /home
checking for Local User directory... /home
checking for gcc... clang
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether clang accepts -g... yes
checking for clang option to accept ISO C89... none needed
checking how to run the C preprocessor... clang -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether compiler supports UTF-8 constants in executable... 
./configure: line 5224: warning: setlocale: LC_ALL: cannot change locale 
(en_US.ISO-8859-1): No such file or directory
no
configure: WARNING: Your compiler does not appear to support locales or command 
line options to control handling of charactersets, so we cannot be sure that 
the compiled code will contain the UTF-8 string literals expected by 
gnustep-base.  This means that using any source code code containing non 
US-ASCII text in string literals may give unexpected results (or crashes) at 
runtime.  However, as long as any such literals only use the UTF-8 
characterset, this is unlikely to be a problem (since old/faulty compilers are 
likely to pass the UTF-8 literals through to the compiled code). Please 
configure using --disable-unicodeconstants to avoid seeing this warning.
checking whether the compiler supports atomic operations... yes
checking for whoami... /usr/bin/whoami
checking for pkg-config... yes
checking the Objective-C runtime... GNU
checking for custom shared objc library... 
/home/gnustep/clang/GNUstep/Local/Library/Libraries
checking objc/runtime.h usability... yes
checking objc/runtime.h presence... yes
checking for objc/runtime.h... yes
checking objc/objc.h usability... yes
checking objc/objc.h presence... yes
checking for objc/objc.h... yes
configure: for gdomap network details
checking for variable length socket addresses... not found
checking for gcc visibility attribute support... found
checking whether SO_REUSEADDR is broken... no
checking for objc threading flags...   
checking whether byte ordering is bigendian... no
checking size of void*... 4
checking size of short... 2
checking size of int... 4
checking size of long... 4
checking size of long long... 8
checking size of float... 4
checking size of double... 8
checking loading of constructor functions... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for dynamic linker type... simple
checking for dladdr in -ldl... yes
checking for dladdr... yes
checking for gethostbyname... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking size of pthread_mutex_t... 24
checking size of pthread_cond_t... 48
checking alignment of pthread_mutex_t... 4
checking alignment of pthread_cond_t... 4
checking for pthread_join in -lpthread... yes
checking for sched_yield in -lrt... yes
checking for nanosleep... yes
checking for usleep... yes
checking for Sleep... no
checking for objc_root_class attribute support... found
checking whether objc really works... yes
checking if the compiler supports -fconstant-string-class... no
configure: error: Your compiler does not appear to implement the 
-fconstant-string-class option needed for support of strings.  Please check for 
a more recent version or consider using --enable-nxconstantstring
Build step 'Execute shell' marked build as failure




reply via email to

[Prev in Thread] Current Thread [Next in Thread]