Displaying 20 results from an estimated 1100 matches similar to: "vorbis-tools rc3 link trouble"
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
2004 Sep 03
1
Vorbis Tools installation problem
I am trying to install vorbis-tools 1.0.1 onto my mac os 10.3.5
I installed the relevant libraries through fink
(http://fink.sourceforge.net) - libao2, libvorbis, libogg
my configure command was this:
./configure -with-ogg=/sw --with-ao=/sw --without-flac --without-speex
I received no errors from configure except to let me know that oggenc
would not have flac support and that ogg123 would
2002 Jan 02
2
RC3 Changes needed for MacOS
It looks like the Mac .exp files were not updated for RC3.
The following diff corrects that problem. The CodeWarrior
project files also have not been updated. They are in 5.3
format which is quite old. Would anybody object if I
submitted updates to them in CodeWarrior Pro 6 format?
That's the oldest version I have readily available.
If someone else has 5.3 and wants to do it, you need to
2014 Sep 24
1
LDA randomly failing to write email to disk
We're using 2.2.13 with pigeonhole 0.4.3, in a clustered environment
(maildir on netapp, dual dovecot instances where each server is both a
proxy and a backend).
Every now and then (once a month per user, maybe?), users will see a blank
email in their inbox. Investigating further, and we will see that the only
information recorded in the maildir file for the message is the
Return-Path,
2010 May 29
1
strange sieve situation
Hi there, I've been working on rolling out the "deliver" service so we can
implement sieve. Dovecot 1.2.11, Postfix 2.6.6, FreeBSD 8, installed by
ports. Clustered environment, NFS backend.
Everything is working great for the most part, I'm using it to sort a copy
of my personal email on a test server. However, I noticed two emails were
not properly sorted.
I had added a
2013 Feb 04
1
Errors with doveadm when using checkpassword
We have a checkpassword authentication with mysql pre-fetch for the
userdb lookups.
When trying to do:
doveadm search -u andytest at xecu.net mailbox Trash DELETED
I get:
doveadm(andytest at xecu.net): Error: user andytest at xecu.net: Auth PASS
lookup failed
doveadm(andytest at xecu.net): Fatal: /var/run/dovecot/auth-userdb: passdb
lookup failed (to see if user is proxied, because
2009 May 26
5
errors in valgrind
Hay!
Has anyone come across these errors using valgrind for the oggenc tool or the
encoder_example.c:
==13108== Invalid read of size 4
==13108== at 0x4155734: _vp_offset_and_mix (in
/usr/local/lib/libvorbis.so.0.4.1)
==13108==
2002 Jul 08
1
Divide by zero in accumulate_fit
Hi,
Lately, my oggenc builds (from CVS) haven't been running correctly. In a few
debugging sessions, I've found that I'm getting a divide by zero exception.
The exception happens in accumulate_fit (floor1.c), line 455:
int weight=nb*info->twofitweight/na;
Here is the call stack:
accumulate_fit
floot1_fit
mapping0_forward
vorbis_analysis
oe_encode
main
The
2017 Apr 12
1
[PATCH v3 10/10] drm/nouveau: Enable stereoscopic 3D output over HDMI
On Tue, Apr 11, 2017 at 1:32 PM, Ilia Mirkin <imirkin at alum.mit.edu> wrote:
> On Tue, Apr 11, 2017 at 1:11 PM, Alastair Bridgewater
> <alastair.bridgewater at gmail.com> wrote:
> > + /* HDMI 3D support */
> > + if ((disp->disp.oclass >= NV50_DISP)
>
> You probably meant G82_DISP. Although I don't know if there were any
> G80's
2017 Apr 11
0
[PATCH v3 10/10] drm/nouveau: Enable stereoscopic 3D output over HDMI
On Tue, Apr 11, 2017 at 1:11 PM, Alastair Bridgewater
<alastair.bridgewater at gmail.com> wrote:
> Enable stereoscopic output for HDMI and DisplayPort connectors on
> NV50+ (G80+) hardware. We do not enable stereoscopy on older
> hardware in case there is some older board that still has HDMI
> output but for which we have no logic for setting the Vendor
> InfoFrame.
>
>
1999 Jun 24
0
2.0.4b - Bug in dfree > 2GB reporting for 16-bit clients
In 2.0.4b using a 16-bit client (in this case Lanman for DOS), disk space
reporting for partitions greater than 2GB always reports 0 space free.
I've tracked this down to the disk_norm routine in the smbd/dfree.c file.
In the code for adjusting block size and disk size/free values for 16-bit
reporting, WORDMAX was incorrectly being multiplied by 512 before being
compared with bsize. This
2005 Apr 22
0
segfault on oggenc
Hello, I'm not a programmer or know well how to operate gdb. However
I've made an attempt to backtrace the problem with 'make debug' and gdb.
Please help if you can. I'd appreciate it, I have this problem for a
couple of months now.
The problem basically is that on debian unstable official packages for the
past couple of months(even after debian updates) I get segfaults when I
2017 Jan 18
2
[PATCH 5/6] drm: Delete "mandatory" stereographic modes
On Tue, Jan 17, 2017 at 5:42 PM, Alastair Bridgewater
<alastair.bridgewater at gmail.com> wrote:
> HDMI specification 1.4a, table 8-15 is very explicitly a "must
> support at least one of" table, not a "must support all of" table.
> It is not hard to find hardware that does not support some of the
> so-called "mandatory" modes.
>
> More
2017 Jan 11
1
[PATCH] drm/nouveau: Fix HDA ELD handling (thus, HDMI audio) on gt215
Store the ELD correctly, not just enough copies of the first byte
to pad out the given ELD size.
Signed-off-by: Alastair Bridgewater <alastair.bridgewater at gmail.com>
---
drivers/gpu/drm/nouveau/nvkm/engine/disp/hdagt215.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/nouveau/nvkm/engine/disp/hdagt215.c
2017 Apr 11
2
[PATCH v3 10/10] drm/nouveau: Enable stereoscopic 3D output over HDMI
Enable stereoscopic output for HDMI and DisplayPort connectors on
NV50+ (G80+) hardware. We do not enable stereoscopy on older
hardware in case there is some older board that still has HDMI
output but for which we have no logic for setting the Vendor
InfoFrame.
With this, I get an obvious 3D output when using the "testdisplay"
program from intel-gpu-tools with the "-3"
1999 Feb 19
0
2.0.2 servers with 1.9.18p10 DMB?
Have there been any problems reported with running 2.0.2 on servers using
security=server with a 1.9.18p10 DMB? We've run into a situation where
I've upgraded 4 of our servers to 2.0.2 but the DMB is still running
1.9.18p10. We have had sporatic trouble with the upgraded servers
rejecting correct passwords because the DMB seemingly would not properly
validate them. Today, we ran into a
2002 Dec 29
1
Re: KISS DVD player with Vorbis Support (from: jsab@member.fsf.org)]
('binary' encoding is not supported, stored as-is)
http://www.kiss-technology.com/support/dp-450_FAQ.asp
Scroll all the way down. There is a changelog for the Firmwareupdate and a link
to a zip file containing the update.
-- Daniel
<p>Monty wrote:
Interesting bit of news this. Anyone able to independently confirm it?
Monty
----- Forwarded message from "Jesse S. A.
1998 Nov 19
0
check_oem_password: Incorrect password length
I'm currently investigating the appearance of this error message for a
significant number of our users' password change attempts. It would seem
from my research that this error occurs when the data coming from the
SamOEMhash function is not of the expected format/value. I do not know if
this would be due to incorrect data being sent into the SamOEMhash
function from the client or something
1998 Nov 20
0
password change problem
I posted my original question below to the samba-ntdom list but it seems
to be the wrong place to be discussing this problem so I'm moving my
follow-up to these lists.
Background...I used to be using smbpasswd and the "unix password sync",
"password chat", and "password program" settings to keep my smb passwords
and unix passwords in sync. This was working well
2002 Dec 29
1
[fwd] KISS DVD player with Vorbis Support (from: jsab@member.fsf.org)
Interesting bit of news this. Anyone able to independently confirm it?
Monty
<p>----- Forwarded message from "Jesse S. A. Bridgewater" <jsab@member.fsf.org> -----
Delivery-Date: Sun Dec 29 02:11:47 2002
From: "Jesse S. A. Bridgewater" <jsab@member.fsf.org>
To: webmaster@xiph.org
Subject: KISS DVD player with Vorbis Support
Hi There,
You probably know