Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 878639 - app-text/a2ps-4.14-r8 - libjcode.c: error: call to undeclared function rpl_malloc; ISO C99 and
Summary: app-text/a2ps-4.14-r8 - libjcode.c: error: call to undeclared function rpl_ma...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Printing Team
URL:
Whiteboard:
Keywords:
: 883065 (view as bug list)
Depends on:
Blocks: c99-porting
  Show dependency tree
 
Reported: 2022-10-29 10:46 UTC by Toralf Förster
Modified: 2023-03-10 08:10 UTC (History)
3 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,18.25 KB, text/plain)
2022-10-29 10:46 UTC, Toralf Förster
Details
app-text:a2ps-4.14-r8:20221029-102427.log (app-text:a2ps-4.14-r8:20221029-102427.log,29.79 KB, text/plain)
2022-10-29 10:46 UTC, Toralf Förster
Details
clang.tar.bz2 (clang.tar.bz2,3.77 KB, application/x-bzip)
2022-10-29 10:46 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,146.91 KB, text/plain)
2022-10-29 10:46 UTC, Toralf Förster
Details
environment (environment,102.26 KB, text/plain)
2022-10-29 10:46 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,8.37 KB, application/x-bzip)
2022-10-29 10:46 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,17.44 KB, application/x-bzip)
2022-10-29 10:46 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,37.42 KB, application/x-bzip)
2022-10-29 10:46 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 2022-10-29 10:46:48 UTC
Making all in libjcode
make[2]: Entering directory '/var/tmp/portage/app-text/a2ps-4.14-r8/work/a2ps-4.14/libjcode'
clang -c -DLOCALEDIR=\"\" -DGNULOCALEDIR=\"\" -DLOCALE_ALIAS_PATH=\"\" -DHAVE_CONFIG_H -I. -I../ -DPROTOTYPES -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int   detect.c
clang -c -DLOCALEDIR=\"\" -DGNULOCALEDIR=\"\" -DLOCALE_ALIAS_PATH=\"\" -DHAVE_CONFIG_H -I. -I../ -DPROTOTYPES -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int   libjcode.c
libjcode.c:429:25: error: call to undeclared function 'rpl_malloc'; ISO C99 and
      later do not support implicit function declarations
      [-Werror,-Wimplicit-function-declaration]

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_no_multilib_systemd-j4-20221028-160004

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-12 *
clang/llvm (if any):
clang version 15.0.3
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/15/bin
Configuration file: /etc/clang/clang.cfg
/usr/lib/llvm/15
15.0.3
Python 3.10.8
Available Ruby profiles:
  [1]   ruby27 (with Rubygems)
  [2]   ruby31 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.64.0 *
The following VMs are available for generation-2:
1)	Eclipse Temurin JDK 17.0.4.1_p1 [openjdk-bin-17]
*)	Eclipse Temurin JDK 8.345_p01 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8  system-vm
  [2]   openjdk-bin-17 

The Glorious Glasgow Haskell Compilation System, version 9.0.2
php cli (if any):
GNU Make 4.3

  HEAD of ::gentoo
commit 981635818508bb7a96f13cefc2038f5f6d1a2771
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Sat Oct 29 10:02:03 2022 +0000

    2022-10-29 10:02:03 UTC

emerge -qpvO app-text/a2ps
[ebuild  N    ] app-text/a2ps-4.14-r8  USE="cjk nls -emacs -latex -static-libs -vanilla"
Comment 1 Toralf Förster gentoo-dev 2022-10-29 10:46:49 UTC
Created attachment 826013 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-10-29 10:46:51 UTC
Created attachment 826015 [details]
app-text:a2ps-4.14-r8:20221029-102427.log
Comment 3 Toralf Förster gentoo-dev 2022-10-29 10:46:52 UTC
Created attachment 826017 [details]
clang.tar.bz2
Comment 4 Toralf Förster gentoo-dev 2022-10-29 10:46:53 UTC
Created attachment 826019 [details]
emerge-history.txt
Comment 5 Toralf Förster gentoo-dev 2022-10-29 10:46:55 UTC
Created attachment 826021 [details]
environment
Comment 6 Toralf Förster gentoo-dev 2022-10-29 10:46:55 UTC
Created attachment 826023 [details]
etc.portage.tar.bz2
Comment 7 Toralf Förster gentoo-dev 2022-10-29 10:46:56 UTC
Created attachment 826025 [details]
logs.tar.bz2
Comment 8 Toralf Förster gentoo-dev 2022-10-29 10:46:58 UTC
Created attachment 826027 [details]
temp.tar.bz2
Comment 9 Ulrich Müller gentoo-dev 2022-10-29 12:08:34 UTC
(In reply to Toralf Förster from comment #2)
> Created attachment 826015 [details]
> app-text:a2ps-4.14-r8:20221029-102427.log

> checking for working malloc... no
> checking for working realloc... no

Looks like the usual autoconf problem.

There's some recent upstream activity, maybe we should wait for the 4.15 release:
https://git.savannah.gnu.org/cgit/a2ps.git/tree/NEWS
Comment 10 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-11-25 20:43:10 UTC
*** Bug 883065 has been marked as a duplicate of this bug. ***
Comment 11 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-03-10 08:09:45 UTC
Fixed w/ 4.15.