Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 927163

Summary: dev-scheme/bigloo-4.4c_p4-r6 calls ar directly
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Scheme Project <scheme>
Status: RESOLVED FIXED    
Severity: normal CC: sam, xgqt
Priority: Normal Keywords: PullRequest
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/37037
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 243502    
Attachments: build.log
1-configure.log

Description Agostino Sarubbo gentoo-dev 2024-03-17 07:56:54 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-scheme/bigloo-4.4c_p4-r6 calls ar directly.
Discovered on: amd64 (internal ref: ci)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#QA0014
Comment 1 Agostino Sarubbo gentoo-dev 2024-03-17 07:56:55 UTC
Created attachment 887784 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-03-17 07:56:56 UTC
Created attachment 887785 [details]
1-configure.log

1-configure.log
Comment 3 Larry the Git Cow gentoo-dev 2024-06-05 19:33:40 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(+)