#32808 closed defect (fixed)
orc-0.4.16_0 +universal (i386/ppc) fails to build
Reported by: | jyoung@… | Owned by: | rmstonecipher@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.0.3 |
Keywords: | Cc: | ||
Port: | orc |
Description (last modified by mf2k (Frank Schima))
OSX 10.5.8, Xcode 3.12. I am trying to install wine-devel and the installation keeps hanging up at this point. Here is a description given by terminal:
Fetching archive for orc ---> Attempting to fetch orc-0.4.16_0+universal.darwin_9.i386-ppc.tbz2 from http://packages.macports.org/orc ---> Fetching orc ---> Verifying checksum(s) for orc ---> Extracting orc ---> Applying patches to orc ---> Configuring orc ---> Building orc Error: Target org.macports.build returned: shell command failed (see log for details) Error: Failed to install orc Log for orc is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_orc/orc/main.log
Attachments (1)
Change History (6)
Changed 13 years ago by jyoung@…
comment:1 Changed 13 years ago by mf2k (Frank Schima)
Description: | modified (diff) |
---|---|
Owner: | changed from macports-tickets@… to rmstonecipher@… |
Port: | orc added; ORC removed |
Summary: | orc-0.4.16_0+universal.darwin_9.i386-ppc.tbz2 failed to install → orc-0.4.16_0 +universal failed to install |
comment:2 follow-up: 3 Changed 13 years ago by potmj (Michael Pot)
I too have the same problem under 10.5.8 with Xcode 3.1.3 since about maybe October or November 2011. Intel Core 2 Duo 17" MacBook Pro Occurred one day with: sudo port ugrade wine-devel Have tried: sudo port clean and: sudo port sync which had no effect
orcprofile.c:172: error: unknown register name ‘edx’ in ‘asm’ asm volatile("rdtsc\n" : "=a" (ts) : : "edx");
But I thought an I386 had a EDX......
comment:3 Changed 13 years ago by potmj (Michael Pot)
Replying to fmw@…:
I have now upgraded to the latest Xcode 3.1.4 for 10.5.8
No change.
I still can't compile wine-devel, hanging in the same way at orcprofile.c line 172
comment:4 Changed 12 years ago by jmroot (Joshua Root)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Summary: | orc-0.4.16_0 +universal failed to install → orc-0.4.16_0 +universal (i386/ppc) fails to build |
Fixed by r91386. (i386 may have an EDX, but PowerPC doesn't...)
comment:5 Changed 12 years ago by jyoung@…
How do I apply this patch from above, or do I just download the latest wine-devel build and try again?
The log file the terminal references, for more information.