Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 667680 - sys-apps/most-5.0.0a-r1 cannot be built with 'flto' flag provided
Summary: sys-apps/most-5.0.0a-r1 cannot be built with 'flto' flag provided
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Shell Tools project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: lto
  Show dependency tree
 
Reported: 2018-10-03 22:03 UTC by Denis Pronin
Modified: 2021-08-25 02:20 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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)?