Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 949485 - sys-devel/dev86 fails to compile on x86_64
Summary: sys-devel/dev86 fails to compile on x86_64
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-02-08 16:23 UTC by Dmitrij Volin
Modified: 2025-02-09 01:31 UTC (History)
2 users (show)

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


Attachments
dev86-0.16.21-gcc.patch (dev86-0.16.21-gcc.patch,12.91 KB, patch)
2025-02-08 16:26 UTC, Dmitrij Volin
Details | Diff
build.log (build.log,11.02 KB, text/plain)
2025-02-08 18:38 UTC, Dmitrij Volin
Details
emerge_info_chroot_fresh_installation_stage3.txt (emerge_info_chroot_fresh_installation_stage3.txt,6.84 KB, text/plain)
2025-02-08 18:39 UTC, Dmitrij Volin
Details
emerge_info_old_system.txt (emerge_info_old_system.txt,7.30 KB, text/plain)
2025-02-08 18:40 UTC, Dmitrij Volin
Details
emerge_info_dev86-0.16.21-r3.txt (emerge_info_dev86-0.16.21-r3.txt,7.24 KB, text/plain)
2025-02-08 18:46 UTC, Dmitrij Volin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitrij Volin 2025-02-08 16:23:42 UTC
I had got many error about untyped function, implicit declaration and no such function...

I have made patch which will be in attachments below this message.

Enjoy.

Reproducible: Always

Steps to Reproduce:
emerge sys-devel/dev86
Comment 1 Dmitrij Volin 2025-02-08 16:26:21 UTC
Created attachment 918327 [details, diff]
dev86-0.16.21-gcc.patch

Fix compile issues on amd64 linux platform.
Comment 2 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2025-02-08 16:29:52 UTC
Can you show the build.log & emerge --info? I don't get why it failed.
Comment 3 Mike Gilbert gentoo-dev 2025-02-08 16:53:43 UTC
Please attach a build log and provide emerge --info.
Comment 4 Dmitrij Volin 2025-02-08 18:37:34 UTC
I had got the error compilation at fresh installation based on stage3
in chroot enveronment, but at old system all compiles ok.

Logs and info see in attachments.
Comment 5 Dmitrij Volin 2025-02-08 18:38:40 UTC
Created attachment 918329 [details]
build.log
Comment 6 Dmitrij Volin 2025-02-08 18:39:37 UTC
Created attachment 918330 [details]
emerge_info_chroot_fresh_installation_stage3.txt
Comment 7 Dmitrij Volin 2025-02-08 18:40:04 UTC
Created attachment 918331 [details]
emerge_info_old_system.txt
Comment 8 Dmitrij Volin 2025-02-08 18:46:21 UTC
Created attachment 918332 [details]
emerge_info_dev86-0.16.21-r3.txt
Comment 9 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2025-02-08 19:08:25 UTC
(In reply to Dmitrij Volin from comment #8)
> Created attachment 918332 [details]
> emerge_info_dev86-0.16.21-r3.txt

> Timestamp of repository gentoo: Tue, 21 Jan 2025 00:45:00 +0000

Please emerge --sync. I pushed fixed for it last night.
Comment 10 Dmitrij Volin 2025-02-08 21:04:06 UTC
(In reply to Sam James from comment #9)
> (In reply to Dmitrij Volin from comment #8)
> > Created attachment 918332 [details]
> > emerge_info_dev86-0.16.21-r3.txt
> 
> > Timestamp of repository gentoo: Tue, 21 Jan 2025 00:45:00 +0000
> 
> Please emerge --sync. I pushed fixed for it last night.

Thanks a lot !