I have Gentoo with Kernel 2.6.34-r6 running on a VM I built in Parallels Desktop on my Macbook. Everything is running fine but when I try to emerge VLC and after all of the deps have emerged successfully, VLC will emerge till its almost done and then all of a sudden it crashes and gives me the following error:
Code: Select all
Messages for package media-video/vlc-1.1.4:
* ERROR: media-video/vlc-1.1.4 failed:
* died running emake, base_src_make
*
* Call stack:
* ebuild.sh, line 54: Called src_compile
* environment, line 4168: Called base_src_compile
* environment, line 784: Called base_src_make
* environment, line 822: Called die
* The specific snippet of code:
* emake "$@" || die "died running emake, $FUNCNAME";
*
* If you need support, post the output of 'emerge --info =media-video/vlc-1.1.4',
* the complete build log and the output of 'emerge -pqv =media-video/vlc-1.1.4'.
* The complete build log is located at '/var/tmp/portage/media-video/vlc-1.1.4/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/media-video/vlc-1.1.4/temp/environment'.
* S: '/var/tmp/portage/media-video/vlc-1.1.4/work/vlc-1.1.4'
Code: Select all
$ cat /etc/make.conf
# These settings were set by the catalyst build script that automatically
# built this stage.
# Please consult /usr/share/portage/config/make.conf.example for a more
# detailed example.
CFLAGS="-O2 -march=native -pipe"
CXXFLAGS="${CFLAGS}"
# WARNING: Changing your CHOST is not something that should be done lightly.
# Please consult http://www.gentoo.org/doc/en/change-chost.xml before changing.
CHOST="i686-pc-linux-gnu"
MAKEOPTS="-j3"
GENTOO_MIRRORS="http://gentoo.osuosl.org/ http://mirrors.rit.edu/gentoo/ http://gentoo.llarian.net/ http://ftp.ucsb.edu/pub/mirrors/linux/gentoo/"
SYNC="rsync://rsync.us.gentoo.org/gentoo-portage"
USE="cleartype X esd -gnome dbus dvdcss css hal mmx sse svg alsa offensive branding win32codecs gstreamer firefox -gnome-keyring -ipv6 jpeg flag ogg vorbis wxwidgets libnotify a52 aac dvd dts flac libv4l2 matroska mp3 mpeg nsplugin ogg png rtsp stream svg v4l v4l2 vorbis x264 skins truetype nonfsv4 gtk lvm2 networkmanager"
INPUT_DEVICES="evdev synaptics"
VIDEO_CARDS="vesa intel"
Code: Select all
emerge --info =media-video/vlc-1.1.4 the output to:
Code: Select all
emerge -pqv =media-video/vlc-1.1.4the output to: /var/tmp/portage/media-video/vlc-1.1.4/temp/build.log can be found at: http://paste.pocoo.org/show/277808/
and also the output to: /var/tmp/portage/media-video/vlc-1.1.4/temp/environment can be located at: http://paste.pocoo.org/show/277809/
any suggestions on how I should go about fixing this issue?




