Closed GoogleCodeExporter closed 9 years ago
Attached is the full output of compilation with =util-linux-2.20 failing and
with =util-linux-2.19.1 working.
Thank you!
Original comment by erick.mi...@gmail.com
on 30 Sep 2011 at 8:57
Attachments:
This happens using Portage (gentoo/funtoo/sabayon)
Original comment by erick.mi...@gmail.com
on 30 Sep 2011 at 9:02
hm, this seems like some portage problem but I'll check it, I am using Gentoo
for devel work as well
Original comment by gmazyl...@gmail.com
on 9 Oct 2011 at 1:54
Seems just missing static library. I can add better detection but it usually
fails somewhere else...
This work for me - force rebuild these libraries with static libs:
# cat /etc/portage/package.use
dev-libs/popt static-libs
dev-libs/libgcrypt static-libs
dev-libs/libgpg-error static-libs
sys-apps/util-linux static-libs
Original comment by gmazyl...@gmail.com
on 9 Oct 2011 at 2:55
I added check for static uuid library, so it fails during configure phase
http://code.google.com/p/cryptsetup/source/detail?r=627#
Anyway, you have to compile util-linux with static-libs (no idea why it changed
by default from 2.19-2.20 - ask distro maintainer).
Original comment by gmazyl...@gmail.com
on 9 Oct 2011 at 3:25
Original comment by gmazyl...@gmail.com
on 9 Oct 2011 at 3:25
Thank you for your time and work! It's a great project.
Original comment by erick.mi...@gmail.com
on 10 Oct 2011 at 5:01
Original issue reported on code.google.com by
erick.mi...@gmail.com
on 30 Sep 2011 at 8:40