tag 396374 - unreproducible
severity 396374 normal
thanks

Aurelien Jarno <[EMAIL PROTECTED]> writes:

> tag 396374 + unreproducible
> thanks
>
> Goswin von Brederlow a écrit :
>> Package: gcc-m68hc1x
>> Version: 1:3.3.6+3.1+dfsg-1
>> Severity: serious
>> Justification: no longer builds from source
>> 
>> Hi,
>
> Hi !
>
>> when building gcc-m68hc1x I get the following error>
>> 
>> cd build && /usr/bin/make all-gcc
>> make[1]: Entering directory 
>> `/home/mrvn/build/gcc-m68hc1x_1:3.3.6+3.1+dfsg-1/gcc-m68hc1x-3.3.6+3.1+dfsg/build'
>> Makefile:1841: *** multiple target patterns.  Stop.
>> make[1]: Leaving directory 
>> `/home/mrvn/build/gcc-m68hc1x_1:3.3.6+3.1+dfsg-1/gcc-m68hc1x-3.3.6+3.1+dfsg/build'
>> make: *** [build-stamp] Error 2
>
> Could you please give me the version of the build dependencies you used
> for the build, I am unable to reproduce the bug neither on amd64 nor i386.
>
> Bye,
> Aurelien

I couldn't reproduce it either trying again so I diffed the two
Makefiles. Only difference I saw was the directory name I used to
buildin.

You set

   gcc_version_trigger = /home/mrvn/build/gcc-m68hc1x_1:3.3.6+3.1+dfsg-1/...

and line 1841 reads

   Makefile: Makefile.in configure.in $(host_makefile_frag) 
$(target_makefile_frag) $(gcc_version_trigger)

This adds a ':" to the target line and make doesn't like that.


I'm not sure if you can even fix this with some quoting mechanism or
if it is worth it. If you want to close this thats fine with me.

MfG
        Goswin

Reply via email to