Summary: | app-editors/lpe-1.2.6.13 - cmode.c:(.text+<snip>): undefined reference to mode_util_accept_extensions | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
Component: | Current packages | Assignee: | No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | orbea, sam |
Priority: | Normal | Keywords: | PATCH, UPSTREAM |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | https://github.com/AdamMajer/lpe/pull/4 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 765709 | ||
Attachments: |
emerge-info.txt
app-editors:lpe-1.2.6.13:20210327-074229.log emerge-history.txt environment etc.portage.tar.bz2 logs.tar.bz2 temp.tar.bz2 Patch against the upsream 1.2.8 release. Patch against the upstream 1.2.8 release. https://github.com/AdamMajer/lpe/pull/3 |
Description
Toralf Förster
![]() Created attachment 694791 [details]
emerge-info.txt
Created attachment 694794 [details]
app-editors:lpe-1.2.6.13:20210327-074229.log
Created attachment 694797 [details]
emerge-history.txt
Created attachment 694800 [details]
environment
Created attachment 694803 [details]
etc.portage.tar.bz2
Created attachment 694806 [details]
logs.tar.bz2
Created attachment 694809 [details]
temp.tar.bz2
Created attachment 696279 [details, diff]
Patch against the upsream 1.2.8 release.
I'm not sure how to best report this to debian yet, but this is another case of -no-undefined. Additionally the build needed to be refactored to make it possible to resolve the undefined references. It still seems to work at runtime.
Created attachment 696282 [details, diff]
Patch against the upstream 1.2.8 release.
I'm not sure how to best report this to debian yet, but this is another case of -no-undefined. Additionally the build needed to be refactored to make it possible to resolve the undefined references. It still seems to work at runtime.
According to debian the upstream is here. https://github.com/AdamMajer/lpe And I made a PR. https://github.com/AdamMajer/lpe/pull/3 Created attachment 696753 [details, diff] https://github.com/AdamMajer/lpe/pull/3 After talking with upstream it seems the best course is to just remove -no-undefined which does not make much sense in this case. This patch was merged upstream. The gcc10 patch that gentoo already carries was also merged upstream. :) The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65ed7850a0f6ddd7a55b26665bef21998f0509b7 commit 65ed7850a0f6ddd7a55b26665bef21998f0509b7 Author: Sam James <sam@gentoo.org> AuthorDate: 2021-04-01 22:06:10 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2021-04-01 22:08:40 +0000 app-editors/lpe: add 1.2.8_p20210401 Add missing virtual/libintl dep for musl, take snapshot for upstream slibtool + gcc 10 (our!) fix. Closes: https://bugs.gentoo.org/778581 Closes: https://bugs.gentoo.org/713778 Signed-off-by: Sam James <sam@gentoo.org> app-editors/lpe/Manifest | 1 + app-editors/lpe/lpe-1.2.8_p20210401.ebuild | 63 ++++++++++++++++++++++++++++++ 2 files changed, 64 insertions(+) |