Opened 15 years ago
Closed 15 years ago
#24443 closed defect (worksforme)
nemesis build
Reported by: | drstrangep0rk@… | Owned by: | ecronin (Eric Cronin) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.8.2 |
Keywords: | Cc: | ||
Port: | nemesis |
Description (last modified by mf2k (Frank Schima))
---> Computing dependencies for nemesis ---> Fetching nemesis ---> Attempting to fetch nemesis-1.4.tar.gz from http://voxel.dl.sourceforge.net/nemesis ---> Verifying checksum(s) for nemesis ---> Extracting nemesis ---> Configuring nemesis ---> Building nemesis Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_nemesis/work/nemesis-1.4" && /usr/bin/make -j2 all " returned error 2 Command output: make: *** No rule to make target `all'. Stop. Error: Status 1 encountered during processing. Before reporting a bug, first run the command again with the -d flag to get complete output. box17:bin soconnell$ sudo port install nemesis -d ---> Computing dependencies for nemesis ---> Building nemesis Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_nemesis/work/nemesis-1.4" && /usr/bin/make -j2 all " returned error 2 Command output: make: *** No rule to make target `all'. Stop. Error: Status 1 encountered during processing. Before reporting a bug, first run the command again with the -d flag to get complete output. box17:bin soconnell$ sudo port -d install nemesis DEBUG: Found port in file:///opt/local/var/macports/sources/rsync.macports.org/release/ports/net/nemesis DEBUG: Changing to port directory: /opt/local/var/macports/sources/rsync.macports.org/release/ports/net/nemesis DEBUG: OS Platform: darwin DEBUG: OS Version: 10.3.0 DEBUG: Mac OS X Version: 10.6 DEBUG: System Arch: i386 DEBUG: setting option os.universal_supported to yes DEBUG: org.macports.load registered provides 'load', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.unload registered provides 'unload', a pre-existing procedure. Target override will not be provided DEBUG: org.macports.distfiles registered provides 'distfiles', a pre-existing procedure. Target override will not be provided DEBUG: adding the default universal variant DEBUG: Reading variant descriptions from /opt/local/var/macports/sources/rsync.macports.org/release/ports/_resources/port1.0/variant_descriptions.conf DEBUG: Requested variant darwin is not provided by port nemesis. DEBUG: Requested variant i386 is not provided by port nemesis. DEBUG: Requested variant macosx is not provided by port nemesis. ---> Computing dependencies for nemesis DEBUG: Searching for dependency: libnet DEBUG: Didn't find receipt, going to depspec regex for: libnet DEBUG: Found Dependency: path: /opt/local/lib filename: libnet.dylib regex: ^libnet\.dylib$ DEBUG: Executing org.macports.main (nemesis) DEBUG: Skipping completed org.macports.fetch (nemesis) DEBUG: Skipping completed org.macports.checksum (nemesis) DEBUG: Skipping completed org.macports.extract (nemesis) DEBUG: Skipping completed org.macports.patch (nemesis) DEBUG: Skipping completed org.macports.configure (nemesis) ---> Building nemesis DEBUG: Executing org.macports.build (nemesis) DEBUG: Environment: MACOSX_DEPLOYMENT_TARGET='10.6' DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_nemesis/work/nemesis-1.4" && /usr/bin/make -j2 all' make: *** No rule to make target `all'. Stop. Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_nemesis/work/nemesis-1.4" && /usr/bin/make -j2 all " returned error 2 DEBUG: Backtrace: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_nemesis/work/nemesis-1.4" && /usr/bin/make -j2 all " returned error 2 while executing "command_exec build" (procedure "portbuild::build_main" line 9) invoked from within "$procedure $targetname" Warning: the following items did not execute (for nemesis): org.macports.activate org.macports.build org.macports.destroot org.macports.install Error: Status 1 encountered during processing. To report a bug, see <http://guide.macports.org/#project.tickets>
Change History (4)
comment:1 Changed 15 years ago by mf2k (Frank Schima)
Description: | modified (diff) |
---|---|
Owner: | changed from macports-tickets@… to ecronin@… |
Port: | nemesis added |
Type: | submission → defect |
comment:2 Changed 15 years ago by ecronin (Eric Cronin)
comment:3 Changed 15 years ago by drstrangep0rk@…
Looks like it install libnet11 which conflicts with libnet as you know. Uninstall both and then did a sync, clean all, installed libnet manually and then did the install. May be that when I did a clean update to the Snow that my older lib still are hanging around. I work with so many. This ticket can be closed.
comment:4 Changed 15 years ago by mf2k (Frank Schima)
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Can you please run 'port clean nemesis' first and then 'port -d install nemesis'? It builds fine for me as of this morning...