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: 'tperce' at (1) is not a member of the 'timer_status_t' structure #142

Open
jan-janssen opened this issue Dec 13, 2019 · 1 comment

Comments

@jan-janssen
Copy link
Member

I currently try to build a conda package using gfortran, but I get the following error message:
conda-forge/staged-recipes#10428

[ 45%] Building Fortran object src/CMakeFiles/progress.dir/prg_timer_mod.F90.o
/home/conda/staged-recipes/build_artifacts/qmd-progress_1576208097550/work/src/prg_timer_mod.F90:336:132:

              write(*,10) ptimer(i)%tname, ptimer(i)%tcount, ptimer(i)%tsum/float(ptimer(i)%tcount), ptimer(i)%tsum, ptimer(i)%tpercent
                                                                                                                                    1
Error: Line truncated at (1) [-Werror=line-truncation]
/home/conda/staged-recipes/build_artifacts/qmd-progress_1576208097550/work/src/prg_timer_mod.F90:336:132:

              write(*,10) ptimer(i)%tname, ptimer(i)%tcount, ptimer(i)%tsum/float(ptimer(i)%tcount), ptimer(i)%tsum, ptimer(i)%tpercent
                                                                                                                                    1
Error: 'tperce' at (1) is not a member of the 'timer_status_t' structure
f951: some warnings being treated as errors
make[2]: *** [src/CMakeFiles/progress.dir/build.make:609: src/CMakeFiles/progress.dir/prg_timer_mod.F90.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [CMakeFiles/Makefile2:94: src/CMakeFiles/progress.dir/all] Error 2
make: *** [Makefile:130: all] Error 2
@hmaarrfk
Copy link

hmaarrfk commented Jan 5, 2020

no joke, i think you are hitting a line length limit
https://software.intel.com/en-us/forums/intel-fortran-compiler/topic/402317

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

2 participants