From owner-freebsd-ports@FreeBSD.ORG Fri Jan 17 21:27:28 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8C5CEEC4 for ; Fri, 17 Jan 2014 21:27:28 +0000 (UTC) Received: from mail.issp.ac.ru (mail.issp.ac.ru [77.236.34.3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 137561D37 for ; Fri, 17 Jan 2014 21:27:27 +0000 (UTC) Received: from host-217-197-197-72.rev.as20985.net [217.197.197.72:8644] (HELO/EHLO mercury.ph.man.ac.uk, authenticated with LOGIN) by mail.issp.ac.ru with ESMTP/inet id s0HLRGoO008408 (using TLSv1/SSLv3, with cipher DHE-RSA-AES256-SHA (256 bits), verified NO) Sat, 18 Jan 2014 01:27:17 +0400 (MSK) From: Max Brazhnikov To: mexas@bris.ac.uk Subject: Re: pkg amd64 11-current: several packages installed via pkg install do not work, but work when built/installed directly via ports Date: Fri, 17 Jan 2014 21:27:11 +0000 Message-ID: <29578249.qhQF8HEFb6@mercury.ph.man.ac.uk> User-Agent: KMail/4.10.5 (FreeBSD/9.2-STABLE; KDE/4.10.5; amd64; ; ) In-Reply-To: <201401072119.s07LJGO6067462@mech-cluster241.men.bris.ac.uk> References: <201401072119.s07LJGO6067462@mech-cluster241.men.bris.ac.uk> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="ISO-8859-1" Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Jan 2014 21:27:28 -0000 On Tue, 07 Jan 2014 13:19:18 -0800 Anton Shterenlikht wrote: > >From makc@freebsd.org Tue Jan 7 19:12:59 2014 > > > >On Sun, 05 Jan 2014 13:53:02 -0800 Anton Shterenlikht wrote: > >> HI > >> > >> Before I PRs on this, I wanted to check > >> if nobody else has seen this problem. > >> > >> In particular: > >> > >> audio/sdl_mixer > >> x11/nvidia-driver > >> > >> give errors when installed via pkg install. > >> This is on 11.0-CURRENT #8 r257910 with > >> default /etc/pkg/FreeBSD.conf and pkg.conf. > >> > >> nvidia: > >> > >> KLD nvidia.ko: depends on kernel - not available or version mismatch > >> linker_load_file: Unsupported file type > >> > >> sdl_mixer: > >> > >> $ monsterz > >> /usr/local/share/monsterz/monsterz.py: could not open data from `/usr/local/share/monsterz'. > >> Traceback (most recent call last): > >> File "/usr/local/share/monsterz/monsterz.py", line 1994, in > >> main() > >> File "/usr/local/share/monsterz/monsterz.py", line 1983, in main > >> data = Data(sharedir) > >> File "/usr/local/share/monsterz/monsterz.py", line 305, in __init__ > >> pygame.mixer.music.load(join(dir, 'sound', 'music.s3m')) > >> pygame.error: Unrecognized music format > >> $ > >> > >> games/monsterz indirectly depends on audio/sdl_mixer. > >> > >> When rebuilt via ports directly - no errors. > >> > >> So, has anybody else seen this? > > > >I've just found similar errors on 9-stable with a couple of sdl based games > >built at the same box using poudriere/9.2-release. > > ok, so it's a real issue. > I'll start a PR and send you the link in case > you want to add something. sdl_mixer was fixed in r340105, the problem was in disabled support for mikmod music. Cheers, Max