Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 907168 - 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: CONFIRMED
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:
Depends on:
Blocks:
 
Reported: 2023-05-25 12:48 UTC by Toralf Förster
Modified: 2023-05-25 12:48 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,18.88 KB, text/plain)
2023-05-25 12:48 UTC, Toralf Förster
Details
app-editors:levee-3.5a:20230524-214906.log (app-editors:levee-3.5a:20230524-214906.log,9.09 KB, text/plain)
2023-05-25 12:48 UTC, Toralf Förster
Details
emerge-history.txt.bz2 (emerge-history.txt.bz2,61.35 KB, application/x-bzip)
2023-05-25 12:48 UTC, Toralf Förster
Details
environment (environment,61.91 KB, text/plain)
2023-05-25 12:48 UTC, Toralf Förster
Details
etc.clang.tar.bz2 (etc.clang.tar.bz2,707 bytes, application/x-bzip)
2023-05-25 12:48 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,26.93 KB, application/x-bzip)
2023-05-25 12:48 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,1.23 KB, application/x-bzip)
2023-05-25 12:48 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,17.45 KB, application/x-bzip)
2023-05-25 12:48 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 2023-05-25 12:48:25 UTC
too long lines were shrinked:

x86_64-gentoo-linux-musl-gcc -O2 -pipe -march=native -fno-diagnostics-color -Wall -Wextra -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0   -c -o ucsd.o ucsd.c
x86_64-gentoo-linux-musl-gcc -O2 -pipe -march=native -fno-diagnostics-color -Wall -Wextra -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0   -c -o undo.o undo.c
x86_64-gentoo-linux-musl-gcc -O2 -pipe -march=native -fno-diagnostics-color -Wall -Wextra -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0   -c -o wildargs.o wildargs.c
x86_64-gentoo-linux-musl-gcc -O2 -pipe -march=native -fno-diagnostics-color -Wall -Wextra -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -c -DVERSION=\"`cat VERSION`\" version.c
x86_64-gentoo-linux-musl-gcc -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -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-gentoo-linux-musl/13/../../../../x86_64-gentoo-linux-musl/bin/ld: display.o: in function `tc_init':
display.c:(.text+0x21d): undefined reference to `Malloc'
/usr/lib/gcc/x86_64-gentoo-linux-musl/13/../../../../x86_64-gentoo-linux-musl/bin/ld: unixcall.o: in function `strput':
unixcall.c:(.text+0x32): undefined reference to `tputs'

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0_musl-j5-20230521-051504

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

gcc-config -l:
 [1] x86_64-gentoo-linux-musl-13 *
clang/llvm (if any):
clang version 16.0.4
Target: x86_64-gentoo-linux-musl
Thread model: posix
InstalledDir: /usr/lib/llvm/16/bin
Configuration file: /etc/clang/clang.cfg
/usr/lib/llvm/16
16.0.4
Python 3.11.3
Available Ruby profiles:
  [1]   ruby30 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.69.0 *
php cli (if any):
go version go1.20.4 linux/amd64

  HEAD of ::gentoo
commit 8cf28c298665e67bec68c66e9fd58978b5b6836f
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Wed May 24 20:46:57 2023 +0000

    2023-05-24 20:46:56 UTC

emerge -qpvO app-editors/levee
[ebuild  N    ] app-editors/levee-3.5a
Comment 1 Toralf Förster gentoo-dev 2023-05-25 12:48:26 UTC
Created attachment 862545 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2023-05-25 12:48:27 UTC
Created attachment 862546 [details]
app-editors:levee-3.5a:20230524-214906.log
Comment 3 Toralf Förster gentoo-dev 2023-05-25 12:48:28 UTC
Created attachment 862547 [details]
emerge-history.txt.bz2
Comment 4 Toralf Förster gentoo-dev 2023-05-25 12:48:29 UTC
Created attachment 862548 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2023-05-25 12:48:30 UTC
Created attachment 862549 [details]
etc.clang.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2023-05-25 12:48:31 UTC
Created attachment 862550 [details]
etc.portage.tar.bz2
Comment 7 Toralf Förster gentoo-dev 2023-05-25 12:48:31 UTC
Created attachment 862551 [details]
logs.tar.bz2
Comment 8 Toralf Förster gentoo-dev 2023-05-25 12:48:32 UTC
Created attachment 862552 [details]
temp.tar.bz2