Opened 12 years ago
Closed 12 years ago
#36899 closed defect (fixed)
scotty: parallel build fails
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | markd@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.2 |
Keywords: | Cc: | gjasny@… | |
Port: | scotty |
Description
https://build.macports.org/builders/buildports-lion-x86_64/builds/5689/steps/compile/logs/stdio
In file included from pcnfsd_clnt.c:6: ./pcnfsd.h:6:2: error: unterminated conditional directive #ifndef _PCNFSD_H_RPCGEN ^
Change History (3)
comment:1 follow-up: 3 Changed 12 years ago by gjasny@…
comment:3 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Summary: | scotty fails to build on lion and mountain lion → scotty: parallel build fails |
Note: See
TracTickets for help on using
tickets.
it looks that the stub code generated by rpcgen has an error. When I looked at the logs I noticed:
So it ran rpcgen twice per file. This is a strong indicator for a build system with broken parallelization. I compiled this port without problems on my slow dual core MBP.
Ryan: Could you please re-trigger the build with parallelization off and if the error happens again save pcnfsd.* files? And if it fails does a manual "make" succeed?
Thanks, Gregor