Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 870481 - dev-scheme/bigloo-4.4c_p4-r3:0 - lib/alloc.c: error: implicit declaration of function _create_vector
Summary: dev-scheme/bigloo-4.4c_p4-r3:0 - lib/alloc.c: error: implicit declaration of ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Scheme Project
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: c99-porting
  Show dependency tree
 
Reported: 2022-09-16 19:31 UTC by Toralf Förster
Modified: 2024-06-05 21:16 UTC (History)
4 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,18.49 KB, text/plain)
2022-09-16 19:31 UTC, Toralf Förster
Details
dev-scheme:bigloo-4.4c_p4-r3:20220916-185949.log.bz2 (dev-scheme:bigloo-4.4c_p4-r3:20220916-185949.log.bz2,16.91 KB, application/x-bzip)
2022-09-16 19:31 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,176.44 KB, text/plain)
2022-09-16 19:31 UTC, Toralf Förster
Details
environment (environment,70.79 KB, text/plain)
2022-09-16 19:31 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,14.80 KB, application/x-bzip)
2022-09-16 19:31 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,7.36 KB, application/x-bzip)
2022-09-16 19:31 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,34.99 KB, application/x-bzip)
2022-09-16 19:31 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-09-16 19:31:07 UTC
/usr/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: skipping incompatible /usr/lib/libc.so when searching for -lc
/usr/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: skipping incompatible /usr/lib/libc.a when searching for -lc
x86_64-pc-linux-gnu-gcc  -fPIC -O -pipe -march=native -fno-diagnostics-color -O2 -Werror=implicit-function-declaration -Werror=implicit-int  -Wno-unused-value -Wno-parentheses-equality -Wno-parentheses -Wno-invalid-source-encoding -Wno-return-type -Wno-trigraphs -DBMEMDEBUG -fPIC -Ilib -I/var/tmp/portage/dev-scheme/bigloo-4.4c_p4-r3/work/bigloo-4.4c-4/lib/bigloo/4.4c lib/alloc.c -o lib/alloc.o -c
lib/alloc.c: In function create_vector:
lib/alloc.c:1034:13: error: implicit declaration of function ____create_vector; did you mean create_vector? [-Werror=implicit-function-declaration]
 1034 |    __res =  ____##ident call ; \
      |             ^~~~

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop_systemd-j4-20220914-130006

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-12.2.0 *
clang/llvm (if any):
clang version 15.0.0
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/15/bin
/usr/lib/llvm/15
15.0.0
Python 3.10.7
Available Rust versions:
  [1]   rust-bin-1.63.0 *
The following VMs are available for generation-2:
*)	Eclipse Temurin JDK 17.0.4.1_p1 [openjdk-bin-17]
2)	Eclipse Temurin JDK 8.345_p01 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8 
  [2]   openjdk-bin-17  system-vm

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

  HEAD of ::gentoo
commit 25d0e22d7429848e74ec1c705f365c6c3d7523e0
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Fri Sep 16 18:31:51 2022 +0000

    2022-09-16 18:31:51 UTC

emerge -qpvO dev-scheme/bigloo
[ebuild  N    ] dev-scheme/bigloo-4.4c_p4-r3  USE="alsa flac gmp mp3 sqlite -avahi -emacs -gpg -gstreamer -java -libuv -pulseaudio"
Comment 1 Toralf Förster gentoo-dev 2022-09-16 19:31:08 UTC
Created attachment 806113 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-09-16 19:31:09 UTC
Created attachment 806116 [details]
dev-scheme:bigloo-4.4c_p4-r3:20220916-185949.log.bz2
Comment 3 Toralf Förster gentoo-dev 2022-09-16 19:31:11 UTC
Created attachment 806119 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2022-09-16 19:31:12 UTC
Created attachment 806122 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2022-09-16 19:31:13 UTC
Created attachment 806125 [details]
etc.portage.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2022-09-16 19:31:14 UTC
Created attachment 806128 [details]
logs.tar.bz2
Comment 7 Toralf Förster gentoo-dev 2022-09-16 19:31:15 UTC
Created attachment 806131 [details]
temp.tar.bz2
Comment 8 NHO 2024-06-05 14:59:30 UTC
Upstream is 4.5b
Error is appears to be fixed there.

There's a number of missing makefile dependencies, which prevent large number of jobs running.
Will provide new ebuild when I finish dealing that.
Comment 9 Larry the Git Cow gentoo-dev 2024-06-05 19:33:42 UTC
The bug has been closed via the following commit(s):

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

commit 4a6040b5193950693e6ddfade4b00f8ff0f12b31
Author:     NHOrus <jy6x2b32pie9@yahoo.com>
AuthorDate: 2024-06-05 19:03:42 +0000
Commit:     Maciej Barć <xgqt@gentoo.org>
CommitDate: 2024-06-05 19:33:34 +0000

    dev-scheme/bigloo: drop 4.4c_p4-r6
    
    Closes: https://bugs.gentoo.org/927163
    Closes: https://bugs.gentoo.org/924857
    Closes: https://bugs.gentoo.org/870481
    Closes: https://bugs.gentoo.org/911667
    Closes: https://github.com/gentoo/gentoo/pull/37037
    Signed-off-by: NHOrus <jy6x2b32pie9@yahoo.com>
    Signed-off-by: Maciej Barć <xgqt@gentoo.org>

 dev-scheme/bigloo/Manifest                 |   1 -
 dev-scheme/bigloo/bigloo-4.4c_p4-r6.ebuild | 221 -----------------------------
 2 files changed, 222 deletions(-)

Additionally, it has been referenced in the following commit(s):

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

commit a251f84a66c98413f0d15ad7e8d0f37250f67c00
Author:     NHOrus <jy6x2b32pie9@yahoo.com>
AuthorDate: 2024-06-05 14:58:08 +0000
Commit:     Maciej Barć <xgqt@gentoo.org>
CommitDate: 2024-06-05 19:33:34 +0000

    dev-scheme/bigloo: add 4.5b
    
    Upstream fixed implicit declaration bug.
    There are some broken build dependencies that prevent parallel compiles
    in bdb subfolder. They are fixed in patch.
    Sed in configure file left space where no space is needed - so autoconfig was
    running when it wasn't intended to, and assignment of actual ar ranlib
    variables executed them as commands instead
    Manually pointed configure to location of GC library
    Gstreamer can't be build without enabling pulseaudio, noted that in USE flags
    
    Bug: https://bugs.gentoo.org/927163
    Bug: https://bugs.gentoo.org/924857
    Bug: https://bugs.gentoo.org/870481
    Bug: https://bugs.gentoo.org/911667
    Signed-off-by: NHOrus <jy6x2b32pie9@yahoo.com>
    Signed-off-by: Maciej Barć <xgqt@gentoo.org>

 dev-scheme/bigloo/Manifest                         |   1 +
 dev-scheme/bigloo/bigloo-4.5b.ebuild               | 224 +++++++++++++++++++++
 dev-scheme/bigloo/files/bigloo-4.5b-makefile.patch |  36 ++++
 3 files changed, 261 insertions(+)