Opened 11 years ago

Closed 11 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 Changed 11 years ago by gjasny@…

it looks that the stub code generated by rpcgen has an error. When I looked at the logs I noticed:

rpcgen ether.x
rpcgen ether.x
rpcgen rstat.x
rpcgen rstat.x
rpcgen pcnfsd.x
rpcgen pcnfsd.x

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

comment:2 Changed 11 years ago by gjasny@…

Cc: gjasny@… added

Cc Me!

comment:3 in reply to:  1 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: newclosed
Summary: scotty fails to build on lion and mountain lionscotty: parallel build fails

Replying to gjasny@…:

This is a strong indicator for a build system with broken parallelization.

Thanks, that was it. r99496.

Note: See TracTickets for help on using tickets.