#19110: gdb: Malformed receipt -----------------------------------+---------------------------------------- Reporter: dweber@… | Owner: dweber@… Type: defect | Status: assigned Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.7.0 Keywords: gdb ports-filesystems | Port: gdb binutils -----------------------------------+---------------------------------------- Comment(by dweber@…): I've found these options below (among others) to tweak configure, so these options should match all the macports defaults, ie: http://guide.macports.org/#internals.hierarchy For some reason, these defaults are not all explicit, so I guess the default configure.args cannot assume that all these options below are commonly available. I'll take a stab at getting this right, using configure.args-append to start with, but it would be best for a macports guru to double check my work. {{{ For better control, use the options below. Fine tuning of the installation directories: --bindir=DIR user executables [EPREFIX/bin] --sbindir=DIR system admin executables [EPREFIX/sbin] --libexecdir=DIR program executables [EPREFIX/libexec] --datadir=DIR read-only architecture-independent data [PREFIX/share] --sysconfdir=DIR read-only single-machine data [PREFIX/etc] --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] --localstatedir=DIR modifiable single-machine data [PREFIX/var] --libdir=DIR object code libraries [EPREFIX/lib] --includedir=DIR C header files [PREFIX/include] --oldincludedir=DIR C header files for non-gcc [/usr/include] --infodir=DIR info documentation [PREFIX/info] --mandir=DIR man documentation [PREFIX/man] Program names: --program-prefix=PREFIX prepend PREFIX to installed program names --program-suffix=SUFFIX append SUFFIX to installed program names --program-transform-name=PROGRAM run sed PROGRAM on installed program names System types: --build=BUILD configure for building on BUILD [guessed] --host=HOST cross-compile to build programs to run on HOST [BUILD] --target=TARGET configure for building compilers for TARGET [HOST] }}} -- Ticket URL: <http://trac.macports.org/ticket/19110#comment:11> MacPorts <http://www.macports.org/> Ports system for Mac OS