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

Bug 730484

Summary: dev-embedded/sdcc-4.0.0 - make[7]: *** [Makefile:10437: eeprom8_gptrget1_dispatch.o] Floating point exception (core dumped)
Product: Gentoo Linux Reporter: Daniel M. Weeks <dan>
Component: Current packagesAssignee: Embedded Gentoo Team <embedded>
Status: RESOLVED FIXED    
Severity: normal Keywords: PullRequest
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/16552
https://github.com/gentoo/gentoo/pull/28496
Whiteboard:
Package list:
Runtime testing required: ---

Description Daniel M. Weeks 2020-07-02 21:44:29 UTC
Snippet of errors:

Didn't find any processor named: amd64
Here are the supported processors:
make[7]: *** [Makefile:10437: eeprom8_gptrget1_dispatch.o] Floating point exception (core dumped)
make[7]: *** Waiting for unfinished jobs....
Didn't find any processor named: amd64
Here are the supported processors:
make[7]: *** [Makefile:10465: eeprom8_gptrget3_dispatch.o] Floating point exception (core dumped)
Didn't find any processor named: amd64
Here are the supported processors:
make[7]: *** [Makefile:10451: eeprom8_gptrget2_dispatch.o] Floating point exception (core dumped)
Didn't find any processor named: amd64

Reproducible: Always
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2020-07-03 11:54:37 UTC
What does all that mean? Oh a patch!
Comment 2 Larry the Git Cow gentoo-dev 2023-03-05 10:14:50 UTC
The bug has been referenced in the following commit(s):

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

commit ec9f33c18f0621452246ff37762a42485ad050ca
Author:     Esteve Varela Colominas <esteve.varela@gmail.com>
AuthorDate: 2022-12-01 18:49:37 +0000
Commit:     Viorel Munteanu <ceamac@gentoo.org>
CommitDate: 2023-03-05 10:14:21 +0000

    dev-embedded/sdcc: Bump to 4.2.0
    
    This update also fixes a long-standing bug with regards to the pic14 and
    pic16 ports. Be sure to build with USE="pic14 pic16 non-free device-lib"
    (all linked bugs are a copy of this, can be closed when this package
    goes stable)
    
    Bug: https://bugs.gentoo.org/682086
    Bug: https://bugs.gentoo.org/730484
    Bug: https://bugs.gentoo.org/731848
    Closes: https://bugs.gentoo.org/844925
    Signed-off-by: Esteve Varela Colominas <esteve.varela@gmail.com>
    Closes: https://github.com/gentoo/gentoo/pull/28496
    Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>

 dev-embedded/sdcc/Manifest                         |   2 +
 .../sdcc/files/sdcc-4.2.0-link-tinfo.patch         |  24 +++
 dev-embedded/sdcc/metadata.xml                     |  17 ++-
 dev-embedded/sdcc/sdcc-4.2.0.ebuild                | 167 +++++++++++++++++++++
 dev-embedded/sdcc/sdcc-9999.ebuild                 | 134 +++++++++--------
 5 files changed, 276 insertions(+), 68 deletions(-)