Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 667680

Summary: sys-apps/most-5.0.0a-r1 cannot be built with 'flto' flag provided
Product: Gentoo Linux Reporter: Denis Pronin <dannftk>
Component: Current packagesAssignee: Gentoo Shell Tools project <shell-tools>
Status: RESOLVED TEST-REQUEST    
Severity: normal CC: jstein, sam
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=783741
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 618550    

Description Denis Pronin 2018-10-03 22:03:23 UTC
Hi,
I found out that the application incorrectly linking 'chkslang' in src/Makefile not appending $(LDFLAGS)
How could we influence on the community whom responsible for developing the package?
We need to inject this LDFLAGS in src/Makefile exactly in the line:

$(OBJDIR)/chkslang: $(OBJDIR)/chkslang.o
	$(CC) $(OBJDIR)/chkslang.o -o $(OBJDIR)/chkslang

, so that it would appear like

$(OBJDIR)/chkslang: $(OBJDIR)/chkslang.o
	$(CC) $(OBJDIR)/chkslang.o -o $(OBJDIR)/chkslang $(LDFLAGS)

Thank you
Comment 1 Denis Pronin 2018-10-08 17:13:48 UTC
I sent an email to the maintainer of 'most' application, waiting for a response
Comment 2 Denis Pronin 2018-10-09 15:02:17 UTC
Finally, the issue was fixed by the maintainer John E. Davis. 'Most' is being prepared to release. Here is the last cured 'snapshot' of 'most' application http://www.jedsoft.org/snapshots/
Comment 3 Denis Pronin 2018-10-09 15:35:14 UTC
The maintainer claimed he will release a new 'most' at the end of the month, October 2018. We will have been waiting for him to release a new 'most' by the end of October, then

Thank you
Comment 4 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2021-08-25 02:20:19 UTC
Is 5.1.0 fine (it's in tree)?