Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 690168 - app-editors/levee-3.5a : display.c:(.text+<snip>): undefined reference to Malloc
Summary: app-editors/levee-3.5a : display.c:(.text+<snip>): undefined reference to Malloc
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords: PullRequest
Depends on: 878905
Blocks:
  Show dependency tree
 
Reported: 2019-07-18 17:52 UTC by Toralf Förster
Modified: 2022-11-08 22:20 UTC (History)
2 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,15.72 KB, text/plain)
2019-07-18 17:52 UTC, Toralf Förster
Details
app-editors:levee-3.5a:20190718-020345.log (app-editors:levee-3.5a:20190718-020345.log,7.91 KB, text/plain)
2019-07-18 17:52 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,187.64 KB, text/plain)
2019-07-18 17:52 UTC, Toralf Förster
Details
environment (environment,74.37 KB, text/plain)
2019-07-18 17:52 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,16.10 KB, application/x-bzip)
2019-07-18 17:52 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,1.21 KB, application/x-bzip)
2019-07-18 17:52 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,19.68 KB, application/x-bzip)
2019-07-18 17:52 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2019-07-18 17:52:09 UTC
x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -o lev blockio.o display.o editcor.o exec.o find.o unixcall.o globals.o insert.o main.o misc.o modify.o move.o ucsd.o undo.o wildargs.o version.o 
/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: display.o: in function `tc_init':
display.c:(.text+0x21e): undefined reference to `Malloc'
/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: unixcall.o: in function `strput':
unixcall.c:(.text+0x32): undefined reference to `tputs'
collect2: error: ld returned 1 exit status

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_systemd-libressl-20190714-193026

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-9.1.0 *

Available Python interpreters, in order of preference:
  [1]   python3.6
  [2]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems)
  [2]   ruby25 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.36.0 *



emerge -qpvO app-editors/levee
[ebuild  N    ] app-editors/levee-3.5a
Comment 1 Toralf Förster gentoo-dev 2019-07-18 17:52:12 UTC
Created attachment 583442 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2019-07-18 17:52:15 UTC
Created attachment 583444 [details]
app-editors:levee-3.5a:20190718-020345.log
Comment 3 Toralf Förster gentoo-dev 2019-07-18 17:52:18 UTC
Created attachment 583446 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2019-07-18 17:52:21 UTC
Created attachment 583448 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2019-07-18 17:52:24 UTC
Created attachment 583450 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2019-07-18 17:52:26 UTC
Created attachment 583452 [details]
logs.tbz2
Comment 7 Toralf Förster gentoo-dev 2019-07-18 17:52:29 UTC
Created attachment 583454 [details]
temp.tbz2
Comment 8 Agostino Sarubbo gentoo-dev 2021-01-18 07:56:29 UTC
Dear treecleaner@:

I'm still able to reproduce this issue right now.

Since it has not been fixed for a long time, I'd suggest to evaluate if it is the case to remove this package from the tree. Thanks
Comment 9 Pascal Jäger 2022-10-30 12:30:07 UTC
I will bump the package to 4.0, where this is not present and close this bug when 4.0 is stabilized and 3.5a is removed.
Comment 10 Larry the Git Cow gentoo-dev 2022-10-31 17:43:39 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c61735c200d5a256705d2c3e8243eeb122dc390d

commit c61735c200d5a256705d2c3e8243eeb122dc390d
Author:     Pascal Jäger <pascal.jaeger@leimstift.de>
AuthorDate: 2022-10-30 12:36:46 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-10-31 17:43:19 +0000

    app-editors/levee: version bump to 4.0, fix clang16 build
    
    - wrote patch to remove all old implicit function declarations, implicit ins, etc (also sent it upstream)
    - patch build system to look for libtinfo (bug was also present in 3.5a, but wasn't filed in b.g.o)
    - call ./configure.sh with --size=256000 because configure script is using it an a non-standard way
    
    (sam: fix -Wimplicit-int, prestripping)
    
    Closes: https://bugs.gentoo.org/875740
    Closes: https://bugs.gentoo.org/870889
    Closes: https://bugs.gentoo.org/729264
    Closes: https://bugs.gentoo.org/690168
    Signed-off-by: Pascal Jäger <pascal.jaeger@leimstift.de>
    Closes: https://github.com/gentoo/gentoo/pull/28040
    Signed-off-by: Sam James <sam@gentoo.org>

 app-editors/levee/Manifest         |  2 ++
 app-editors/levee/levee-4.0.ebuild | 48 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 50 insertions(+)