Displaying 20 results from an estimated 2000 matches similar to: "Problem compiling libvorbis-1.0rc3 (fatal signal 11 with envelope.c)"
2002 Jan 10
1
Trouble building libvorbis-1.0rc3
Hi all,
I was just trying to build myself a RC3 set of Ogg/Vorbis libs and
tools, but the build of libvorbis bombs out on me while making all in
examples. I've ./configure'd with no options, which gave no warnings
or errors. After that a normal make gives the below attached output.
Can anyone tell me what I've done wrong ?
I've also tried removing the examples/ directory. After
2013 Apr 15
6
Shorewall and OpenVSwitch on Debian
Hi, I have a machine with a Debian Stable installation that runs
OpenVSwitch to connect a virtual machine on the same box.
The machine is also running shorewall.
The problem that I''m having is that shorewall try to run before
openvswitch, this makes that shorewall fails because it can''t
determine the IP of the virtual interface generated by openvswitch
that start after
2013 Mar 04
1
Fwd: OpenVSwitch and libvirt integration problem at shutdown/reboot
Hi everyone, I'm forwarding this mail that I wrote to OpenVSwitch dev
list because I think that you could maybe help me a little :-)
What did you think about the patch to libvirt that I'm using?. At
least, it worked for me :-)
Thanks.
Ernesto
---------- Forwarded message ----------
From: Ernesto Domato <edomat at gmail.com>
Date: Mon, Mar 4, 2013 at 2:09 PM
Subject: OpenVSwitch
2002 Jan 01
3
problem building vorbis-tools-1.0rc3
I download all the tarballs for rc3. I compiled
and installed all the libraries successfully, but I wan't able to compile
the vorbis tools (1.0rc3) package succesfully.
I can run configure successfully, but when I run make it dies with this
make[2]: Entering directory `/usr/local/src/vorbis-tools-1.0rc3/oggenc'
/bin/sh ../libtool --mode=link gcc -O20 -ffast-math -fsigned-char -o
2013 May 23
3
Xen/ARM multiboot (v2) support
Hi Ian,
can we push multiboot v2 support for Xen/ARM still into 4.3?
It looks like it can coexists with zImage in the same binary - the
multiboot structure can be put just behind the zImage header and the
code can determine how it has been started: zImage bootloaders clears
r0, multiboot one''s would set r0 to the MB magic.
I will sketch a patch tomorrow, just wondering if we can have
2013 Nov 01
17
[PATCH v2 00/14] xen: arm: 64-bit guest support and domU FDT autogeneration
I''ve addressed all (I think/hope) of the review comments.
The main change is to expose the guest virtual platform (e.g. memory
layout and interrupt usage etc) to the toolstack via the public
interface. This is then used during FDT generation. I have just codified
the current defacto standard layout, it''s probably not the best layout
but any change can be a separate patch/series.
2013 Mar 25
6
Can not boot Dom0 when using Anthony's new XenARM source for Arndale.
Hi Xen Developers,
I had tested new XenARM for Arndale board that is updated in Anthony''s
tree from 2 days ago.
I expected that will be working. But, I can not boot Dom0 Kernel.
I used kernel and XenARM both are from Xen
Wiki(http://wiki.xen.org/wiki/Xen_ARM_with_Virtualization_Extensions/Arndale).
It (seems) stopped after "(XEN) Freed 212kB init memory" message. When
I
2004 Dec 30
2
[PATCH] /proc/sys/kernel/bootloader_type
This patch exports to userspace the boot loader ID which has been
exported by (b)zImage boot loaders since boot protocol version 2.
Tested on i386 and x86-64; as far as I know those are the only
architectures which use zImage/bzImage format.
-hpa
Signed-Off-By: H. Peter Anvin <hpa at zytor.com>
2013 Sep 25
3
[PATCH] xen: arm: use new 64-bit zImage magic numbers for Xen binary
Upstream commit 4370eec05a88 "arm64: Expand arm64 image header" ended up
changing the zImage magic (which was actually the initial branch instructio
encoding!). The new header has a proper magic number at a fixed location.
Switch Xen itself to using this format. Neither the bootwrapper nor the models
care about this header themselves and real bootloaders are not widely used, so
now is
2002 Jan 18
1
ogg123 1.0rc3 thread issue
As I have mentioned here before, ogg123 from 1.0rc3 segfaults after
playing a file on FreeBSD and OpenBSD. This happens with both the
native pthread and with GNU pth. I have finally managed to isolate
the problem.
ogg123 crashes inside pthread_cond_wait(), specifically in the
COND_WAIT() call in buffer_wait_for_empty().
*If* I understand the control flow correctly, the decoder thread
waits on
2002 Feb 13
1
PATCH: vorbis-tools-1.0rc3 does not accept --mandir
This patch fixes vorbis-tools-1.0rc3 to accept the standard --mandir
configure option. The patch is against the top-level configure.in:
m.
<p>--- Begin 'diff -u' output ---
<p>--- TRANSFORM/PATCH/configure.in Thu Feb 14 00:58:23 2002
+++ TRANSFORM/PATCH/configure.in.original Thu Feb 14 00:33:49 2002
@@ -105,14 +105,10 @@
dnl Work around FHS stupidity
dnl
2013 Nov 19
23
[PATCH v6 00/16] xen: arm: 64-bit guest support and domU FDT autogeneration
Biggest change is to switch the new DTB node to /xen-core-devices
instead of /xen at Stefano''s request.
I also dropped the few patches title HACK etc which weren''t supposed to
be there and fixed up some bits and pieces which folks commented on.
George, WRT the freeze I think this is functionality which we cannot
ship Xen 4.4 without. The impact is entirely constrained to the
2002 Nov 18
4
Problems with old hardware
Hi all
I have a Zenith N-Station (1997) P166 64 Mb of Ram
it has a Intel LANDesk Service Agent version 0.98i
it doesn't seem to be flashable
I have tried methode from http://syslinux.zytor.com/pxe.php
Each time I use ethereal to check the protocol
The behavior is quite strange :
I have the "Boot :" line the pxelinux is loading correctly
But when I ask my image pxe, I have dumps
2013 Apr 24
15
Bare-metal Xen on ARM boot
Hi,
I was wondering if there is any documentation on how to write a bare metal
application for Xen. I don''t need to parse the device tree and such yet, a
simple booting "Hello World" would be fine :-)
We wrote one and when trying to boot we get ( this was an uncompressed
binary, no image):
libxl: notice: libxl_numa.c:451:libxl__get_numa_candidate: NUMA placement
failed,
2013 Jul 12
14
[PATCH] xen: arm: make zImage the default target which we install
From: Ian Campbell <ian.campbell@citrix.com>
The zImage compatible binary is the useful one on real hardware. The relocated
ELF thing is only really useful when booting directly on Fast Models. The
customary suffix for that case is .axf so provide that as a target.
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Cc: Wookey <wookey@linaro.org>
---
xen/arch/arm/Makefile |
2006 Aug 02
4
1.0rc3 problem w/ Thunderbird 1.5.0.5 on Mac OS X
Howdy,
I'm very excited about the new dovecot release because I've been having
problems with a hang on saving messages to my sent-mail box over imap+ssl.
I installed 1.0rc3 over my 1.0rc2 install on FreeBSD 5.3 in the same
manner as all the other upgrades I've done. After checking my email,
tbird became nonresponsive and I saw this repeating in my logs ad infinitum:
Aug 2 10:17:10
2013 Oct 24
5
Boot iPXE from syslinux/isolinux
Christian Hesse <list at eworm.de> on Tue, 2013/10/22 13:14:
> Christian Hesse <list at eworm.de> on Tue, 2013/10/22 12:56:
> > Gene Cumm <gene.cumm at gmail.com> on Tue, 2013/10/22 06:35:
> > > On Tue, Oct 22, 2013 at 5:41 AM, Christian Hesse <list at eworm.de> wrote:
> > > > Hello everybody,
> > > >
> > > > iPXE builds
2008 Dec 03
3
canreinvite=yes problem
Hello,
I need to test canreinvite=yes with 2softphones and 1 asterisk.
I want to have that :
http://www.panoramisk.com/wp-content/uploads/2007/05/asterisk-call-flow-outb
ridge.png
But I have that http://www.zimagez.com/zimage/canreinvite.php
Canreinvite=yes work for all phones or just asterisk?...
Can you help me?
Thank you
-------------- next part --------------
An HTML
2011 Jan 18
2
Dovecor 1.2 : Command output: Fatal: Unknown argument: flags=DRhu Usage: deliver [-c <config file>] [-a <address>] [-d <username>] [-p <path>] [-f <envelope sender>] [-m <mailbox>] [-n] [-s] [-e] [-k] )
Hi there,
I changed postfix to pass email to spamassassin, and then deliver to
dovecot LDA. It fails to deliver.
The current entry in master.cf now reads:
dovecot unix - n n - - pipe
flags=DRhu user=vmail:vmail argv=/usr/lib/dovecot/deliver -d
${recipient}
smtp inet n - - - - smtpd
-o content_filter=spamassassin
2002 Jul 13
0
libvorbis make and spec fixes
I had to change the following to get the 'make distcheck' to work and to be
able to build the rpms with 'rpm-build -tb *.tar.gz'
I also added a test in libvorbis configure.in to detect older ogg versions
(check for oggpack_writealign) and print a meaningful error.
I also updated the .spec-file with dependencies on libogg-1.0
Thanks for great work everyone!
/noa
--
begin:vcard