Your message dated Wed, 08 Feb 2023 04:19:46 +0000
with message-id <[email protected]>
and subject line Bug#1030718: Removed package(s) from unstable
has caused the Debian Bug report #1015671,
regarding stdx-allocator: ftbfs with LTO (link time optimization) enabled
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1015671: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1015671
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:stdx-allocator
Version: 3.1.0~beta.2-3
Severity: minor
Tags: sid bookworm
User: [email protected]
Usertags: ftbfs-lto
This package currently fails to build (at least on the amd64
architecture) with link time optimizations enabled. For a background
for LTO please see
https://wiki.debian.org/ToolChain/LTO
The goal is to enable this optimization by default in an upcoming
Debian release in dpkg-buildflags for 64bit architectures. The goal
is to get this package to build with link time optimizations, or to
explicitly disable link time optimizations for this package build.
To reproduce the build failure, enable the lto optimization in
testing/unstable by adding "optimize=+lto" to DEB_BUILD_MAINT_OPTIONS
in the debian/rules file, or if this macro is unset, just set it:
export DEB_BUILD_MAINT_OPTIONS = optimize=+lto
Please try to fix the build with lto enabled, fixing the packaging or
forwarding the issue upstream. If the issue cannot be fixed,
explicitly disallow building the package with lto by adding to your
rules file:
export DEB_BUILD_MAINT_OPTIONS = optimize=-lto
or adding that string to your existing setting of DEB_BUILD_MAINT_OPTIONS.
The full build log can be found at:
http://qa-logs.debian.net/2022/06/09/dpkglto/stdx-allocator_3.1.0~beta.2-3_unstable_dpkglto.log
The last lines of the build log are at the end of this report.
[...]
Project name: stdx-allocator
Project version: 3.0.1
D compiler for the host machine: ldc2 (llvm 1.29.0 "LDC - the LLVM D compiler
(1.29.0):")
D linker for the host machine: ldc2 ld.bfd 2.38
Host machine cpu family: x86_64
Host machine cpu: x86_64
Found pkg-config: /usr/bin/pkg-config (0.29.2)
Run-time dependency mir-core found: YES 0.3.0
../meson.build:64: WARNING: Project targeting '>=0.45' but tried to use feature
introduced in '0.47.0': check arg in run_command.
Build targets in project: 2
WARNING: Project specifies a minimum meson_version '>=0.45' but uses features
which were added in newer versions:
* 0.47.0: {'check arg in run_command'}
NOTICE: Future-deprecated features used:
* 0.56.0: {'meson.build_root'}
stdx-allocator 3.0.1
User defined options
buildtype : plain
libdir : lib/x86_64-linux-gnu
localstatedir: /var
prefix : /usr
sysconfdir : /etc
wrap_mode : nodownload
Found ninja-1.11.0 at /usr/bin/ninja
dh_auto_build
cd obj-x86_64-linux-gnu && LC_ALL=C.UTF-8 ninja -j8 -v
[1/49] ldc2 -I=libstdx-allocator.so.3.0.1.p -I=. -I=.. -I=../source
-I/usr/include/d/mir-core -enable-color -wi -O -g -release -wi
-relocation-model=pic
-makedeps=libstdx-allocator.so.3.0.1.p/source_stdx_allocator_building_blocks_affix_allocator.d.o.deps
-of=libstdx-allocator.so.3.0.1.p/source_stdx_allocator_building_blocks_affix_allocator.d.o
-c ../source/stdx/allocator/building_blocks/affix_allocator.d
[2/49] ldc2 -I=libstdx-allocator.so.3.0.1.p -I=. -I=.. -I=../source
-I/usr/include/d/mir-core -enable-color -wi -O -g -release -wi
-relocation-model=pic
-makedeps=libstdx-allocator.so.3.0.1.p/source_stdx_allocator_building_blocks_null_allocator.d.o.deps
-of=libstdx-allocator.so.3.0.1.p/source_stdx_allocator_building_blocks_null_allocator.d.o
-c ../source/stdx/allocator/building_blocks/null_allocator.d
[3/49] ldc2 -I=libstdx-allocator.so.3.0.1.p -I=. -I=.. -I=../source
-I/usr/include/d/mir-core -enable-color -wi -O -g -release -wi
-relocation-model=pic
-makedeps=libstdx-allocator.so.3.0.1.p/source_stdx_allocator_internal.d.o.deps
-of=libstdx-allocator.so.3.0.1.p/source_stdx_allocator_internal.d.o -c
../source/stdx/allocator/internal.d
[4/49] ldc2 -I=libstdx-allocator.so.3.0.1.p -I=. -I=.. -I=../source
-I/usr/include/d/mir-core -enable-color -wi -O -g -release -wi
-relocation-model=pic
-makedeps=libstdx-allocator.so.3.0.1.p/source_stdx_allocator_building_blocks_stats_collector.d.o.deps
-of=libstdx-allocator.so.3.0.1.p/source_stdx_allocator_building_blocks_stats_collector.d.o
-c ../source/stdx/allocator/building_blocks/stats_collector.d
[5/49] ldc2 -I=libstdx-allocator.so.3.0.1.p -I=. -I=.. -I=../source
-I/usr/include/d/mir-core -enable-color -wi -O -g -release -wi
-relocation-model=pic
-makedeps=libstdx-allocator.so.3.0.1.p/source_stdx_allocator_building_blocks_fallback_allocator.d.o.deps
-of=libstdx-allocator.so.3.0.1.p/source_stdx_allocator_building_blocks_fallback_allocator.d.o
-c ../source/stdx/allocator/building_blocks/fallback_allocator.d
[6/49] ldc2 -I=libstdx-allocator.so.3.0.1.p -I=. -I=.. -I=../source
-I/usr/include/d/mir-core -enable-color -wi -O -g -release -wi
-relocation-model=pic
-makedeps=libstdx-allocator.so.3.0.1.p/source_stdx_allocator_building_blocks_free_list.d.o.deps
-of=libstdx-allocator.so.3.0.1.p/source_stdx_allocator_building_blocks_free_list.d.o
-c ../source/stdx/allocator/building_blocks/free_list.d
[7/49] ldc2 -I=libstdx-allocator.so.3.0.1.p -I=. -I=.. -I=../source
-I/usr/include/d/mir-core -enable-color -wi -O -g -release -wi
-relocation-model=pic
-makedeps=libstdx-allocator.so.3.0.1.p/source_stdx_allocator_building_blocks_bucketizer.d.o.deps
-of=libstdx-allocator.so.3.0.1.p/source_stdx_allocator_building_blocks_bucketizer.d.o
-c ../source/stdx/allocator/building_blocks/bucketizer.d
[8/49] ldc2 -I=libstdx-allocator.so.3.0.1.p -I=. -I=.. -I=../source
-I/usr/include/d/mir-core -enable-color -wi -O -g -release -wi
-relocation-model=pic
-makedeps=libstdx-allocator.so.3.0.1.p/source_stdx_allocator_building_blocks_package.d.o.deps
-of=libstdx-allocator.so.3.0.1.p/source_stdx_allocator_building_blocks_package.d.o
-c ../source/stdx/allocator/building_blocks/package.d
[9/49] ldc2 -I=libstdx-allocator.so.3.0.1.p -I=. -I=.. -I=../source
-I/usr/include/d/mir-core -enable-color -wi -O -g -release -wi
-relocation-model=pic
-makedeps=libstdx-allocator.so.3.0.1.p/source_stdx_allocator_building_blocks_free_tree.d.o.deps
-of=libstdx-allocator.so.3.0.1.p/source_stdx_allocator_building_blocks_free_tree.d.o
-c ../source/stdx/allocator/building_blocks/free_tree.d
[10/49] ldc2 -I=libstdx-allocator.so.3.0.1.p -I=. -I=.. -I=../source
-I/usr/include/d/mir-core -enable-color -wi -O -g -release -wi
-relocation-model=pic
-makedeps=libstdx-allocator.so.3.0.1.p/source_stdx_allocator_building_blocks_kernighan_ritchie.d.o.deps
-of=libstdx-allocator.so.3.0.1.p/source_stdx_allocator_building_blocks_kernighan_ritchie.d.o
-c ../source/stdx/allocator/building_blocks/kernighan_ritchie.d
[11/49] ldc2 -I=libstdx-allocator.so.3.0.1.p -I=. -I=.. -I=../source
-I/usr/include/d/mir-core -enable-color -wi -O -g -release -wi
-relocation-model=pic
-makedeps=libstdx-allocator.so.3.0.1.p/source_stdx_allocator_building_blocks_region.d.o.deps
-of=libstdx-allocator.so.3.0.1.p/source_stdx_allocator_building_blocks_region.d.o
-c ../source/stdx/allocator/building_blocks/region.d
[12/49] ldc2 -I=libstdx-allocator.so.3.0.1.p -I=. -I=.. -I=../source
-I/usr/include/d/mir-core -enable-color -wi -O -g -release -wi
-relocation-model=pic
-makedeps=libstdx-allocator.so.3.0.1.p/source_stdx_allocator_building_blocks_quantizer.d.o.deps
-of=libstdx-allocator.so.3.0.1.p/source_stdx_allocator_building_blocks_quantizer.d.o
-c ../source/stdx/allocator/building_blocks/quantizer.d
[13/49] ldc2 -I=libstdx-allocator.so.3.0.1.p -I=. -I=.. -I=../source
-I/usr/include/d/mir-core -enable-color -wi -O -g -release -wi
-relocation-model=pic
-makedeps=libstdx-allocator.so.3.0.1.p/source_stdx_allocator_building_blocks_scoped_allocator.d.o.deps
-of=libstdx-allocator.so.3.0.1.p/source_stdx_allocator_building_blocks_scoped_allocator.d.o
-c ../source/stdx/allocator/building_blocks/scoped_allocator.d
[14/49] ldc2 -I=libstdx-allocator.so.3.0.1.p -I=. -I=.. -I=../source
-I/usr/include/d/mir-core -enable-color -wi -O -g -release -wi
-relocation-model=pic
-makedeps=libstdx-allocator.so.3.0.1.p/source_stdx_allocator_building_blocks_bitmapped_block.d.o.deps
-of=libstdx-allocator.so.3.0.1.p/source_stdx_allocator_building_blocks_bitmapped_block.d.o
-c ../source/stdx/allocator/building_blocks/bitmapped_block.d
[15/49] ldc2 -I=libstdx-allocator.so.3.0.1.p -I=. -I=.. -I=../source
-I/usr/include/d/mir-core -enable-color -wi -O -g -release -wi
-relocation-model=pic
-makedeps=libstdx-allocator.so.3.0.1.p/source_stdx_allocator_building_blocks_allocator_list.d.o.deps
-of=libstdx-allocator.so.3.0.1.p/source_stdx_allocator_building_blocks_allocator_list.d.o
-c ../source/stdx/allocator/building_blocks/allocator_list.d
[16/49] ldc2 -I=libstdx-allocator.so.3.0.1.p -I=. -I=.. -I=../source
-I/usr/include/d/mir-core -enable-color -wi -O -g -release -wi
-relocation-model=pic
-makedeps=libstdx-allocator.so.3.0.1.p/source_stdx_allocator_building_blocks_segregator.d.o.deps
-of=libstdx-allocator.so.3.0.1.p/source_stdx_allocator_building_blocks_segregator.d.o
-c ../source/stdx/allocator/building_blocks/segregator.d
[17/49] ldc2 -I=libstdx-allocator.so.3.0.1.p -I=. -I=.. -I=../source
-I/usr/include/d/mir-core -enable-color -wi -O -g -release -wi
-relocation-model=pic
-makedeps=libstdx-allocator.so.3.0.1.p/source_stdx_allocator_typed.d.o.deps
-of=libstdx-allocator.so.3.0.1.p/source_stdx_allocator_typed.d.o -c
../source/stdx/allocator/typed.d
[18/49] ldc2 -I=libstdx-allocator.so.3.0.1.p -I=. -I=.. -I=../source
-I/usr/include/d/mir-core -enable-color -wi -O -g -release -wi
-relocation-model=pic
-makedeps=libstdx-allocator.so.3.0.1.p/source_stdx_allocator_mmap_allocator.d.o.deps
-of=libstdx-allocator.so.3.0.1.p/source_stdx_allocator_mmap_allocator.d.o -c
../source/stdx/allocator/mmap_allocator.d
[19/49] ldc2 -I=libstdx-allocator.so.3.0.1.p -I=. -I=.. -I=../source
-I/usr/include/d/mir-core -enable-color -wi -O -g -release -wi
-relocation-model=pic
-makedeps=libstdx-allocator.so.3.0.1.p/source_stdx_allocator_mallocator.d.o.deps
-of=libstdx-allocator.so.3.0.1.p/source_stdx_allocator_mallocator.d.o -c
../source/stdx/allocator/mallocator.d
[20/49] ldc2 -I=libstdx-allocator.so.3.0.1.p -I=. -I=.. -I=../source
-I/usr/include/d/mir-core -enable-color -wi -O -g -release -wi
-relocation-model=pic
-makedeps=libstdx-allocator.so.3.0.1.p/source_stdx_allocator_common.d.o.deps
-of=libstdx-allocator.so.3.0.1.p/source_stdx_allocator_common.d.o -c
../source/stdx/allocator/common.d
[21/49] ldc2 -I=stdx-allocator-test.p -I=. -I=.. -I=../source
-I/usr/include/d/mir-core -enable-color -wi -O -g -release -wi -unittest
-makedeps=stdx-allocator-test.p/source_stdx_allocator_building_blocks_null_allocator.d.o.deps
-of=stdx-allocator-test.p/source_stdx_allocator_building_blocks_null_allocator.d.o
-c ../source/stdx/allocator/building_blocks/null_allocator.d
[22/49] ldc2 -I=libstdx-allocator.so.3.0.1.p -I=. -I=.. -I=../source
-I/usr/include/d/mir-core -enable-color -wi -O -g -release -wi
-relocation-model=pic
-makedeps=libstdx-allocator.so.3.0.1.p/source_stdx_allocator_gc_allocator.d.o.deps
-of=libstdx-allocator.so.3.0.1.p/source_stdx_allocator_gc_allocator.d.o -c
../source/stdx/allocator/gc_allocator.d
[23/49] ldc2 -I=stdx-allocator-test.p -I=. -I=.. -I=../source
-I/usr/include/d/mir-core -enable-color -wi -O -g -release -wi -unittest
-makedeps=stdx-allocator-test.p/source_stdx_allocator_building_blocks_package.d.o.deps
-of=stdx-allocator-test.p/source_stdx_allocator_building_blocks_package.d.o -c
../source/stdx/allocator/building_blocks/package.d
[24/49] ldc2 -I=libstdx-allocator.so.3.0.1.p -I=. -I=.. -I=../source
-I/usr/include/d/mir-core -enable-color -wi -O -g -release -wi
-relocation-model=pic
-makedeps=libstdx-allocator.so.3.0.1.p/source_stdx_allocator_package.d.o.deps
-of=libstdx-allocator.so.3.0.1.p/source_stdx_allocator_package.d.o -c
../source/stdx/allocator/package.d
[25/49] ldc2 -I=libstdx-allocator.so.3.0.1.p -I=. -I=.. -I=../source
-I/usr/include/d/mir-core -enable-color -wi -O -g -release -wi
-relocation-model=pic
-makedeps=libstdx-allocator.so.3.0.1.p/source_stdx_allocator_showcase.d.o.deps
-of=libstdx-allocator.so.3.0.1.p/source_stdx_allocator_showcase.d.o -c
../source/stdx/allocator/showcase.d
[26/49] ldc2 -of=libstdx-allocator.so.3.0.1
libstdx-allocator.so.3.0.1.p/source_stdx_allocator_internal.d.o
libstdx-allocator.so.3.0.1.p/source_stdx_allocator_building_blocks_null_allocator.d.o
libstdx-allocator.so.3.0.1.p/source_stdx_allocator_building_blocks_fallback_allocator.d.o
libstdx-allocator.so.3.0.1.p/source_stdx_allocator_building_blocks_bitmapped_block.d.o
libstdx-allocator.so.3.0.1.p/source_stdx_allocator_building_blocks_stats_collector.d.o
libstdx-allocator.so.3.0.1.p/source_stdx_allocator_building_blocks_package.d.o
libstdx-allocator.so.3.0.1.p/source_stdx_allocator_building_blocks_affix_allocator.d.o
libstdx-allocator.so.3.0.1.p/source_stdx_allocator_building_blocks_free_list.d.o
libstdx-allocator.so.3.0.1.p/source_stdx_allocator_building_blocks_bucketizer.d.o
libstdx-allocator.so.3.0.1.p/source_stdx_allocator_building_blocks_free_tree.d.o
libstdx-allocator.so.3.0.1.p/source_stdx_allocator_building_blocks_kernighan_ritchie.d.o
libstdx-allocator.so.3.0.1.p/source_stdx
_allocator_building_blocks_allocator_list.d.o
libstdx-allocator.so.3.0.1.p/source_stdx_allocator_building_blocks_segregator.d.o
libstdx-allocator.so.3.0.1.p/source_stdx_allocator_building_blocks_scoped_allocator.d.o
libstdx-allocator.so.3.0.1.p/source_stdx_allocator_building_blocks_region.d.o
libstdx-allocator.so.3.0.1.p/source_stdx_allocator_building_blocks_quantizer.d.o
libstdx-allocator.so.3.0.1.p/source_stdx_allocator_typed.d.o
libstdx-allocator.so.3.0.1.p/source_stdx_allocator_mmap_allocator.d.o
libstdx-allocator.so.3.0.1.p/source_stdx_allocator_showcase.d.o
libstdx-allocator.so.3.0.1.p/source_stdx_allocator_mallocator.d.o
libstdx-allocator.so.3.0.1.p/source_stdx_allocator_package.d.o
libstdx-allocator.so.3.0.1.p/source_stdx_allocator_common.d.o
libstdx-allocator.so.3.0.1.p/source_stdx_allocator_gc_allocator.d.o -L=-soname
-L=libstdx-allocator.so.0 -L=--allow-shlib-undefined -link-defaultlib-shared
-shared -relocation-model=pic -flto=auto -ffat-lto-objects -L=-z -L=relro -O -g
-release -wi -L=-lmir-core
FAILED: libstdx-allocator.so.3.0.1
ldc2 -of=libstdx-allocator.so.3.0.1
libstdx-allocator.so.3.0.1.p/source_stdx_allocator_internal.d.o
libstdx-allocator.so.3.0.1.p/source_stdx_allocator_building_blocks_null_allocator.d.o
libstdx-allocator.so.3.0.1.p/source_stdx_allocator_building_blocks_fallback_allocator.d.o
libstdx-allocator.so.3.0.1.p/source_stdx_allocator_building_blocks_bitmapped_block.d.o
libstdx-allocator.so.3.0.1.p/source_stdx_allocator_building_blocks_stats_collector.d.o
libstdx-allocator.so.3.0.1.p/source_stdx_allocator_building_blocks_package.d.o
libstdx-allocator.so.3.0.1.p/source_stdx_allocator_building_blocks_affix_allocator.d.o
libstdx-allocator.so.3.0.1.p/source_stdx_allocator_building_blocks_free_list.d.o
libstdx-allocator.so.3.0.1.p/source_stdx_allocator_building_blocks_bucketizer.d.o
libstdx-allocator.so.3.0.1.p/source_stdx_allocator_building_blocks_free_tree.d.o
libstdx-allocator.so.3.0.1.p/source_stdx_allocator_building_blocks_kernighan_ritchie.d.o
libstdx-allocator.so.3.0.1.p/source_stdx_allocat
or_building_blocks_allocator_list.d.o
libstdx-allocator.so.3.0.1.p/source_stdx_allocator_building_blocks_segregator.d.o
libstdx-allocator.so.3.0.1.p/source_stdx_allocator_building_blocks_scoped_allocator.d.o
libstdx-allocator.so.3.0.1.p/source_stdx_allocator_building_blocks_region.d.o
libstdx-allocator.so.3.0.1.p/source_stdx_allocator_building_blocks_quantizer.d.o
libstdx-allocator.so.3.0.1.p/source_stdx_allocator_typed.d.o
libstdx-allocator.so.3.0.1.p/source_stdx_allocator_mmap_allocator.d.o
libstdx-allocator.so.3.0.1.p/source_stdx_allocator_showcase.d.o
libstdx-allocator.so.3.0.1.p/source_stdx_allocator_mallocator.d.o
libstdx-allocator.so.3.0.1.p/source_stdx_allocator_package.d.o
libstdx-allocator.so.3.0.1.p/source_stdx_allocator_common.d.o
libstdx-allocator.so.3.0.1.p/source_stdx_allocator_gc_allocator.d.o -L=-soname
-L=libstdx-allocator.so.0 -L=--allow-shlib-undefined -link-defaultlib-shared
-shared -relocation-model=pic -flto=auto -ffat-lto-objects -L=-z -L=relro -O -g
-release
-wi -L=-lmir-core
ldc2: for the --flto option: Cannot find option named 'auto'!
ldc2: Unknown command line argument '-ffat-lto-objects'. Try: 'ldc2 --help'
ldc2: Did you mean '--enable-asserts'?
[27/49] ldc2 -I=stdx-allocator-test.p -I=. -I=.. -I=../source
-I/usr/include/d/mir-core -enable-color -wi -O -g -release -wi -unittest
-makedeps=stdx-allocator-test.p/source_stdx_allocator_internal.d.o.deps
-of=stdx-allocator-test.p/source_stdx_allocator_internal.d.o -c
../source/stdx/allocator/internal.d
[28/49] ldc2 -I=stdx-allocator-test.p -I=. -I=.. -I=../source
-I/usr/include/d/mir-core -enable-color -wi -O -g -release -wi -unittest
-makedeps=stdx-allocator-test.p/source_stdx_allocator_building_blocks_bucketizer.d.o.deps
-of=stdx-allocator-test.p/source_stdx_allocator_building_blocks_bucketizer.d.o
-c ../source/stdx/allocator/building_blocks/bucketizer.d
[29/49] ldc2 -I=stdx-allocator-test.p -I=. -I=.. -I=../source
-I/usr/include/d/mir-core -enable-color -wi -O -g -release -wi -unittest
-makedeps=stdx-allocator-test.p/source_stdx_allocator_building_blocks_fallback_allocator.d.o.deps
-of=stdx-allocator-test.p/source_stdx_allocator_building_blocks_fallback_allocator.d.o
-c ../source/stdx/allocator/building_blocks/fallback_allocator.d
[30/49] ldc2 -I=stdx-allocator-test.p -I=. -I=.. -I=../source
-I/usr/include/d/mir-core -enable-color -wi -O -g -release -wi -unittest
-makedeps=stdx-allocator-test.p/source_stdx_allocator_building_blocks_affix_allocator.d.o.deps
-of=stdx-allocator-test.p/source_stdx_allocator_building_blocks_affix_allocator.d.o
-c ../source/stdx/allocator/building_blocks/affix_allocator.d
[31/49] ldc2 -I=stdx-allocator-test.p -I=. -I=.. -I=../source
-I/usr/include/d/mir-core -enable-color -wi -O -g -release -wi -unittest
-makedeps=stdx-allocator-test.p/source_stdx_allocator_building_blocks_free_list.d.o.deps
-of=stdx-allocator-test.p/source_stdx_allocator_building_blocks_free_list.d.o
-c ../source/stdx/allocator/building_blocks/free_list.d
[32/49] ldc2 -I=stdx-allocator-test.p -I=. -I=.. -I=../source
-I/usr/include/d/mir-core -enable-color -wi -O -g -release -wi -unittest
-makedeps=stdx-allocator-test.p/source_stdx_allocator_building_blocks_stats_collector.d.o.deps
-of=stdx-allocator-test.p/source_stdx_allocator_building_blocks_stats_collector.d.o
-c ../source/stdx/allocator/building_blocks/stats_collector.d
[33/49] ldc2 -I=stdx-allocator-test.p -I=. -I=.. -I=../source
-I/usr/include/d/mir-core -enable-color -wi -O -g -release -wi -unittest
-makedeps=stdx-allocator-test.p/source_stdx_allocator_building_blocks_bitmapped_block.d.o.deps
-of=stdx-allocator-test.p/source_stdx_allocator_building_blocks_bitmapped_block.d.o
-c ../source/stdx/allocator/building_blocks/bitmapped_block.d
ninja: build stopped: subcommand failed.
dh_auto_build: error: cd obj-x86_64-linux-gnu && LC_ALL=C.UTF-8 ninja -j8 -v
returned exit code 1
make: *** [debian/rules:8: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--- End Message ---
--- Begin Message ---
Version: 3.1.0~beta.2-3+rm
Dear submitter,
as the package stdx-allocator has just been removed from the Debian archive
unstable we hereby close the associated bug reports. We are sorry
that we couldn't deal with your issue properly.
For details on the removal, please see https://bugs.debian.org/1030718
The version of this package that was in Debian prior to this removal
can still be found using https://snapshot.debian.org/.
Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.
This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].
Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)
--- End Message ---