#24505: testdisk 6.11: cannot analyse GPT volumes (GPT: invalid header size) --------------------------------------+------------------------------------- Reporter: wickedguitar6@… | Owner: snc@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.8.2 Resolution: fixed | Keywords: haspatch, endian Port: testdisk | --------------------------------------+------------------------------------- Comment(by jmr@…): Replying to [comment:4 ryandesign@…]:
This "feature" of autoconf has never made sense to me, and your fix for it concerns me in that I doubt the problems experienced are specific to testdisk; it seems logical to me that every software package using endian detection via autoconf would also be affected
Huh? This is something that autoconf gets right, unlike the SIZEOF_FOO stuff. If you have ac_cv_c_bigendian=universal, you get something like this in config.h: {{{ #if defined __BIG_ENDIAN__ # define WORDS_BIGENDIAN 1 #endif }}} How is that "flawed"? -- Ticket URL: <http://trac.macports.org/ticket/24505#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS