Opened 17 years ago

Closed 17 years ago

Last modified 15 years ago

#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 17 years ago by pipping@…

Milestone: Port Bugs

comment:2 Changed 17 years ago by arnaud@…

I have openvpn2 installed on a PPC G4 and there is no problem for cleaning openvpn2.

mac:/Users/apn root# port clean all
...
--->  Removing workpath for openvanilla
--->  Cleaning openvpn
--->  Removing workpath for openvpn
--->  Cleaning openvpn2
--->  Removing workpath for openvpn2
--->  Cleaning ophcrack
--->  Removing workpath for ophcrack
--->  Cleaning optipng
...

The system is up to date and the port tree has just been synced

mac:/Users/apn root# uname -a
Darwin mac.local 8.9.0 Darwin Kernel Version 8.9.0: Thu Feb 22 20:54:07 PST 2007; root:xnu-792.17.14~1/RELEASE_PPC Power Macintosh powerpc
mac:/Users/apn root# date
Tue Apr  3 23:46:01 CEST 2007

comment:3 Changed 17 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 17 years ago by markd@…

Summary: BUG: "port clean all" fails on PPCBUG: ophcrack makes "port clean all" fail on PPC

Change summary.

comment:5 Changed 17 years ago by markd@…

Resolution: fixed
Status: newclosed

This was fixed by moving the test for endianness into a pre-fetch phase.

comment:6 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.