search for: pkg_check_var

Displaying 7 results from an estimated 7 matches for "pkg_check_var".

2018 Jul 28
2
Error building nbdkit on RHEL 7.5 - possibly undefined macro: PKG_CHECK_VAR
..._DIR, `m4'. libtoolize: copying file `m4/libtool.m4' libtoolize: copying file `m4/ltoptions.m4' libtoolize: copying file `m4/ltsugar.m4' libtoolize: copying file `m4/ltversion.m4' libtoolize: copying file `m4/lt~obsolete.m4' configure.ac:190: error: possibly undefined macro: PKG_CHECK_VAR If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. autoreconf: /usr/bin/autoconf failed with exit status: 1 How to fix this? I hope I can avoid reading autoconf documentation :-) Nir
2018 Jul 28
0
Re: Error building nbdkit on RHEL 7.5 - possibly undefined macro: PKG_CHECK_VAR
...e: copying file `m4/libtool.m4' > libtoolize: copying file `m4/ltoptions.m4' > libtoolize: copying file `m4/ltsugar.m4' > libtoolize: copying file `m4/ltversion.m4' > libtoolize: copying file `m4/lt~obsolete.m4' > configure.ac:190: error: possibly undefined macro: PKG_CHECK_VAR > If this token and others are legitimate, please use m4_pattern_allow. > See the Autoconf documentation. > autoreconf: /usr/bin/autoconf failed with exit status: 1 > > How to fix this? I hope I can avoid reading autoconf documentation :-) Can confirm it also happens fo...
2018 Dec 07
2
[nbdkit PATCH] build: Allow 'make install' into non-root --prefix: bash-completion
...mission denied The culprit? We use pkg-config to ask bash-completion where it would install user completion scripts. bash-completion.pc states: prefix=/usr completionsdir=${prefix}/share/bash-completion/completions but pkg-config --variable defaults to flattening the ${prefix} in our use of the PKG_CHECK_VAR() macro, which in turn means that './configure --prefix=$HOME/subdir' still uses an absolute path pointing to a root-owned directory (rather than one relative to our desired ${prefix}) in our definition of bashcompsdir. The solution? Tell pkg-config to NOT flatten the prefix variable. Sig...
2018 Dec 07
0
Re: [nbdkit PATCH] build: Allow 'make install' into non-root --prefix: bash-completion
...pkg-config to ask bash-completion where it > would install user completion scripts. bash-completion.pc states: > > prefix=/usr > completionsdir=${prefix}/share/bash-completion/completions > > but pkg-config --variable defaults to flattening the ${prefix} > in our use of the PKG_CHECK_VAR() macro, which in turn means > that './configure --prefix=$HOME/subdir' still uses an absolute > path pointing to a root-owned directory (rather than one relative > to our desired ${prefix}) in our definition of bashcompsdir. > > The solution? Tell pkg-config to NOT flatten...
2018 Jul 01
2
[nbdkit] Plan for nbdkit 1.4?
...ew log filter. - New blocksize filter. - New nozero filter. - New fua filter. - New can_zero, can_fua methods and better handling of FUA. - New nbdkit_realpath function. - Better handling of shutdown. - New ext2 plugin. - Bash tab completion. - New zero plugin. - New random plugin. - New PKG_CHECK_VAR variables. - TLS-PSK authentication. - New Tcl plugin (posted for review). - Of course numerous smaller bug fixes and improvements. I'm also going to propose that we try to get 1.4 into RHEL 8, which means we will need to do this branching fairly quickly, in the next few weeks. Let me know...
2018 Jul 05
0
Re: [nbdkit] Plan for nbdkit 1.4?
...patches remain uncommitted. That should not be the basis for avoiding a stable release, though. > - New nbdkit_realpath function. > - Better handling of shutdown. > - New ext2 plugin. > - Bash tab completion. > - New zero plugin. > - New random plugin. > - New PKG_CHECK_VAR variables. > - TLS-PSK authentication. > - New Tcl plugin (posted for review). > - Of course numerous smaller bug fixes and improvements. > > I'm also going to propose that we try to get 1.4 into RHEL 8, which > means we will need to do this branching fairly quickly, in...
2018 Jul 06
0
ANNOUNCE: nbdkit 1.4.0 - an NBD server toolkit with stable plugin ABI and permissive license
...nd ramping of thread pool. * TRIM support in the file plugin. * Reworked error handling. * New can_zero, can_fua methods and better handling of FUA. * New nbdkit_realpath function. * nbdkit_parse_size rewritten. * Better handling of shutdown path to ensure plugins can do long cleanups. * New PKG_CHECK_VAR variables. * Regression test for IPv6 connections. * Of course numerous smaller bug fixes and improvements. Thanks in particular to Eric Blake and Pino Toscano. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog:...