I ran into a few problems with the recent rebuild of gio-fam-backend dependent programs. One of which was the reinstallation of multimedia/vlc. It would not reinstall with the notify option enabled.
Based on forum searches, I tried solutions involving reinstallation of ffmpeg and enabling the PTH option in python. Eventually,
P.S. I was about add the contents of /var/db/ports/vlc/options to this post, but the directory doesn't exist. Shouldn't it have been created by
Code:
FreeBSD acer.no-ip.org 9.1-RELEASE-p5 FreeBSD 9.1-RELEASE-p5 #0 r253713: Sat Jul 27 16:32:00 PDT 2013 robertss@acer.no-ip.org:/usr/obj/usr/src/sys/ACER amd64
make build seems to be successful, But make install failed at the end with a core dump.
Code:
...
gmake[3]: Entering directory `/usr/ports/multimedia/vlc/work/vlc-2.0.7'
/bin/mkdir -p '/usr/ports/multimedia/vlc/work/fake/usr/local/bin'
install -o root -g wheel -m 555 cvlc rvlc svlc qvlc nvlc '/usr/ports/multimedia/vlc/work/fake/usr/local/bin'
gmake install-exec-hook
gmake[4]: Entering directory `/usr/ports/multimedia/vlc/work/vlc-2.0.7'
if test "amd64-portbld-freebsd9.1" = "amd64-portbld-freebsd9.1"; then \
LD_LIBRARY_PATH="/usr/ports/multimedia/vlc/work/fake/usr/local/lib:$LD_LIBRARY_PATH" \
"/usr/ports/multimedia/vlc/work/fake/usr/local/lib/vlc/vlc-cache-gen" \
"/usr/ports/multimedia/vlc/work/fake/usr/local/lib/vlc/plugins" ; \
else \
echo "Cross-compilation: cache generation skipped!" ; \
fi
gmake[4]: *** [install-exec-hook] Segmentation fault: 11 (core dumped)
gmake[4]: Leaving directory `/usr/ports/multimedia/vlc/work/vlc-2.0.7'
gmake[3]: *** [install-exec-am] Error 2
gmake[3]: Leaving directory `/usr/ports/multimedia/vlc/work/vlc-2.0.7'
gmake[2]: *** [install-am] Error 2
gmake[2]: Leaving directory `/usr/ports/multimedia/vlc/work/vlc-2.0.7'
gmake[1]: *** [install-recursive] Error 1
gmake[1]: Leaving directory `/usr/ports/multimedia/vlc/work/vlc-2.0.7'
gmake: *** [install] Error 2
*** [pre-install] Error code 2
Stop in /usr/ports/multimedia/vlc.
*** [install] Error code 1
Stop in /usr/ports/multimedia/vlc.
make install succeeded after I disabled the notify option. Is there a better solution for this?P.S. I was about add the contents of /var/db/ports/vlc/options to this post, but the directory doesn't exist. Shouldn't it have been created by
make config?