From owner-freebsd-questions Fri Apr 12 17: 9:18 2002 Delivered-To: freebsd-questions@freebsd.org Received: from gyros.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by hub.freebsd.org (Postfix) with ESMTP id 6FBBF37B400; Fri, 12 Apr 2002 17:09:10 -0700 (PDT) Received: from gyros.marcuscom.com (localhost [127.0.0.1]) by gyros.marcuscom.com (8.12.2/8.12.2) with ESMTP id g3D08uVI007997; Fri, 12 Apr 2002 20:08:56 -0400 (EDT) (envelope-from marcus@marcuscom.com) Received: (from marcus@localhost) by gyros.marcuscom.com (8.12.2/8.12.2/Submit) id g3D08uSO007996; Fri, 12 Apr 2002 20:08:56 -0400 (EDT) X-Authentication-Warning: gyros.marcuscom.com: marcus set sender to marcus@marcuscom.com using -f Subject: Re: Ogle DVD error in ports From: Joe Marcus Clarke To: Stephen Hilton Cc: freebsd-questions@FreeBSD.ORG, culverk@alpha.yumyumyum.org, matt@aec-01.aecinc.com, lioux@FreeBSD.ORG 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> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-GU/NNrPlvsQLXQNQCGgY" X-Mailer: Ximian Evolution 1.0.3 Date: 12 Apr 2002 21:08:56 -0300 Message-Id: <1018656536.272.7.camel@gyros.marcuscom.com> Mime-Version: 1.0 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-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 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 #include -#include +#include =20 int main() @@ -17534,7 +17534,7 @@ #line 17534 "configure" #include "confdefs.h" =20 -#include +#include #include =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