#46041 closed defect (fixed)
ds9: reports error during "port sync" on Snow Leopard
Reported by: | mndavidoff (Monte Davidoff) | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.3 |
Keywords: | Cc: | lpsinger (Leo Singer) | |
Port: | ds9 |
Description
The ds9 port always reports an error during "port sync" on Snow Leopard.
$ uname -r 10.8.0 $ sudo port -v sync ---> Updating the ports tree Synchronizing local ports tree from rsync://rsync.macports.org/release/tarballs/ports.tar receiving file list ... done sent 36 bytes received 70 bytes 212.00 bytes/sec total size is 61020160 speedup is 575661.89 receiving file list ... done sent 36 bytes received 77 bytes 226.00 bytes/sec total size is 512 speedup is 4.53 Creating port index in /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports Error: ds9 requires Mac OS X Lion or later. Failed to parse file science/ds9/Portfile: unsupported platform Total number of ports parsed: 1 Ports successfully parsed: 0 Ports failed: 1 Up-to-date ports skipped: 20027
The ds9 port should report an error only if I actually try to install it. Currently, it reports an error every time I do a "port sync".
Change History (3)
comment:1 Changed 10 years ago by larryv (Lawrence Velázquez)
comment:2 Changed 10 years ago by lpsinger (Leo Singer)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Should be fixed in r128857.
Note: See
TracTickets for help on using
tickets.
The version check and error should be in a
pre-fetch
block.