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

Bug#939687: marked as done (clazy: FTBFS on armel: undefined reference to symbol '__atomic_load_4@@LIBATOMIC_1.0')



Your message dated Fri, 18 Oct 2019 13:49:08 +0000
with message-id <E1iLScu-0002K1-7f@fasolo.debian.org>
and subject line Bug#939687: fixed in clazy 1.6-1
has caused the Debian Bug report #939687,
regarding clazy: FTBFS on armel: undefined reference to symbol '__atomic_load_4@@LIBATOMIC_1.0'
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 owner@bugs.debian.org
immediately.)


-- 
939687: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=939687
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: clazy
Version: 1.5-1
Severity: serious
Tags: ftbfs

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Dear maintainer,

During a binNMU of clazy during the llvm-defaults transition, you package FTBFS
on armel. Can you please check and fix the situation?

The last part of the log message as currently shown on 
https://buildd.debian.org/status/fetch.php?pkg=clazy&arch=armel&ver=1.5-1%2Bb1&stamp=1567623182&raw=0 reads:

[100%] Linking CXX executable bin/clazy-standalone
/usr/bin/cmake -E cmake_link_script CMakeFiles/clazy-standalone.dir/link.txt --verbose=1
/usr/bin/c++  -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-class-memaccess -Wdate-time -D_FORTIFY_SOURCE=2 -std=c++11 -fno-common -Woverloaded-virtual -Wcast-qual -fno-strict-aliasing -pedantic -Wno-long-long -Wall -W -Wno-unused-parameter -Wwrite-strings -fno-exceptions -fno-rtti -fPIC  -Wl,-z,relro -Wl,-z,now -latomic -rdynamic CMakeFiles/clazy-standalone.dir/src/ClazyStandaloneMain.cpp.o  -o bin/clazy-standalone  -L/usr/lib/llvm-8/lib -Wl,-rpath,/usr/lib/llvm-8/lib:/<<PKGBUILDDIR>>/obj-arm-linux-gnueabi/lib: lib/ClazyPlugin.so /usr/lib/llvm-8/lib/libclangFrontend.a /usr/lib/llvm-8/lib/libclangDriver.a /usr/lib/llvm-8/lib/libclangCodeGen.a /usr/lib/llvm-8/lib/libclangSema.a /usr/lib/llvm-8/lib/libclangAnalysis.a /usr/lib/llvm-8/lib/libclangRewriteFrontend.a /usr/lib/llvm-8/lib/libclangRewrite.a /usr/lib/llvm-8/lib/libclangAST.a /usr/lib/llvm-8/lib/libclangASTMatchers.a /usr/lib/llvm-8/lib/libclangParse.a /usr/lib/llvm-8/lib/libclangLex.a /usr/lib/llvm-8/lib/libclangBasic.a /usr/lib/llvm-8/lib/libclangARCMigrate.a /usr/lib/llvm-8/lib/libclangEdit.a /usr/lib/llvm-8/lib/libclangFrontendTool.a /usr/lib/llvm-8/lib/libclangRewrite.a /usr/lib/llvm-8/lib/libclangSerialization.a /usr/lib/llvm-8/lib/libclangTooling.a /usr/lib/llvm-8/lib/libclangStaticAnalyzerCheckers.a /usr/lib/llvm-8/lib/libclangStaticAnalyzerCore.a /usr/lib/llvm-8/lib/libclangStaticAnalyzerFrontend.a /usr/lib/llvm-8/lib/libclangSema.a /usr/lib/llvm-8/lib/libLLVM-8.so /usr/lib/llvm-8/lib/libclangAnalysis.a /usr/lib/llvm-8/lib/libclangRewriteFrontend.a /usr/lib/llvm-8/lib/libclangRewrite.a /usr/lib/llvm-8/lib/libclangAST.a /usr/lib/llvm-8/lib/libclangASTMatchers.a /usr/lib/llvm-8/lib/libclangParse.a /usr/lib/llvm-8/lib/libclangLex.a /usr/lib/llvm-8/lib/libclangBasic.a /usr/lib/llvm-8/lib/libclangARCMigrate.a /usr/lib/llvm-8/lib/libclangEdit.a /usr/lib/llvm-8/lib/libclangFrontendTool.a /usr/lib/llvm-8/lib/libclangSerialization.a /usr/lib/llvm-8/lib/libclangTooling.a /usr/lib/llvm-8/lib/libclangStaticAnalyzerCheckers.a /usr/lib/llvm-8/lib/libclangStaticAnalyzerCore.a /usr/lib/llvm-8/lib/libclangStaticAnalyzerFrontend.a /usr/lib/llvm-8/lib/libLLVM-8.so 
/usr/bin/ld: lib/ClazyPlugin.so: undefined reference to symbol '__atomic_load_4@@LIBATOMIC_1.0'
/usr/bin/ld: /usr/lib/gcc/arm-linux-gnueabi/9/libatomic.so: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
make[3]: *** [CMakeFiles/clazy-standalone.dir/build.make:128: bin/clazy-standalone] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-arm-linux-gnueabi'
make[2]: *** [CMakeFiles/Makefile2:76: CMakeFiles/clazy-standalone.dir/all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-arm-linux-gnueabi'
make[1]: *** [Makefile:155: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-arm-linux-gnueabi'
dh_auto_build: cd obj-arm-linux-gnueabi && make -j4 "INSTALL=install --strip-program=true" returned exit code 2
make: *** [debian/rules:19: build-arch] Error 255

- -- System Information:
Debian Release: bullseye/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'testing-debug'), (200, 'testing'), (100, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 5.2.0-2-amd64 (SMP w/2 CPU cores)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US:en (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

-----BEGIN PGP SIGNATURE-----

iQEzBAEBCAAdFiEEWLZtSHNr6TsFLeZynFyZ6wW9dQoFAl1z/eoACgkQnFyZ6wW9
dQob6Qf+IBuxWmNSd6kwO4kHCm16SInrB4a3Rs2/PIcFopnGiQKY7UNza6iLcw2f
dd+uaLJkKQzYRq6IMHAfEQe7vjF3lB1oITyJNKx4VRpxQ8fMBkwVQsNsErs2ACBu
GFmFNoJaEWlaC0rZcpoHIZU2x98jhQheGv/hfQ2L8FaoKUqwo2PRGgFKoR0kGLvN
N6KZottKecx8M0BiIdyTHi1YC/c5VWqXue5vWRLmLpOPqs40+xZQClcutfhD/F0U
nSYRQPuYW+I0cdFObARzY80kqGqg6lwGGEb3SczUHSAuTPfLMFvaVCNL1FZN7TCg
FgGro3JPdiKOclpK9OL+KHI3JJMgUQ==
=Tiwf
-----END PGP SIGNATURE-----

--- End Message ---
--- Begin Message ---
Source: clazy
Source-Version: 1.6-1

We believe that the bug you reported is fixed in the latest version of
clazy, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 939687@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Pino Toscano <pino@debian.org> (supplier of updated clazy package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Fri, 18 Oct 2019 15:26:39 +0200
Source: clazy
Architecture: source
Version: 1.6-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Changed-By: Pino Toscano <pino@debian.org>
Closes: 936308 939687
Changes:
 clazy (1.6-1) unstable; urgency=medium
 .
   [ Lisandro Damián Nicanor Pérez Meyer ]
   * Switch python2 to python3 as build requirement. (Closes: #936308)
 .
   [ Pino Toscano ]
   * New upstream release.
   * Update the patches:
     - debian-tests-link-atomic.diff: refresh
     - select-clangpp.diff: refresh
   * Update the build dependencies according to the upstream build system:
     - bump cmake to 3.7
     - bump clang, libclang-dev, and llvm-dev to 5.0
     - add clang-tools
   * Add the configuration for the CI on salsa.
   * Update the dependencies for the 'run-tests' autopkgtest:
     - replace python2 with python3 (see #936308)
     - add clang-tools
   * Bump Standards-Version to 4.4.1, no changes required.
   * Get the real clang++ compiler bypassing ccache.
   * Make sure to link with atomic (on architectures that need it) even if the
     compiler links in as-needed mode by default. (Closes: #939687)
   * Disable ccache when running the test suite, as clazy is documented to not
     work with it.
Checksums-Sha1:
 ff4a5c3c7cc578fdfa7c98ba1a5478da3ec19555 2393 clazy_1.6-1.dsc
 c68097aa8b9f68d7362581a4f3288f38d163cde7 364292 clazy_1.6.orig.tar.xz
 7ac385dd1ca1744e83cf567f448f48ad27a919b6 195 clazy_1.6.orig.tar.xz.asc
 2a97d349765b776027e84da62aad74e84e669572 17008 clazy_1.6-1.debian.tar.xz
 70f1583a4242990fe3f9d0fdf7d59a926fe0de01 11737 clazy_1.6-1_source.buildinfo
Checksums-Sha256:
 4c121de842dd9a9f4911aed3d6a495c5268b336f9b7a71c7ed03b0b561292f9b 2393 clazy_1.6-1.dsc
 806d1befaddba82316f4ea34f1cba38bcc7545d0981007e3527c1ff1576dd0de 364292 clazy_1.6.orig.tar.xz
 78befcf786a6b48416e5dc654ef60921e912ea15ea144852932916dc0cfce86a 195 clazy_1.6.orig.tar.xz.asc
 84d92a444a82b3e60b7a6bd51604ea173b71099aee23ff8c472a1b31d4d4dc24 17008 clazy_1.6-1.debian.tar.xz
 a6f7f99329fe46638bf2158c2d4a23596b25f0a834d8da21667fa4d44322d355 11737 clazy_1.6-1_source.buildinfo
Files:
 d28121ba5edd71aa6165474566b83531 2393 devel optional clazy_1.6-1.dsc
 24d4303ea35f19bbadbd1e6c0e0199ab 364292 devel optional clazy_1.6.orig.tar.xz
 1008b5a493028e38a63b9f3f092a7dd2 195 devel optional clazy_1.6.orig.tar.xz.asc
 abef9e3ffa5d2ddd28e78294d6a12328 17008 devel optional clazy_1.6-1.debian.tar.xz
 f588403e53d5f4e56616b03b8909b178 11737 devel optional clazy_1.6-1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEXyqfuC+mweEHcAcHLRkciEOxP00FAl2pvdMACgkQLRkciEOx
P014ghAAjvO5omTuJj1z1t+30p4SIPKekTyKOlsSGT6KzmcyduEwOWqiXqS8s8aS
BKPHC3O2Wh/5UHl0BP7TmnUrL5UdpxAMaue7t8YZoiOJSXZuxrjNo6hudYUOdbCy
TknRZigvByJB+e8L7wwxlAOJZ+K93oFzZAtOxwT3qnIvYQMRZRR6iV69N6CGXWeZ
Sc5afZ9WYvTgOsbn6VbhxIJBYZWRc8oyTOS1EtR82yrhr+K/ZACsreVOA8TW5HQh
VBzCcTePOX4+jvhB1zEDm/9UNJZXMCDbC/9kznQRNOECevZ9mhBiHzpM9aFIfwWz
xaUl0e8P9p0AbAwwrRpsyYRwpXeBJN0l73pkzzTPFJDv9DJTzB8jios5bc8ZcOd1
DVxY9GX8Vi++efNt7d56eVqS+ant3N8d1UiM8+S7/DqHmwV5iBsJPcMRsvfUXwUY
S+TBXslXK1iUS3pdGrmYBTjZiZ1IZRBn1F5Mtvg0T0+WDp8h6sMrENeJxkbmNMcz
UlZ853EJYWGY391K2isNbHCSgnY0uBAkr1R0uGQOvu1qbnBJW2Y+DxaHCcRHSD7F
n7HfxGTBxCIiyaX4yoWSBrTnKc7QDCt1Y0LsK4dJCPz2JUTuKZXjeQoHesdCyZ1f
FvhtaVlhix84x0KtvL+Nat/fuNv2ungA5W20AHHQbb3MB1ml4bI=
=NhrX
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: