Displaying 13 results from an estimated 13 matches for "cfgparse".
2005 Aug 26
0
Installing Ices on OSX 10.4.2
...ile='.deps/input.Po' tmpdepfile='.deps/input.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.. -ffast-math -fsigned-char
-I/opt/local/include -I/sw/include/libxml2 -I/sw/include -g -O2 -c
`test -f 'input.c' || echo './'`input.c
source='cfgparse.c' object='cfgparse.o' libtool=no \
depfile='.deps/cfgparse.Po' tmpdepfile='.deps/cfgparse.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.. -ffast-math -fsigned-char
-I/opt/local/include -I/sw/include/libxml2 -I/sw/include -g -O2 -c
`test -f...
2015 Jun 30
2
Call for testing: OpenSSH 6.9
On Tue, 30 Jun 2015, Damien Miller wrote:
| I think we should just disable the test if the host doesn't support IPv6.
|
| diff --git a/regress/cfgparse.sh b/regress/cfgparse.sh
| index 7f377d8..e19b4d0 100644
| --- a/regress/cfgparse.sh
| +++ b/regress/cfgparse.sh
| @@ -3,6 +3,12 @@
|
| tid="config parse"
|
| +# Possessing struct addrinfo is a reasonable proxy for IPv6 support.
| +if ! config_defined HAVE_STRUCT_ADDRINFO ; then
Did...
2015 Jun 30
2
Call for testing: OpenSSH 6.9
On Tue, 30 Jun 2015, Damien Miller wrote:
| On Mon, 29 Jun 2015, Tim Rice wrote:
|
| > On Tue, 30 Jun 2015, Damien Miller wrote:
| >
| > | I think we should just disable the test if the host doesn't support IPv6.
| > |
| > | diff --git a/regress/cfgparse.sh b/regress/cfgparse.sh
| > | index 7f377d8..e19b4d0 100644
| > | --- a/regress/cfgparse.sh
| > | +++ b/regress/cfgparse.sh
| > | @@ -3,6 +3,12 @@
| > |
| > | tid="config parse"
| > |
| > | +# Possessing struct addrinfo is a reasonable proxy for IPv6 support....
2015 Jun 25
5
Call for testing: OpenSSH 6.9
On 01/06/15 22:17, Tom G. Christensen wrote:
> On sparc-sun-solaris2.6 and sparc-sun-solaris2.7 the testsuite fails:
> run test cfgparse.sh ...
> reparse minimal config
> reparse regress config
> listenaddress order
> bad addr or host: ::1 (no address associated with name)
> listenaddress order 1
> bad addr or host: ::1 (no address associated with name)
> listenaddress order 2
> failed config parse
> gmake...
2005 Apr 18
2
Ices2 compile problem on Fedora 3?
I'm trying to complie ices2.0.1 on a more-or-less stock Fedora 3
installation, and I'm getting the following compiler error (during linking,
I think).
/bin/sh ../libtool --mode=link gcc -I/usr/include/libxml2 -pthread -g -O2 -o ices input.o cfgparse.o stream.o ices.o signals.o im_playlist.o reencode.o encode.o playlist_basic.o im_stdinpcm.o stream_shared.o metadata.o playlist_script.o audio.o resample.o im_oss.o im_alsa.o log/libicelog.la timing/libicetiming.la thread/libicethread.la avl/libiceavl.la -lasound -lvorbisenc -L/usr/local/lib -l...
2004 Aug 06
2
ices2 build errors
/bin/sh ../libtool --mode=link gcc -I/usr/include/libxml2 -pthread -g -O2 -o ices input.o cfgparse.o stream.o ices.o signals.o im_playlist.o reencode.o encode.o playlist_basic.o im_stdinpcm.o stream_shared.o metadata.o playlist_script.o audio.o resample.o im_oss.o log/libicelog.la timing/libicetiming.la thread/libicethread.la avl/libiceavl.la -lvorbisenc -L/usr/local/lib -lshout -lvorbis -L/...
2004 Nov 17
2
ices-2.0.0 compile problems
....h presence... yes
checking for /usr/include/shout.h... yes
checking for shout_new... yes
configure: error: This libshout isn't threadsafe
Having fixed that too by editing configure line 20279 the same
way, configure completed successfully but make broke with
In file included from cfgparse.h:17,
from input.c:31:
stream.h:18:25: shout/shout.h: No such file or directory
Getting rather desperate I run
#!/bin/bash
for i in `find ./ -type f`
do
x=0
if [ -x "$i" ]
then
x=1
fi
sed 's/shout\/shout.h/\/usr\/includ...
2004 Nov 17
0
ices-2.0.0 compile problems
...for /usr/include/shout.h... yes
> checking for shout_new... yes
> configure: error: This libshout isn't threadsafe
>
> Having fixed that too by editing configure line 20279 the same
> way, configure completed successfully but make broke with
>
> In file included from cfgparse.h:17,
> from input.c:31:
> stream.h:18:25: shout/shout.h: No such file or directory
>
> Getting rather desperate I run
>
> #!/bin/bash
> for i in `find ./ -type f`
> do
> x=0
> if [ -x "$i" ]
> then
> x=1
>...
2005 Apr 18
0
Ices2 compile problem on Fedora 3?
...rr.com> wrote:
>
> I'm trying to complie ices2.0.1 on a more-or-less stock Fedora 3
> installation, and I'm getting the following compiler error (during linking,
> I think).
>
> /bin/sh ../libtool --mode=link gcc -I/usr/include/libxml2 -pthread -g -O2 -o ices input.o cfgparse.o stream.o ices.o signals.o im_playlist.o reencode.o encode.o playlist_basic.o im_stdinpcm.o stream_shared.o metadata.o playlist_script.o audio.o resample.o im_oss.o im_alsa.o log/libicelog.la timing/libicetiming.la thread/libicethread.la avl/libiceavl.la -lasound -lvorbisenc -L/usr/local/lib -l...
2010 Dec 09
0
[ANNOUNCE] xkbevd 1.1.2
...message into a single string
Remove trailing whitespace
Constify arguments to utils.c functions
Add printf attributes to util.c functions
Fix errors found by gcc's printf attribute check
Purge RCS/CVS version tags
xkbevd 1.1.2
Gaetan Nadon (1):
config: cfgparse.c is in the root dir and not in src dir
Martin Jansa (1):
config: replace AC_CHECK_FILE with test -f
git tag: xkbevd-1.1.2
http://xorg.freedesktop.org/archive/individual/app/xkbevd-1.1.2.tar.bz2
MD5: d8d0bc5935b4b8f016ed92fd369dd385
SHA1: f7d4eb5485c2b450266e4e467106f4d8560f4edd
http://x...
2004 Aug 06
1
ices: Metadata for im_stdinpcm
...===============================================================
RCS file: /usr/local/cvsroot/ices/src/im_stdinpcm.c,v
retrieving revision 1.8
diff -u -r1.8 im_stdinpcm.c
--- im_stdinpcm.c 28 Mar 2003 01:07:37 -0000 1.8
+++ im_stdinpcm.c 17 Jun 2003 11:03:09 -0000
@@ -25,7 +25,7 @@
#include "cfgparse.h"
#include "stream.h"
-
+#include "metadata.h"
#include "inputmodule.h"
#include "input.h"
#include "im_stdinpcm.h"
@@ -35,8 +35,25 @@
#define BUFSIZE 32768
+/* Currently not used, but for future use */
+static void close_module(input...
2015 May 31
2
Call for testing: OpenSSH 6.9
...gent-getpeereid.s
h agent-timeout.sh agent-ptrace.sh keyscan.sh keygen-change.sh
keygen-convert.sh key-options.sh scp.sh sftp.sh sftp-chroot.sh
sftp-cmds.s
h sftp-badcmds.sh sftp-batch.sh sftp-glob.sh sftp-perm.sh
reconfigure.sh dynamic-forward.sh forwarding.sh multiplex.sh reexec.sh
brokenke
ys.sh cfgparse.sh cfgmatch.sh addrmatch.sh localcommand.sh
forcecommand.sh portnum.sh keytype.sh kextype.sh cert-hostkey.sh
cert-userkey.
sh host-expand.sh keys-command.sh forward-control.sh integrity.sh
krl.sh multipubkey.sh limit-keytype.sh hostkey-agent.sh
keygen-knownhos
ts.sh hostkey-rotate.sh principals-com...
2015 May 29
16
Call for testing: OpenSSH 6.9
Hi,
OpenSSH 6.9 is almost ready for release, so we would appreciate testing
on as many platforms and systems as possible. This release contains
some substantial new features and a number of bugfixes.
Snapshot releases for portable OpenSSH are available from
http://www.mindrot.org/openssh_snap/
The OpenBSD version is available in CVS HEAD:
http://www.openbsd.org/anoncvs.html
Portable OpenSSH is