Opened 15 years ago
Closed 15 years ago
#22895 closed defect (fixed)
count-1.20 build failure due to use_parallel_build=yes default
Reported by: | bruyeron@… | Owned by: | mww@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.8.1 |
Keywords: | Cc: | ||
Port: | count |
Description
OSX 10.6.2
The build invokes smake with "-j2" flag which is not supported.
Adding "use_parallel_build no" to the Portfile fixes the problem.
Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_sysutils_count/work/count-1.20" && /opt/local/bin/smake -j2 all " returned error 255 Command output: /opt/local/bin/smake: Bad flag: -j2.
Change History (2)
comment:1 Changed 15 years ago by mf2k (Frank Schima)
Keywords: | count use_parallel_build removed |
---|---|
Owner: | changed from macports-tickets@… to mww@… |
comment:2 Changed 15 years ago by mww@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
thanks, fixed;