Opened 15 years ago
Closed 11 years ago
#23367 closed defect (fixed)
geant4 puts path to build directory in its files
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | mojca (Mojca Miklavec) | |
Port: | geant4 |
Description
When geant4 is not already installed, some files that get installed contain the path to the directory where the build occurred. When geant4 is already installed, this doesn't happen. I don't know if this is a problem.
--- not-installed-yet/opt/local/src/geant4/4.9.3/source/digits_hits/detector/4INSTALL/tmp/4.9.3/G4detector/G4CellScoreComposer.d 2010-01-19 01:49:41.000000000 -0600 +++ already-installed/opt/local/src/geant4/4.9.3/source/digits_hits/detector/4INSTALL/tmp/4.9.3/G4detector/G4CellScoreComposer.d 2010-01-19 03:08:15.000000000 -0600 @@ -1,9 +1,7 @@ 4INSTALL/tmp/4.9.3/G4detector/G4CellScoreComposer.o 4INSTALL/tmp/4.9.3/G4detector/G4CellScoreComposer.d: src/G4CellScoreComposer.cc \ include/G4CellScoreComposer.hh include/G4CellScoreValues.hh \ - /opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_geant4/work/geant4.9.3/source/global/management/include/globals.hh \ - /opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_geant4/work/geant4.9.3/source/global/management/include/G4ios.hh \ - /opt/local/var/macports/build/_Users_rschmidt_macports_dports_science_geant4/work/geant4.9.3/source/global/management/include/G4Types.hh \ - /usr/include/c++/4.2.1/complex \ + /opt/local/include/globals.hh /opt/local/include/G4ios.hh \ + /opt/local/include/G4Types.hh /usr/include/c++/4.2.1/complex \ /usr/include/c++/4.2.1/i686-apple-darwin10/x86_64/bits/c++config.h \ /usr/include/c++/4.2.1/i686-apple-darwin10/x86_64/bits/os_defines.h \ /usr/include/unistd.h /usr/include/_types.h /usr/include/sys/_types.h \ [snip 400,000+ similar lines]
Change History (3)
comment:1 Changed 14 years ago by jmroot (Joshua Root)
Owner: | changed from cristiano.fontana@… to cristiano.fontana@… |
---|
comment:2 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | mojca@… added |
---|---|
Owner: | changed from cristiano.fontana@… to macports-tickets@… |
comment:3 Changed 11 years ago by mojca (Mojca Miklavec)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Version: | 1.8.2 |
Note: See
TracTickets for help on using
tickets.
I'm unable to find the problematic file(s) that you mention here after the upgrade to 4.9.5/4.9.6 in r111720. Please report if you still experience this problem.