Opened 19 years ago
Closed 19 years ago
#5984 closed defect (fixed)
BUG: NAnt refuses to build.
Reported by: | nolan@… | Owned by: | mww@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.0 |
Keywords: | Cc: | mww@…, markd@… | |
Port: |
Description
Whenever I attempt to "port install nant" I get the following errors:
Script started on Tue Dec 6 22:54:23 2005 nolan-darileks-mac-mini:~ nolan$ sudo port install nant Password: ---> Building nant with target all Error: Target com.apple.build returned: shell command "cd "/opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_nant/work/ nant-0.85-nightly-2005-10-11" && make all prefix=/opt/local" returned error 2 Command output: mkdir -p bootstrap cp -R lib/ bootstrap/lib # Mono loads log4net before privatebinpath is set-up, so we need this in the same directory # as NAnt.exe cp lib/log4net.dll bootstrap cp src/NAnt.Console/App.config bootstrap/NAnt.exe.config mono bootstrap/NAnt.exe -f:NAnt.build build The NAnt configuration file (/opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_nant/work/ nant-0.85-nightly-2005-10-11/bootstrap/NAnt.exe.config) does not have a <framework> node for the current runtime framework.
Please add a <framework> node with family 'mono' and clrversion '2.0.50727' under the 'unix' platform node. make: * [build-nant] Error 1
nolan-darileks-mac-mini:~ nolan$ exit exit
Script done on Tue Dec 6 22:54:47 2005
This is attempted with the latest Mono build available in the ports tree.
Change History (2)
comment:1 Changed 19 years ago by mww@…
Owner: | changed from darwinports-bugs@… to mww@… |
---|---|
Summary: | NAnt refuses to build. → BUG: NAnt refuses to build. |
comment:2 Changed 19 years ago by markd@…
Cc: | mww@… markd@… added |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Mono is now at 1.1.14. Nant was just bumped to 0.85-2006-04-08. It installs fine for me now. Also added mono as a dependency because it was missing. Please reopen this if you still have a problem.