gnustep-dev
[Top][All Lists]
Advanced

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

Current GNUstep-make and -base on FreeBSD 11 using clang


From: David Wetzel
Subject: Current GNUstep-make and -base on FreeBSD 11 using clang
Date: Fri, 19 May 2017 13:39:34 -0400

Hi Guys!

I removed the -make from FreeBSD ports and installed libdispatch-210_1 from 
ports.

Then:

# Set clang as compiler
export CC=clang
export CXX=clang++


then 

 ./configure 

and rebuild in -make (this time gnustep-make-2.7.0 from gnustep site -- NOT 
freebsd ports)

then -base (see below)

The test log file is attached.

This is a lot better that before but not really perfect.

Any ideas how to improve this?

David

address@hidden ~/gnustep-base-1.25.0]$ pwd
/home/dave/gnustep-base-1.25.0
address@hidden ~/gnustep-base-1.25.0]$ ./configure 
checking build system type... x86_64-unknown-freebsd11.0
checking host system type... x86_64-unknown-freebsd11.0
checking target system type... x86_64-unknown-freebsd11.0
checking for GNUstep configuration file to use at runtime... 
/usr/local/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... 
/usr/local/etc/GNUstep/GNUstep.conf
trying to import "/usr/local/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... LOCAL
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... /usr/local/share/GNUstep/Makefiles
checking for user defaults directory... GNUstep/Defaults
checking for user config file... .GNUstep.conf
checking for System Applications directory... 
/usr/local/lib/GNUstep/Applications
checking for System Admin Applications directory... 
/usr/local/lib/GNUstep/Applications
checking for System Web Applications directory... 
/usr/local/lib/GNUstep/WebApplications
checking for System Tools directory... /usr/local/bin
checking for System Admin Tools directory... /usr/local/sbin
checking for System Library directory... /usr/local/lib/GNUstep
checking for System Libraries directory... /usr/local/lib
checking for System Headers directory... /usr/local/include
checking for System Documentation directory... 
/usr/local/share/GNUstep/Documentation
checking for System Info Documentation directory... /usr/local/share/info
checking for System Man Documentation directory... /usr/local/share/man
checking for Network Applications directory... 
/usr/local/lib/GNUstep/Applications
checking for Network Admin Applications directory... 
/usr/local/lib/GNUstep/Applications
checking for Network Web Applications directory... 
/usr/local/lib/GNUstep/WebApplications
checking for Network Tools directory... /usr/local/bin
checking for Network Admin Tools directory... /usr/local/sbin
checking for Network Library directory... /usr/local/lib/GNUstep
checking for Network Libraries directory... /usr/local/lib
checking for Network Headers directory... /usr/local/include
checking for Network Documentation directory... 
/usr/local/share/GNUstep/Documentation
checking for Network Info Documentation directory... /usr/local/share/info
checking for Network Man Documentation directory... /usr/local/share/man
checking for Local Applications directory... /usr/local/lib/GNUstep/Applications
checking for Local Admin Applications directory... 
/usr/local/lib/GNUstep/Applications
checking for Local Web Applications directory... 
/usr/local/lib/GNUstep/WebApplications
checking for Local Tools directory... /usr/local/bin
checking for Local Admin Tools directory... /usr/local/sbin
checking for Local Library directory... /usr/local/lib/GNUstep
checking for Local Libraries directory... /usr/local/lib
checking for Local Headers directory... /usr/local/include
checking for Local Documentation directory... 
/usr/local/share/GNUstep/Documentation
checking for Local Info Documentation directory... /usr/local/share/info
checking for Local Man Documentation directory... /usr/local/share/man
checking for User Applications directory... GNUstep/Applications
checking for User Admin Applications directory... GNUstep/Applications/Admin
checking for User Web Applications directory... GNUstep/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 whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
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... /usr/bin/grep
checking for egrep... /usr/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 for _LARGEFILE_SOURCE value needed for large files... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for off_t... yes
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... /usr/local/lib
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... found
checking for compiler 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*... 8
checking size of short... 2
checking size of int... 4
checking size of long... 8
checking size of long long... 8
checking size of float... 4
checking size of double... 8
checking for working INTPTR_MAX, INTPTR_MIN, UINTPTR_MAX... yes
checking loading of constructor functions... yes
checking windows.h usability... no
checking windows.h presence... no
checking for windows.h... no
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... no
checking for dladdr... yes
checking for gethostbyname... yes
checking for getaddrinfo... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking pthread_np.h usability... yes
checking pthread_np.h presence... yes
checking for pthread_np.h... yes
checking size of pthread_mutex_t... 8
checking for pthread_mutex_t.__data.__owner... no
checking size of pthread_cond_t... 8
checking alignment of pthread_mutex_t... 8
checking alignment of pthread_cond_t... 8
checking for pthread_join in -lpthread... yes
checking for pthread_getthreadid_np... yes
checking for pthread_main_np... 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 for pthread_setname_np()... none
checking for gettid()... no
checking whether objc really works... yes
checking if the compiler supports -fconstant-string-class... yes
checking if +load method is executed before main... yes
checking for objc_sync_enter... yes
checking for objc_setProperty... yes
checking for _Block_copy... yes
checking for non-fragile-abi support... yes
checking for objc_setUncaughtExceptionHandler() in runtime... no
checking for objc_set_unexpected() in runtime... no
checking for _objc_unexpected_exception in runtime... yes
checking whether to enable native Objective-C exceptions... yes
checking for objc_sync_enter... (cached) yes
checking for thread-safe +initialize in runtime... yes
checking for size_t... yes
checking for inline... inline
checking for ANSI C header files... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking alloca.h usability... no
checking alloca.h presence... no
checking for alloca.h... no
checking float.h usability... yes
checking float.h presence... yes
checking for float.h... yes
checking for sys/stat.h... (cached) yes
checking sys/vfs.h usability... no
checking sys/vfs.h presence... no
checking for sys/vfs.h... no
checking sys/statfs.h usability... no
checking sys/statfs.h presence... no
checking for sys/statfs.h... no
checking sys/statvfs.h usability... yes
checking sys/statvfs.h presence... yes
checking for sys/statvfs.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking grp.h usability... yes
checking grp.h presence... yes
checking for grp.h... yes
checking sys/cdefs.h usability... yes
checking sys/cdefs.h presence... yes
checking for sys/cdefs.h... yes
checking sys/syslimits.h usability... yes
checking sys/syslimits.h presence... no
configure: WARNING: sys/syslimits.h: accepted by the compiler, rejected by the 
preprocessor!
configure: WARNING: sys/syslimits.h: proceeding with the compiler's result
checking for sys/syslimits.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for sys/syslimits.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for sys/mount.h... yes
checking for sys/types.h... (cached) yes
checking for windows.h... (cached) no
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking for main in -lm... yes
checking for statvfs... yes
checking for link... yes
checking for symlink... yes
checking for readlink... yes
checking for geteuid... yes
checking for getlogin... yes
checking for getpwnam... yes
checking for getpwnam_r... yes
checking for getpwuid... yes
checking for getpwuid_r... yes
checking for getgrgid... yes
checking for getgrgid_r... yes
checking for getgrnam... yes
checking for getgrnam_r... yes
checking for rint... yes
checking for getopt... yes
checking for pw_gecos field in struct passwd... yes
checking for currency_symbol field in struct lconv... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking tzfile.h usability... no
checking tzfile.h presence... no
checking for tzfile.h... no
checking sys/rusage.h usability... no
checking sys/rusage.h presence... no
checking for sys/rusage.h... no
checking ucbinclude/sys/resource.h usability... no
checking ucbinclude/sys/resource.h presence... no
checking for ucbinclude/sys/resource.h... no
checking for time... yes
checking for ctime... yes
checking for tzset... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking for socklen_t... no
checking bfd.h usability... no
checking bfd.h presence... yes
configure: WARNING: bfd.h: present but cannot be compiled
configure: WARNING: bfd.h:     check for missing prerequisite headers?
configure: WARNING: bfd.h: see the Autoconf documentation
configure: WARNING: bfd.h:     section "Present But Cannot Be Compiled"
configure: WARNING: bfd.h: proceeding with the compiler's result
checking for bfd.h... no
checking for libintl_fprintf in -lintl... no
checking for dyn_string_append in -liberty... no
checking for bfd_openr in -lbfd... no
checking execinfo.h usability... yes
checking execinfo.h presence... yes
checking for execinfo.h... yes
checking for backtrace... no
checking for __builtin_extract_return_address... no
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking sys/slog.h usability... no
checking sys/slog.h presence... no
checking for sys/slog.h... no
checking sys/slogcodes.h usability... no
checking sys/slogcodes.h presence... no
checking for sys/slogcodes.h... no
checking for syslog... yes
checking poll.h usability... yes
checking poll.h presence... yes
checking for poll.h... yes
checking for poll... yes
checking for poll emulation... no
checking if poll supports devices... yes
checking for vsprintf... yes
checking for vasprintf... yes
checking for snprintf... yes
checking for vsnprintf... yes
checking for getcwd... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking for posix_memalign... yes
checking for valloc... yes
checking for times... yes
checking for mkstemp... yes
checking for shmctl... yes
checking for mmap... yes
checking for mprotect... yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking for killpg... yes
checking for setpgrp... yes
checking for setpgid... yes
checking for setsid... yes
checking for grantpt... yes
checking whether setpgrp takes no argument... (cached) yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for inttypes.h... (cached) yes
checking libc.h usability... no
checking libc.h presence... no
checking for libc.h... no
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking malloc.h usability... no
checking malloc.h presence... no
checking for malloc.h... no
checking for memory.h... (cached) yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking for stdint.h... (cached) yes
checking for string.h... (cached) yes
checking sys/fcntl.h usability... yes
checking sys/fcntl.h presence... yes
checking for sys/fcntl.h... yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/filio.h usability... yes
checking sys/filio.h presence... yes
checking for sys/filio.h... yes
checking sys/inttypes.h usability... no
checking sys/inttypes.h presence... no
checking for sys/inttypes.h... no
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/signal.h usability... yes
checking sys/signal.h presence... yes
checking for sys/signal.h... yes
checking sys/stropts.h usability... no
checking sys/stropts.h presence... no
checking for sys/stropts.h... no
checking sys/wait.h usability... yes
checking sys/wait.h presence... yes
checking for sys/wait.h... yes
checking for unistd.h... (cached) yes
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking for stdlib.h... (cached) yes
checking for library containing inet_ntop... none required
checking for gethostbyaddr_r... yes
checking for inet_aton... yes
checking for inet_pton... yes
checking for inet_ntop... yes
checking for sigaction... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for gzseek in -lz... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking for setrlimit... yes
checking for strerror... yes
checking whether strerror_r is declared... yes
checking for strerror_r... yes
checking whether strerror_r returns char *... no
checking for sigsetjmp... yes
checking for uintmax_t... yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking short/int needs to be word aligned... no
checking for register_printf_specifier... no
checking for register_printf_function... yes
test hi there = hi there
test hi there = hi there
checking for realpath... yes
checking program_invocation_name in C Library... no
checking sys/utsname.h usability... yes
checking sys/utsname.h presence... yes
checking for sys/utsname.h... yes
checking sys/sysctl.h usability... yes
checking sys/sysctl.h presence... yes
checking for sys/sysctl.h... yes
checking for sysctlbyname... yes
checking procfs.h usability... no
checking procfs.h presence... no
checking for procfs.h... no
checking kernel support for /proc filesystem... no
checking support for /proc psinfo struct... no
checking link to exe of process in /proc... no
checking /proc/32621/cmdline terminated by nul... no
checking for kvm_getenvv in -lkvm... yes
checking if we can access kernel memory... yes
checking use of pass-through arguments... no
checking use of fake-main definition... configure: WARNING: Using libkvm which 
is known to be buggy on some systems consider configuring with 
--enable-fake-main instead.
no
checking ffi.h usability... yes
checking ffi.h presence... yes
checking for ffi.h... yes
checking for forwarding callback in runtime... yes
checking FFI library usage... libffi
checking for ffi_prep_closure_loc... yes
checking iconv support... yes, -liconv
checking for xml2-config... /usr/local/bin/xml2-config
checking for libxml - version >= 2.3.0... yes
checking libxml/SAX2.h usability... yes
checking libxml/SAX2.h presence... yes
checking for libxml/SAX2.h... yes
checking for xsltApplyStylesheet in -lxslt... yes
checking libxslt/xslt.h usability... yes
checking libxslt/xslt.h presence... yes
checking for libxslt/xslt.h... yes
checking gnutls support... yes
checking for gnutls_transport_set_errno... yes
checking for gnutls_x509_privkey_import2... yes
checking dns_sd.h usability... yes
checking dns_sd.h presence... yes
checking for dns_sd.h... yes
checking for DNSServiceBrowse in -ldns_sd... yes
checking avahi-client/client.h usability... no
checking avahi-client/client.h presence... no
checking for avahi-client/client.h... no
checking for icu-config... /usr/local/bin/icu-config
checking for ICU >= 4.6... yes
checking ICU_LIBS... -licui18n -licuuc -licudata 
checking ICU_LDFLAGS... -L/usr/local/lib 
yes
checking unicode/uloc.h usability... yes
checking unicode/uloc.h presence... yes
checking for unicode/uloc.h... yes
checking unicode/ulocdata.h usability... yes
checking unicode/ulocdata.h presence... yes
checking for unicode/ulocdata.h... yes
checking unicode/ucol.h usability... yes
checking unicode/ucol.h presence... yes
checking for unicode/ucol.h... yes
checking unicode/ucurr.h usability... yes
checking unicode/ucurr.h presence... yes
checking for unicode/ucurr.h... yes
checking unicode/uregex.h usability... yes
checking unicode/uregex.h presence... yes
checking for unicode/uregex.h... yes
checking unicode/ucal.h usability... yes
checking unicode/ucal.h presence... yes
checking for unicode/ucal.h... yes
checking unicode/unorm2.h usability... yes
checking unicode/unorm2.h presence... yes
checking for unicode/unorm2.h... yes
checking unicode/unum.h usability... yes
checking unicode/unum.h presence... yes
checking for unicode/unum.h... yes
checking unicode/udat.h usability... yes
checking unicode/udat.h presence... yes
checking for unicode/udat.h... yes
checking unicode/udatpg.h usability... yes
checking unicode/udatpg.h presence... yes
checking for unicode/udatpg.h... yes
checking unicode/ustring.h usability... yes
checking unicode/ustring.h presence... yes
checking for unicode/ustring.h... yes
checking unicode/usearch.h usability... yes
checking unicode/usearch.h presence... yes
checking for unicode/usearch.h... yes
checking unicode/ucnv.h usability... yes
checking unicode/ucnv.h presence... yes
checking for unicode/ucnv.h... yes
checking dispatch.h usability... no
checking dispatch.h presence... no
checking for dispatch.h... no
checking dispatch/dispatch.h usability... yes
checking dispatch/dispatch.h presence... yes
checking for dispatch/dispatch.h... yes
checking for dispatch_queue_create in -ldispatch... yes
checking whether we can link libdispatch and libobjc at the same time... yes
checking for dispatch_main_queue_drain_np... no
checking for dispatch_get_main_queue_handle_np... no
checking gmp.h usability... yes
checking gmp.h presence... yes
checking for gmp.h... yes
checking for mpf_abs in -lgmp... no
checking for __gmpf_abs in -lgmp... yes
checking for nl_langinfo and CODESET... yes
checking whether the compiler supports -Wdeclaration-after-statement... yes
checking if we should install gdomap as setuid... no
checking for the version of gnustep-base we are compiling... 1.25.0
configure: creating ./config.status
config.status: creating config.mak
config.status: creating base.make
config.status: creating Headers/GNUstepBase/GSConfig.h
config.status: creating Headers/GNUstepBase/config.h
address@hidden ~/gnustep-base-1.25.0]$ gmake
This is gnustep-make 2.7.0. Type 'gmake print-gnustep-make-help' for help.
Running in gnustep-make version 2 strict mode.
Making all in Source ...
rm -f dynamic-load.h
cp simple-load.h dynamic-load.h
/usr/local/share/GNUstep/Makefiles/mkinstalldirs .
cp ../Headers/GNUstepBase/config.h .
touch ./config.h
/usr/local/share/GNUstep/Makefiles/mkinstalldirs ./GNUstepBase
cp ../Headers/GNUstepBase/GSConfig.h ./GNUstepBase
touch ./GNUstepBase/GSConfig.h
Making all in Additions ...
Making all for subproject Additions...
Compiling file GSTypeEncoding.c ...
Compiling file GSObjCRuntime.m ...
Compiling file GCObject.m ...
Compiling file GCArray.m ...
Compiling file GCDictionary.m ...
Compiling file GSLock.m ...
Compiling file GSMime.m ...
GSMime.m:4490:23: warning: direct comparison of a string literal has undefined 
behavior [-Wobjc-string-compare]
 if (@"content-type" == lower)
     ~~~~~~~~~~~~~~~ ^
