[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#316578: FTBFS: No rule to make target current_symbols.txt



severity 316578 important
tags 316578 + unreproducible
thanks

works for the buildd's and me.

Matt Kraai writes:
> Package: gcc-4.0
> Version: 4.0.0ds1-11
> Severity: serious
> 
> When I tried to rebuild gcc-4.0, it failed as follows:
> 
>  baseline_name=`basename /tmp/buildd/gcc-4.0-4.0.0ds1/src/libstdc++-v3/config/abi/i486-linux-gnu`; \
>  baseline_parentdir=`dirname /tmp/buildd/gcc-4.0-4.0.0ds1/src/libstdc++-v3/config/abi/i486-linux-gnu`; \
>  compat_baseline_name=""; \
>  if [ -f "/tmp/buildd/gcc-4.0-4.0.0ds1/src/libstdc++-v3/config/abi/i486-linux-gnu/baseline_symbols.txt" ]; then \
>    ( \
>      echo "A baseline file for $baseline_name was found."; \
>      echo "Running the check-abi script ..."; \
>      echo ""; \
>      /usr/bin/make -C /tmp/buildd/gcc-4.0-4.0.0ds1/build/i486-linux-gnu/libstdc++-v3/testsuite \
>          check-abi; \
>    ) >> debian/README.libstdc++-baseline; \
>  else \
>    ( \
>      echo "No baseline file found for $baseline_name."; \
>      echo "Generating a new baseline file ..."; \
>      echo ""; \
>    ) >> debian/README.libstdc++-baseline; \
>    mkdir /tmp/buildd/gcc-4.0-4.0.0ds1/src/libstdc++-v3/config/abi/i486-linux-gnu; \
>    /usr/bin/make -C /tmp/buildd/gcc-4.0-4.0.0ds1/build/i486-linux-gnu/libstdc++-v3/testsuite new-abi-baseline; \
>    cat /tmp/buildd/gcc-4.0-4.0.0ds1/src/libstdc++-v3/config/abi/i486-linux-gnu/baseline_symbols.txt >> debian/README.libstdc++-baseline; \
>  fi
>  make[2]: *** No rule to make target `current_symbols.txt', needed by `check-abi'.  Stop.
>  make[1]: *** [debian/README.libstdc++-baseline] Error 2
>  make[1]: Leaving directory `/tmp/buildd/gcc-4.0-4.0.0ds1'
>  make: *** [binary] Error 2
> 
> -- 
> Matt



Reply to: