From owner-freebsd-questions Mon Oct 14 12:16:18 2002 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 73E5737B401; Mon, 14 Oct 2002 12:16:16 -0700 (PDT) Received: from clink.schulte.org (clink.schulte.org [209.134.156.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id D89DC43EA9; Mon, 14 Oct 2002 12:16:15 -0700 (PDT) (envelope-from schulte+freebsd@nospam.schulte.org) Received: from localhost (localhost [127.0.0.1]) by clink.schulte.org (Postfix) with ESMTP id 494C7243C2; Mon, 14 Oct 2002 14:16:14 -0500 (CDT) Received: from raja.nospam.schulte.org (carpnod.schulte.org [209.134.156.200]) by clink.schulte.org (Postfix) with ESMTP id E5C55243F7; Mon, 14 Oct 2002 14:16:09 -0500 (CDT) Message-Id: <5.1.1.6.2.20021014141053.0556b188@localhost> X-Sender: (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 5.1.1 Date: Mon, 14 Oct 2002 14:17:16 -0500 To: questions From: Christopher Schulte Subject: ports/graphics/ffmpeg compile issue Cc: lioux@FreeBSD.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Virus-Scanned: by AMaViS 0.3.12pre6 on clink.schulte.org 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 ffmpeg doesn't want to compile for me.... Anyone compiled this? There is a PR about the distfile changing, but notes indicate the port's Makefile still works with it..... TIA for any ideas. I've verified the same problem on multiple versions of FreeBSD (4.5-RELEASE-p2, 4.6.1-RELEASE-p10, 4.7-Release). Port version: # $FreeBSD: ports/graphics/ffmpeg/Makefile,v 1.6 2002/10/11 19:28:30 lioux Exp $ in /usr/ports/graphics/ffmpeg # make NO_CHECKSUM=yes error: gmake[1]: Leaving directory `/usr/local/ports/graphics/ffmpeg/work/ffmpeg/libav' cc -I/usr/local/include -Wall -I. -I/usr/local/ports/graphics/ffmpeg/work/ffmpeg -I/usr/local/ports/graphics/ffmpeg/work/ffmpeg/libavcodec -I/usr/local/ports/graphics/ffmpeg/work/ffmpeg/libav -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -c -o ffmpeg.o ffmpeg.c ffmpeg.c:39: warning: `INT64_C' redefined /usr/local/ports/graphics/ffmpeg/work/ffmpeg/libavcodec/common.h:113: warning: this is the location of the previous definition ffmpeg.c:96: warning: `video_rc_qsquish' defined but not used ffmpeg.c:97: warning: `video_rc_qmod_amp' defined but not used ffmpeg.c:98: warning: `video_rc_qmod_freq' defined but not used ffmpeg.c:99: warning: `video_rc_override_string' defined but not used ffmpeg.c:105: warning: `video_rc_initial_cplx' defined but not used cc -Wl,--warn-common -o ffmpeg_g ffmpeg.o -L./libavcodec -L./libav \ -lavformat -lavcodec -L/usr/local/lib -lz ./libavcodec/libavcodec.so: undefined reference to `log' ./libavcodec/libavcodec.so: undefined reference to `sqrt' ./libavcodec/libavcodec.so: undefined reference to `cosh' ./libavcodec/libavcodec.so: undefined reference to `floor' ./libavcodec/libavcodec.so: undefined reference to `cos' ./libavcodec/libavcodec.so: undefined reference to `tanh' ./libavcodec/libavcodec.so: undefined reference to `sin' ./libavcodec/libavcodec.so: undefined reference to `pow' ./libavcodec/libavcodec.so: undefined reference to `sinh' ./libavcodec/libavcodec.so: undefined reference to `log10' ./libavcodec/libavcodec.so: undefined reference to `exp' ./libavcodec/libavcodec.so: undefined reference to `tan' gmake: *** [ffmpeg_g] Error 1 *** Error code 2 Stop in /usr/local/ports/graphics/ffmpeg. # -- Christopher Schulte http://www.schulte.org/ Do not un-munge my @nospam.schulte.org email address. This address is valid. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message