#37503 closed defect (fixed)
py-dulwich: universal variant is not universal
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | seanfarley (Sean Farley) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.2 |
Keywords: | Cc: | petrrr | |
Port: | py-dulwich |
Description
$ port -v installed py27-dulwich The following ports are currently installed: py27-dulwich @0.8.7_0+universal (active) platform='darwin 12' archs='i386 x86_64' $ port -q contents py27-dulwich | grep \\.so$ | xargs lipo -info Non-fat file: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/dulwich/_diff_tree.so is architecture: x86_64 Non-fat file: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/dulwich/_objects.so is architecture: x86_64 Non-fat file: /opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/dulwich/_pack.so is architecture: x86_64
I'm attaching the main.log which shows that -arch
flags are not being used.
Attachments (1)
Change History (7)
Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
comment:1 Changed 9 years ago by petrrr
Cc: | petr@… added |
---|
comment:2 Changed 7 years ago by kurthindenburg (Kurt Hindenburg)
Owner: | changed from mail_ben_schmidt@… to seanfarley |
---|---|
Status: | new → assigned |
comment:3 Changed 7 years ago by ryandesign (Ryan Carsten Schmidt)
This is still a problem in the latest version 0.18.6.
comment:4 Changed 7 years ago by seanfarley (Sean Farley)
I've tried to get the arch flags to pass down but couldn't get anything to work. I'm not even sure this should be built as universal but :shrug:
comment:5 Changed 7 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Cc Me!