Date: Tue, 14 Oct 2008 06:25:10 GMT From: "Eric L. Chen" <d9364104@mail.nchu.edu.tw> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/128085: Failed to compile multimedia/mplayer and multimedia/mplayer on amd64 Message-ID: <200810140625.m9E6PA6J086901@www.freebsd.org> Resent-Message-ID: <200810140630.m9E6U2nm033041@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 128085 >Category: ports >Synopsis: Failed to compile multimedia/mplayer and multimedia/mplayer on amd64 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 14 06:30:02 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Eric L. Chen >Release: 7-STABLE >Organization: National Chung Hsing University >Environment: FreeBSD lihong-pc.tc.rubytech.com.tw 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #12: Mon Oct 13 10:46:31 CST 2008 root@lihong-pc.tc.rubytech.com.tw:/usr/obj/usr/src/sys/lihong-pc amd64 >Description: I got "linux/kd.h" not found error! while compiling multimedia/mplayer or multimedia/mencoder at file vo_directfb2.c. After investigated the file is included in graphics/svgalib, but graphics/svgalib is for i386 only. >How-To-Repeat: Compile multimedia/mplayer or multimedia/mencoder from ports. >Fix: --- multimedia/mplayer/Makefile.orig 2008-10-14 13:39:55.000000000 +0800 +++ multimedia/mplayer/Makefile 2008-10-14 13:55:18.000000000 +0800 @@ -76,7 +76,7 @@ .include <bsd.port.pre.mk> -CONFIGURE_ARGS+= --disable-ssse3 \ +CONFIGURE_ARGS+= --disable-directfb \ --disable-faac \ --disable-twolame \ --disable-mencoder --- multimedia/mencoder/Makefile.orig 2008-10-14 13:56:15.000000000 +0800 +++ multimedia/mencoder/Makefile 2008-10-14 13:56:38.000000000 +0800 @@ -78,7 +78,7 @@ --disable-svga \ --disable-aa \ --disable-joystick \ - --disable-ssse3 + --disable-directfb >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200810140625.m9E6PA6J086901>