Your message dated Mon, 28 Aug 2023 04:17:02 +0000
with message-id <[email protected]>
and subject line Bug#1017679: Removed package(s) from unstable
has caused the Debian Bug report #1004114,
regarding llvm-toolchain source package rules 'NJOBS' missing '-j'
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.)
--
1004114: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1004114
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: llvm-toolchain-13
Version: 1:13.0.1~+rc1-1~exp4
When building llvm-toolchain-12 and/or llvm-toolchain-13, the build
fails with following error message:
LD_LIBRARY_PATH=/PRIVACY_INFO/llvm-toolchain-12_12.0.1/build-llvm/lib:$LD_LIBRARY_PATH
\
VERBOSE=1 cmake --build build-llvm 16 --target stage2
Unknown argument 16
This is defined in debian-full-build target within rules:
debian-full-build:
echo "Using cmake: $(CMAKE_BIN)"
# linker hack so stage2 can link against stage1 libs at runtime
LD_LIBRARY_PATH=$(STAGE_1_LIB_DIR):$$LD_LIBRARY_PATH \
VERBOSE=1 $(PRE_PROCESS) $(CMAKE_BIN) --build $(TARGET_BUILD) $(NJOBS)
--target stage2
whereas $(NJOBS) is defined as
ifneq (,$(filter parallel=%,$(subst $(COMMA), ,$(DEB_BUILD_OPTIONS))))
NJOBS := -j $(subst parallel=,,$(filter parallel=%,$(subst $(COMMA),
,$(DEB_BUILD_OPTIONS))))
else
NJOBS := $(shell nproc)
endif
I'm aware that I can set an envvar DEB_BUILD_OPTIONS='parallel=XX'
before the build, but I assume the proper fix for it should be:
else
NJOBS := -j $(shell nproc)
endif
Regards,
yumeyao
--- End Message ---
--- Begin Message ---
Version: 1:13.0.1-13+rm
Dear submitter,
as the package llvm-toolchain-13 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/1017679
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 ---