Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error messages during build: bash: line 1: /usr/ports/science/nwchem/work/nwchem-7.2.2-release/src/tools/install/bin/ga-config: No such file or directory #960

Open
yurivict opened this issue Apr 1, 2024 · 1 comment

Comments

@yurivict
Copy link
Contributor

yurivict commented Apr 1, 2024

Describe the bug
Messages are printed:

GNUmakefile:35: warning: overriding recipe for target '32_to_64'
../config/makelib.h:298: warning: ignoring old recipe for target '32_to_64'
bash: line 1: /usr/ports/science/nwchem/work/nwchem-7.2.2-release/src/tools/install/bin/ga-config: No such file or directory
bash: line 1: /usr/ports/science/nwchem/work/nwchem-7.2.2-release/src/tools/install/bin/ga-config: No such file or directory
No blas conversion done here
gmake[3]: /usr/ports/science/nwchem/work/nwchem-7.2.2-release/src/tools/install/bin/ga-config: No such file or directory
gmake[3]: /usr/ports/science/nwchem/work/nwchem-7.2.2-release/src/tools/install/bin/ga-config: No such file or directory
No blas conversion done here
bash: line 1: /usr/ports/science/nwchem/work/nwchem-7.2.2-release/src/tools/install/bin/ga-config: No such file or directory
bash: line 1: /usr/ports/science/nwchem/work/nwchem-7.2.2-release/src/tools/install/bin/ga-config: No such file or directory
Nothing to be done
/usr/ports/science/nwchem/work/nwchem-7.2.2-release/bin//depend.x -I/usr/local/include -I/usr/local/include -I/usr/ports/science/nwchem/work/nwchem-7.2.2-release/src/tools/install/include > dependencies
bash: line 1: /usr/ports/science/nwchem/work/nwchem-7.2.2-release/src/tools/install/bin/ga-config: No such file or directory
bash: line 1: /usr/ports/science/nwchem/work/nwchem-7.2.2-release/src/tools/install/bin/ga-config: No such file or directory
/usr/ports/science/nwchem/work/nwchem-7.2.2-release/src/config/64_to_32 bas_blas.F bas_blasP.F basis.F
bash: line 1: /usr/ports/science/nwchem/work/nwchem-7.2.2-release/src/tools/install/bin/ga-config: No such file or directory
bash: line 1: /usr/ports/science/nwchem/work/nwchem-7.2.2-release/src/tools/install/bin/ga-config: No such file or directory
converting bas_blas.F to 32-bit integers for BLAS/LAPACK

Describe settings used
NWCHEM_TOP=/usr/ports/science/nwchem/work/nwchem-7.2.2-release/src/.. NWCHEM_MODULES=all NWCHEM_LONG_PATHS=Y NWCHEM_TARGET=LINUX64 USE_INTERNALBLAS=Y EXTERNAL_GA_PATH=/usr/local USE_64TO32=y BLAS_SIZE=4 DESTDIR=/usr/ports/science/nwchem/work/stage

Attach log files
See the messages above.

To Reproduce
Regular build.

Expected behavior
n/a

Additional context
Version: 7.2.2
OS: FreeBSD 14.0
ga-5.8.2 (built with BLAS_SIZE=4)

@yurivict
Copy link
Contributor Author

yurivict commented Apr 1, 2024

ga-config is installed by the ga package under /usr/local:

$ pkg info -l ga | grep ga-conf
        /usr/local/bin/ga-config

The build eventually succeeds despite these failing messages.
Shell script errors shouldn't be ignored like this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant