Opened 15 years ago
Closed 14 years ago
#22127 closed defect (fixed)
doxygen 1.6.1_0+docs may fail to build unless use_parallel_build no set in Portfile
Reported by: | dbueno@… | Owned by: | cssdev |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.8.1 |
Keywords: | Cc: | MarcusCalhoun-Lopez (Marcus Calhoun-Lopez), daniel.hornung@… | |
Port: | doxygen |
Description
Attempting to build doxygen resulted in a compilation error, and in the message I noticed that make -j2
had been called. So I went in and added use_parallel_build no
in the portfile, cleaned the port, and rebuilt. The port then built and installed fine.
I am on 10.5.7 using Xcode 3.1.4 on a dual 2.5GHz G5.
Just adding the line at the bottom fixes my issue.
Change History (5)
comment:1 Changed 15 years ago by mf2k (Frank Schima)
Owner: | changed from macports-tickets@… to css@… |
---|
comment:2 Changed 15 years ago by cssdev
Status: | new → assigned |
---|
comment:3 Changed 15 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Cc: | mcalhoun@… added |
---|
Cc Me!
comment:5 Changed 14 years ago by cssdev
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed in r69976.
Note: See
TracTickets for help on using
tickets.
What was the error you received? Could you attach the compilation error?