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

Bug#699220: gcc-4.8 FTBFS from source on Alpha.



On Wed, Jan 30, 2013 at 12:56:18AM +0100, Matthias Klose wrote:
> Am 29.01.2013 09:30, schrieb Michael Cree:
> > should enable gcc-4.8 to build on Alpha.
> 
> please could you check if the build does succeed with this patch?

Yep, no probs.  For the test I used:

ifneq (,$(filter $(DEB_TARGET_ARCH), alpha))
  LDFLAGS += -Wl,--no-relax
endif

i.e., replaced the '=' with '+=' when assigning to LDFLAGS. 

gcc-4.8 build continued past the previous failure point into the test
suite and building of docs, but failed when packaging with:

dh_makeshlibs -plibgcc1 -plibgcc1-dbg -- -v1:4.8-20130127-1
dpkg-gensymbols: warning: some new symbols appeared in the symbols file: see diff output below
dpkg-gensymbols: warning: some symbols or patterns disappeared in the symbols file: see diff output below
dpkg-gensymbols: warning: debian/libgcc1/DEBIAN/symbols doesn't match completely debian/libgcc1.symbols.alpha
--- debian/libgcc1.symbols.alpha (libgcc1_1:4.8-20130127-1_alpha)
+++ dpkg-gensymbols9ryxzK       2013-01-30 05:28:59.000000000 +0000
@@ -9,7 +9,7 @@
  GCC_4.2.0@GCC_4.2.0 1:4.1.1
  GCC_4.3.0@GCC_4.3.0 1:4.3
  GCC_4.7.0@GCC_4.7.0 1:4.7
- GCC_4.8.0@GCC_4.8.0 1:4.8
+#MISSING: 1:4.8-20130127-1# GCC_4.8.0@GCC_4.8.0 1:4.8
  GCC_LDBL_4.0.0@GCC_LDBL_4.0.0 1:4.2.1
  GLIBC_2.0@GLIBC_2.0 1:4.1.1
  _Unwind_Backtrace@GCC_3.3 1:4.1.1
@@ -41,11 +41,13 @@
  __bswapdi2@GCC_4.3.0 1:4.3
  __bswapsi2@GCC_4.3.0 1:4.3
  __clear_cache@GCC_3.0 1:4.1.1
+ __clrsbdi2@GCC_4.7.0 1:4.8-20130127-1
+ __clrsbti2@GCC_4.7.0 1:4.8-20130127-1
  __clzdi2@GCC_3.4 1:4.1.1
  __clzti2@GCC_3.4 1:4.1.1
  __cmpti2@GCC_3.0 1:4.1.1
- __cpu_indicator_init@GCC_4.8.0 1:4.8
- __cpu_model@GCC_4.8.0 1:4.8
+#MISSING: 1:4.8-20130127-1# __cpu_indicator_init@GCC_4.8.0 1:4.8
+#MISSING: 1:4.8-20130127-1# __cpu_model@GCC_4.8.0 1:4.8
  __ctzdi2@GCC_3.4 1:4.1.1
  __ctzti2@GCC_3.4 1:4.1.1
  __deregister_frame@GLIBC_2.0 1:4.1.1
dh_makeshlibs: dpkg-gensymbols -plibgcc1 -Idebian/libgcc1.symbols.alpha -Pdebian/libgcc1 -v1:4.8-20130127-1 returned exit code 1

Cheers
Michael.


Reply to: