search for: ylwrap

Displaying 15 results from an estimated 15 matches for "ylwrap".

2006 Jan 13
3
compiling Dovecot CVS version, 1 problem, 1 wish, 3 questions
...s/dovecot/ChangeLog,v I could compile them, but my findings follow: - the problem: I copied dovecot-lda below CVS_ROOT/dovecot, the first make attempt failed with this fatal error: make[3]: Entering directory `/var/autofs/fb02/prgdist/dovecot/dovecot/dovecot-lda/src/libsieve' /bin/sh ../../ylwrap `test -f 'addr.y' || echo './'`addr.y y.tab.c addr.c y.tab.h addr.h y.output addr.output -- bison -y -d -p addr ../../ylwrap: ../../ylwrap: No such file or directory the "ylwrap" is actually located in the Dovecot directory, hence, one directory up, so running ln -s .....
2007 May 10
0
Managesieve: first steps
...lation process after applying the patch is a bit strange. I've used this way (i'm using centOS 4 for this pre-tests): $ tar zxvf dovecot-1.0.0.tar.gz $ cd dovecot-1.0.0 $ gzip -cd ../dovecot-1.0.rc28-MANAGESIEVE-v4.diff.gz | patch -p1 $ autoreconf (This ends with an error about missing ./ylwrap) $ automake --add-missing (This copies ylwrap to ., but fails if executed before autoreconf) $ autoreconf $ ./configure && make && sudo make install but I'm quite sure that should exist a better way... - After this, adding protocols = imap imaps pop3 pop3s managesieve and...
2019 Nov 17
4
Building libguestfs from git
...e.am:161: error: required directory ./common/mlv2v does not exist Makefile.am:169: error: required directory ./common/mllibvirt does not exist parallel-tests: installing 'build-aux/test-driver' align/Makefile.am: installing 'build-aux/depcomp' configure.ac: installing 'build-aux/ylwrap' autoreconf: automake failed with exit status: 1 But the autogen.sh continue, ignoring the failure... Finally it fails with: config.status: error: cannot find input file: `Makefile.in' I tried to run it again: ./autogen.sh the autoreconf errors show again, but this time it succeeds, b...
2017 Oct 27
0
[PATCH v11 1/8] Ignore builder/*.out and *.img files
These ignores are covering test-console-ubuntu-12.04 test data. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 36a193054..54dd5c6d0 100644 --- a/.gitignore +++ b/.gitignore @@ -87,12 +87,14 @@ Makefile.in /build-aux/test-driver /build-aux/ylwrap /builder/.depend +/builder/*.img /builder/index-parse.c /builder/index-parse.h /builder/index-scan.c /builder/libguestfs.conf /builder/opensuse.conf /builder/oUnit-* +/builder/*.out /builder/*.qcow2 /builder/stamp-virt-builder.pod /builder/stamp-virt-index-validate.pod -- 2.13.2
2005 Nov 21
1
dovecot-lda macro `AM_PROG_LIBTOOL' not found in library
...rary used but `RANLIB' is undefined src/libsieve/Makefile.am:1: src/libsieve/Makefile.am:1: The usual way to define `RANLIB' is to add `AC_PROG_RANLIB' src/libsieve/Makefile.am:1: to `configure.in' and run `autoconf' again. configure.in <http://configure.in>: installing `./ylwrap' Makefile.am <http://Makefile.am>: installing `./INSTALL' configure.in:4 <http://configure.in:4>: required file `lda-config.h.in<http://config.h.in>' not found configure.in:13 <http://configure.in:13>: error: possibly undefined macro: AM_PROG_LIBTOOL If this toke...
2008 Mar 06
0
[ANNOUNCE] xkbcomp 1.0.4
...dist-hook to generate from git log Matthieu Herrb (2): Also mark xkbparse.h as a generated file. Revert "Also mark xkbparse.h as a generated file." Tilman Sauerbeck (3): Fixed an invalid memory access. Fixed a bunch of const correctness bugs. Ignore *.o and ylwrap. git tag: xkbcomp-1.0.4 http://xorg.freedesktop.org/archive/individual/app/xkbcomp-1.0.4.tar.bz2 MD5: d5122f1d5a91725a81c843f3bd388244 xkbcomp-1.0.4.tar.bz2 SHA1: c6a1772f36499387cdb72ab72b58b3bd8709a195 xkbcomp-1.0.4.tar.bz2 http://xorg.freedesktop.org/archive/individual/app/xkbcomp-1.0.4.tar...
2008 Jan 25
7
vorbis-tools 1.2.0 Release Candidate
I bumped the version number of vorbis-tools and am preparing it for an eventual release in a few days. A changelog of what's new may be found at [1]. Meanwhile, what's in SVN is a "Release Candidate" to find out if anything was broken since version 1.1.1. Report any (or lack of) problems you may find, so we'll be able to put out a new version of vorbis-tools. -Ivo [1]
2007 Jun 05
2
Latest MANAGESIEVE patch -- how to start daemon?
Hello list, I'm using Dovecot 1.0.0 on FreeBSD 6.2-RELEASE and applied the latest MANAGESIEVE patch v3 [1] which seems to have worked smoothly, i.e. all hunks succeeded and no compilation problems. Now this may be stupid question with an obvious answer, but I am at a loss at how to start the daemon? What's the binary called that starts the sieve server? Is there a special way to
2006 Aug 21
3
sieve-cvs build failing @ 'make'
...#39;m attempting to build sieve support now. after: % cd /usr/ports/dovecot/dovecot-sieve % glibtoolize -f -c % autoreconf -i -f configure.in: installing `./install-sh' configure.in: installing `./missing' src/Makefile.am: installing `./depcomp' configure.in: installing `./ylwrap' Makefile.am: installing `./INSTALL' Makefile.am: installing `./COPYING' a: % ./configure \ --prefix=/usr/local/dovecot \ ... --disable-static --enable-shared \ --with-dovecot=/usr/ports/dovecot/dovecot-cvs % make fails @: ... gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/u...
2019 Jan 21
18
[PATCH xf86-video-nouveau 00/17] autotools configuration cleanups
Series of cleanups to autotools build config files to utilize the available xorg-server macros, defaults and more closely match other modern Xorg drivers. Notable improvements: - gitignore fully covers potential build artifacts - Simplify logic given stated minimum required version of xorg-server 1.8 - Remove use of deprecated, outdated or no longer required macros - Utilize xorg macros where
2017 Oct 27
15
[PATCH v11 0/8] virt-builder-repository
Hi all, Here is the latest version of the series. Diffs to v10: * Make Index.arch a (string, string option) maybe and use it to guess arch at parse time * Compute the image size at parse time when the template flag is set and the value is missing. * Add virt-repository_main slow test * Other fixes from Richard's comments Cédric Bosdonnat (7): Ignore builder/*.out and *.img
2017 Jun 27
3
[PATCH] libvirt: disallow non-local connections (RHBZ#1347830)
If the connection is not local, paths of disks will refer to the remote host, which were mistakenly handled as local paths (in the best case failing to open a non-existing disk, and in the worst case opening a different disk!). In case the disks are remote resources like ssh or ceph, nothing guarantees that the hostname can be reached from the local machine, or even that it is actually the same on
2017 Jul 07
4
[PATCH v6 0/3] gobject: Remove gtk-doc (RHBZ#1465665).
Hopefully this time ...
2017 Jul 07
2
[PATCH v2] v2v: docs: VDSM location of virt-v2v log file.
See this bug for background information: https://bugzilla.redhat.com/show_bug.cgi?id=1350465 Thanks: Tomáš Golembiovský --- v2v/virt-v2v.pod | 38 ++++++++++++++++++++++++++------------ 1 file changed, 26 insertions(+), 12 deletions(-) diff --git a/v2v/virt-v2v.pod b/v2v/virt-v2v.pod index e68d75cf8..0943bf305 100644 --- a/v2v/virt-v2v.pod +++ b/v2v/virt-v2v.pod @@ -1909,18 +1909,32 @@ that
2017 Jul 07
3
[PATCH] v2v: docs: VDSM location of virt-v2v log file.
See this bug for background information: https://bugzilla.redhat.com/show_bug.cgi?id=1350465 --- v2v/virt-v2v.pod | 39 +++++++++++++++++++++++++++------------ 1 file changed, 27 insertions(+), 12 deletions(-) diff --git a/v2v/virt-v2v.pod b/v2v/virt-v2v.pod index e68d75cf8..93d1a9ecd 100644 --- a/v2v/virt-v2v.pod +++ b/v2v/virt-v2v.pod @@ -1909,18 +1909,33 @@ that guest through the RHV-M UI,