Bug#890237: closed by Anton Gladky <gladk at debian.org> (Bug#890237: fixed in yade 2018.02b-1)
Adrian Bunk
bunk at debian.org
Sun Mar 11 21:41:37 UTC 2018
Control: reopen -1
On Tue, Feb 20, 2018 at 07:42:07PM +0000, Debian Bug Tracking System wrote:
>...
> yade (2018.02b-1) unstable; urgency=medium
>...
> [ Adrian Bunk ]
> * [a5eddfb] Fix compilation on weak archs. (Closes: #890237)
>...
It did build for me with 2018.02a-2, but for 2018.02b-1 I need -g0:
--- debian/rules.old 2018-02-22 22:06:44.675263179 +0000
+++ debian/rules 2018-02-22 22:07:26.598594150 +0000
@@ -11,10 +11,10 @@
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed,-no-keep-memory
-# less debug info to avoid running
+# no debug info to avoid running
# out of address space when linking
ifneq (,$(filter $(DEB_HOST_ARCH), mips mipsel))
- export DEB_CXXFLAGS_MAINT_APPEND += -g1
+ export DEB_CXXFLAGS_MAINT_APPEND += -g0
endif
# Check, whether Build-Depends-Indep are installed
cu
Adrian
--
"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed
More information about the debian-science-maintainers
mailing list