******************************************************************************** conan test conan-center-index/recipes/gfortran/all/test_package/conanfile.py gfortran/10.2.0@#50615e697d957ea4801cd4066acaf548 -pr /home/conan/w/prod/BuildSingleReference/28547/67065969-1bbb-486f-a822-66695e0ab65a/profile_linux_5_libstdcpp11_gcc_release_64..txt ******************************************************************************** Configuration: [settings] arch=x86_64 build_type=Release compiler=gcc compiler.libcxx=libstdc++11 compiler.version=5 os=Linux [options] [build_requires] [env] gfortran/10.2.0 (test package): Installing package Requirements gfortran/10.2.0 from local cache - Cache Packages gfortran/10.2.0:4db1be536558d833e52e862fd84d64d75c2b3656 - Cache Installing (downloading, building) binaries... gfortran/10.2.0: Already installed! gfortran/10.2.0: Appending PATH environment variable: /home/conan/w/prod/BuildSingleReference/.conan/data/gfortran/10.2.0/_/_/package/4db1be536558d833e52e862fd84d64d75c2b3656/bin gfortran/10.2.0 (test package): Generator txt created conanbuildinfo.txt gfortran/10.2.0 (test package): Aggregating env generators gfortran/10.2.0 (test package): Generated conaninfo.txt gfortran/10.2.0 (test package): Generated graphinfo Using lockfile: '/home/conan/w/prod/BuildSingleReference/conan-center-index/recipes/gfortran/all/test_package/build/2da8b83836e27aacd43916b404a0e9d98f21239f/conan.lock' Using cached profile from lockfile [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] 'fPIC' option not found [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] OK gfortran/10.2.0 (test package): Calling build() ----Running------ > gfortran --version ----------------- GNU Fortran (GCC) 10.2.0 Copyright (C) 2020 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. ----Running------ > gfortran hello.f90 -o hello ----------------- gfortran: error: hello.f90: No such file or directory ERROR: gfortran/10.2.0 (test package): Error in build() method, line 9 self.run("gfortran hello.f90 -o hello%s" % (".exe" if self.settings.os == "Windows" else ""), run_environment=True) ConanException: Error 1 while executing gfortran hello.f90 -o hello