Displaying 20 results from an estimated 479 matches for "autoreconf".
2024 Sep 20
2
[Bug 3738] New: References to autoreconf
https://bugzilla.mindrot.org/show_bug.cgi?id=3738
Bug ID: 3738
Summary: References to autoreconf
Product: Portable OpenSSH
Version: 9.9p1
Hardware: All
OS: All
Status: NEW
Severity: minor
Priority: P5
Component: Documentation
Assignee: unassigned-bugs at mindrot.org
Reporter: Keith.S.Th...
2019 Jan 13
3
[FTS Xapian] Beta release
...:39 (GMT+02:00) To: Stephan Bosch <stephan at rename-it.nl> Cc: Aki Tuomi <aki.tuomi at open-xchange.com> Subject: Re: [FTS Xapian] Beta release
I used the skeleton from Aki : https://github.com/grosjo/fts-xapian
However, when I try to act as a visitor, I reach teh follwoing error:
# autoreconf -vi
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal -I m4
autoreconf: configure.ac: tracing
autoreconf: running: libtoolize --copy
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, '.'.
libtoolize: copying file './l...
2007 Oct 10
2
autoreconf errors with latest git
Hi,
autoreconf -i -f which is called by autogen.sh gives these errors with
git 31c9f0582260817777348c96a3576e5955f44ab3:
rm at eurasia:~/swfdec/swfdec$ autoreconf -i -f
/usr/share/aclocal/libmcrypt.m4:17: warning: underquoted definition of
AM_PATH_LIBMCRYPT run info '(automake)Extending aclocal'
or see...
2009 Aug 25
1
[PATCH libguestfs 1/2] build: invoke autopoint and autoreconf with --force
The last patch was incomplete, since autoreconf must also be
run with -f/--force.
This change also updates the gnulib submodule to the latest,
in order to pull in the progname change I made yesterday
to give sensible names in diagnostics like this one:
$ ./guestfish --version > /dev/full
guestfish: write error: No space left on devi...
2019 Jan 13
3
[FTS Xapian] Beta release
Op 13/01/2019 om 21:25 schreef Joan Moreau via dovecot:
>
> I tried to combined it, the "autoreconf" errors are solved
>
> Now, when I type "make install", the lib is not pushed into dovecot
> folder, but somewhere in /usr/local/...
>
> How to adjust this to have it arriving in the proper folder ?
>
Depends on your system. It mostly a matter of setting a proper...
2011 Dec 09
1
[nut-commits] svn commit r3344 - branches/nut-scanner_dlopen
...============================================================================
> --- branches/nut-scanner_dlopen/autogen.sh Wed Dec 7 14:58:46 2011 (r3343)
> +++ branches/nut-scanner_dlopen/autogen.sh Fri Dec 9 03:46:11 2011 (r3344)
> @@ -32,4 +32,4 @@
>
> # now we can safely call autoreconf
> echo "Calling autoreconf..."
> -autoreconf -i
> +autoreconf -i --force
>
I am working on this issue. Forcing file overwrite will not allow to
pass a "make distcheck-light successfully . After the "autoreconf -f"
the NUT "INSTALL" file is replaced...
2010 May 12
1
Autoreconf --install error
Hi all!
I checked out the rev2366(it's stable NUT 2.4.3) and patched last
liebert-esp2 revision + spiros last code.
After, I used autoreconf --install and
I gave the follow error msg:
configure.in:86: error: possibly undefined macro: AC_C_FLEXIBLE_ARRAY_MEMBER
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.in:87: error: possibly undefined macro: AC_C_VARARRAYS...
2006 Sep 26
0
Missing File Makefile.in
snop@scroofy:/opt/Xgl/_tmp_/compiz$
PKG_CONFIG_PATH=/opt/Xgl/lib/pkgconfig ./autogen.sh --prefix=/opt/Xgl
--with-gl-libs="/opt/Xgl/_tmp_/mesa/lib/libGL.a -pthread -ldrm"
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal
autoreconf: configure.ac: tracing
autoreconf: running: libtoolize --copy
Putting files in AC_CONFIG_AUX_DIR, `config'.
libtoolize: `config.guess' exists: use `--force' to overwrite
libto...
2010 Aug 23
4
building on RHEL 5/CentOS 5
RHEL5 has autoconf 2.59 and automake 1.9.6.
I've managed to build the whole Xapian family by reducing the
requirement to 2.59/1.9.6 in configure.ac.
Omega requires docdir which can be added by hand in docs/Makefile.am:
docdir = ${datadir}/doc/${PACKAGE}
if !MAINTAINER_NO_DOCS
dist_doc_DATA = $(RSTHTML)
endif
All I've done is get these packages compiled - I haven't tested in any
2019 Jan 14
2
[FTS Xapian] Beta release
...tephan.
>
> The version here shall be up and running :
> https://github.com/grosjo/fts-xapian
>
>
>
>
>
> On 2019-01-14 00:07, Stephan Bosch wrote:
>
>
>
> Op 13/01/2019 om 21:25 schreef Joan Moreau via dovecot:
>
>
> I tried to combined it, the "autoreconf" errors are solved
>
> Now, when I type "make install", the lib is not pushed into dovecot
> folder, but somewhere in /usr/local/...
>
> How to adjust this to have it arriving in the proper folder ?
>
>
> Depends on your system. It mostly a matter of setting a...
2017 Jun 29
1
dovecot 2.2.31: linking error
No, I did not. I used the mainstream tar release, not the git bundle.
autoreconf -vi returns error, for lack of m4 file.
Sent from ProtonMail Mobile
On Thu, Jun 29, 2017 at 12:51 PM, Aki Tuomi <aki.tuomi at dovecot.fi> wrote:
> On 29.06.2017 13:32, Rupert Gallagher wrote: > -std=gnu99 > -mmacosx-version-min=10.12 > [...] > Undefined symbols for architectu...
2007 Mar 10
1
Dumb question (because I used to know the answer)
Good morning,
I am trying to build nut 2.1, and having a problem with autoreconf. I know I
had this problem a while back, and resolved it, but for the life of me I
can't remember how, and I can't find the info that must have led me in the
right direction.
I reloaded the PC today, and now when I run autoreconf I get the following
output:
upsbox:/pub/trunk2# autore...
2006 Sep 21
2
bug(let): openssh v4.3p2 'ok' out-of-box; 'configure' does not survive 'autoreconf'
...SIGNED MESSAGE-----
Hash: SHA1
hi,
building OPENSSH v4.3p2 on OSX 10.4.7, all's fine (config, nake,
install, exec) out-of-the-box. so, to be clear, this is NOT a blocker,
by any stretch ...
that said, however ...
if, instead of a don't-monkey-with-it build, prior to ./configure, i:
autoreconf -i -f
then, a subsequent:
./configure \
--prefix=/usr/local/openssh \
--sysconfdir=/var/security/ssh_homedir \
--mandir=/usr/local/man \
--with-pid-dir=/var/run \
--with-mantype=man \
--with-privsep-user=nobody \
--disable-suid-ssh \
--with-pam \
--with-random=/dev/urandom \
--...
2019 Jan 13
0
[FTS Xapian] Beta release
I tried to combined it, the "autoreconf" errors are solved
Now, when I type "make install", the lib is not pushed into dovecot
folder, but somewhere in /usr/local/...
How to adjust this to have it arriving in the proper folder ?
On 2019-01-13 21:01, Tuomi, Aki wrote:
> You copied your Makefile.am there. Stephan ma...
2015 Mar 09
2
Install problems (group permissions) with nut 2.7.2
...td_subdriver'
collect2: error: ld returned 1 exit status
make[1]: *** [usbhid-ups] Error 1
make[1]: Leaving directory `/home/rtd/nut-2.7.2/drivers'
I can see that somehow, somewhere, my rtd-hid.o isn't being included in that list.
I followed the same process again, but this time tried autoreconf instead of configure (I had already run ./configure once). That gave me an error message that I do not believe is related to my driver:
Parallel-tests: error: required file './test-driver' not found
Parallel-tests: 'automake --add-missing' can install 'test-driver'
Autore...
2018 Jun 24
2
Build and testing issues
...the instructions in
http://libguestfs.org/guestfs-building.1.html
dnf builddep libguestfs
./autogen.sh
autogen.sh failed:
./configure: line 57694: syntax error near unexpected token `external'
./configure: line 57694: `AM_GNU_GETTEXT(external)'
Checking the entire log show that autoreconf failed, but the script
continued:
...
m4/guestfs-libraries.m4:151: warning: macro 'AM_GNU_GETTEXT' not found in
library
autoreconf: configure.ac: tracing
autoreconf: running: true --copy
m4/guestfs-libraries.m4:151: warning: macro 'AM_GNU_GETTEXT' not found in
library
autoreconf: r...
2019 Jan 14
0
[FTS Xapian] Beta release
Thank you Stephan.
The version here shall be up and running :
https://github.com/grosjo/fts-xapian
On 2019-01-14 00:07, Stephan Bosch wrote:
> Op 13/01/2019 om 21:25 schreef Joan Moreau via dovecot:
>
>> I tried to combined it, the "autoreconf" errors are solved
>>
>> Now, when I type "make install", the lib is not pushed into dovecot folder, but somewhere in /usr/local/...
>>
>> How to adjust this to have it arriving in the proper folder ?
>
> Depends on your system. It mostly a matter of...
2015 Apr 26
2
make environment for automated testcases
Hi,
I'm trying to get the automated testcases in nut/tests/ working. But I
just cant get a binary out of the build system.
The nut/tests/ folder looks good% ls
cpputest.cpp example.cpp Makefile Makefile.am Makefile.in
and I also tried "autoreconf -i" which gave me an:
autoreconf: 'configure.ac' or 'configure.in' is required
Any ideas?
Best
2009 Nov 28
2
autogen.sh failing over samba share
Hi,
I have the source tree of a project exported with samba. autogen.sh on
the host filesystem (ext4) runs fine while it fails on the samba share
with:
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal -I m4
Use of uninitialized value $msg in concatenation (.) or string at
/usr/bin/autom4te line 1038.
unknown channel m4trace:configure.ac:154: -1 at
/usr/share/autoconf/Autom4te/Channels.pm line 634...
2019 Jan 14
3
[FTS Xapian] Beta release
...ng :
>> https://github.com/grosjo/fts-xapian
>>
>>
>>
>>
>>
>> On 2019-01-14 00:07, Stephan Bosch wrote:
>>
>>
>>
>> Op 13/01/2019 om 21:25 schreef Joan Moreau via dovecot:
>>
>>
>> I tried to combined it, the "autoreconf" errors are solved
>>
>> Now, when I type "make install", the lib is not pushed into dovecot
>> folder, but somewhere in /usr/local/...
>>
>> How to adjust this to have it arriving in the proper folder ?
>>
>>
>> Depends on your system....