[Bug 21192] New: Make fails with Assembler messages
http://bugs.winehq.org/show_bug.cgi?id=21192 Summary: Make fails with Assembler messages Product: Wine Version: 1.1.35 Platform: Other OS/Version: Linux Status: UNCONFIRMED Severity: critical Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: johndoe32102002(a)gmail.com Computer: N810 Architecture: ARM Operating System: Debian Note: compile ran fine, finding all dependencies Error: {standard input}: Assembler messages: {standard input}:36: Error: selected processor does not support 'blx r3' make[2]: *** [port.o] Error 1 make[2]: Leaving directory '/download/wine-1.1.35/libs/wine' make[1]: *** [wine] Error 2 make[1]: Leaving directory '/download/wine-1.1.35/libs' make: *** [libs] Error2 Since the error was short, I pasted it in the description. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21192 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, source Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Severity|critical |normal --- Comment #1 from Austin English <austinenglish(a)gmail.com> 2009-12-29 16:35:07 --- Arm isn't supported (yet?), so it's not critical. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21192 André H. <nerv(a)dawncrow.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nerv(a)dawncrow.de Component|-unknown |build-env --- Comment #2 from André H. <nerv(a)dawncrow.de> 2009-12-29 16:48:29 --- can you please post the output of "as --version" -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21192 --- Comment #3 from John Doe <johndoe32102002(a)gmail.com> 2009-12-29 16:54:14 --- [: /download/wine-1.1.35]make as --version GNU Make 3.81 Copyright (C) 2006 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. This program built for arm-unknown-linux-gnueabi [root(a)chroot: /firefox/wine-1.1.35]wine-1.1.35]make as --version GNU Make 3.81 Copyright (C) 2006 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. This program built for arm-unknown-linux-gnueabi -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21192 --- Comment #4 from André H. <nerv(a)dawncrow.de> 2009-12-29 16:58:30 --- please "as --version" and not "make as --version" The problem seems to be that you have a old assembler and/or i am developing in qemu with an emulated ARMv5tejl and you have an arm1136(armv6) i guess this is a little issue which can be fixed easily when it runs on ARMv5 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21192 André H. <nerv(a)dawncrow.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Make fails with Assembler |Make fails with Assembler |messages |error on ARMv6 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21192 --- Comment #5 from John Doe <johndoe32102002(a)gmail.com> 2009-12-29 17:05:46 --- Ok, here is the as --version. I will have to find qemu to try out wine i386 emulation to get wine to run. [: /download/wine-1.1.35]as --version GNU assembler (GNU Binutils for Debian) 2.20 Copyright 2009 Free Software Foundation, Inc. This program is free software; you may redistribute it under the terms of the GNU General Public License version 3 or later. This program has absolutely no warranty. This assembler was configured for a target of `arm-linux-gnueabi'. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21192 André H. <nerv(a)dawncrow.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED AssignedTo|wine-bugs(a)winehq.org |nerv(a)dawncrow.de --- Comment #6 from André H. <nerv(a)dawncrow.de> 2010-05-27 11:21:04 --- assigning to me (to be able to find that bug more quickly) -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21192 --- Comment #7 from John Doe <johndoe32102002(a)gmail.com> 2010-07-30 11:29:28 --- (In reply to comment #6)
assigning to me (to be able to find that bug more quickly)
Thanks for taking this on. Wine has a great future in the realm of mobile devices if it can better support Armel architecture. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21192 --- Comment #8 from André H. <nerv(a)dawncrow.de> 2010-09-20 16:33:15 CDT --- so after spending one year on ARMv5 ARMv6 was just a little step now patch sent: http://source.winehq.org/patches/data/66262 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21192 --- Comment #9 from John Doe <johndoe32102002(a)gmail.com> 2010-09-20 21:38:23 CDT --- Andre, Thank you for patching this, especially if you spent a whole year on it. Regards, John -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21192 --- Comment #10 from André H. <nerv(a)dawncrow.de> 2010-09-21 14:20:42 CDT --- John, np, it was fun (sometimes) :) patch got in, so if you would fetch todays gitversion of wine and start building it on your N810 that would be cool. It will take much time until it is built, so you get a feeling of why it took a year ;) Best Regards, André Hentschel -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21192 --- Comment #11 from André H. <nerv(a)dawncrow.de> 2010-10-11 16:01:57 CDT --- @John: Any updates on this? e.g. did you try building it? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21192 --- Comment #12 from John Doe <johndoe32102002(a)gmail.com> 2010-10-11 18:47:14 CDT --- I tried to compile wine, but I got a gcc error. After trying to upgrade gcc, it broke several necessary packages to build applications, such as wine, from sourcecode. Short of reinstallation, which is something I plan to do in the near future (probably late Nov.), I will not be able to compile applications from sourcecode. I did install Android 2.0 on my N810, but that did not have many packages to compile on that OS. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21192 André H. <nerv(a)dawncrow.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Platform|Other |arm -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21192 André H. <nerv(a)dawncrow.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #13 from André H. <nerv(a)dawncrow.de> 2010-10-12 14:07:45 CDT --- so if there are no assembler messages i would say it was fixed by my patch. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21192 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #14 from Alexandre Julliard <julliard(a)winehq.org> 2010-10-15 12:50:28 CDT --- Closing bugs fixed in 1.3.5. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=21192 André H. <nerv(a)dawncrow.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |f901fa9769e9eb8e010abb2983a | |941830b7d430f -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org