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

Bug#793197: marked as done (sparse: FTBFS with linker errors (missing libs))



Your message dated Sat, 12 Sep 2015 21:17:19 +0000
with message-id <E1ZasAh-0006Bp-Ec@franck.debian.org>
and subject line Bug#793197: fixed in sparse 0.4.5~rc1-2~deb8u1
has caused the Debian Bug report #793197,
regarding sparse: FTBFS with linker errors (missing libs)
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.)


-- 
793197: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=793197
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: sparse
Version: 0.4.5~rc1-1
Severity: serious

from a rebuild in jessie, but in sid happens the same:

[...]
     CC       sparse-llvm.o
     LINK     sparse-llvm
/usr/lib/llvm-3.5/lib/libLLVMSupport.a(Mutex.o): In function `llvm::sys::MutexImpl::MutexImpl(bool)':
(.text._ZN4llvm3sys9MutexImplC2Eb+0x30): undefined reference to `pthread_mutexattr_init'
/usr/lib/llvm-3.5/lib/libLLVMSupport.a(Mutex.o): In function `llvm::sys::MutexImpl::MutexImpl(bool)':
(.text._ZN4llvm3sys9MutexImplC2Eb+0x3e): undefined reference to `pthread_mutexattr_settype'
/usr/lib/llvm-3.5/lib/libLLVMSupport.a(Mutex.o): In function `llvm::sys::MutexImpl::MutexImpl(bool)':
(.text._ZN4llvm3sys9MutexImplC2Eb+0x4f): undefined reference to `pthread_mutexattr_destroy'
/usr/lib/llvm-3.5/lib/libLLVMSupport.a(Mutex.o): In function `llvm::sys::MutexImpl::tryacquire()':
(.text._ZN4llvm3sys9MutexImpl10tryacquireEv+0x16): undefined reference to `pthread_mutex_trylock'
/usr/lib/llvm-3.5/lib/libLLVMSupport.a(Process.o): In function `llvm::sys::Process::FileDescriptorHasColors(int)':
(.text._ZN4llvm3sys7Process23FileDescriptorHasColorsEi+0x60): undefined reference to `setupterm'
/usr/lib/llvm-3.5/lib/libLLVMSupport.a(Process.o): In function `llvm::sys::Process::FileDescriptorHasColors(int)':
(.text._ZN4llvm3sys7Process23FileDescriptorHasColorsEi+0x93): undefined reference to `tigetnum'
/usr/lib/llvm-3.5/lib/libLLVMSupport.a(Process.o): In function `llvm::sys::Process::FileDescriptorHasColors(int)':
(.text._ZN4llvm3sys7Process23FileDescriptorHasColorsEi+0xa1): undefined reference to `set_curterm'
/usr/lib/llvm-3.5/lib/libLLVMSupport.a(Process.o): In function `llvm::sys::Process::FileDescriptorHasColors(int)':
(.text._ZN4llvm3sys7Process23FileDescriptorHasColorsEi+0xa9): undefined reference to `del_curterm'
/usr/lib/llvm-3.5/lib/libLLVMSupport.a(RWMutex.o): In function `llvm::sys::RWMutexImpl::RWMutexImpl()':
(.text._ZN4llvm3sys11RWMutexImplC2Ev+0x2a): undefined reference to `pthread_rwlock_init'
/usr/lib/llvm-3.5/lib/libLLVMSupport.a(RWMutex.o): In function `llvm::sys::RWMutexImpl::~RWMutexImpl()':
(.text._ZN4llvm3sys11RWMutexImplD2Ev+0x18): undefined reference to `pthread_rwlock_destroy'
/usr/lib/llvm-3.5/lib/libLLVMSupport.a(RWMutex.o): In function `llvm::sys::RWMutexImpl::reader_acquire()':
(.text._ZN4llvm3sys11RWMutexImpl14reader_acquireEv+0x16): undefined reference to `pthread_rwlock_rdlock'
/usr/lib/llvm-3.5/lib/libLLVMSupport.a(RWMutex.o): In function `llvm::sys::RWMutexImpl::reader_release()':
(.text._ZN4llvm3sys11RWMutexImpl14reader_releaseEv+0x16): undefined reference to `pthread_rwlock_unlock'
/usr/lib/llvm-3.5/lib/libLLVMSupport.a(RWMutex.o): In function `llvm::sys::RWMutexImpl::writer_acquire()':
(.text._ZN4llvm3sys11RWMutexImpl14writer_acquireEv+0x16): undefined reference to `pthread_rwlock_wrlock'
/usr/lib/llvm-3.5/lib/libLLVMSupport.a(RWMutex.o): In function `llvm::sys::RWMutexImpl::writer_release()':
(.text._ZN4llvm3sys11RWMutexImpl14writer_releaseEv+0x16): undefined reference to `pthread_rwlock_unlock'
/usr/lib/llvm-3.5/lib/libLLVMSupport.a(Signals.o): In function `llvm::sys::PrintStackTrace(_IO_FILE*)':
(.text._ZN4llvm3sys15PrintStackTraceEP8_IO_FILE+0x7c): undefined reference to `dladdr'
/usr/lib/llvm-3.5/lib/libLLVMSupport.a(Signals.o): In function `llvm::sys::PrintStackTrace(_IO_FILE*)':
(.text._ZN4llvm3sys15PrintStackTraceEP8_IO_FILE+0x1be): undefined reference to `dladdr'
/usr/lib/llvm-3.5/lib/libLLVMSupport.a(ThreadLocal.o): In function `llvm::sys::ThreadLocalImpl::~ThreadLocalImpl()':
(.text._ZN4llvm3sys15ThreadLocalImplD2Ev+0x22): undefined reference to `pthread_key_delete'
/usr/lib/llvm-3.5/lib/libLLVMSupport.a(ThreadLocal.o): In function `llvm::sys::ThreadLocalImpl::ThreadLocalImpl()':
(.text._ZN4llvm3sys15ThreadLocalImplC2Ev+0x41): undefined reference to `pthread_key_create'
/usr/lib/llvm-3.5/lib/libLLVMSupport.a(ThreadLocal.o): In function `llvm::sys::ThreadLocalImpl::setInstance(void const*)':
(.text._ZN4llvm3sys15ThreadLocalImpl11setInstanceEPKv+0x1b): undefined reference to `pthread_setspecific'
/usr/lib/llvm-3.5/lib/libLLVMSupport.a(ThreadLocal.o): In function `llvm::sys::ThreadLocalImpl::getInstance()':
(.text._ZN4llvm3sys15ThreadLocalImpl11getInstanceEv+0x17): undefined reference to `pthread_getspecific'
/usr/lib/llvm-3.5/lib/libLLVMSupport.a(Threading.o): In function `llvm::llvm_execute_on_thread(void (*)(void*), void*, unsigned int)':
(.text._ZN4llvm22llvm_execute_on_threadEPFvPvES0_j+0x4c): undefined reference to `pthread_create'
/usr/lib/llvm-3.5/lib/libLLVMSupport.a(Threading.o): In function `llvm::llvm_execute_on_thread(void (*)(void*), void*, unsigned int)':
(.text._ZN4llvm22llvm_execute_on_threadEPFvPvES0_j+0x61): undefined reference to `pthread_join'
/usr/lib/llvm-3.5/lib/libLLVMSupport.a(Threading.o): In function `llvm::llvm_execute_on_thread(void (*)(void*), void*, unsigned int)':
(.text._ZN4llvm22llvm_execute_on_threadEPFvPvES0_j+0x89): undefined reference to `pthread_attr_setstacksize'
collect2: error: ld returned 1 exit status
Makefile:177: recipe for target 'sparse-llvm' failed
make[1]: *** [sparse-llvm] Error 1
make[1]: Leaving directory '/tmp/buildd/sparse-0.4.5~rc1'
dh_auto_build: make -j1 returned exit code 2


