From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Jg7gt-0004AA-HW for garchives@archives.gentoo.org; Mon, 31 Mar 2008 00:15:59 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 525D4E030E; Mon, 31 Mar 2008 00:15:57 +0000 (UTC) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.249]) by pigeon.gentoo.org (Postfix) with ESMTP id 1EFE3E030E for ; Mon, 31 Mar 2008 00:15:57 +0000 (UTC) Received: by an-out-0708.google.com with SMTP id c8so333249ana.47 for ; Sun, 30 Mar 2008 17:15:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; bh=YCf93wh9p+jhA7f9aOJ/3iHLwI7vrcxXHk13jMgszXM=; b=ht/kaWAL/UBVHhIV7m14pNdNeW9Jk3O3frgu2MP9UVsjk8RC24t6OYduPf6AQCNRlzSji6wDzh5jVgEnez4ee74EL2k2PEW7K7ie4E+kw9VirckEqqweA5DMBqJ2PP6oxoIpQrURx5joZXQoF86p+76RaTu0ZdWB2BDlCkToJrM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=FrxOv/fWxb44Jh5mU+stsR5x+GDy7C5NDEjOdfgMiRowfgUtk+u/zjy07aVdbdofF2MblMyisnO4MLstggfyKF3IgGzS8wjbEolG+1ZvIs9hWIouySPgvDDJSgSSyw+RpD4PQYgcg/B7HvCWUXwaVQmjl3PbSo4wBT6Tyz2hwsY= Received: by 10.100.251.8 with SMTP id y8mr14285509anh.9.1206922556077; Sun, 30 Mar 2008 17:15:56 -0700 (PDT) Received: by 10.101.68.3 with HTTP; Sun, 30 Mar 2008 17:15:56 -0700 (PDT) Message-ID: Date: Sun, 30 Mar 2008 20:15:56 -0400 From: James Sender: jz.penguin@gmail.com To: gentoo-user@lists.gentoo.org Subject: [gentoo-user] Attempting to compile (patched) Qemu Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Google-Sender-Auth: 2dac00295c63cd17 X-Archives-Salt: 376a6d20-e1aa-44c6-a215-cfb5d1d31232 X-Archives-Hash: 4ac330567c29bf1baea71fd2d11095c7 All, I'm trying to compile a patched version of Qemu, found here: http://alex.csgraf.de/self/?qemu/ The patched version has support for virtualizing OS X. However, when attempting to compile, I get the following fatal error: make -C i386-linux-user all make[1]: Entering directory `/tmp/qemu/i386-linux-user' gcc -Wall -O2 -g -fno-strict-aliasing -I. -I.. -I/tmp/qemu/target-i386 -I/tmp/qemu -MMD -MP -DNEED_CPU_H -I/tmp/qemu/linux-user -I/tmp/qemu/linux-user/i386 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/tmp/qemu/fpu -DHAS_AUDIO -DHAS_AUDIO_CHOICE -I/tmp/qemu/slirp -c -o main.o /tmp/qemu/linux-user/main.c /tmp/ccOCd3LZ.s: Assembler messages: /tmp/ccOCd3LZ.s:2317: Error: can't resolve `.rodata' {.rodata section} - `.Ltext0' {.text section} /tmp/ccOCd3LZ.s:2318: Error: can't resolve `.rodata' {.rodata section} - `.Ltext0' {.text section} /tmp/ccOCd3LZ.s:2322: Error: can't resolve `.rodata' {.rodata section} - `.Ltext0' {.text section} /tmp/ccOCd3LZ.s:2323: Error: can't resolve `.rodata' {.rodata section} - `.Ltext0' {.text section} /tmp/ccOCd3LZ.s:2327: Error: can't resolve `.rodata' {.rodata section} - `.Ltext0' {.text section} /tmp/ccOCd3LZ.s:2328: Error: can't resolve `.rodata' {.rodata section} - `.Ltext0' {.text section} /tmp/ccOCd3LZ.s:2335: Error: can't resolve `.rodata' {.rodata section} - `.Ltext0' {.text section} /tmp/ccOCd3LZ.s:2336: Error: can't resolve `.rodata' {.rodata section} - `.Ltext0' {.text section} /tmp/ccOCd3LZ.s:2340: Error: can't resolve `.rodata' {.rodata section} - `.Ltext0' {.text section} /tmp/ccOCd3LZ.s:2341: Error: can't resolve `.rodata' {.rodata section} - `.Ltext0' {.text section} /tmp/ccOCd3LZ.s:2345: Error: can't resolve `.rodata' {.rodata section} - `.Ltext0' {.text section} /tmp/ccOCd3LZ.s:2346: Error: can't resolve `.rodata' {.rodata section} - `.Ltext0' {.text section} /tmp/ccOCd3LZ.s:2353: Error: can't resolve `.rodata' {.rodata section} - `.Ltext0' {.text section} /tmp/ccOCd3LZ.s:2354: Error: can't resolve `.rodata' {.rodata section} - `.Ltext0' {.text section} /tmp/ccOCd3LZ.s:2358: Error: can't resolve `.rodata' {.rodata section} - `.Ltext0' {.text section} /tmp/ccOCd3LZ.s:2359: Error: can't resolve `.rodata' {.rodata section} - `.Ltext0' {.text section} /tmp/ccOCd3LZ.s:2363: Error: can't resolve `.rodata' {.rodata section} - `.Ltext0' {.text section} /tmp/ccOCd3LZ.s:2364: Error: can't resolve `.rodata' {.rodata section} - `.Ltext0' {.text section} /tmp/ccOCd3LZ.s:2371: Error: can't resolve `.rodata' {.rodata section} - `.Ltext0' {.text section} /tmp/ccOCd3LZ.s:2372: Error: can't resolve `.rodata' {.rodata section} - `.Ltext0' {.text section} /tmp/ccOCd3LZ.s:2383: Error: can't resolve `.rodata' {.rodata section} - `.Ltext0' {.text section} /tmp/ccOCd3LZ.s:2384: Error: can't resolve `.rodata' {.rodata section} - `.Ltext0' {.text section} /tmp/ccOCd3LZ.s:2388: Error: can't resolve `.rodata' {.rodata section} - `.Ltext0' {.text section} /tmp/ccOCd3LZ.s:2389: Error: can't resolve `.rodata' {.rodata section} - `.Ltext0' {.text section} /tmp/ccOCd3LZ.s:2393: Error: can't resolve `.rodata' {.rodata section} - `.Ltext0' {.text section} /tmp/ccOCd3LZ.s:2394: Error: can't resolve `.rodata' {.rodata section} - `.Ltext0' {.text section} /tmp/ccOCd3LZ.s:2401: Error: can't resolve `.rodata' {.rodata section} - `.Ltext0' {.text section} /tmp/ccOCd3LZ.s:2402: Error: can't resolve `.rodata' {.rodata section} - `.Ltext0' {.text section} /tmp/ccOCd3LZ.s:2408: Error: can't resolve `.rodata' {.rodata section} - `.Ltext0' {.text section} /tmp/ccOCd3LZ.s:2409: Error: can't resolve `.rodata' {.rodata section} - `.Ltext0' {.text section} /tmp/ccOCd3LZ.s:2415: Error: can't resolve `.rodata' {.rodata section} - `.Ltext0' {.text section} /tmp/ccOCd3LZ.s:2416: Error: can't resolve `.rodata' {.rodata section} - `.Ltext0' {.text section} /tmp/ccOCd3LZ.s:2420: Error: can't resolve `.rodata' {.rodata section} - `.Ltext0' {.text section} /tmp/ccOCd3LZ.s:2421: Error: can't resolve `.rodata' {.rodata section} - `.Ltext0' {.text section} /tmp/ccOCd3LZ.s:2425: Error: can't resolve `.rodata' {.rodata section} - `.Ltext0' {.text section} /tmp/ccOCd3LZ.s:2426: Error: can't resolve `.rodata' {.rodata section} - `.Ltext0' {.text section} /tmp/ccOCd3LZ.s:2433: Error: can't resolve `.rodata' {.rodata section} - `.Ltext0' {.text section} /tmp/ccOCd3LZ.s:2434: Error: can't resolve `.rodata' {.rodata section} - `.Ltext0' {.text section} /tmp/ccOCd3LZ.s:8233: Error: can't resolve `.rodata' {.rodata section} - `.Ltext0' {.text section} /tmp/ccOCd3LZ.s:8234: Error: can't resolve `.rodata' {.rodata section} - `.Ltext0' {.text section} /tmp/ccOCd3LZ.s:8235: Error: can't resolve `.rodata' {.rodata section} - `.Ltext0' {.text section} /tmp/ccOCd3LZ.s:8236: Error: can't resolve `.rodata' {.rodata section} - `.Ltext0' {.text section} /tmp/ccOCd3LZ.s:8239: Error: can't resolve `.rodata' {.rodata section} - `.Ltext0' {.text section} /tmp/ccOCd3LZ.s:8240: Error: can't resolve `.rodata' {.rodata section} - `.Ltext0' {.text section} /tmp/ccOCd3LZ.s:8241: Error: can't resolve `.rodata' {.rodata section} - `.Ltext0' {.text section} /tmp/ccOCd3LZ.s:8242: Error: can't resolve `.rodata' {.rodata section} - `.Ltext0' {.text section} make[1]: *** [main.o] Error 1 make[1]: Leaving directory `/tmp/qemu/i386-linux-user' make: *** [subdir-i386-linux-user] Error 2 A Google search pointed me to this Gentoo bug: http://bugs.gentoo.org/show_bug.cgi?id=207833 Any ideas on why this may be happening? The only thing I can think may be causing this is that I'm compiling Qemu with gcc v4 (instead of v3). I did, however, try the compile using gcc v3 and received another (equally cryptic) fatal compile error. *sigh* Thoughts? Ideas? Thanks! .james -- gentoo-user@lists.gentoo.org mailing list