Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 785739 - [guru] dev-libs/ftl-1.0_p20210308 calls gfortran directly
Summary: [guru] dev-libs/ftl-1.0_p20210308 calls gfortran directly
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Sergey Torokhov
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: qa-guru
  Show dependency tree
 
Reported: 2021-04-25 22:01 UTC by Agostino Sarubbo
Modified: 2021-04-27 23:24 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,9.49 KB, text/plain)
2021-04-25 22:01 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2021-04-25 22:01:05 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-libs/ftl-1.0_p20210308 calls gfortran directly.
Discovered on: amd64 (internal ref: guru_ci)
Comment 1 Agostino Sarubbo gentoo-dev 2021-04-25 22:01:07 UTC
Created attachment 702516 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2021-04-25 22:01:09 UTC
Possible context of error(s):

make: gfortran: No such file or directory
Comment 3 Larry the Git Cow gentoo-dev 2021-04-27 23:24:11 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2ea4fa55f156bce9991c13ac5c0024af2364ebc2

commit 2ea4fa55f156bce9991c13ac5c0024af2364ebc2
Author:     Sergey Torokhov <torokhov-s-a@yandex.ru>
AuthorDate: 2021-04-26 19:26:16 +0000
Commit:     Sergey Torokhov <torokhov-s-a@yandex.ru>
CommitDate: 2021-04-26 19:31:27 +0000

    dev-libs/ftl: fix intall build type as release instead of debug
    
    As make options were not passed on install phase it recompiled
    library in as BUILD=debug mode instead of 'release'.
    
    Also gfortran command called directly as on install phase
    it wasn't passed into make command.
    
    Now build type and some other parameters passed in src_prepare
    instead of src_compile and src_insall.
    
    Closes: https://bugs.gentoo.org/785739
    
    Signed-off-by: Sergey Torokhov <torokhov-s-a@yandex.ru>

 dev-libs/ftl/ftl-1.0_p20210308.ebuild | 35 ++++++++++++++++++++++++++---------
 1 file changed, 26 insertions(+), 9 deletions(-)