Opened 19 years ago
Closed 18 years ago
#3716 closed defect (wontfix)
BUG: NmapFE fails to install
Reported by: | m@… | Owned by: | jmpalacios (Juan Manuel Palacios) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.0 |
Keywords: | Cc: | jens@…, markd@… | |
Port: |
Description
This is probably caused by Xcode 2.1
Oceanus:~ nathan$ port install NmapFE ---> Fetching NmapFE ---> Attempting to fetch nmapfe_osx-0.85.tar.gz from http://www.opendarwin.org/~jmpp/ miscellaneous/ ---> Verifying checksum(s) for NmapFE ---> Extracting NmapFE ---> Configuring NmapFE ---> Building NmapFE with target {} ---> Staging NmapFE into destroot Error: Target com.apple.destroot returned: error renaming "/opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_aqua_NmapFE/ work/nmapfe_osx-0.85/build/NmapFE Launcher.app": no such file or directory
The .app is in: /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_aqua_NmapFE/ work/nmapfe_osx-0.85/build/Deployment/
Attachments (2)
Change History (10)
comment:1 Changed 19 years ago by jmpp@…
Owner: | changed from darwinports-bugs@… to jmpp@… |
---|
comment:2 Changed 19 years ago by jens@…
I run into the same error (with the same config). It seems the directory structure is different than expected. Both files 'NmapFE' and 'NmapFE Launcher' are in a subdirectory below the 'build' dir named 'Deployment'.
The right path should be: /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_aqua_NmapFE/ work/nmapfe_osx-0.85/build/Deployment/NmapFE
I'm a OS X/BSD newbie, thus no patch this time, sorry :-)
Changed 19 years ago by jens@…
Attachment: | Portfile.patch added |
---|
Patches the portfile to use the correct directory structure
comment:3 Changed 19 years ago by jens@…
Cc: | jens@… added |
---|
comment:4 Changed 19 years ago by jens@…
attachments.isobsolete: | 0 → 1 |
---|
Changed 19 years ago by jens@…
Attachment: | Portfile.2.patch added |
---|
Patches the portfile to use the correct directory structure
comment:5 Changed 19 years ago by mww@…
Summary: | NmapFE fails to install → BUG: NmapFE fails to install |
---|
comment:6 Changed 18 years ago by markd@…
Cc: | markd@… added |
---|
This application is very old and the developer seems to have abandoned it. But it isn't really necessary anymore since the nmapfe GTK app is now part of the nmap distribution. Just install nmap with the +gtk2 variant and you'll have it.
comment:7 Changed 18 years ago by m@…
Sounds good, seems to make this port irrelevant. I'd say close it. No reason to support something that is "unofficial" when the official thing works.
comment:8 Changed 18 years ago by markd@…
Cc: | markd@… added; markd@… removed |
---|---|
Resolution: | → wontfix |
Status: | new → closed |
The aqua/nmapfe port is defunct and has been deleted. Now nmap_fe is integrated into nmap - 'port install nmap +gtk2' to install it.
I don't have Tiger and hence I don't have Xcode 2.1, but I'll see what I can do about this bug when I find the time. Thanks for the report!
-jmpp