|
From: Xenia <yo...@go...> - 2011-08-20 12:43:01
|
Am 19.08.2011 14:50, schrieb Christoph Bersch:
>>
>> Means I have to remove or update the patch debian-changes… first.
>
> I am not completely sure, but before the package is build again,
> dpkg-buildpackage seems to clean the source tree and unpatch the source.
> If guess your "fiddling" did something which now prevents the sources
> from being unpatched.
>
> The best thing would be to remove the sources, redo the steps (with the
> original sources, without Mojca's changes) and then give the error
> messages which you get when you call dpkg-buildpackage.
I deleted all patches, that seemed to disturb with
$ quilt delete …
and did
$ dpkg-buildpackage
again.
It resulted in the same errormessage, just some parts:
character constant [-Wmultichar]
../../../term/context.trm:2919:77133: warning: character constant too
long for its type [enabled by default]
../../../term/context.trm:2919:77160: warning: multi-character character
constant [-Wmultichar]
../../../term/context.trm:2919:77170: warning: character constant too
long for its type [enabled by default]
../../../term/context.trm:2919:77201: warning: multi-character ../../..
This repeats again and again; after that:
/term/context.trm:2919:17: error: stray ‘#’ in program
../../../term/context.trm:2919:17: error: stray ‘\’ in program
../../../term/context.trm:2919:17: error: stray ‘#’ in program
../../../term/context.trm:2919:79373: warning: multi-character character
constant [-Wmultichar]
../../../term/context.trm:2919:79383: warning: character constant too
long for its type [enabled by default]
[…]
../../../term/context.trm:2919:17: error: stray ‘\’ in program
[…]
In file included from ../../../src/term.h:458:0,
from ../../../src/term.c:1476:
../../../term/context.trm:3004:13: error: stray ‘#’ in program
../../../term/context.trm:3004:13: error: stray ‘#’ in program
../../../term/context.trm:3018:5: error: stray ‘#’ in program
[…]
../../../term/context.trm:3158:11: error: stray ‘\342’ in program
../../../term/context.trm:3158:11: error: stray ‘\206’ in program
../../../term/context.trm:3158:11: error: stray ‘\220’ in program
../../../term/context.trm:3162:11: error: stray ‘\342’ in program
../../../term/context.trm:3162:11: error: stray ‘\206’ in program
../../../term/context.trm:3162:11: error: stray ‘\222’ in program
../../../term/context.trm:3166:11: error: stray ‘\342’ in program
../../../term/context.trm:3166:11: error: stray ‘\206’ in program
../../../term/context.trm:3166:11: error: stray ‘\221’ in program
../../../term/context.trm:3170:11: error: stray ‘\342’ in program
../../../term/context.trm:3170:11: error: stray ‘\206’ in program
../../../term/context.trm:3170:11: error: stray ‘\223’ in program
../../../term/context.trm:3180:11: error: stray ‘\342’ in program
../../../term/context.trm:3180:11: error: stray ‘\206’ in program
../../../term/context.trm:3180:11: error: stray ‘\220’ in program
../../../term/context.trm:3184:11: error: stray ‘\342’ in program
../../../term/context.trm:3184:11: error: stray ‘\206’ in program
../../../term/context.trm:3184:11: error: stray ‘\222’ in program
../../../term/context.trm:3188:11: error: stray ‘\342’ in program
../../../term/context.trm:3188:11: error: stray ‘\206’ in program
../../../term/context.trm:3188:11: error: stray ‘\221’ in program
../../../term/context.trm:3192:11: error: stray ‘\342’ in program
../../../term/context.trm:3192:11: error: stray ‘\206’ in program
../../../term/context.trm:3192:11: error: stray ‘\223’ in program
../../../term/context.trm:3231:3: error: invalid preprocessing directive
#This
../../../term/context.trm:3232:1: error: stray ‘##’ in program
../../../term/context.trm:3233:1: error: stray ‘##’ in program
../../../term/context.trm:3233:1: error: stray ‘##’ in program
../../../term/context.trm:3233:1: error: stray ‘##’ in program
../../../term/context.trm:3250:10: error: invalid suffix "a" on integer
constant
../../../term/context.trm:3251:10: error: invalid suffix "b" on integer
constant
../../../term/context.trm:3257:11: error: invalid suffix "a" on integer
constant
../../../term/context.trm:3258:11: error: invalid suffix "b" on integer
constant
../../../term/context.trm:3274:5: warning: missing terminating '
character [enabled by default]
../../../term/context.trm:3274:1: error: missing terminating ' character
../../../term/context.trm:3285:1: error: stray ‘`’ in program
../../../term/context.trm:3285:1: error: stray ‘`’ in program
../../../term/context.trm:3285:1: error: stray ‘`’ in program
../../../term/context.trm:3288:20: warning: multi-character character
constant [-Wmultichar]
../../../term/context.trm:3291:1: error: stray ‘`’ in program
../../../term/context.trm:3291:1: error: stray ‘`’ in program
../../../term/context.trm:3291:1: error: stray ‘`’ in program
../../../term/context.trm:3307:1: error: stray ‘`’ in program
../../../term/context.trm:3307:1: error: stray ‘`’ in program
But not only errors about context.trm, also:
../../../src/term.c:2:14: warning: ‘RCSid’ defined but not used
[-Wunused-function]
../../../term/driver.h:45:13: warning: ‘do_point’ declared ‘static’ but
never defined [-Wunused-function]
../../../term/driver.h:46:13: warning: ‘line_and_point’ declared
‘static’ but never defined [-Wunused-function]
../../../term/driver.h:47:12: warning: ‘null_text_angle’ declared
‘static’ but never defined [-Wunused-function]
../../../term/driver.h:48:12: warning: ‘null_justify_text’ declared
‘static’ but never defined [-Wunused-function]
../../../term/driver.h:49:12: warning: ‘null_scale’ declared ‘static’
but never defined [-Wunused-function]
../../../term/driver.h:50:13: warning: ‘options_null’ declared ‘static’
but never defined [-Wunused-function]
../../../term/driver.h:51:13: warning: ‘UNKNOWN_null’ declared ‘static’
but never defined [-Wunused-function]
make[2]: *** [term.o] Fehler 1
make[2]: Leaving directory `/home/user/gnuplot-4.4.0/debian/build-nox/src'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/home/user/gnuplot-4.4.0/debian/build-nox/src'
make: *** [build-nox-stamp] Fehler 2
dpkg-buildpackage: Fehler: Fehler-Exitstatus von debian/rules build war 2
What to do?
Thanks a lot for you patience and help.
Xenia
|