Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 722176 - app-emulation/dosemu-1.4.1_pre20130107-r5: *** Your system has no complete code16 functional gas
Summary: app-emulation/dosemu-1.4.1_pre20130107-r5: *** Your system has no complete co...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Sergei Trofimovich (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-05-10 16:35 UTC by Agostino Sarubbo
Modified: 2020-05-22 17:24 UTC (History)
0 users

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


Attachments
build.log (build.log,13.35 KB, text/plain)
2020-05-10 16:36 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 2020-05-10 16:35:51 UTC
This is an auto-filled bug because app-emulation/dosemu fails to compile.
The issue was originally discovered on amd64, but it may be reproducible on other arches as well.
If you think that a different summary clarifies the issue better, feel free to change it.
Attached build log and emerge --info.
Comment 1 Agostino Sarubbo gentoo-dev 2020-05-10 16:36:02 UTC
Created attachment 637660 [details]
build.log

build log and emerge --info
Comment 2 Sergei Trofimovich (RETIRED) gentoo-dev 2020-05-10 17:27:27 UTC
Configure failure is:

"""
*** error:
*** Your system has no complete code16 functional gas,
*** you must upgrade to at least binutils-2.9.5
*** in order to compile DOSEMU ... giving up

!!! Please attach the following file when seeking support:
!!! /var/tmp/portage/app-emulation/dosemu-1.4.1_pre20130107-r5/work/dosemu-code-15cfb41ff20a052769d753c3262c57ecb050ad71/config.log
 * ERROR: app-emulation/dosemu-1.4.1_pre20130107-r5::gentoo failed (configure phase):
 *   econf failed
"""

Please attach /var/tmp/portage/app-emulation/dosemu-1.4.1_pre20130107-r5/work/dosemu-code-15cfb41ff20a052769d753c3262c57ecb050ad71/config.log
Comment 3 Larry the Git Cow gentoo-dev 2020-05-22 17:24:05 UTC
The bug has been closed via the following commit(s):

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

commit 58f5f8585fb5482e5b42de36a3730552ed003859
Author:     Sergei Trofimovich <slyfox@gentoo.org>
AuthorDate: 2020-05-22 17:23:50 +0000
Commit:     Sergei Trofimovich <slyfox@gentoo.org>
CommitDate: 2020-05-22 17:24:00 +0000

    app-emulation/dosemu: don't use 'as' to test assembler, bug #722176
    
    Instead of probing for 'as' use '$CC'. Build system uses '$CC'
    to compile '.S' files.
    
    Reported-by: Agostino Sarubbo
    Closes: https://bugs.gentoo.org/722176
    Package-Manager: Portage-2.3.99, Repoman-2.3.22
    Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

 app-emulation/dosemu/dosemu-1.4.1_pre20130107-r5.ebuild      |  4 +++-
 app-emulation/dosemu/files/dosemu-1.4.1_pre20130107-as.patch | 12 ++++++++++++
 2 files changed, 15 insertions(+), 1 deletion(-)