Opened 5 years ago
Closed 5 years ago
#59586 closed defect (duplicate)
source-highlight-3.1.9: Errors on build in /doc
Reported by: | iefdev (Eric F) | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.6.2 |
Keywords: | Cc: | Schamschula (Marius Schamschula), dershow | |
Port: | source-highlight |
Description
Looks like it can't build its own docs:
:info:build Making all in doc :info:build make[2]: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_textproc_source-highlight/source-highlight/work/source-highlight-3.1.9/doc' :info:build Makefile:1643: warning: overriding commands for target `styleformatter.h.texinfo' :info:build Makefile:1634: warning: ignoring old commands for target `styleformatter.h.texinfo' :info:build ../src/source-highlight --data-dir ../src/ -s java -f html --style-file ../src/default.style -i ./Hello.java -o Hello1.html :info:build ../src/source-highlight --data-dir ../src/ -s java -f html --style-file ../src/default.style --input ./Hello.java --output Hello2.html --doc :info:build ../src/source-highlight --data-dir ../src/ -s java -f html --style-file ../src/default.style -i ./Hello.java -o Hello3.html --title "Happy Java with java2html :-)" --tab 3 :info:build ../src/source-highlight --data-dir ../src/ -s java -f html --style-file ../src/default.style < ./Hello.java > Hello4.html --title "and what about CSS :-)" --css "Hello.css" :info:build ../src/source-highlight --data-dir ../src/ -s java -f html --style-file ../src/default.style < ./Hello.java > Hello5.html --title "Wooo... this is quite dark ;-D" --css "mono-alt.css" :info:build outlang.maop:1: utlangwr.omap:1:n g specwrifong spiecaticificatioonnhthtmlm =l = hthtmmll..oouutlangtlang :info:build make[2]: *** [Hello3.html] Error 1 :info:build make[2]: *** Waiting for unfinished jobs.... :info:build make[2]: *** [Hello2.html] Error 1 :info:build ooututllang.amnap:1:g .map:1: wrongw rsopeng specciifficiaticoatnihonthmtl ml = =h thmtml.lo.uouttllaanngg :info:build o :info:build utlang.map:1: wrong specificationhtml = html.outlang
In:
:info:build outlang.maop:1: utlangwr.omap:1:n g specwrifong … :info:build ooututllang.amnap:1:g .map:1: wrongw rsopeng …
I assume it should say: outlang.map:1 …
.
Attachments (1)
Change History (6)
Changed 5 years ago by iEFdev
Attachment: | source-highlight_main.log added |
---|
comment:1 Changed 5 years ago by Schamschula (Marius Schamschula)
comment:2 Changed 5 years ago by dershow
Cc: | dershow added |
---|
comment:3 Changed 5 years ago by lemzwerg (Werner Lemberg)
Using the same OS as the OP (but running macports directly from the git repository), I get a similar error:
... :info:build ../src/source-highlight --data-dir ../src/ -s java -f html --style-file ../src/default.style --input ./Hello.java --output Hello2.html --doc :info:build outlaoutnlga.nmga.pm:a1p:: 1:w rownrgo nsgp escpiefciicfaitciaotnihotnmhlt m=l h=t mhlt.molu.toluatnlgang
comment:4 Changed 5 years ago by Schamschula (Marius Schamschula)
Looking at the error, there seems to be a problem parsing the command. Perhaps the wrong character encoding?
comment:5 Changed 5 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Multiple error messages are getting jumbled together due to parallel building. Turn parallel building off to see what the real error message is.
sudo port -d install source-highlight build.jobs=1
Duplicate of #59258.
Note: See
TracTickets for help on using
tickets.
I had no such issues on Mojave.
I see you are on Mac OS 10.7.x. It is hard to reproduce and trouble shoot this w/o an older OS.