All of lore.kernel.org
 help / color / mirror / Atom feed
* [linux-lvm] ‘LVMETAD_PIDFILE’ undeclared when compiling
@ 2014-09-17 21:43 Pirate Fibonacci
  2014-09-18 10:16 ` Alasdair G Kergon
  0 siblings, 1 reply; 3+ messages in thread
From: Pirate Fibonacci @ 2014-09-17 21:43 UTC (permalink / raw)
  To: linux-lvm

[-- Attachment #1: Type: text/plain, Size: 809 bytes --]

error happens from lvm2/daemons/lvmetad

I'm using lvm2 from git repo. master branch as of this morning.
on fedora20.

in lvm2 base dir

# grep LVMETAD_PIDFILE *config*
config.log:LVMETAD_PIDFILE=''
config.status:S["LVMETAD_PIDFILE"]=""
configure:LVMETAD_PIDFILE
configure:  withval=$with_lvmetad_pidfile; LVMETAD_PIDFILE=$withval
configure:  LVMETAD_PIDFILE="$DEFAULT_PID_DIR/lvmetad.pid"
configure:#define LVMETAD_PIDFILE "$LVMETAD_PIDFILE"
configure.in:               LVMETAD_PIDFILE=$withval,
configure.in:               LVMETAD_PIDFILE="$DEFAULT_PID_DIR/lvmetad.pid")
configure.in:   AC_DEFINE_UNQUOTED(LVMETAD_PIDFILE, ["$LVMETAD_PIDFILE"],
configure.in:AC_SUBST(LVMETAD_PIDFILE)


the log says it's unset... not sure how to tell configure how to set this
variable in
the header files?

thanks

Jeffrey

[-- Attachment #2: Type: text/html, Size: 1221 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [linux-lvm] ‘LVMETAD_PIDFILE’ undeclared when compiling
  2014-09-17 21:43 [linux-lvm] ‘LVMETAD_PIDFILE’ undeclared when compiling Pirate Fibonacci
@ 2014-09-18 10:16 ` Alasdair G Kergon
  2014-09-18 10:55   ` Pirate Fibonacci
  0 siblings, 1 reply; 3+ messages in thread
From: Alasdair G Kergon @ 2014-09-18 10:16 UTC (permalink / raw)
  To: Pirate Fibonacci; +Cc: linux-lvm

On Wed, Sep 17, 2014 at 02:43:27PM -0700, Pirate Fibonacci wrote:
> error happens from lvm2/daemons/lvmetad
 
What error messages?

> the log says it's unset... not sure how to tell configure how to set this
> variable in
> the header files?

What is the configure line that are you using?

If you've been experimenting with different ones, it's a good idea to 'make
distclean' before starting again.
 
Alasdair

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [linux-lvm] ‘LVMETAD_PIDFILE’ undeclared when compiling
  2014-09-18 10:16 ` Alasdair G Kergon
@ 2014-09-18 10:55   ` Pirate Fibonacci
  0 siblings, 0 replies; 3+ messages in thread
From: Pirate Fibonacci @ 2014-09-18 10:55 UTC (permalink / raw)
  To: Pirate Fibonacci, linux-lvm

[-- Attachment #1: Type: text/plain, Size: 814 bytes --]

I started with no options, and then with below

./configure --with-lvmetad_pidfile=/run/lvmetad.pid

same results in both cases.

config.log:LVMETAD_PIDFILE='''
config.status:S["LVMETAD_PIDFILE"]=""

make distclean before no help

shouldn't configure with no options work? suggestions...

thanks



On Thu, Sep 18, 2014 at 3:16 AM, Alasdair G Kergon <agk@redhat.com> wrote:

> On Wed, Sep 17, 2014 at 02:43:27PM -0700, Pirate Fibonacci wrote:
> > error happens from lvm2/daemons/lvmetad
>
> What error messages?
>
> > the log says it's unset... not sure how to tell configure how to set this
> > variable in
> > the header files?
>
> What is the configure line that are you using?
>
> If you've been experimenting with different ones, it's a good idea to 'make
> distclean' before starting again.
>
> Alasdair
>
>

[-- Attachment #2: Type: text/html, Size: 1494 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-09-18 10:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-17 21:43 [linux-lvm] ‘LVMETAD_PIDFILE’ undeclared when compiling Pirate Fibonacci
2014-09-18 10:16 ` Alasdair G Kergon
2014-09-18 10:55   ` Pirate Fibonacci

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.