See <http://gnustep.dnsalias.org:8080/job/gnustep/559/changes>
Changes: [rfm] bugfix release for insertion at index [rfm] JSONRPC result tweak [rmottola] translations [rmottola] New compare methods to take in account NSNotFound [rmottola] NSUInteger transition [rmottola] Transition to CGFloat and NSUInteger [rfm] fix error inserting child element [buzzdee] * ECPG.pgm * testECPG.m * testMySQL.m * testSQLite.m use PRIuPTR to NSLog NSUIntegers OK Richard [theraven] Hopefully fix the build on crazy libc implementations. [fredkiefer] * Headers/AppKit/NSSplitView.h * Source/NSSplitView.m: Change to CGFloat, NSUInteger and NSInteger. Patch partly by Sebastian Reitenbach <sebas...@l00-bugdead-prods.de> [buzzdee] * Framework/PCProjectBrowser.m * Framework/PCSaveModified.m * Framework/PCProjectLoadedFiles.m * Framework/PCProjectBuilder.m * Headers/ProjectCenter/PCProjectBrowser.h * Headers/ProjectCenter/PCSaveModified.h * Headers/ProjectCenter/PCProjectLoadedFiles.h * Modules/Projects/Application/PCAppProject+Inspector.h * Modules/Projects/Application/PCAppProject+Inspector.m some more (unsigned) int -> NS(U)Integer transitions not catched from clang, but found by libobjc2 in debug mode OK Fred [buzzdee] * Framework/PCProjectInspector.m * Modules/Editors/ProjectCenter/SyntaxDefinition.m * Modules/Editors/ProjectCenter/SyntaxHighlighter.m * Modules/Editors/ProjectCenter/TextPattern.m * Modules/Preferences/EditorFSC/PCEditorFSCPrefs.m some more (unsigned) int -> NS(U)Integer transitions and some shutup of clang compiler warnings OK Fred [fredkiefer] Silence warnings from clang. [rfm] preliminary commit of data: support [rfm] tweaks to compile with mdns again [rfm] fix for #38198 by Marcus Muller [rfm] OSX compatibility when we are creating a URL relative to an incompatible base. [rfm] add test for base and relative URLs with different schemes [rfm] add test for base and relative URLs with different schemes [rfm] add test for relative data URL [rfm] add test for relative data URL [buzzdee] * Modules/Debuggers/ProjectCenter/PTYView.m Include right headers for openpty on OpenBSD OK Fred [buzzdee] * Modules/Preferences/Build/PCBuildPrefs.m * Framework/PCButton.m * Modules/Parsers/ProjectCenter/ObjCMethodHandler.m shutup some clang warnings * Framework/PCProjectBrowser.m NSInteger conversions OK Fred [buzzdee] * Framework/PCFileCreator.m * Framework/PCMakefileFactory.m * Framework/PCProjectBuilder.m * Framework/PCProjectLauncher.m * Framework/PCProjectManager.m * Framework/PCProject.m * Modules/Projects/Application/PCAppProject.m * Modules/Projects/Tool/PCToolProject.m shutup clang compiler warning about redunant literal string usage [rfm] fix typos [rfm] update for objc2 [rfm] 64bit issues and compiler warnings [fredkiefer] * Sound/SndfileSource.m (dataRead): Remove unused variable * range. Patch by Sebastian Reitenbach <sebas...@l00-bugdead-prods.de> [fredkiefer] * Headers/AppKit/NSPageLayout.h * Source/NSPageLayout.m: Change int to NSInteger. Patch by Sebastian Reitenbach <sebas...@l00-bugdead-prods.de> [rfm] add convenience method for RPC fault responses [fredkiefer] Encoding correction for last commit [fredkiefer] Regenerate string files. Translations are still missing. [rmottola] Fix -1 to be NSNotFound to complete transition to unsigned. [buzzdee] * GWMetadata/MDFinder/MDFinder.m * Recycler/Recycler.m move to newer API for applicationShouldTerminate OK Riccardo [wlux] Define the standard Smalltalk methods for invoking blocks with arguments, keeping StepTalk's old non-standard methods for backward compatibility. [rmottola] Release dialog later and don't autorelease it too early. [rmottola] fix ARP leak [rmottola] slight cleanup [rmottola] Rename finalize to finalizeStatement to avoid clash with GC [NSObejct finalize+ method. [rmottola] Add tooltips to buttons. [fredkiefer] * Modules/Themes/Themes.m: Don't set a nil authors string. [buzzdee] * Modules/Defaults/Defaults.m * Modules/Volumes/Volumes.m * SystemPreferences/SystemPreferences.m NS(U)Integer conversions OK riccardo [buzzdee] * GSThreadPool.h, GSCache.m shutup clang warnings OK rfm [buzzdee] * GWorkspace/History/History.m * GWorkspace/Preferences/DesktopPref.m * GWorkspace/Preferences/HiddenFilesPref.m more (unsigned) int to NS(U)Integer conversion [buzzdee] * GWorkspace/Finder/LiveSearch/LSFolder.m * GWorkspace/Finder/Finder.m * GWorkspace/Finder/SearchResults/SearchResults.m more (unsigned) int to NS(U)Integer conversion [buzzdee] * GWorkspace/FileViewer/GWViewerBrowser.m * GWorkspace/FileViewer/GWViewerSplit.m more (unsigned) int to NS(U)Integer conversion [buzzdee] * GWorkspace/Desktop/GWDesktopWindow.m * GWorkspace/Desktop/XBundles/XDesktopWindow/XDesktopWindow.m more (unsigned) int to NS(U)Integer conversion [buzzdee] * GWorkspace/Desktop/Dock/DockIcon.m * Inspector/Attributes.m * remove unused variables [buzzdee] more NS(U)Integer conversions [buzzdee] * FSNode/FSNBrowserColumn.m * FSNode/FSNBrowserMatrix.m * (unsigned) int to NS(U)Integer conversion [buzzdee] * GWorkspace/TShelf/TShelfIconsView.m * Inspector/Attributes.h even more shutup to clang [buzzdee] Missed in last commit [buzzdee] * Tools/ddbd/DDBDirsManager.m * Tools/ddbd/MDModules/MDModuleAnnotations/MDModuleAnnotations.m even more shutup to clang [buzzdee] * GWMetadata/gmds/gmds/gmds.m * GWMetadata/gmds/mdextractor/mdextractor.m shutup clang warning about constant strings in NSLog [qmathe] Fixed -encodeWithCoder: in NSView to encode the superview conditionally as Cocoa does (Apple discusses superview encoding as a use case for conditional encoding in the Archiving related documentation). Note: A view can now be archived (or copied) without having to remove the view from its hierarchy before archiving it. [fredkiefer] * Source/winlib/WIN32Context.m(-isCompatibleBitmap): Add missing varible. [fredkiefer] Change DPS/PS functions to CGFloat and NSInteger. [fredkiefer] Change DPS/PS functions to CGFloat and NSInteger. [theraven] Fix compiler warnings / errors in thematic. [theraven] Fix the NSBrowser delegate methods in NSSavePanel to have the correct types. [theraven] When displaying the horizontal menu, set the title of the main menu to the name of the application, not the name of the process, if the info bundle contains an application name. [fredkiefer] * Source/NSBezierPath.m: Started the implementation of keyed encoding and decoding. [rfm] thread exist safety fixup [rfm] fix error checking for perform on finished thread [theraven] When trying to find the types of a method, lookup the untyped slot. [fredkiefer] Change NSBezierPath to use NSInteger and CGFloat and adjust uses to this. [fredkiefer] Change NSBezierPath to use NSInteger and CGFloat and adjust uses to this. [theraven] Mark all libobjc2 headers as system headers when not compiling the runtime itself. This makes clang hide warnings. [rfm] fixes for potential locking issues. [theraven] Fix warnings in NSForm. [dwetzel] * Source/TagLibrary/GSMarkupTagButton.m: Fix needsSettingBorderAndBezel #ifndef GNUSTEP [fredkiefer] * Headers/AppKit/NSBrowser.h * Headers/AppKit/NSFontPanel.h * Headers/AppKit/NSMatrix.h * Headers/AppKit/NSTableView.h * Source/NSBrowser.m * Source/NSFontPanel.m * Source/NSMatrix.m: Small fixes to last change. [theraven] Apparently clang 3.2 had the same bug as 3.1... [theraven] Next bit of NSInteger cleanup for -gui. Fix all of the current warnings in Gorm so that it can be used to test NSInteger things. [theraven] Next bit of NSInteger cleanup for -gui. Fix all of the current warnings in Gorm so that it can be used to test NSInteger things. [theraven] Fix all current compiler warnings on FreeBSD/x86-64. [fredkiefer] * Source/externs.m: Change predefined colour values to CGFloat. [fredkiefer] * Headers/AppKit/NSCell.h * Headers/AppKit/NSColor.h * Headers/AppKit/NSGraphics.h * Headers/AppKit/NSView.h * Source/Functions.m * Source/GSThemeDrawing.m * Source/GSTitleView.m * Source/NSApplication.m * Source/NSCell.m * Source/NSView.m: More NSInteger/NSUInteger/CGFloat cleanup [theraven] Add missing retainCount methods for small objects. [theraven] Work around a bug in clang 3.1 that declares objc_msgSend_stret as a builtin with the wrong signature. [fredkiefer] * Headers/AppKit/NSApplication.h * Source/NSApplication.m: NSInteger/NSUInteger cleanup * Source/externs.m: Add NSAppKitVersionNumber. [theraven] Fix NSUInteger / unsigned mismatch. [nicola] Version 1.6.0 [fredkiefer] First set of NSInteger/NSUInteger cleanup in gui. [rmottola] Simplify code and fix crash due to previous autorelease fix. [rmottola] Simplify code and fix crash due to previous autorelease fix. [fredkiefer] * Source/NSTextContainer.m (lineFragmentRectForProposedRect:...): Prevent negative width/height from being returned. Bug found by unit test from Nikolaus Schaller <h...@computer.org>. [fredkiefer] * back/Source/gsc/GSContext.m * back/Source/cairo/CairoContext.m * back/Source/art/ARTContext.m * back/Source/xlib/XGContext.m * back/Source/winlib/WIN32Context.m: Move the bitmap conversion code from cairo to the gsc class. Add a new method to detect incompatible image formats and implement that for all backends. * back/Source/winlib/WIN32GState.m (GSCreateBitmap): Improve the handling of device black/white colour space. [gcasa] * GormCore/GormDocument.m: Corrected issue with adding cells to object tree so that the can be properly addressed in connections. Change to -attachObject:toParent:. [rfm] alarm flushing fix [rfm] bump version [rfm] minor tweak for logging a json document [rfm] fix for printing pointer length values [gcasa] * Source/NSPopUpButtonCell.m: Revert previous change. [gcasa] Correct ChangeLog [gcasa] Remove setAction for _popUpItemAction: from insertItem:atIndex: [rmottola] Fix memory leak by removing unnecessary retain self [rmottola] Do not use deallocated instance ivars [rmottola] Fix ARP memory leak [rmottola] Fix ARP memory leak [rfm] add issing date components. [fredkiefer] * Source/NSPredicate.m: Fixup parsing of function expressions. [rmottola] Fix warning and rewrite cycle cuinting upwards due to unsigned. [rfm] add warning about loading invalid certificates [rfm] Fix for buf #38043 [rfm] Fix for bug #38017 [rfm] Fix bug #38118 reported by X Y <macgritsch> [stefanbidi] Add CF_EXTERN_C_END to CFTimeZone.h. [rmottola] warning fix [rmottola] Do not return a retained object. [rmottola] Rename newViewerOfType to viewerOfType since it does not return a new retained object. [rmottola] do not retain returned value [rmottola] warning fixes [fredkiefer] * Headers/AppKit/NSTextContainer.h, * Source/NSTextContainer.m, * Source/GSHorizontalTypesetter.m: Correct the definition of NSLineMovementDirection. * Headers/AppKit/NSFont.h * Source/NSFont.m: Add a few missing 10.4 methods. * Header/AppKit/NSLayoutManager.h, * Source/NSLayoutManager.m: Add one 10.5 method. [rfm] Some help starting up [rfm] fix missing method in header and stupid deallocation error. [rmottola] Fix warnings and leaks [rmottola] Fix pool leak [rmottola] Fix memory leak [rmottola] Clean up and use NSUinteger for array indexes [rmottola] Release autorelease pools correctly [rmottola] Cleanup, fix missing release of arp2 on break and transition index to NSUInteger. [rmottola] cleanup and fix warning [dpsimons] Fix rightMouseDisplay:forEvent: to work correctly when called from a modal panel before build_menu() has been called. [rmottola] Initialize by returning self correctly [rmottola] Release dialog laterinstead of autoreleasing immediately. [theraven] Add building / installation instructions for libobjc2. [rmottola] Change count variable from int to NSUInteger [theraven] Print some memory usage statistics on exit if LIBOBJC_MEMORY_PROFILE is defined. [theraven] Tweak the ManyManySelectors test case so that it doesn't hit a pathological case in the selector hashing function and use insane amounts of memory. [theraven] Fix AppKit exports for inclusion in C++ code. [wlux] Fix issue where the Empty Recycler menu item was not enabled when GWorkspace is launched. [theraven] Fix a small memory leak of selector names when registering selectors with the same name but different types. [rfm] add test for Ludovic [rfm] add test for Ludovic [rfm] initialise with null pointers [theraven] Move the selector table to being protected by a mutex for reads so that we can recover memory from the smaller ones. Selector lookups are not on the critical path for message sends, so the cost of the extra memory is likely to be larger than the cost of acquiring a lock in sel_getName(). [theraven] Fix the case where the number of selectors grows to more than 2^16 and we need to fall back to 3-level dtables. Added a test case that registers far more selectors than a sane program contains and tries to use them. [theraven] Fix the GOT-relative addressing in 32-bit message sends. Thanks to Banlu for helping track this down. [rfm] Fix error setting length of root of path [theraven] Install the message.h header. [theraven] Cleaner version of the last fix. [theraven] Fix (and add test case for) a bug where objc_allocateClassPair() failed if the superclass had not yet been loaded. [rfm] avoid buildup of large autorelease pool as suggested by Fred [gcasa] * GormCore/GormViewSizeInspector.m: Correct bug#30886: Gorm should change the document to edited when changing resize attributes. [gcasa] * Palettes/2Controls/GormColorWellAttributesInspector.m: NSColorWell inspector was showing inverted settings after the last change. Corrected this in -ok: and -revert: [theraven] Fix clang's stupid warning to work around a bug in OS X headers... [theraven] Add another missing file... [fredkiefer] * Headers/Foundation/NSDistributedNotificationCenter.h, * Source/NSDistributedNotificationCenter.m: Correct the return types of the factory methods. [wlux] And return proper error messages [wlux] Disable to support to create gif image representations when giflib does not define QuantizeBuffer. Fixes #38024. [wlux] Explicitly include pkg.m4 to make sure that the PKG_CHECK_MODULES macro is defined. [theraven] Add missing test. [theraven] Fix a lock-order reversal where one thread calls some dtable-manipulating function while another is initializing. [theraven] Added test of forwarding mechanisms. [theraven] Tidied up tests, made them work with make as well as ninja generators for CMake. [theraven] Implemented the new exception ABI, and a load of tests for it. This is used by clang trunk if -fobjc-runtime-1.7 is specified and provides significantly better interoperability with foreign exceptions. Note: Most of the exception tests will not pass with gcc or clang < 3.3. They test things that are impossible to implement quite correctly with the GCC-compatible exception ABI. Also updated the release notes to reflect recent improvements. [qmathe] Restored r35794 changes (that were removed in r35893) but applied them to the GNUMakefile rather than the Makefile. This fixes segfaults in programs compiled with Clang using -fobjc-nonfragile-abi on Linux x86-32, for a GNUmakefile-based build with GNUstep Make active. [fredkiefer] * Source/win32/w32_general.m (-decodeWM_CLOSEParams:::): Post the close event instead of sending it directly to the window. Patch by Doug Simons <doug.sim...@testplant.com> ------------------------------------------ [...truncated 13065 lines...] AU core/make/GNUmakefile.preamble AU core/make/.cvsignore AU core/make/library-combo.make AU core/make/names.make A core/make/serial-subdirectories.make A core/make/config-install-p-test A core/make/config-install-p-test/config-install-p-test-file AU core/make/config-install-p-test/run-test.sh AU core/make/clibrary.make AU core/make/GNUstep-HOWTO A core/make/config-precomp-test A core/make/config-precomp-test/config-precomp-test.m AU core/make/config-precomp-test/run-test.sh A core/make/config-precomp-test/config-precomp-test.h AU core/make/tar-exclude-list AU core/make/config.make.in AU core/make/ChangeLog AU core/make/debugapp AU core/make/strip_makefiles.sh AU core/make/spec-rules.template AU core/make/resource-set.make AU core/make/ctool.make A core/make/TestFramework A core/make/TestFramework/example9.m A core/make/TestFramework/ObjectTesting.h AU core/make/TestFramework/gnustep-tests.in A core/make/TestFramework/TestInfo A core/make/TestFramework/GNUmakefile.in A core/make/TestFramework/README A core/make/TestFramework/Testing.h A core/make/TestFramework/Summary.sh A core/make/TestFramework/example1.m A core/make/TestFramework/example2.m A core/make/TestFramework/example3.m A core/make/TestFramework/example4.m A core/make/TestFramework/example5.m A core/make/TestFramework/example6.m A core/make/TestFramework/example7.m A core/make/TestFramework/example8.m AU core/make/gnustep-config.in A core/make/Instance AU core/make/Instance/application.make AU core/make/Instance/library.make AU core/make/Instance/clibrary.make AU core/make/Instance/bundle.make AU core/make/Instance/documentation.make AU core/make/Instance/tool.make AU core/make/Instance/objc.make AU core/make/Instance/test-application.make AU core/make/Instance/subproject.make AU core/make/Instance/resource-set.make AU core/make/Instance/ctool.make AU core/make/Instance/test-library.make AU core/make/Instance/README AU core/make/Instance/java.make A core/make/Instance/Shared AU core/make/Instance/Shared/stamp-string.make AU core/make/Instance/Shared/bundle.make AU core/make/Instance/Shared/strings.make AU core/make/Instance/Shared/headers.make AU core/make/Instance/Shared/README AU core/make/Instance/Shared/java.make AU core/make/Instance/gswbundle.make AU core/make/Instance/rules.make AU core/make/Instance/test-tool.make AU core/make/Instance/java-tool.make AU core/make/Instance/framework.make A core/make/Instance/Documentation AU core/make/Instance/Documentation/javadoc.make AU core/make/Instance/Documentation/autogsdoc.make AU core/make/Instance/Documentation/install_files.make AU core/make/Instance/Documentation/texi.make AU core/make/Instance/Documentation/latex.make AU core/make/Instance/Documentation/gsdoc.make AU core/make/Instance/palette.make AU core/make/Instance/service.make AU core/make/Instance/gswapp.make A core/make/filesystem.csh.in AU core/make/ANNOUNCE A core/make/app-wrapper.template AU core/make/config.site A core/make/empty.make AU core/make/java-executable.template A core/make/installation-domains.conf AU core/make/GNUstep-reset.sh AU core/make/library.make AU core/make/configure AU core/make/fixpath.sh.in AU core/make/Version AU core/make/ChangeLog.1 AU core/make/config_thread.m AU core/make/config.guess A core/make/Master A core/make/Master/serial-subdirectories.make AU core/make/Master/application.make AU core/make/Master/library.make AU core/make/Master/clibrary.make AU core/make/Master/bundle.make AU core/make/Master/documentation.make A core/make/Master/nsis.make AU core/make/Master/tool.make AU core/make/Master/source-distribution.make AU core/make/Master/objc.make AU core/make/Master/test-application.make AU core/make/Master/subproject.make AU core/make/Master/resource-set.make AU core/make/Master/ctool.make A core/make/Master/parallel-subdirectories.make AU core/make/Master/java.make AU core/make/Master/README AU core/make/Master/test-library.make AU core/make/Master/gswbundle.make AU core/make/Master/rules.make AU core/make/Master/test-tool.make AU core/make/Master/java-tool.make AU core/make/Master/framework.make AU core/make/Master/palette.make AU core/make/Master/rpm.make AU core/make/Master/service.make AU core/make/Master/gswapp.make AU core/make/clean_os.sh AU core/make/GNUmakefile.in AU core/make/test-library.make AU core/make/config.sub A core/make/config-noarch.make.in AU core/make/aggregate.make AU core/make/target.make AU core/make/GNUstep.sh.in AU core/make/common.make A core/make/filesystem.make.in AU core/make/gswbundle.make AU core/make/INSTALL AU core/make/rules.make A core/make/GNUstep-strict-v2.conf.in A core/make/Documentation AU core/make/Documentation/gnustep-filesystem.texi AU core/make/Documentation/README.Darwin AU core/make/Documentation/gnustep-internals.tex AU core/make/Documentation/gnustep-machines.texi AU core/make/Documentation/news.texi A core/make/Documentation/debugapp.1 AU core/make/Documentation/gnustep.init AU core/make/Documentation/GNUmakefile A core/make/Documentation/gnustep-config.1 AU core/make/Documentation/GNUstep.7 AU core/make/Documentation/README.MinGWOnCygwin AU core/make/Documentation/gnustep-howto.texi AU core/make/Documentation/README.Cygwin A core/make/Documentation/opentool.1 AU core/make/Documentation/openapp.1 AU core/make/Documentation/gnustep-userfaq.texi A core/make/Documentation/releasenotes.texi AU core/make/Documentation/gnustep-faq.texi AU core/make/Documentation/.latex2html-init AU core/make/Documentation/readme.texi A core/make/Documentation/library-combo.7 AU core/make/Documentation/gnustep-make.texi AU core/make/Documentation/DESIGN AU core/make/Documentation/README.MinGW AU core/make/Documentation/.cvsignore AU core/make/Documentation/end.texi AU core/make/Documentation/announce.texi AU core/make/Documentation/install.texi AU core/make/gswapp.make AU core/make/application.make AU core/make/mkinstalldirs A core/make/nsi-app.template AU core/make/messages.make AU core/make/tool.make AU core/make/os.sh AU core/make/jni.make AU core/make/subproject.make AU core/make/test-application.make AU core/make/README AU core/make/java.make AU core/make/gnustep-make.spec.in AU core/make/executable.template.in AU core/make/cpu.sh AU core/make/print_unique_pathlist.sh AU core/make/opentool.in AU core/make/FAQ A core/make/nsi-lib.template AU core/make/openapp.in AU core/make/clean_vendor.sh AU core/make/install-sh AU core/make/GNUstep.conf.in U core/make At revision 36119 Fetching 'http://svn.gna.org/svn/gnustep/tools/scripts/trunk' at -1 into '<http://gnustep.dnsalias.org:8080/job/gnustep/ws/core/scripts'> AU core/scripts/install.sh AU core/scripts/jenkins-clang-build AU core/scripts/clang-build AU core/scripts/windows-build AU core/scripts/compile-all AU core/scripts/jenkins-build At revision 36119 At revision 36119 no change for http://svn.gna.org/svn/gnustep/modules since the previous build no change for http://svn.gna.org/svn/gnustep/tests/examples/trunk since the previous build no change for http://svn.gna.org/svn/gnustep/tests/gormtest/trunk since the previous build no change for http://svn.gna.org/svn/gnustep/tests/palettetest/trunk since the previous build no change for http://svn.gna.org/svn/gnustep/tests/retaincount/trunk since the previous build no change for http://svn.gna.org/svn/gnustep/tests/testsuite/trunk since the previous build no change for svn://svn.gna.org/svn/gnustep/libs/gui/trunk/Tests/gui since the previous build no change for http://svn.gna.org/svn/gnustep/libs/dbuskit/trunk since the previous build no change for http://svn.gna.org/svn/gnustep/libs/gdl2/trunk since the previous build no change for http://svn.gna.org/svn/gnustep/libs/gsantlr/trunk since the previous build no change for http://svn.gna.org/svn/gnustep/libs/gscrypt/trunk since the previous build no change for http://svn.gna.org/svn/gnustep/libs/gscoredata since the previous build no change for http://svn.gna.org/svn/gnustep/libs/gsgd/trunk since the previous build no change for http://svn.gna.org/svn/gnustep/libs/gsldap/trunk since the previous build no change for http://svn.gna.org/svn/gnustep/libs/gsweb/trunk since the previous build no change for http://svn.gna.org/svn/gnustep/libs/guile/trunk since the previous build no change for http://svn.gna.org/svn/gnustep/libs/libobjc/trunk since the previous build no change for http://svn.gna.org/svn/gnustep/libs/license/trunk since the previous build no change for http://svn.gna.org/svn/gnustep/libs/opal/trunk since the previous build no change for http://svn.gna.org/svn/gnustep/libs/palettes/trunk since the previous build no change for http://svn.gna.org/svn/gnustep/libs/ppd/trunk since the previous build no change for http://svn.gna.org/svn/gnustep/libs/ruby/trunk since the previous build no change for http://svn.gna.org/svn/gnustep/libs/simplewebkit/trunk since the previous build no change for http://svn.gna.org/svn/gnustep/libs/smbkit/trunk since the previous build no change for http://svn.gna.org/svn/gnustep/libs/ucsdata/trunk since the previous build no change for http://svn.gna.org/svn/gnustep/libs/uikit/trunk since the previous build no change for http://svn.gna.org/svn/gnustep/libs/buildkit/trunk since the previous build no change for http://svn.gna.org/svn/gnustep/libs/xcode/trunk since the previous build no change for http://svn.gna.org/svn/gnustep/libs/quartzcore/trunk since the previous build no change for http://svn.gna.org/svn/gnustep/libs/coreimage/trunk since the previous build no change for http://svn.gna.org/svn/gnustep/tools/pbxbuild/trunk since the previous build no change for http://svn.gna.org/svn/gnustep/tools/buildtool/trunk since the previous build no change for http://svn.gna.org/svn/gnustep/tools/charsets/trunk since the previous build no change for http://svn.gna.org/svn/gnustep/apps/easydiff/trunk since the previous build no change for http://svn.gna.org/svn/gnustep/tools/model-main/trunk since the previous build no change for http://svn.gna.org/svn/gnustep/apps/nibtool/trunk since the previous build no change for http://svn.gna.org/svn/gnustep/apps/gsldapwebexplorer/trunk since the previous build no change for http://svn.gna.org/svn/gnustep/tests/examples/trunk since the previous build no change for http://svn.gna.org/svn/gnustep/tools/make/trunk since the previous build no change for http://svn.gna.org/svn/gnustep/tools/scripts/trunk since the previous build [workspace] $ /bin/sh -xe /tmp/hudson6227794183521630578.sh + /var/lib/gems/1.8/bin/t update The gcc build phase for GNUstep build #559 for r35641 started. Tweet posted by @bheron. Run `t delete status 301553779466182656` to delete. + cd /home/gnustep/gcc + rm -rf GNUstep + cd <http://gnustep.dnsalias.org:8080/job/gnustep/ws/core> + cd make + make distclean make: *** No rule to make target `distclean'. Stop. Build step 'Execute shell' marked build as failure _______________________________________________ Gnustep-dev mailing list Gnustep-dev@gnu.org https://lists.gnu.org/mailman/listinfo/gnustep-dev