From owner-freebsd-questions@FreeBSD.ORG Tue May 6 15:29:52 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E0CC737B401 for ; Tue, 6 May 2003 15:29:52 -0700 (PDT) Received: from blacklamb.mykitchentable.net (170-215-84-217.br1.elk.ca.frontiernet.net [170.215.84.217]) by mx1.FreeBSD.org (Postfix) with ESMTP id E0ADF43F93 for ; Tue, 6 May 2003 15:29:51 -0700 (PDT) (envelope-from drew@mykitchentable.net) Received: from tagalong (unknown [165.107.42.110]) by blacklamb.mykitchentable.net (Postfix) with SMTP id 71F78EE52A; Tue, 6 May 2003 15:29:49 -0700 (PDT) Message-ID: <01b401c3141e$f83da5f0$6e2a6ba5@tagalong> From: "Drew Tomlinson" To: "Joe Marcus Clarke" References: <010a01c3141a$42504d50$6e2a6ba5@tagalong> <1052258924.345.21.camel@gyros> Date: Tue, 6 May 2003 15:29:33 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 cc: FreeBSD User Questions List Subject: Re: Error Building Gnome2 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 May 2003 22:29:53 -0000 ----- Original Message ----- From: "Joe Marcus Clarke" To: "Drew Tomlinson" Cc: "FreeBSD User Questions List" Sent: Tuesday, May 06, 2003 3:08 PM >> While building the gnome2 meta port, I encountered the following error >> building gstreamer-plugins: >> >> ===> Extracting for gstreamer-plugins-0.6.1 >> >> Checksum OK for gst-plugins-0.6.1.tar.gz. >> ===> Patching for gstreamer-plugins-0.6.1 >> ===> Applying FreeBSD patches for gstreamer-plugins-0.6.1 >> Ignoring previously applied (or reversed) patch. >> 1 out of 1 hunks ignored--saving rejects to >> gst-libs/ext/ffmpeg/ffmpeg/libavcodec/alpha/simple_idct_alpha.c.rej >> >> Patch >> patch-gst-libs_ext_ffmpeg_ffmpeg_libavcodec_alpha_simple_idct_alpha.c failed >> to apply cleanly. >> >> Patch(es) patch-configure patch-ext_a52dec_gsta52dec.c >> patch-gst-libs_ext_ffmpeg_ffmpeg_libavcodec_alpha_simple_i applied cleanly. >> *** Error code 1 >> >> My ports tree was updated last night (May 5th). > FAQ: See the 4.8-RELEASE errata. Thanks, that got me pointed in the right direction. I had both files and removed 'patch-gst-libs_ext_ffmpeg_ffmpeg_libavcodec_alpha_simple_i'. Now my build is continuing. Thanks again, Drew