Opened 14 years ago
Closed 14 years ago
#27462 closed defect (fixed)
burn-app +universal fails on Snow Leopard
Reported by: | rmstonecipher@… | Owned by: | raimue (Rainer Müller) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.9.2 |
Keywords: | Cc: | ryandesign (Ryan Carsten Schmidt) | |
Port: | burn-app |
Description (last modified by rmstonecipher@…)
Running destroot on burn-app (with the patch from #27461 applied) leads to the following error:
The following build commands failed: Burn (Universal): CompileC "build/Burn.build/Release/Burn (Universal).build/Objects-normal/x86_64/KWCommonMethods.o" /opt/local/var/macports/build/_opt_local_var_macports_sources_svn.macports.org_trunk_dports_sysutils_burn-app/work/burn241src/Source/KWCommonMethods.m normal x86_64 objective-c com.apple.compilers.gcc.4_0 (1 failure)
Attached is the build log.
Attachments (3)
Change History (9)
comment:1 Changed 14 years ago by rmstonecipher@…
Description: | modified (diff) |
---|
Changed 14 years ago by rmstonecipher@…
Attachment: | burn-app_main.log added |
---|
comment:2 Changed 14 years ago by jmroot (Joshua Root)
Changed 14 years ago by rmstonecipher@…
Attachment: | burn-app_2.4_main.log added |
---|
comment:3 Changed 14 years ago by rmstonecipher@…
Version 2.4 also fails to build with the same error (log attached).
comment:4 Changed 14 years ago by raimue (Rainer Müller)
Try not to use +universal.
I noticed this before, but have no idea how to fix it. A normal build attempt without variants on x86_64 will build i386 instead.
Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)
Attachment: | burn-app-universal-ppc-i386.diff added |
---|
proposed patch
comment:5 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | ryandesign@… added |
---|---|
Summary: | sysutils/burn-app not building properly for x86_64 → burn-app +universal fails on Snow Leopard |
The attached patch works (forces the universal build to ppc i386 even on Snow Leopard)
comment:6 Changed 14 years ago by raimue (Rainer Müller)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Thanks, patch applied in r75391.
Note: See
TracTickets for help on using
tickets.
What about without your patch?