Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 638234 - app-emulation/x48-0.6.4 : emulate.c:(.text+<snip>): undefined reference to decode_8_thru_f
Summary: app-emulation/x48-0.6.4 : emulate.c:(.text+<snip>): undefined reference to de...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Chema Alonso Josa (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-11-20 17:06 UTC by Toralf Förster
Modified: 2017-11-25 17:02 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,16.52 KB, text/plain)
2017-11-20 17:06 UTC, Toralf Förster
Details
app-emulation:x48-0.6.4:20171120-163754.log (app-emulation:x48-0.6.4:20171120-163754.log,22.01 KB, text/plain)
2017-11-20 17:06 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,298.07 KB, text/plain)
2017-11-20 17:06 UTC, Toralf Förster
Details
environment (environment,51.70 KB, text/plain)
2017-11-20 17:06 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,22.01 KB, application/x-bzip)
2017-11-20 17:06 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,7.13 KB, application/x-bzip)
2017-11-20 17:06 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,19.13 KB, application/x-bzip)
2017-11-20 17:06 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2017-11-20 17:06:37 UTC
x86_64-pc-linux-gnu-gcc  -O2 -pipe -march=native -Wall  -Wl,-O1 -Wl,--as-needed -o x48 actions.o debugger.o device.o disasm.o emulate.o errors.o init.o lcd.o main.o memory.o options.o register.o resources.o romio.o rpl.o serial.o timer.o x48_x11.o  -lX11 -lXext -lhistory  -lreadline
emulate.o: In function `step_instruction':
emulate.c:(.text+0x1123): undefined reference to `decode_8_thru_f'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:472: x48] Error 1
make[2]: Leaving directory '/var/tmp/portage/app-emulation/x48-0.6.4/work/x48-0.6.4/src'

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 13.0_libressl_20171111-114143

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-7.2.0 *

Available Python interpreters, in order of preference:
  [1]   python3.4
  [2]   python3.6 (fallback)
  [3]   python2.7 (fallback)
  [4]   pypy3 (fallback)
  [5]   pypy (fallback)
Available Ruby profiles:
  [1]   ruby22 (with Rubygems) *



emerge -qpv app-emulation/x48
[ebuild  N    ] app-emulation/x48-0.6.4  USE="readline"
Comment 1 Toralf Förster gentoo-dev 2017-11-20 17:06:40 UTC
Created attachment 505076 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2017-11-20 17:06:43 UTC
Created attachment 505078 [details]
app-emulation:x48-0.6.4:20171120-163754.log
Comment 3 Toralf Förster gentoo-dev 2017-11-20 17:06:46 UTC
Created attachment 505080 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2017-11-20 17:06:49 UTC
Created attachment 505082 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2017-11-20 17:06:52 UTC
Created attachment 505084 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2017-11-20 17:06:55 UTC
Created attachment 505086 [details]
logs.tbz2
Comment 7 Toralf Förster gentoo-dev 2017-11-20 17:06:58 UTC
Created attachment 505088 [details]
temp.tbz2
Comment 8 Larry the Git Cow gentoo-dev 2017-11-25 17:02:53 UTC
The bug has been closed via the following commit(s):

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

commit 58101b974104d34bf1a2cc53a6b7edcbec16d915
Author:     Chema Alonso Josa <nimiux@gentoo.org>
AuthorDate: 2017-11-25 16:59:29 +0000
Commit:     Chema Alonso Josa <nimiux@gentoo.org>
CommitDate: 2017-11-25 16:59:29 +0000

    app-emulation/x48: Makes decode_8_thru_f static
    
    Closes: https://bugs.gentoo.org/638234
    Package-Manager: Portage-2.3.13, Repoman-2.3.3

 app-emulation/x48/Manifest            |  2 +-
 app-emulation/x48/x48-0.6.4-r1.ebuild | 68 +++++++++++++++++++++++++++++++++++
 2 files changed, 69 insertions(+), 1 deletion(-)