Displaying 20 results from an estimated 200 matches similar to: "test/trace"
2007 Mar 05
0
5 commits - libswfdec/swfdec_js.h libswfdec/swfdec_js_movie.c libswfdec/swfdec_script.c test/trace
libswfdec/swfdec_js.h | 2
libswfdec/swfdec_js_movie.c | 8 +
libswfdec/swfdec_script.c | 121 ++++++++++++++++++++++++--
test/trace/Makefile.am | 11 ++
test/trace/constructor-prototype.swf |binary
test/trace/constructor-prototype.swf.trace | 4
test/trace/function-prototype-chain.swf
2007 Mar 07
0
11 commits - libswfdec/swfdec_event.c libswfdec/swfdec_event.h libswfdec/swfdec_js_movie.c libswfdec/swfdec_movie.c libswfdec/swfdec_scriptable.c libswfdec/swfdec_scriptable.h libswfdec/swfdec_script.c libswfdec/swfdec_sprite.c libswfdec/swfdec_sprite.h
libswfdec/swfdec_event.c | 90 +++++++++++++++++++++++++++++++++---
libswfdec/swfdec_event.h | 3 +
libswfdec/swfdec_js_movie.c | 6 +-
libswfdec/swfdec_movie.c | 24 +++++++--
libswfdec/swfdec_script.c | 2
libswfdec/swfdec_scriptable.c | 68 +++++++++++++++++++++++++++
libswfdec/swfdec_scriptable.h | 6 ++
libswfdec/swfdec_sprite.c | 102
2007 Oct 28
0
5 commits - autogen.sh configure.ac libswfdec-gtk/Makefile.am libswfdec/swfdec_codec_audio.c libswfdec/swfdec_codec_video.c libswfdec/swfdec_player.c test/trace
autogen.sh | 2 +-
configure.ac | 10 ++--------
libswfdec-gtk/Makefile.am | 4 ++--
libswfdec/swfdec_codec_audio.c | 6 +++---
libswfdec/swfdec_codec_video.c | 6 +++---
libswfdec/swfdec_player.c | 3 +++
test/trace/Makefile.am | 4 ++--
7 files changed, 16 insertions(+), 19 deletions(-)
New commits:
commit
2007 Mar 07
1
2 commits - libswfdec/swfdec_script.c test/trace
libswfdec/swfdec_script.c | 14 ++++++++++++--
test/trace/Makefile.am | 2 ++
test/trace/gotoframe.swf |binary
test/trace/gotoframe.swf.trace | 13 +++++++++++++
4 files changed, 27 insertions(+), 2 deletions(-)
New commits:
diff-tree 12348410a3509928a6e8e4c8ca00292a58ff542c (from 46e62d4410c20c19774a45758d8ebf11cd0bdf96)
Author: Benjamin Otte <otte@gnome.org>
2008 Feb 28
1
quickfix for building zaptel with 2.6.24?
Hi,
I am trying to build zaptel 1.4.8 with kernel 2.6.24 on debian/sid:
zenon:~# module-assistant -t build zaptel
make[3]: Entering directory `/usr/src/linux-2.6.24.3'
scripts/Makefile.build:46: *** CFLAGS was changed in "/usr/src/modules/zaptel/Makefile". Fix it to use EXTRA_CFLAGS. Stop.
Is there a quickfix out there?
Thanks,
2009 Sep 29
1
Error (IMHO) with --with-doc option
Hi,
I was trying to create complete rpm package for my system, containing
dovecot 1.2.5 intregrated with dovecot-sieve and dovecot-managesieve.
Finally I succeeded and it works great, but I found something that might
be treated as wrong behaviour...
When you run ./configure --with-docs=no, Makefile does not build docs
anymore, but... installs them anyway :) It caused some troubles because
2019 Dec 16
0
[PATCH 2/2] build: switch embedded copy of ocaml-augeas
Use the newer copy shipped locally as 3rdparty, instead of the one in
the common submodule, as the latter copy will go away soon.
---
.gitignore | 1 +
Makefile.am | 6 +++---
configure.ac | 2 +-
daemon/Makefile.am | 4 ++--
docs/guestfs-hacking.pod | 19 ++++++++++++++-----
ocaml-dep.sh.in | 2 +-
6 files changed, 22 insertions(+), 12
2007 Aug 15
5
PuppetDatabase - collection "yes", anything in db "no"
Hi there!
I´m trying to get my PuppetmasterDB running.
Problem is, though I´m not getting any errors from the puppetmaster
there is nothing stored in the database, not even tables are created. I
tried "puppetmasterd --dbmigrate", didn´t help either.
rails.log is kinda empty too..
Thing is: it kinda works anyway, there is just nothing stored in the DB
- exported a user on host A,
[PATCH] Use pkg-config (if available) to detect libogg. Fall back to old method if pkg-config fails.
2009 Oct 25
0
[PATCH] Use pkg-config (if available) to detect libogg. Fall back to old method if pkg-config fails.
Hi all,
Here is a patch to user pkg-config (if available) to detect libogg and
fall back to old method if pkg-config fails.
Pkg-config has the advantage that it can do configured to do the right
thing when cross-compiling.
Erik
---
Makefile.am | 4 +-
autogen.sh | 15 ++++++++++
configure.ac | 14 ++++++++-
m4/Makefile.am | 4 ++
m4/extra_pkg.m4 | 85
2005 Aug 10
1
ACPI Power Off called.
I know this mesage is quite common, but i do get this at shutdown.
(Discussed many times on the forums as such.) But still, please
provide a "quickfix"
acpi power off called,
and then the computer simply stays on there, and doesn't shutdown.
can anybody help me find a quick fix for this?
I am in quite a hurry at the moment, and need urgent help.
Thanks .
--
"No-one dies a
2020 Oct 19
3
Dovecot docker auto-responder - delegate to external SMTP
Hi all,
I have dockerized my dovecot setup. Everything works fine besides
auto-responder using sieve.
Issue is that the my dovecot docker image does NOT come with a SMTP
which could be used for outgoing mail.
My SMTP setup (postfix) is in another image/container.
I want to keep it that way, so that dovecot and postfix have separate
images.
So basically I have 2 containers running in the
2015 Sep 08
3
sieve_extprograms - double linebreaks at filtering
Hello List,
i have a problem when using sieve-plugin sieve_extprograms. I use
dovecot 2.2.18 and bundled pigeonhole 0.4.6 (Ubuntu 14.04.3 LTS)
i have enabled sieve_extprograms and vnd.dovecot.filter to send mail to
user-defined script and get changed content back.
My script previously was used with procmail and is working fine.
Using same script with vnd.dovecot.filter leads to odd behavior.
I
2010 Dec 10
11
pp grammar test-files?
Hi,
I am working on some tools that read and write pp files, and I wonder
if there are some pp files available somewhere that can be used to test
a parser.
I am especially interested in if there are some tests written that
capture invalid syntax.
- henrik
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send
2007 Oct 18
0
11 commits - libswfdec/swfdec_as_strings.c libswfdec/swfdec_text_field.c libswfdec/swfdec_text_field.h libswfdec/swfdec_text_field_movie_as.c libswfdec/swfdec_text_field_movie.c libswfdec/swfdec_text_field_movie.h test/trace
libswfdec/swfdec_as_strings.c | 4
libswfdec/swfdec_text_field.c | 1
libswfdec/swfdec_text_field.h | 34 ---
libswfdec/swfdec_text_field_movie.c | 265 ++++++++++++++++---------------
libswfdec/swfdec_text_field_movie.h | 47 ++++-
libswfdec/swfdec_text_field_movie_as.c | 115 +++++++++++--
test/trace/Makefile.am | 17
2005 Feb 22
1
periodic/security/550.ipfwlimit
550.ipfwlimit check in /etc/periodic/security takes into account only
global/default verbosity limit and does not account for a specific
logging limit set for a particular rule e.g.:
$ ipfw -a l | fgrep log
65000 *521* 41764 deny log logamount *1000* ip from any to any
$ sysctl -n net.inet.ip.fw.verbose_limit
*100*
>From security run output:
ipfw log limit reached:
65000 519
2011 Sep 19
1
Announcement: Geppetto 2.0.0 released
The 2.0.0 release of Geppetto is available as download and updates from
within Geppetto for all users of 1.0.x.
Please see the FAQ at:
http://cloudsmith.github.com/geppetto/faq.html for information if you
run into problems updating.
Checkout
http://cloudsmith.github.com/geppetto/faq.html#2011/06/28/how-do-i-update if
you need instructions how to run update.
In this release
===============
*
2016 Sep 12
1
[PATCH] perl: Guestfs.c file is not translatable, don't include it in po/POTFILES.
Reported by Nikos Skalkotos
https://aur.archlinux.org/packages/libguestfs/
---
Makefile.am | 2 +-
po/POTFILES | 1 -
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 5defbce..663958d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -320,7 +320,7 @@ po/POTFILES: configure.ac
rm -f $@ $@-t
cd $(srcdir); \
find $(DIST_SUBDIRS) -name '*.c' -o
2004 Jul 30
1
VoIP gateway (2 FXO, 2 FXS)
Does anyone know a good (and stable) voip gateway product with 4 ports
(2 fxo and 2 fxs), with the following requirements:
* being able to connect analog phones to the FXS ports, and communicate
over SIP with an REGISTRAR/PROXY server (SER in our case).
* being able to connect the FXO port to local office PSTN network, and
dial to that office pstn number and getting an internal dialtone, or
2004 Nov 02
1
Can't compile flac source on Solaris 9.
Thanks Josh,
Where can I get "libogg" from?
Mike.
On Tue, 2 Nov 2004 11:15:36 -0800 (PST), Josh Coalson <xflac@yahoo.com> wrote:
> --- Mike Fitterman <cutshot@gmail.com> wrote:
>
>
> > I need some help trying to compile the FLAC source on Solaris 9.
> >
> > It get's pretty far along and I receive the following error making
> >
2019 Dec 18
1
[PATCH] po: reduce the list of extracted sources
Prune from the list of sources where to extract messages various sources
with no messages:
- .pl and .pm files, as they do not contain messages: almost all the
.pl files are tests, and the only .pm file is the Perl Sys::Guestfs
module, which wraps the XS extension
- dummy.c sources; they are empty sources used to build OCaml-only
targets using automake
- gperf generated sources
- C/OCaml