#26977: qt4-mac configure segmentation fault ----------------------------------+----------------------------------------- Reporter: develop@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.1 Keywords: | Port: qt4-mac ----------------------------------+----------------------------------------- Hello, since the 4.7 upgrade and even with the cyclic dependency resolved I cannot build qt4-mac. I of course did a port clean. Now i obtain : {{{ :info:configure Reading /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_qt4-mac/work /qt-everywhere-opensource-src-4.7.0/translations/translations.pro :info:configure ./configure: line 8131: 67449 Segmentation fault QTDIR="$outpath" "$outpath/bin/qmake" -spec "$XQMAKESPEC" "${relpath}/projects.pro" -o "$mkfile" }}} In the source code, in the configure file, line 8131 is the end of : {{{ if [ "$PLATFORM_MAC" = "yes" ] && [ "$CFG_FRAMEWORK" = "yes" ] && [ "$CFG_DEBUG" = "yes" ] && [ "$CFG_DEBUG_RELEASE" = "no" ]; then echo echo "Error: debug-only framework builds are not supported. Configure with -no-framework" echo "if you want a pure debug build." echo exit 1 fi }}} After, a lot of : {{{ :info:configure Creating makefiles. Please wait... [...] :info:configure ./configure: line 8273: 68978 Segmentation fault QTDIR="$outpath" "$QMAKE" $QMAKE_ARGS -o "$OUTDIR" "$a" }}} configure line 8273 is : {{{ PART_ROOTS= }}} after, the build : {{{ :debug:build Environment: CPATH='/opt/local/include/dbus-1.0:/opt/local/lib/dbus-1.0/include:/opt/local/include' CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.m$ :debug:build Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_qt4-mac/work /qt-everywhere-opensource-src-4.7.0" && /usr/bin/make -j$ :info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_aqua_qt4-mac/work /qt-everywhere-opensource-src-4.7.0/bin/qmake -spec mkspecs/macx-g++ -o Makefile $ :info:build make: *** [Makefile] Segmentation fault }}} Why, oh why??? Thanks for your clues Thomas -- Ticket URL: <https://trac.macports.org/ticket/26977> MacPorts <http://www.macports.org/> Ports system for Mac OS