Le 12/05/2016 19:02, Eric Heintzmann a
écrit :
Le 12/05/2016 18:22, Eric Heintzmann
a écrit :
Hi
What is the status of bug #42778 ? (https://savannah.gnu.org/bugs/?42778)
It is really annoying when packaging !
I ve tried to apply Yavor's patch for gnustep-make:
it prevent gnustep-base to pass the NSBunldle test (Failed file)
Sorry the problem, it is not the Yavor patch (I ve deapplied it and
retested, mea culpa).
See my tests.log :
Building in base/NSBundle
Making all in ../GenericTests ...
Making all for subproject generictests...
Compiling file generic.m ...
Linking subproject generictests ...
Making all in Resources ...
Making all for bundle TestBundle...
Creating TestBundle.bundle/....
Compiling file TestBundle.m ...
Linking bundle TestBundle ...
Creating TestBundle.bundle/Resources...
Copying resources into the bundle wrapper...
Copying localized resources into the bundle wrapper...
Creating stamp file...
Creating TestBundle.bundle/Resources/Info-gnustep.plist...
Making all for test_tool resources...
Making all for test_tool general...
Making all for test_tool create...
Making all for test_tool basic...
Compiling file resources.m ...
Compiling file create.m ...
Compiling file basic.m ...
Compiling file general.m ...
resources.m:2:20: fatal error: generic.h: No such file or
directory
compilation terminated.
/usr/share/GNUstep/Makefiles/rules.make:479: recipe for target
'obj/resources.obj/resources.m.o' failed
make[6]: *** [obj/resources.obj/resources.m.o] Error 1
/usr/share/GNUstep/Makefiles/Instance/tool.make:74: recipe for
target 'internal-tool-all_' failed
make[5]: *** [internal-tool-all_] Error 2
/usr/share/GNUstep/Makefiles/Master/rules.make:311: recipe for
target 'resources.all.test-tool.variables' failed
make[4]: *** [resources.all.test-tool.variables] Error 2
make[4]: *** Waiting for unfinished jobs....
Linking test_tool basic ...
Linking test_tool create ...
Linking test_tool general ...
/usr/share/GNUstep/Makefiles/Master/test-tool.make:36: recipe for
target 'internal-all' failed
make[3]: *** [internal-all] Error 2
[...]
Testing resources.m...
Building base/NSBundle/resources.m
make debug=yes resources
Making all for test_tool resources...
Compiling file resources.m ...
resources.m:2:20: fatal error: generic.h: No such file or
directory
compilation terminated.
/usr/share/GNUstep/Makefiles/rules.make:479: recipe for target
'obj/resources.obj/resources.m.o' failed
make[6]: *** [obj/resources.obj/resources.m.o] Error 1
/usr/share/GNUstep/Makefiles/Instance/tool.make:74: recipe for
target 'internal-tool-all_' failed
make[5]: *** [internal-tool-all_] Error 2
/usr/share/GNUstep/Makefiles/Master/rules.make:311: recipe for
target 'resources.all.test-tool.variables' failed
make[4]: *** [resources.all.test-tool.variables] Error 2
/usr/share/GNUstep/Makefiles/Master/test-tool.make:60: recipe for
target 'resources' failed
make[3]: *** [resources] Error 2
Failed build:
P.S.
I do
./configure
make
make ADDITIONAL_OBJCFLAGS='-O0'
|