clucene 0.9.20 does build a universal port even though it says it does
Despite compiling and installing with the +universal variant fine, upon closer inspection we find that the clucene port does not actually install universal binaries. Observe.
$ sudo port install clucene +universal
---> Fetching clucene
---> Verifying checksum(s) for clucene
---> Extracting clucene
---> Configuring clucene
---> Building clucene with target all
---> Staging clucene into destroot
---> Installing clucene 0.9.20_0+universal
---> Activating clucene 0.9.20_0+universal
$ lipo -info /opt/local/var/macports/software/clucene/0.9.20_0+universal/opt/local/lib/libclucene.*dy*
Non-fat file: /opt/local/var/macports/software/clucene/0.9.20_0+universal/opt/local/lib/libclucene.0.0.0.dylib is architecture: i386
Non-fat file: /opt/local/var/macports/software/clucene/0.9.20_0+universal/opt/local/lib/libclucene.0.dylib is architecture: i386
Non-fat file: /opt/local/var/macports/software/clucene/0.9.20_0+universal/opt/local/lib/libclucene.dylib is architecture: i386
Change History (3)
Description: |
modified (diff)
|
Resolution: |
→ fixed
|
Status: |
new →
closed
|
Fixed in r41840.