Re: [gentoo-user] LVM2 compile error. Clock_gettime

2013-06-29 Thread Neil Bothwick
On Fri, 28 Jun 2013 21:44:34 -0500, Dale wrote: Other comments note that unsetting static allows it to build. Try unsetting the static flag for lvm2 in package.use, i.e... sys-fs/lvm2 -static Does that build for you? It might would but I can't recall WHY I set it to that. If I

Re: [gentoo-user] LVM2 compile error. Clock_gettime

2013-06-29 Thread Dale
Neil Bothwick wrote: On Fri, 28 Jun 2013 21:44:34 -0500, Dale wrote: Other comments note that unsetting static allows it to build. Try unsetting the static flag for lvm2 in package.use, i.e... sys-fs/lvm2 -static Does that build for you? It might would but I can't recall WHY I set

Re: [gentoo-user] LVM2 compile error. Clock_gettime

2013-06-29 Thread Bruce Hill
On Fri, Jun 28, 2013 at 09:44:34PM -0500, Dale wrote: Walter Dnes wrote: On Thu, Jun 27, 2013 at 07:39:39AM -0500, Dale wrote Someone else ran into the same thing and it appears they use udev. So switching wouldn't help anyway. https://bugs.gentoo.org/show_bug.cgi?id=370217 Your

Re: [gentoo-user] LVM2 compile error. Clock_gettime

2013-06-29 Thread Bruce Hill
On Sat, Jun 29, 2013 at 04:53:47AM -0500, Dale wrote: Now that you mention it, it may have been when the separate /usr init thingy was going on that I had to add it. That could be it. Well, if I have to upgrade before they have a fix, I'll give it a shot and see what happens. I suspect it

Re: [gentoo-user] LVM2 compile error. Clock_gettime

2013-06-29 Thread Dale
Bruce Hill wrote: On Sat, Jun 29, 2013 at 04:53:47AM -0500, Dale wrote: Now that you mention it, it may have been when the separate /usr init thingy was going on that I had to add it. That could be it. Well, if I have to upgrade before they have a fix, I'll give it a shot and see what

Re: [gentoo-user] LVM2 compile error. Clock_gettime

2013-06-29 Thread Dale
Bruce Hill wrote: You might want to run enalyze rebuild use to get an idea of what USE flags you have which do not match the default settings. Over the course of time the defaults change, and our need for certain options change, so it's good to run this and check any USE flags for situations

Re: [gentoo-user] LVM2 compile error. Clock_gettime

2013-06-28 Thread Walter Dnes
On Thu, Jun 27, 2013 at 07:39:39AM -0500, Dale wrote Someone else ran into the same thing and it appears they use udev. So switching wouldn't help anyway. https://bugs.gentoo.org/show_bug.cgi?id=370217 Your bug-report comment shows... sys-fs/lvm2-2.02.97-r1 USE=lvm1 readline static

Re: [gentoo-user] LVM2 compile error. Clock_gettime

2013-06-28 Thread Dale
Walter Dnes wrote: On Thu, Jun 27, 2013 at 07:39:39AM -0500, Dale wrote Someone else ran into the same thing and it appears they use udev. So switching wouldn't help anyway. https://bugs.gentoo.org/show_bug.cgi?id=370217 Your bug-report comment shows... sys-fs/lvm2-2.02.97-r1 USE=lvm1

Re: [gentoo-user] LVM2 compile error. Clock_gettime

2013-06-27 Thread Dale
Samuli Suominen wrote: sys-fs/udev-197, 200, 204. --- will install to / instead of /usr so it will work with sep. /usr just like eudev does, or just like udev-171 used to basically the only thing to look out for is the network interface names, you can add extra entry to grub that boots with

Re: [gentoo-user] LVM2 compile error. Clock_gettime

2013-06-26 Thread Dale
Samuli Suominen wrote: On 26/06/13 07:58, Dale wrote: I can't seem to get lvm2 to compile. I get this error: FILE=`echo lvchange.d | sed 's/\\//\\//g;s/\\.d//g'`; \ DEPS=`echo ../make.tmpl ../VERSION ../Makefile ../include/.symlinks_created | sed -e 's/\\//\\//g'`; \

Re: [gentoo-user] LVM2 compile error. Clock_gettime

2013-06-26 Thread Samuli Suominen
On 26/06/13 09:31, Dale wrote: Samuli Suominen wrote: On 26/06/13 07:58, Dale wrote: I can't seem to get lvm2 to compile. I get this error: FILE=`echo lvchange.d | sed 's/\\//\\//g;s/\\.d//g'`; \ DEPS=`echo ../make.tmpl ../VERSION ../Makefile ../include/.symlinks_created | sed -e

[gentoo-user] LVM2 compile error. Clock_gettime

2013-06-25 Thread Dale
I can't seem to get lvm2 to compile. I get this error: FILE=`echo lvchange.d | sed 's/\\//\\//g;s/\\.d//g'`; \ DEPS=`echo ../make.tmpl ../VERSION ../Makefile ../include/.symlinks_created | sed -e 's/\\//\\//g'`; \ x86_64-pc-linux-gnu-gcc -MM -I. -I../include

Re: [gentoo-user] LVM2 compile error. Clock_gettime

2013-06-25 Thread Samuli Suominen
On 26/06/13 07:58, Dale wrote: I can't seem to get lvm2 to compile. I get this error: FILE=`echo lvchange.d | sed 's/\\//\\//g;s/\\.d//g'`; \ DEPS=`echo ../make.tmpl ../VERSION ../Makefile ../include/.symlinks_created | sed -e 's/\\//\\//g'`; \ x86_64-pc-linux-gnu-gcc -MM -I.