cmd: use libtool for the internal library #3162

Closed
wants to merge 1 commit into
from

Conversation

Projects
None yet
3 participants
Contributor

morphis commented Apr 10, 2017

This just cuts some hassle integration with how the helper library is
built. I could never get to pass the right -fPIC/-fpie combination
otherwise.

Signed-off-by: Zygmunt Krynicki me@zygoon.pl

mvo5 approved these changes Apr 11, 2017

@mvo5 mvo5 added this to the 2.24 milestone Apr 11, 2017

Collaborator

mvo5 commented Apr 11, 2017

The test error in here look real though.

cmd: use libtool for the internal library
This just cuts some hassle integration with how the helper library is
built. I could never get to pass the right -fPIC/-fpie combination
otherwise.

Signed-off-by: Zygmunt Krynicki <me@zygoon.pl>
Contributor

morphis commented Apr 11, 2017

@mvo5 in spread I only see

2017-04-11 05:40:06 Discarding linode:ubuntu-16.04-32 (Spread-06), cannot connect: cannot connect to linode:ubuntu-16.04-32 (Spread-06): ssh: handshake failed: ssh: unable to authenticate, attempted methods [none password], no supported methods remain
Contributor

morphis commented Apr 11, 2017

Ok, the autopkgtest's highlight the problem:

/usr/lib/snapd/snap-confine: error while loading shared libraries: libcap.so.2: cannot open shared object file: No such file or directory

Looking into that now.

Contributor

morphis commented Apr 11, 2017

Closing again as this is not going to work out as it should in a sane way for all platforms. Need to find a proper way how to deal with this problem.

@morphis morphis closed this Apr 11, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment