[Bug 189390] port lang/maude compilation failed
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Aug 7 15:53:43 UTC 2014
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=189390
cduret at gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|Issue Resolved |Open
Resolution|Overcome By Events |---
--- Comment #6 from cduret at gmail.com ---
No it is still not working with USE_GCC=any in Makefile
....
Making all in Mixfix
--- surface.yy ---
cat ./top.yy ./modules.yy ./commands.yy ./bottom.yy > surface.yy
--- surface.cc ---
--- surface.h ---
--- surface.cc ---
bison -dv surface.yy -o surface.c
--- surface.h ---
bison -dv surface.yy -o surface.c
surface.yy:573.25: warning: a ';' might be needed at the end of action code
surface.yy:573.25: future versions of Bison will not add the ';'
surface.yy:1097.77: warning: a ';' might be needed at the end of action code
surface.yy:1097.77: future versions of Bison will not add the ';'
surface.yy:1102.77: warning: a ';' might be needed at the end of action code
surface.yy:1102.77: future versions of Bison will not add the ';'
--- surface.cc ---
surface.yy:573.25: warning: a ';' might be needed at the end of action code
surface.yy:573.25: future versions of Bison will not add the ';'
surface.yy:1097.77: warning: a ';' might be needed at the end of action code
surface.yy:1097.77: future versions of Bison will not add the ';'
surface.yy:1102.77: warning: a ';' might be needed at the end of action code
surface.yy:1102.77: future versions of Bison will not add the ';'
mv surface.c surface.cc
--- surface.h ---
mv surface.c surface.cc
mv: surface.c: No such file or directory
*** [surface.h] Error code 1
make[5]: stopped in /usr/ports/lang/maude/work/Maude-2.6/src/Mixfix
1 error
make[5]: stopped in /usr/ports/lang/maude/work/Maude-2.6/src/Mixfix
*** [all-recursive] Error code 1
make[4]: stopped in /usr/ports/lang/maude/work/Maude-2.6/src
1 error
make[4]: stopped in /usr/ports/lang/maude/work/Maude-2.6/src
*** [all-recursive] Error code 1
make[3]: stopped in /usr/ports/lang/maude/work/Maude-2.6
1 error
make[3]: stopped in /usr/ports/lang/maude/work/Maude-2.6
*** [all] Error code 2
make[2]: stopped in /usr/ports/lang/maude/work/Maude-2.6
1 error
make[2]: stopped in /usr/ports/lang/maude/work/Maude-2.6
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
*** Error code 1
Stop.
make[1]: stopped in /usr/ports/lang/maude
*** Error code 1
Stop.
make: stopped in /usr/ports/lang/maude
@
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list