Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#48090 closed defect (fixed)

mpich-* @3.1.4: "ccache" and "distcc" get written into wrapper scripts

Reported by: larryv (Lawrence Velázquez) Owned by: eborisch (Eric A. Borisch)
Priority: Normal Milestone:
Component: ports Version:
Keywords: haspatch Cc: seanfarley (Sean Farley)
Port: mpich-clang mpich-clang33 mpich-clang34 mpich-clang35 mpich-clang36 mpich-clang37 mpich-default mpich-devel mpich-devel-clang mpich-devel-clang33 mpich-devel-clang34 mpich-devel-clang35 mpich-devel-clang36 mpich-devel-clang37 mpich-devel-default mpich-devel-dragonegg33 mpich-devel-dragonegg34 mpich-devel-gcc43 mpich-devel-gcc44 mpich-devel-gcc45 mpich-devel-gcc46 mpich-devel-gcc47 mpich-devel-gcc48 mpich-devel-gcc49 mpich-devel-gcc5 mpich-devel-gcc6 mpich-devel-llvm mpich-dragonegg33 mpich-dragonegg34 mpich-gcc43 mpich-gcc44 mpich-gcc45 mpich-gcc46 mpich-gcc47 mpich-gcc48 mpich-gcc49 mpich-gcc5 mpich-gcc6 mpich-llvm

Description

The MPICH wrapper scripts remember the compilers used to create them.

# Default settings for compiler, flags, and libraries.
# Determined by a combination of environment variables and tests within
# configure (e.g., determining whehter -lsocket is needee)
CC="/opt/local/bin/gcc-mp-5"

If a user has enabled configureccache or configuredistcc, then that will get baked into the wrapper scripts as well.

CC="ccache /opt/local/bin/gcc-mp-5"

This is undesirable; I ran into problems accessing the ccache cache while trying to compile other ports. I’ve attached a patch that fixes this by disabling the use of ccache and distcc. (I don’t know whether all the revbumps are necessary.)

Attachments (1)

mpich.patch (1.5 KB) - added by larryv (Lawrence Velázquez) 9 years ago.

Download all attachments as: .zip

Change History (4)

Changed 9 years ago by larryv (Lawrence Velázquez)

Attachment: mpich.patch added

comment:1 Changed 9 years ago by larryv (Lawrence Velázquez)

Keywords: haspatch added
Version: 2.3.3

comment:2 Changed 9 years ago by larryv (Lawrence Velázquez)

Resolution: fixed
Status: newclosed

maintainer timeout, r137950

comment:3 Changed 9 years ago by eborisch (Eric A. Borisch)

Thanks for patching up! Been busy.

Note: See TracTickets for help on using tickets.