[MacPorts] #52261: mpich-devel-mp file not found
#52261: mpich-devel-mp file not found ---------------------------------+-------------------------------- Reporter: daniele.tartarini@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.4 Keywords: | Port: ---------------------------------+-------------------------------- Hi, on OSX 10.11.6 running selfupdate/upgrade outdated I get few errors like: ld: file not found: /opt/local/lib/mpich-devel-mp/libmpicxx.12.dylib for architecture x86_64 :info:build clang: error: linker command failed with exit code 1 (use -v to see invocation) -- Ticket URL: <https://trac.macports.org/ticket/52261> MacPorts <https://www.macports.org/> Ports system for macOS
#52261: mpich-devel-mp file not found ----------------------------------+-------------------------------- Reporter: daniele.tartarini@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.4 Resolution: | Keywords: Port: | ----------------------------------+-------------------------------- Comment (by mf2k@…): In the future, please use WikiFormatting, fill in the Port field and Cc the port maintainers ({{{port info --maintainers mpich-devel}}}), if any. -- Ticket URL: <https://trac.macports.org/ticket/52261#comment:1> MacPorts <https://www.macports.org/> Ports system for macOS
#52261: mpich-devel-mp file not found ----------------------------------+-------------------------------- Reporter: daniele.tartarini@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.4 Resolution: | Keywords: Port: | ----------------------------------+-------------------------------- Description changed by mf2k@…: Old description:
Hi,
on OSX 10.11.6 running selfupdate/upgrade outdated I get few errors like:
ld: file not found: /opt/local/lib/mpich-devel-mp/libmpicxx.12.dylib for architecture x86_64 :info:build clang: error: linker command failed with exit code 1 (use -v to see invocation)
New description: Hi, on OSX 10.11.6 running selfupdate/upgrade outdated I get few errors like: {{{ ld: file not found: /opt/local/lib/mpich-devel-mp/libmpicxx.12.dylib for architecture x86_64 :info:build clang: error: linker command failed with exit code 1 (use -v to see invocation) }}} -- -- Ticket URL: <https://trac.macports.org/ticket/52261#comment:2> MacPorts <https://www.macports.org/> Ports system for macOS
#52261: boost: mpich-devel-mp file not found ----------------------------------+-------------------------------- Reporter: daniele.tartarini@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.4 Resolution: | Keywords: Port: boost | ----------------------------------+-------------------------------- Changes (by ryandesign@…): * cc: michaelld@…, sean@… (added) * port: => boost Comment: Michael and I are the maintainers of boost but this problem relates to MPI portions of the boost port, which I don't know anything about. Sean added these; maybe he knows. -- Ticket URL: <https://trac.macports.org/ticket/52261#comment:3> MacPorts <https://www.macports.org/> Ports system for macOS
#52261: boost: mpich-devel-mp file not found ----------------------------------+-------------------------------- Reporter: daniele.tartarini@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.4 Resolution: | Keywords: Port: boost | ----------------------------------+-------------------------------- Comment (by daniele.tartarini@…): Sean, any idea about? -- Ticket URL: <https://trac.macports.org/ticket/52261#comment:4> MacPorts <https://www.macports.org/> Ports system for macOS
#52261: boost: mpich-devel-mp file not found ----------------------------------+-------------------------------- Reporter: daniele.tartarini@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.4 Resolution: | Keywords: Port: boost | ----------------------------------+-------------------------------- Comment (by sean@…): Weird. I don't have that file on disk. Maybe try reinstall mpich-devel? -- Ticket URL: <https://trac.macports.org/ticket/52261#comment:5> MacPorts <https://www.macports.org/> Ports system for macOS
#52261: boost: mpich-devel-mp file not found ----------------------------------+-------------------------------- Reporter: daniele.tartarini@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.4 Resolution: | Keywords: Port: boost | ----------------------------------+-------------------------------- Comment (by daniele.tartarini@…): removed all boost and mpich ports, then run a port clean when I try to install: {{{ boost @1.59.0_2+no_single+mpich_devel+python27 }}} I get again another problem: {{{ ld: file not found: /opt/local/lib/libboost_chrono-mt.dylib for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation) ...failed darwin.link.dll stage/lib/libboost_prg_exec_monitor-mt.dylib... darwin.compile.c++ bin.v2/libs/chrono/build/darwin-4.2.1/release/link- static/threading-multi/thread_clock.o }}} which look similar to this unsolved thread: Ticket #49748 any idea? there are also other warnings for boost to be addressed. Please see attached log -- Ticket URL: <https://trac.macports.org/ticket/52261#comment:6> MacPorts <https://www.macports.org/> Ports system for macOS
#52261: boost: mpich-devel-mp file not found ----------------------------------+-------------------------------- Reporter: daniele.tartarini@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.4 Resolution: | Keywords: Port: boost | ----------------------------------+-------------------------------- Comment (by sean@…): What the ... ??? Can you try installing by with the `-t` option? `sudo port -vt install boost +mpich_devel`? -- Ticket URL: <https://trac.macports.org/ticket/52261#comment:7> MacPorts <https://www.macports.org/> Ports system for the Mac operating system
#52261: boost: mpich-devel-mp file not found ----------------------------------+-------------------------------- Reporter: daniele.tartarini@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.4 Resolution: | Keywords: Port: boost | ----------------------------------+-------------------------------- Comment (by sean@…): Also, Ryan, I noticed that we're a few versions behind with boost. Maybe an update would help? (honestly no idea) -- Ticket URL: <https://trac.macports.org/ticket/52261#comment:8> MacPorts <https://www.macports.org/> Ports system for the Mac operating system
#52261: boost: mpich-devel-mp file not found ----------------------------------+-------------------------------- Reporter: daniele.tartarini@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.4 Resolution: | Keywords: Port: boost | ----------------------------------+-------------------------------- Comment (by daniele.tartarini@…): thanks Sean, that worked for me. though, having an updated version of boost would be great. Replying to [comment:8 sean@…]:
Also, Ryan, I noticed that we're a few versions behind with boost. Maybe an update would help? (honestly no idea)
-- Ticket URL: <https://trac.macports.org/ticket/52261#comment:9> MacPorts <https://www.macports.org/> Ports system for the Mac operating system
#52261: boost: mpich-devel-mp file not found ----------------------------------+-------------------------------- Reporter: daniele.tartarini@… | Owner: macports-tickets@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.3.4 Resolution: invalid | Keywords: Port: boost | ----------------------------------+-------------------------------- Changes (by sean@…): * status: new => closed * resolution: => invalid Comment: Awesome! Seems like something is in `/usr/local` or such. -- Ticket URL: <https://trac.macports.org/ticket/52261#comment:10> MacPorts <https://www.macports.org/> Ports system for the Mac operating system
participants (1)
-
MacPorts