Date: Sun, 05 Jan 2014 13:53:02 -0800 (PST) From: Anton Shterenlikht <mexas@bris.ac.uk> To: freebsd-ports@freebsd.org Subject: pkg amd64 11-current: several packages installed via pkg install do not work, but work when built/installed directly via ports Message-ID: <201401052152.s05LqxMC037289@mech-cluster241.men.bris.ac.uk>
next in thread | raw e-mail | index | archive | help
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 <module> 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? Thanks Anton
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401052152.s05LqxMC037289>