Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 925548 - app-arch/lrzip-next-0.12.6 fails to compile: configure: error: Size of long type is 4 bytes 32 bit processors are NO LONGER supported in lrzip-next
Summary: app-arch/lrzip-next-0.12.6 fails to compile: configure: error: Size of long t...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Joshua Kinard
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-02-26 12:00 UTC by Agostino Sarubbo
Modified: 2024-02-27 04:41 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,48.84 KB, text/plain)
2024-02-26 12:00 UTC, Agostino Sarubbo
Details
1-config.log (1-config.log,52.77 KB, text/plain)
2024-02-26 12:00 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2024-02-26 12:00:54 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: app-arch/lrzip-next-0.12.6 fails to compile.
Discovered on: x86 (internal ref: tinderbox_x86)
System: GCC-14-SYSTEM (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#GCC-14)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0014
Comment 1 Agostino Sarubbo gentoo-dev 2024-02-26 12:00:55 UTC
Created attachment 886027 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-02-26 12:00:56 UTC
Created attachment 886028 [details]
1-config.log

1-config.log
Comment 3 Joshua Kinard gentoo-dev 2024-02-27 03:21:14 UTC
Yup, it looks like upstream literally does not support 32-bit arches w/ this package:
https://github.com/pete4abw/lrzip-next/commit/b362ccfc47002f84b6ae3f99fb99fb4fc42fdde9

Nothing I can do about this, so I will be removing the "~x86" keyword with the next update, and then will go and package.mask the package on all 32-bit archs in their profiles.  Should put this one to bed.  Thanks for catching it!
Comment 4 Larry the Git Cow gentoo-dev 2024-02-27 04:41:39 UTC
The bug has been closed via the following commit(s):

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

commit 59f5724e973a008920e5b08edd1ac54713d9ddd8
Author:     Joshua Kinard <kumba@gentoo.org>
AuthorDate: 2024-02-27 03:53:45 +0000
Commit:     Joshua Kinard <kumba@gentoo.org>
CommitDate: 2024-02-27 04:28:24 +0000

    app-arch/lrzip-next: Remove ~x86 keyword; investigated musl issues
    
    Package no longer supports 32-bit arches (sizeof(long) == 4), so
    will mask on all 32-bit arches.
    
    Package is also currently incompatible w/ musl's pthreads code;
    need to talk to upstream to see if can be fixed.  Will mask on
    musl for now.
    
    Also added more missing deps, removed dev-perl/Pod-Parser as a bdep,
    and added ebuild logic to fill in the package's version w/o needing
    to drag dev-vcs/git in as a bdep.
    
    Bug: https://bugs.gentoo.org/925547
    Closes: https://bugs.gentoo.org/925548
    Signed-off-by: Joshua Kinard <kumba@gentoo.org>

 app-arch/lrzip-next/lrzip-next-0.12.6-r1.ebuild | 67 +++++++++++++++++++++++++
 app-arch/lrzip-next/lrzip-next-0.12.6.ebuild    | 50 ------------------
 2 files changed, 67 insertions(+), 50 deletions(-)

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

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

commit 82c7fc89a92777f0c8d7ec343d08c6f09bb104fb
Author:     Joshua Kinard <kumba@gentoo.org>
AuthorDate: 2024-02-27 04:19:23 +0000
Commit:     Joshua Kinard <kumba@gentoo.org>
CommitDate: 2024-02-27 04:28:39 +0000

    profiles: Mask app-arch/lrzip-next on 32-bit arches we have
    
    Bug: https://bugs.gentoo.org/925548
    Signed-off-by: Joshua Kinard <kumba@gentoo.org>

 profiles/arch/mips/mipsel/o32/package.mask | 6 +++++-
 profiles/arch/mips/o32/package.mask        | 6 +++++-
 profiles/arch/x86/package.mask             | 4 ++++
 3 files changed, 14 insertions(+), 2 deletions(-)