GSMime.m:4490:23: note: use 'isEqual:' instead
 if (@"content-type" == lower)
                     ^~
     [                isEqual: ]
1 warning generated.
Compiling file GSXML.m ...
Compiling file GSFunctions.m ...
Compiling file GSInsensitiveDictionary.m ...
Compiling file NSArray+GNUstepBase.m ...
Compiling file NSAttributedString+GNUstepBase.m ...
Compiling file NSBundle+GNUstepBase.m ...
Compiling file NSCalendarDate+GNUstepBase.m ...
Compiling file NSData+GNUstepBase.m ...
Compiling file NSDebug+GNUstepBase.m ...
Compiling file NSError+GNUstepBase.m ...
Compiling file NSHashTable+GNUstepBase.m ...
Compiling file NSFileHandle+GNUstepBase.m ...
Compiling file NSLock+GNUstepBase.m ...
Compiling file NSMutableString+GNUstepBase.m ...
Compiling file NSNumber+GNUstepBase.m ...
Compiling file NSObject+GNUstepBase.m ...
Compiling file NSPropertyList+GNUstepBase.m ...
Compiling file NSProcessInfo+GNUstepBase.m ...
Compiling file NSStream+GNUstepBase.m ...
Compiling file NSString+GNUstepBase.m ...
Compiling file NSTask+GNUstepBase.m ...
Compiling file NSThread+GNUstepBase.m ...
Compiling file NSURL+GNUstepBase.m ...
Compiling file Unicode.m ...
Linking subproject Additions ...
clang: warning: argument unused during compilation: '-pthread'
Making all in subprojects of library libgnustep-base...
Making all for subproject Additions...
gmake[5]: Nothing to be done for 'internal-subproject-compile'.
Making all for subproject unix...
Compiling file GSRunLoopCtxt.m ...
Compiling file NSStream.m ...
Linking subproject unix ...
clang: warning: argument unused during compilation: '-pthread'
Making all for library libgnustep-base...
Creating obj/libgnustep-base.obj/GSSocksParser/...
Compiling file GSLocale.m ...
Compiling file preface.m ...
Compiling file cifframe.m ...
Compiling file CXXException.m ...
Compiling file GSArray.m ...
Compiling file GSAttributedString.m ...
Compiling file GSBlocks.m ...
Compiling file GSConcreteValue.m ...
Compiling file GSCountedSet.m ...
Compiling file GSDictionary.m ...
Compiling file GSFTPURLHandle.m ...
Compiling file GSFormat.m ...
Compiling file GSHTTPAuthentication.m ...
Compiling file GSHTTPURLHandle.m ...
Compiling file GSICUString.m ...
Compiling file GSPrivateHash.m ...
Compiling file GSQuickSort.m ...
Compiling file GSRunLoopWatcher.m ...
Compiling file GSSet.m ...
Compiling file GSShellSort.m ...
Compiling file GSSocketStream.m ...
Compiling file GSStream.m ...
Compiling file GSString.m ...
Compiling file GSTimSort.m ...
Compiling file GSTLS.m ...
Compiling file GSValue.m ...
Compiling file GSSocksParser/GSSocksParser.m ...
Compiling file GSSocksParser/GSSocksParserPrivate.m ...
Compiling file GSSocksParser/GSSocks4Parser.m ...
Compiling file GSSocksParser/GSSocks5Parser.m ...
Compiling file NSAffineTransform.m ...
Compiling file NSArchiver.m ...
Compiling file NSArray.m ...
Compiling file NSAssertionHandler.m ...
Compiling file NSAttributedString.m ...
Compiling file NSAutoreleasePool.m ...
Compiling file NSBundle.m ...
Compiling file NSCache.m ...
Compiling file NSCachedURLResponse.m ...
Compiling file NSCalendar.m ...
Compiling file NSCalendarDate.m ...
Compiling file NSCallBacks.m ...
Compiling file NSCharacterSet.m ...
Compiling file NSClassDescription.m ...
Compiling file NSCoder.m ...
Compiling file NSCopyObject.m ...
Compiling file NSCountedSet.m ...
Compiling file NSConcreteHashTable.m ...
Compiling file NSConcreteMapTable.m ...
Compiling file NSConnection.m ...
Compiling file NSData.m ...
Compiling file NSDate.m ...
Compiling file NSDateFormatter.m ...
Compiling file NSDebug.m ...
Compiling file NSDecimal.m ...
Compiling file NSDecimalNumber.m ...
Compiling file NSDictionary.m ...
Compiling file NSDistantObject.m ...
Compiling file NSDistributedLock.m ...
Compiling file NSDistributedNotificationCenter.m ...
Compiling file NSEnumerator.m ...
Compiling file NSError.m ...
Compiling file NSException.m ...
Compiling file NSFileHandle.m ...
Compiling file NSFileManager.m ...
Compiling file NSFormatter.m ...
Compiling file NSGarbageCollector.m ...
Compiling file NSGeometry.m ...
Compiling file NSHashTable.m ...
Compiling file NSHost.m ...
Compiling file NSHTTPCookie.m ...
Compiling file NSHTTPCookieStorage.m ...
Compiling file NSIndexPath.m ...
Compiling file NSIndexSet.m ...
Compiling file NSInvocation.m ...
Compiling file NSInvocationOperation.m ...
Compiling file NSJSONSerialization.m ...
Compiling file NSKeyedArchiver.m ...
Compiling file NSKeyedUnarchiver.m ...
Compiling file NSKeyValueCoding.m ...
Compiling file NSKeyValueObserving.m ...
Compiling file NSLocale.m ...
Compiling file NSLock.m ...
Compiling file NSLog.m ...
Compiling file NSMapTable.m ...
Compiling file NSMetadata.m ...
Compiling file NSMethodSignature.m ...
Compiling file NSNotification.m ...
Compiling file NSNotificationCenter.m ...
Compiling file NSNotificationQueue.m ...
Compiling file NSNull.m ...
Compiling file NSNumber.m ...
Compiling file NSNumberFormatter.m ...
Compiling file NSObjCRuntime.m ...
Compiling file NSObject.m ...
Compiling file NSObject+NSComparisonMethods.m ...
Compiling file NSOperation.m ...
Compiling file NSPage.m ...
Compiling file NSPathUtilities.m ...
Compiling file NSPipe.m ...
Compiling file NSPointerArray.m ...
Compiling file NSPointerFunctions.m ...
Compiling file NSConcretePointerFunctions.m ...
Compiling file NSPort.m ...
Compiling file NSPortCoder.m ...
Compiling file NSPortMessage.m ...
Compiling file NSPortNameServer.m ...
Compiling file NSPredicate.m ...
Compiling file NSProcessInfo.m ...
Compiling file NSPropertyList.m ...
Compiling file NSProtocolChecker.m ...
Compiling file NSProxy.m ...
Compiling file NSRange.m ...
Compiling file NSRegularExpression.m ...
Compiling file NSRunLoop.m ...
Compiling file NSScanner.m ...
Compiling file NSSerializer.m ...
Compiling file NSSet.m ...
Compiling file NSSocketPort.m ...
Compiling file NSSocketPortNameServer.m ...
Compiling file NSSortDescriptor.m ...
Compiling file NSSpellServer.m ...
Compiling file NSString.m ...
Compiling file NSTask.m ...
Compiling file NSThread.m ...
Compiling file NSTimer.m ...
Compiling file NSTimeZone.m ...
Compiling file NSUnarchiver.m ...
Compiling file NSUndoManager.m ...
Compiling file NSURL.m ...
Compiling file NSURLAuthenticationChallenge.m ...
Compiling file NSURLCache.m ...
Compiling file NSURLCredential.m ...
Compiling file NSURLConnection.m ...
Compiling file NSURLCredentialStorage.m ...
Compiling file NSURLDownload.m ...
Compiling file NSURLProtectionSpace.m ...
Compiling file NSURLProtocol.m ...
Compiling file NSURLRequest.m ...
Compiling file NSURLResponse.m ...
Compiling file NSTextCheckingResult.m ...
Compiling file NSURLHandle.m ...
Compiling file NSUserDefaults.m ...
Compiling file NSUserNotification.m ...
Compiling file NSUUID.m ...
Compiling file NSValue.m ...
Compiling file NSValueTransformer.m ...
Compiling file NSXMLDocument.m ...
Compiling file NSXMLDTD.m ...
Compiling file NSXMLDTDNode.m ...
Compiling file NSXMLElement.m ...
Compiling file NSXMLNode.m ...
Compiling file NSXMLParser.m ...
Compiling file NSZone.m ...
Compiling file externs.m ...
Compiling file objc-load.m ...
Compiling file GSFileHandle.m ...
Compiling file NSMessagePort.m ...
Compiling file NSMessagePortNameServer.m ...
Compiling file NSNetServices.m ...
Compiling file GSMDNSNetServices.m ...
Compiling file GSFFIInvocation.m ...
Linking library libgnustep-base ...
Creating Info-gnustep.plist...
Making all in Tools ...
Making all for tool autogsdoc...
Compiling file autogsdoc.m ...
Compiling file AGSParser.m ...
Compiling file AGSOutput.m ...
Compiling file AGSIndex.m ...
Compiling file AGSHtml.m ...
Linking tool autogsdoc ...
Making all for tool cvtenc...
Compiling file cvtenc.m ...
Linking tool cvtenc ...
Making all for tool gdnc...
Compiling file gdnc.m ...
Linking tool gdnc ...
Making all for tool gspath...
Compiling file gspath.m ...
Linking tool gspath ...
Making all for tool defaults...
Compiling file defaults.m ...
Linking tool defaults ...
Making all for tool pl...
Compiling file pl.m ...
Linking tool pl ...
Making all for tool plmerge...
Compiling file plmerge.m ...
Linking tool plmerge ...
Making all for tool plparse...
Compiling file plparse.m ...
Linking tool plparse ...
Making all for tool sfparse...
Compiling file sfparse.m ...
Linking tool sfparse ...
Making all for tool pldes...
Compiling file pldes.m ...
Linking tool pldes ...
Making all for tool plget...
Compiling file plget.m ...
Linking tool plget ...
Making all for tool plser...
Compiling file plser.m ...
Linking tool plser ...
Making all for tool pl2link...
Compiling file pl2link.m ...
Linking tool pl2link ...
Making all for tool xmlparse...
Compiling file xmlparse.m ...
Linking tool xmlparse ...
Making all for tool HTMLLinker...
Compiling file HTMLLinker.m ...
Linking tool HTMLLinker ...
Making all for ctool gdomap...
Compiling file gdomap.c ...
Linking ctool gdomap ...
Making all in make_strings ...
Making all for tool make_strings...
Compiling file make_strings.m ...
Compiling file SourceEntry.m ...
Compiling file StringsEntry.m ...
Compiling file StringsFile.m ...
Linking tool make_strings ...
Making all in NSTimeZones ...
gmake[1]: Nothing to be done for 'all'.
Making all in Resources ...
gmake[1]: Nothing to be done for 'all'.
Making all in Tests ...
If you want to run the gnustep-base testsuite, please type 'make check'
address@hidden ~/gnustep-base-1.25.0]$ gmake check
This is gnustep-make 2.7.0. Type 'gmake print-gnustep-make-help' for help.
Running in gnustep-make version 2 strict mode.
Making check in Source ...
Making check in Additions ...
gmake[2]: Nothing to be done for 'check'.
Making check in subprojects of library libgnustep-base...
gmake[2]: Nothing to be done for 'check'.
gmake[2]: Nothing to be done for 'check'.
Making check for library libgnustep-base...
gmake[2]: Nothing to be done for 'internal-library-check'.
Making check in Tools ...
Making check in make_strings ...
gmake[2]: Nothing to be done for 'check'.
Making check in NSTimeZones ...
gmake[1]: Nothing to be done for 'check'.
Making check in Resources ...
gmake[1]: Nothing to be done for 'check'.
Making check in Tests ...
(\
GNUSTEP_LOCAL_ADDITIONAL_MAKEFILES="/usr/home/dave/gnustep-base-1.25.0/base.make";\
ADDITIONAL_INCLUDE_DIRS="-I/usr/home/dave/gnustep-base-1.25.0/Headers 
-I/usr/home/dave/gnustep-base-1.25.0/Source/.";\
ADDITIONAL_LIB_DIRS="-L/usr/home/dave/gnustep-base-1.25.0/Source/./obj";\
LD_LIBRARY_PATH="/usr/home/dave/gnustep-base-1.25.0/Source/./obj:";\
PATH="/usr/home/dave/gnustep-base-1.25.0/Tools/./obj:/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/home/dave/bin";\
export GNUSTEP_LOCAL_ADDITIONAL_MAKEFILES;\
export ADDITIONAL_INCLUDE_DIRS;\
export ADDITIONAL_LIB_DIRS;\
export LD_LIBRARY_PATH;\
export PATH;\
if [ "" = "" ]; then \
 gnustep-tests base;\
       else \
 gnustep-tests --debug base;\
       fi; \
)
--- Running tests in base/Functions ---
--- Running tests in base/GSMime ---
--- Running tests in base/GSTLS ---
--- Running tests in base/GSXML ---
--- Running tests in base/GarbageCollection ---
--- Running tests in base/KVC ---
--- Running tests in base/NSAffineTransform ---
--- Running tests in base/NSArchiver ---
--- Running tests in base/NSArray ---

base/NSArray/blocks.m:
Failed test:       blocks.m:31 ... Can forward enumerate array concurrently 
using a block
--- Running tests in base/NSAttributedString ---
--- Running tests in base/NSAutoreleasePool ---
--- Running tests in base/NSBundle ---

base/NSBundle/general.m:
Failed test:         general.m:37 ... -classNamed returns the correct class
--- Running tests in base/NSCache ---
--- Running tests in base/NSCalendar ---
--- Running tests in base/NSCalendarDate ---

base/NSCalendarDate/test00.m:
Failed test:     test00.m:107 ... +dateWithString:calendarFormat:locale: 
handles Africa/Addis_Ababa
Failed test:     test00.m:246 ... date check with 2002-03-31 01:30:00
Failed test:     test00.m:261 ... date check with 2002-03-31 01:30:00
Failed test:     test00.m:265 ... date check with 2002-03-31 00:30:00
Failed test:     test00.m:422 ... date year calculation preserves timezone

base/NSCalendarDate/test02.m:
Failed test:     test02.m:173 ... %Z format works in description
Failed test:     test02.m:177 ... %z format works in description
Failed test:     test02.m:197 ... %H%M format works in description
--- Running tests in base/NSCharacterSet ---
--- Running tests in base/NSConnection ---
--- Running tests in base/NSCountedSet ---
--- Running tests in base/NSData ---
--- Running tests in base/NSDate ---
--- Running tests in base/NSDateFormatter ---

base/NSDateFormatter/general.m:
Failed test:       general.m:56 ... EST time zone is correctly accounted for.
--- Running tests in base/NSDictionary ---
--- Running tests in base/NSException ---
--- Running tests in base/NSFileHandle ---
--- Running tests in base/NSFileManager ---
--- Running tests in base/NSHTTPCookie ---
--- Running tests in base/NSHashTable ---
--- Running tests in base/NSHost ---
--- Running tests in base/NSIndexPath ---
--- Running tests in base/NSInvocation ---
--- Running tests in base/NSInvocationOperation ---
--- Running tests in base/NSJSONSerialization ---
--- Running tests in base/NSKeyedArchiver ---
--- Running tests in base/NSLocale ---
--- Running tests in base/NSLock ---
--- Running tests in base/NSMapTable ---
--- Running tests in base/NSMethodSignature ---
--- Running tests in base/NSMutableArray ---
--- Running tests in base/NSMutableAttributedString ---
--- Running tests in base/NSMutableCharacterSet ---
--- Running tests in base/NSMutableData ---
--- Running tests in base/NSMutableDictionary ---
--- Running tests in base/NSMutableIndexSet ---
--- Running tests in base/NSMutableSet ---
--- Running tests in base/NSMutableString ---
--- Running tests in base/NSNotification ---
--- Running tests in base/NSNumber ---
--- Running tests in base/NSNumberFormatter ---
--- Running tests in base/NSObject ---
--- Running tests in base/NSOperation ---
--- Running tests in base/NSOrderedSet ---
--- Running tests in base/NSPointerArray ---
--- Running tests in base/NSPredicate ---
--- Running tests in base/NSProcessInfo ---
--- Running tests in base/NSProxy ---
--- Running tests in base/NSRegularExpression ---
--- Running tests in base/NSRunLoop ---

base/NSRunLoop/dispatch.m:
Skipped set:       dispatch.m 118 ... No libdispatch, no blocks support or no 
runloop integration hooks in libdispatch
--- Running tests in base/NSScanner ---
--- Running tests in base/NSSet ---
--- Running tests in base/NSSortDescriptor ---
--- Running tests in base/NSStream ---
--- Running tests in base/NSString ---
--- Running tests in base/NSTask ---
--- Running tests in base/NSThread ---
--- Running tests in base/NSTimeZone ---

base/NSTimeZone/create.m:
Failed test:     create.m:33 ... +timeZoneWithAbbreviation works
Failed test:     create.m:37 ... +timeZoneWithName works

base/NSTimeZone/use.m:
Failed test:     use.m:57 ... can calculate next DST transition
Failed test:       use.m:95 ... Returns correct Daylight Saving offset.
--- Running tests in base/NSURL ---
--- Running tests in base/NSURLConnection ---
--- Running tests in base/NSURLHandle ---
--- Running tests in base/NSURLProtocol ---
--- Running tests in base/NSURLRequest ---
--- Running tests in base/NSUUID ---
--- Running tests in base/NSUndoManager ---
--- Running tests in base/NSUserDefaults ---
--- Running tests in base/NSXMLDocument ---
--- Running tests in base/NSXMLElement ---
--- Running tests in base/NSXMLNode ---
--- Running tests in base/NSXMLParser ---
--- Running tests in base/PropertyLists ---
--- Running tests in base/Unicode ---
--- Running tests in base/coding ---
--- Running tests in base/headers ---

8189 Passed tests
 35 Dashed hopes
 15 Failed tests
  1 Skipped set


One or more tests failed.  None of them should have.
Please submit a patch to fix the problem or send a bug report to
the package maintainer.
Please see /usr/home/dave/gnustep-base-1.25.0/Tests/tests.log for more detail.
gmake[1]: *** [GNUmakefile:61: check] Error 1
gmake: *** 
[/usr/local/share/GNUstep/Makefiles/Master/serial-subdirectories.make:53: 
internal-check] Error 2
address@hidden ~/gnustep-base-1.25.0]$ 

Attachment: tests.log.bz2
Description: BZip2 compressed data


reply via email to

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