mark foster <[EMAIL PROTECTED]> writes: > Lowell Gilbert wrote: >> qmake, not gmake; I corrected the subject line > Er, ah, yes thanks. >>> ... >>> cd doc ; make install >>> ./../etc/mkinstalldirs /usr/local/man/man1 /usr/local/info >>> install -o root -g wheel -m 444 ./screen.1 /usr/local/man/man1/screen.1 >>> make screen.info >>> makeinfo --no-split ./screen.texinfo -o screen.info >>> ./screen.texinfo:2891: warning: Accent command `@'' must not be followed >>> by whitespace. >>> if test -f screen.info; then d=.; else d=.; fi; if test -f >>> $d/screen.info; then for f in $d/screen.info*; do install -o root -g >>> wheel -m 444 $f /usr/local/info;done; if /bin/sh -c 'install-info >>> --version' >/dev/null 2>&1; then install-info --info- -DQT_NO_THREAD >>> -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT -DQMAKE_OPENSOURCE_EDITION -c >>> /usr/ports/devel/qmake4/work/qt-x11-opensource-src-4.2.3/qmake/generators/mac/pbuilder_pbx.cpp >>> c++: Internal error: Killed: 9 (program cc1plus) >>> Please submit a full bug report. >>> See <URL:http://gcc.gnu.org/bugs.html> for instructions. >>> *** Error code 1 >>> >>> Stop in /usr/ports/devel/qmake4/work/qt-x11-opensource-src-4.2.3/qmake. >>> *** Error code 1 >>> >>> Stop in /usr/ports/devel/qmake4. >>> {standard input}: Assembler messages: >>> {standard input}:26701: Warning: end of file not at end of a line; >>> newline inserted >>> {standard input}:27666: Error: unknown pseudo-op: `.l1' >>> *** Error code 1 >>> >> >> This trace doesn't make sense to me. Are you using parallel building >> of some sort? If so, turn it off; even though it's probably not >> causing the problem, it's obscuring debug information. >> > Not that I'm aware of. The only anomaly I can think of on this host is > that it's running as a guest under vmware-server.
Well, that *could* matter, in an assembly context. >>> FreeBSD zeus.foster.dmz 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12 >>> 10:40:27 UTC 2007 >>> [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC i386 >>> >> >> Are your ports the same age? >> > Yes, I just recently did a cvsup. > What else can I try? pkg_add -r qmake4 would only sidestep the problem. Or it might not work, I suppose. _______________________________________________ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"