Hello, Sorry for the late reply, I was a bit busy.
I had contact with upstream, he already is quite busy.
He told me that crashes were fixed between 59f5a49 and da4adab commits.
I was trying create a new revision importing those fixes but it fails to build
from source:
gcc -std=gnu99 -O2 -Wno-import -Wno-multichar -g -D_FILE_OFFSET_BITS=64
-isystem /usr/include/GNUstep -DGNUSTEP -DGNU_RUNTIME=1
-D_NATIVE_OBJC_EXCEPTIONS -fgnu-runtime -fexceptions -fobjc-exceptions
-fconstant-string-class=NSConstantString -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -MMD
-MFBuild/CSByteStreamHandle.d -MTBuild/CSByteStreamHandle.o -c
CSByteStreamHandle.m -o Build/CSByteStreamHandle.o
gcc -std=gnu99 -O2 -Wno-import -Wno-multichar -g -D_FILE_OFFSET_BITS=64
-isystem /usr/include/GNUstep -DGNUSTEP -DGNU_RUNTIME=1
-D_NATIVE_OBJC_EXCEPTIONS -fgnu-runtime -fexceptions -fobjc-exceptions
-fconstant-string-class=NSConstantString -g -O2
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat
-Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 -MMD
-MFBuild/CSBzip2Handle.d -MTBuild/CSBzip2Handle.o -c CSBzip2Handle.m -o
Build/CSBzip2Handle.o
XADTestUtilities.m: In function 'FilesForArgs':
XADTestUtilities.m:30:39: error: 'NSURLIsDirectoryKey' undeclared (first use in
this function)
[url getResourceValue:&isdir forKey:NSURLIsDirectoryKey error:NULL];
^~~~~~~~~~~~~~~~~~~
XADTestUtilities.m:30:39: note: each undeclared identifier is reported only
once for each function it appears in
XADTestUtilities.m:30:3: warning: 'NSURL' may not respond to
'-getResourceValue:forKey:error:'
[url getResourceValue:&isdir forKey:NSURLIsDirectoryKey error:NULL];
^
XADTestUtilities.m:30:3: warning: (Messages without a matching method signature
XADTestUtilities.m:30:3: warning: will be assumed to return 'id' and accept
XADTestUtilities.m:30:3: warning: '...' as arguments.)
XADTestUtilities.m:34:31: error: stray '@' in program
includingPropertiesForKeys:@[]
^
XADTestUtilities.m:34:33: error: expected expression before ']' token
includingPropertiesForKeys:@[]
^
XADTestUtilities.m:36:4: warning: 'NSFileManager' may not respond to
'-enumeratorAtURL:includingPropertiesForKeys:options:errorHandler:'
errorHandler:nil];
^~~~~~~~~~~~
XADTestUtilities.m:41:42: error: 'NSURLIsRegularFileKey' undeclared (first use
in this function)
[url getResourceValue:&isfile forKey:NSURLIsRegularFileKey error:NULL];
^~~~~~~~~~~~~~~~~~~~~
XADTestUtilities.m:41:5: warning: 'NSURL' may not respond to
'-getResourceValue:forKey:error:'
[url getResourceValue:&isfile forKey:NSURLIsRegularFileKey error:NULL];
^
Makefile.linux:113: recipe for target 'Build/XADTestUtilities.o' failed
make[2]: *** [Build/XADTestUtilities.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory '/<<PKGBUILDDIR>>/XADMaster'
debian/rules:54: recipe for target 'override_dh_auto_build' failed
make[1]: *** [override_dh_auto_build] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
debian/rules:51: recipe for target 'build' failed
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
--------------------------------------------------------------------------------
Build finished at 2017-03-28T19:09:43Z
The problem is that NSURLIsRegularFileKey is not implemented in GnuStep:
http://svn.gna.org/svn/gnustep/libs/base/trunk/Headers/Foundation/MISSING
All revision changes are in the package git repo.
Any help is welcome.
Kind regards,
--
Julián Moreno Patiño
Debian Developer
.''`. Debian GNU/{Linux,KfreeBSD}
: :' : Free Operating Systems
`. `' http://debian.org/
`- GPG Fingerprint:
C2C8 904E 314C D8FA 041D 9B00 D5FD FC15 6168 BF60
Registered GNU Linux User ID 488513
signature.asc
Description: PGP signature

