#24146: Gettext fails to build ----------------------------------+----------------------------------------- Reporter: martijn@… | Owner: ryandesign@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.2 Keywords: | Port: gettext ----------------------------------+----------------------------------------- Comment(by ryandesign@…): Hm, gettext always builds fine for me. Now, I see you're building universal, and parallel, which should both be fine too, except that when you build parallel it means the real error may be way back in the log, and MacPorts only shows us the last couple dozen lines unless we tell it we want more. So clean gettext and try again with the debug switch and turning off parallel building, so we can see what's really going on: {{{ sudo port clean gettext sudo port -d install gettext +universal build.jobs=1 2>&1 | tee ~/Desktop/gettext.txt bzip2 ~/Desktop/gettext.txt }}} Then attach gettext.txt.bz2 from your desktop to this ticket and I'll have a look at it. -- Ticket URL: <http://trac.macports.org/ticket/24146#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS