#11244 closed defect (fixed)
BUG: ophcrack makes "port clean all" fail on PPC
Reported by: | arsptr@… | Owned by: | 0xced (Cédric Luthi) |
---|---|---|---|
Priority: | High | Milestone: | |
Component: | ports | Version: | 1.3.2 |
Keywords: | Cc: | 0xced (Cédric Luthi), markd@… | |
Port: |
Description
Summary prettymuch says it all:
macports $ sudo port clean all ---> Cleaning 2Pong ... ---> Cleaning openvpn2 Error: ophcrack only runs on little-endian machines.
Of course this is on PPC.
Change History (6)
comment:1 Changed 18 years ago by pipping@…
Milestone: | → Port Bugs |
---|
comment:2 Changed 18 years ago by arnaud@…
comment:3 Changed 18 years ago by markd@…
Cc: | cedric.luthi@… markd@… added |
---|
The little endian test is causing the port to exit. Since we only support Macs now and little endian means PPC, a platform statement (platform ppc) could be used instead to perform the exit and that should fix it.
comment:4 Changed 18 years ago by markd@…
Summary: | BUG: "port clean all" fails on PPC → BUG: ophcrack makes "port clean all" fail on PPC |
---|
Change summary.
comment:5 Changed 18 years ago by markd@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
This was fixed by moving the test for endianness into a pre-fetch phase.
Note: See
TracTickets for help on using
tickets.
I have openvpn2 installed on a PPC G4 and there is no problem for cleaning openvpn2.
The system is up to date and the port tree has just been synced