You should also enable verbose build mode to show the commands being run.


Andreas

--- End Message ---
--- Begin Message ---
Source: sparse
Source-Version: 0.4.5~rc1-2~deb8u1

We believe that the bug you reported is fixed in the latest version of
sparse, 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 793197@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andreas Beckmann <anbe@debian.org> (supplier of updated sparse 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: SHA256

Format: 1.8
Date: Wed, 09 Sep 2015 22:28:16 +0200
Source: sparse
Binary: sparse
Architecture: source
Version: 0.4.5~rc1-2~deb8u1
Distribution: jessie
Urgency: medium
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Andreas Beckmann <anbe@debian.org>
Description:
 sparse     - semantic parser of source files
Closes: 793197
Changes:
 sparse (0.4.5~rc1-2~deb8u1) jessie; urgency=medium
 .
   * QA upload.
   * Rebuild for jessie.
 .
 sparse (0.4.5~rc1-2) unstable; urgency=medium
 .
   [ Andreas Beckmann ]
   * QA upload.
   * Set maintainer to Debian QA Group.  (See #794643)
   * Fix Homepage and Vcs-Browser URLs.
   * Refresh patch to apply without fuzz.
 .
   [ Uwe Kleine-König ]
   * Cherry-pick commit from upstream to fix build failure with llvm-3.5.
   * Temporarily build-depend on libedit-dev because llvm-config claims to need
     that.  (Closes: #793197)
Checksums-Sha1:
 72e2c4fcccce4dfd3d8c4657c6516982aec15678 1994 sparse_0.4.5~rc1-2~deb8u1.dsc
 c8edbb92d190ccb8736633d7c1983ffdc3b9776d 8064 sparse_0.4.5~rc1-2~deb8u1.debian.tar.xz
Checksums-Sha256:
 ba32f3f0b80e6ac17b08dc6cf9ac9206122105a575a7f2330d84e14cbccf8ac7 1994 sparse_0.4.5~rc1-2~deb8u1.dsc
 ad060d921b9071044d1248098dd1144e39379f1f243f5c942cd53580c9662259 8064 sparse_0.4.5~rc1-2~deb8u1.debian.tar.xz
Files:
 1f6f8834eca1a0a97b2784ebd5fea13a 1994 non-free/devel optional sparse_0.4.5~rc1-2~deb8u1.dsc
 bcb8de4ec89a4725e0ec272b8d60e7ab 8064 non-free/devel optional sparse_0.4.5~rc1-2~deb8u1.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJV8JjlAAoJEF+zP5NZ6e0I9zsQAJJGw9iwXDFGmNILvTrTSiHh
Lp2yh9VBFseRE8Wuxs9mEhEAMNAv6SzIp71WXD5wR+k3LH6Pz+tnvNpsDywom1YR
vuQE1sqmx/Je5ul+WQE7BM6cihKUNfSrsfeCpQgHlk5cnpMNYOnvSyN1Fm1UgTbo
PAOdIxgerpP/FylMaQ1dDL655K85/TDSe0+8CZygj/t8xVHdG8J84ozZkxrJ8y8R
T/BUvEB1ESpLznFjF5YBXV62+/IG9DCQlfzPs0WDyUvODa2LCqfa4S1QyZfw5Ug0
inFaMSp7m1SXiLnagDC01xpUuwDgk5qhpzKvqo14+gjfEgctcyXE+WNN9rwiC0MP
dwiLD+uCPZRNZR5PrBaDuZMSpgmjs7m9klBBXHnd1jnS5a/ZkoM2BHFr/Q0VXILI
DbVR7QsgfJbi0p6BF2iCqbUTKwV5nMRZD7l4aEwAlR5HE+B0GTFiMWI+HFs8ePpu
n1MxjwHNf/HoUd63tzgg1JeJHMyOBQ297np1kAG34J7uJXiuYsNq0RwEwEV/eB4x
YVAplKq316TnDZhVmHJ8VcXlro3/iKHuCFqWtH7z+JZKu6NDvI/a0XcJ+uZnlYU4
1btVlNKXDEbrmXQwy1+SofEnx6eocV34Vmx+edVMfvU9SnTe91LXDVm2abrU2CfW
5/P6A+FjK60TH5uEQ9HR
=aFYm
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: