Date: 12 Apr 2002 21:08:56 -0300 From: Joe Marcus Clarke <marcus@marcuscom.com> To: Stephen Hilton <nospam@hiltonbsd.com> Cc: freebsd-questions@FreeBSD.ORG, culverk@alpha.yumyumyum.org, matt@aec-01.aecinc.com, lioux@FreeBSD.ORG Subject: Re: Ogle DVD error in ports Message-ID: <1018656536.272.7.camel@gyros.marcuscom.com> In-Reply-To: <20020412181032.40e6658b.nospam@hiltonbsd.com> References: <1018568303.360.1.camel@aec-01.aecinc.com> <20020412165520.N42907-100000@alpha.yumyumyum.org> <20020412181032.40e6658b.nospam@hiltonbsd.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--=-GU/NNrPlvsQLXQNQCGgY Content-Type: multipart/mixed; boundary="=-gWzx2khjgJETmibyCjKa" --=-gWzx2khjgJETmibyCjKa Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Fri, 2002-04-12 at 20:10, Stephen Hilton wrote: > On Fri, 12 Apr 2002 16:55:34 -0400 (EDT) > Kenneth Culver <culverk@alpha.yumyumyum.org> wrote: >=20 > > This isn't really enough info to find out what went wrong. > >=20 > > Ken > >=20 > > On 11 Apr 2002, Matt Anderson wrote: > >=20 > > > Hi everyone, > > > I cvsuped my ports collection this morning. Following is the last bit= of > > > output when it craps out. Any ideas? > > > > > > Thanks! > > > > > > > > > #define HAVE_INTTYPES_H 1 > > > #define HAVE_UNISTD_H 1 > > > #define HAVE_DLFCN_H 1 > > > #define HAVE_XSHM 1 > > > #define HAVE_XV 1 > > > #define HAVE_CLOCK_GETTIME 1 > > > #define HAVE_MADVISE 1 > > > #define LIBAO_OSS > > > > > > configure: exit 1 > > > (end of "config.log") > > > *** Error code 1 > > > > > > Stop in /usr/ports/graphics/ogle. > > > *** Error code 1 > > > > > > Stop in /usr/ports/graphics/ogle-gui. > > > >=20 > I have the same problem, thought it might have been just me ;-) >=20 > It will start up for me and plays the "laser hitting disk intro=20 > ok along with the audio trumpets ok" but then when loading the=20 > next content the video and audio extremely chops (9+ seconds). >=20 > It used to work great :-) but I have been to busy to=20 > watch a DVD for a while. >=20 > So figured a portupgrade of ogle might fix the problem, > this is where I ran into the same problem as Matt Anderson. >=20 > All the nitty-gritty details are posted at: >=20 > http://www.hiltonbsd.com/ogle.php >=20 > as this is a lot of information to post to the list :-) Attached is a patch to fix the problem. Just stick this in /usr/ports/graphics/ogle/files, and you should be set. I'll run this by lioux for his approval. Joe >=20 >=20 > Regards, >=20 > Stephen Hilton > nospam@hiltonbsd.com >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message >=20 --=20 PGP Key: http://www.marcuscom.com/pgp.asc --=-gWzx2khjgJETmibyCjKa Content-Disposition: attachment; filename=patch-configure Content-Type: text/plain; name=patch-configure; charset=ISO8859-1 Content-Transfer-Encoding: quoted-printable --- configure.orig Fri Apr 12 20:04:06 2002 +++ configure Fri Apr 12 20:05:53 2002 @@ -17409,7 +17409,7 @@ =20 #include <stdlib.h> #include <stdio.h> -#include <xmlversion.h> +#include <libxml/xmlversion.h> =20 int main() @@ -17534,7 +17534,7 @@ #line 17534 "configure" #include "confdefs.h" =20 -#include <xmlversion.h> +#include <libxml/xmlversion.h> #include <stdio.h> =20 #ifdef F77_DUMMY_MAIN --=-gWzx2khjgJETmibyCjKa-- --=-GU/NNrPlvsQLXQNQCGgY Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iEYEABECAAYFAjy3dxgACgkQb2iPiv4Uz4er3wCfWL+k+JOhj3NQDhWRpuY9+eGp ux0AnjEJmvrTU7D4RPotlwWr6diA832r =hSpz -----END PGP SIGNATURE----- --=-GU/NNrPlvsQLXQNQCGgY-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1018656536.272.7.camel>