Bug#899422: Jessie behavior

2018-05-31 Thread zigifex
Sorry, the behavior with Jessie is not the same as that with Stretch. dmsetup.static and lvm.static require $(PTHREAD_LIBS) and -lpcre in any order If --disable-selinux is also given then dmsetup.static and lvm.static require $(PTHREAD_LIBS)

Bug#900086: pkgconfig files have misconfigured libdir

2018-05-25 Thread zigifex
Package: libdevmapper-dev Version: 1.02.137-2 Severity: minor Control: found -1 1.02.74-8 Control: found -1 1.02.90-2.2+deb8u1 Control: found -1 1.02.145-4.1 -- Looking at the contents of this package and libdevmapper1.02.1, it seems that the pkgconfig files are pointing directly to the files in

Bug#899422:

2018-05-24 Thread zigifex
Control: found -1 lvm2/2.02.111-2.2+deb8u1 Control: found -1 lvm2/2.02.176-4.1 -- The behavior with Jessie is the same as that with Stretch. So something changed between Wheezy and Jessie which doesn't allow reversing -lpcre and -lpthread.

Bug#899418:

2018-05-24 Thread zigifex
Control: found -1 lvm2/2.02.168-2

Bug#899418:

2018-05-24 Thread zigifex
Control: found -1 lvm2/2.02.111-2.2+deb8u1 Control: found -1 lvm2/2.02.176-4.1 -- Not sure whether bug needs to be reported as found for each version.

Bug#899422: bug exists since Wheezy

2018-05-24 Thread zigifex
Control: found -1 lvm2/2.02.95-8 -- The bug exists in the source since Wheezy. From what I can tell, the targets dmsetup.static and lvm.static in tools/Makefile.in are the only ones that need to be modified. Depending on the source version the following fixes work: Wheezy: dmsetup.static and

Bug#899418:

2018-05-24 Thread zigifex
Control: found -1 lvm2/2.02.95-8

Bug#899418: bug exists since Wheezy

2018-05-24 Thread zigifex
Control: found -1 src:lvm2/2.02.95-8 -- I compiled the source from the Wheezy repo and ,as expected, the bug exists. Please fix soon since Wheezy LTS is ending this month. Thanks.

Bug#899418: Reassign to source package

2018-05-23 Thread zigifex
Control: reassign -1 src:lvm2

Bug#899422: compiling with static linking results in linker errors

2018-05-23 Thread zigifex
Source: lvm2 Version: 2.02.168-2 I downloaded the package source files by running "apt-get source lvm2" Then I ran "./configure --enable-static-link && make" Configuration was successful but compilation throws up linker errors when it gets to dmsetup.c. Below is the last part of the compiler

Bug#899418: make install with DESTDIR option results in broken symlink

2018-05-23 Thread zigifex
Package: lvm2 Version: 2.02.168-2 I downloaded the package source files by running "apt-get source lvm2" Then I ran "./configure && make && make install DESTDIR=$HOME/tempfolder" The resulting libdevmapper.so is symbolically linked to /lib/libdevmapper.so instead of ../../lib/libdevmapper.so