From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Sep 5 09:20:11 2007 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8A40516A41A for ; Wed, 5 Sep 2007 09:20:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7937F13C457 for ; Wed, 5 Sep 2007 09:20:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l859KA10055497 for ; Wed, 5 Sep 2007 09:20:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l859KA2J055495; Wed, 5 Sep 2007 09:20:10 GMT (envelope-from gnats) Date: Wed, 5 Sep 2007 09:20:10 GMT Message-Id: <200709050920.l859KA2J055495@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Johannes Totz Cc: Subject: Re: ports/115304: multimedia/gpac-mp4box cannot import files larger than 2gb X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Johannes Totz List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Sep 2007 09:20:11 -0000 The following reply was made to PR ports/115304; it has been noted by GNATS. From: Johannes Totz To: bug-followup@FreeBSD.org, pvizeli@yahoo.de Cc: Subject: Re: ports/115304: multimedia/gpac-mp4box cannot import files larger than 2gb Date: Wed, 05 Sep 2007 10:48:41 +0200 Hi! Sorry for the late answer, didnt get notified by email (spam trap maybe). > You musst compile libgpac with -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_LARGEFILE_SOURCE=1. I've added these to the ports Makefile of gpac/libgpac (and they are used, i.e. passed to the compiler). But unfortunately it does not help. mp4box (after recompiling) still crashes with an assertion: # ls -l too-big.h264 -r--r--r-- 1 root jo 2759126600 Aug 10 13:38 too-big.h264 # mp4box -add too-big.h264 test.mp4 Assertion failed: (nal_start), function gf_import_h264, file media_tools/media_import.c, line 3801. Abort (core dumped) > I can't test that while I didn't have a > 3gb h264 video stream. Notice that my test file is roughly 2,5 GB. Cheers Johannes