| View previous topic :: View next topic |
| Author |
Message |
nuzzy Tux's lil' helper


Joined: 21 Jul 2003 Posts: 106 Location: NH, USA
|
Posted: Sun May 20, 2012 6:43 pm Post subject: emerge failure on net-libs/webkit-gtk-1.8.1-r301 |
|
|
Hi all,
Getting back into Gentoo after about 10 years Trying to build gdm and the net-libs/webkit-gtk-1.8.1-r301 is failing:
| Code: | {standard input}: Assembler messages:
{standard input}:21441: Warning: end of file not at end of a line; newline inserted
{standard input}:22028: Error: bad register name `%e'
{standard input}: Error: open CFI at the end of file; missing .cfi_endproc directive
x86_64-pc-linux-gnu-g++: Internal error: Killed (program cc1plus)
Please submit a full bug report.
See <http://bugs.gentoo.org/> for instructions.
make: *** [Source/WebCore/rendering/libWebCore_la-RenderBlock.lo] Error 1
make: *** Waiting for unfinished jobs....
* ERROR: net-libs/webkit-gtk-1.8.1-r301 failed (compile phase):
* emake failed
*
* If you need support, post the output of `emerge --info '=net-libs/webkit-gtk-1.8.1-r301'`,
* the complete build log and the output of `emerge -pqv '=net-libs/webkit-gtk-1.8.1-r301'`.
* The complete build log is located at '/var/tmp/portage/net-libs/webkit-gtk-1.8.1-r301/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/net-libs/webkit-gtk-1.8.1-r301/temp/environment'.
* Working directory: '/var/tmp/portage/net-libs/webkit-gtk-1.8.1-r301/work/webkit-1.8.1'
* S: '/var/tmp/portage/net-libs/webkit-gtk-1.8.1-r301/work/webkit-1.8.1' |
Here is my make.conf. Please let me know if it needs changes as it's been a while since I've used Gentoo:
| Code: | # 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="-march=core2 -O2 -pipe"
CXXFLAGS="${CFLAGS}"
MAKEOPTS="-j2"
# 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="x86_64-pc-linux-gnu"
# These are the USE flags that were used in addition to what is provided by the
# profile used for building.
USE="mmx sse sse2 -kde -qt4 gtk gnome udev dbus hal X -ipv6 alsa firefox"
GENTOO_MIRRORS="http://www.gtlib.gatech.edu/pub/gentoo http://lug.mtu.edu/gentoo/ http://mirrors.rit.edu/gentoo/"
SYNC="rsync://rsync.us.gentoo.org/gentoo-portage"
INPUT_DEVICES="evdev synaptics"
VIDEO_CARDS="intel"
ACCEPT_KEYWORDS="~amd64" |
I'm using a Macbook Pro with VMware Fusion and Gentoo is the guest OS.
Thank You _________________ VMware Fusion on a Macbook Pro running Gentoo |
|
| Back to top |
|
 |
Aquous l33t

Joined: 08 Jan 2011 Posts: 619
|
Posted: Sun May 20, 2012 8:07 pm Post subject: |
|
|
| You're running out of memory - add more swap. |
|
| Back to top |
|
 |
nuzzy Tux's lil' helper


Joined: 21 Jul 2003 Posts: 106 Location: NH, USA
|
Posted: Sat May 26, 2012 12:00 am Post subject: |
|
|
doubled the swap - still no go:
| Code: | {standard input}: Assembler messages:
{standard input}:21441: Warning: end of file not at end of a line; newline inserted
{standard input}:21461: Error: expected comma after name `_ZN7WebCor' in .size directive
x86_64-pc-linux-gnu-g++: Internal error: Killed (program cc1plus) |
_________________ VMware Fusion on a Macbook Pro running Gentoo |
|
| Back to top |
|
 |
|