Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 687118 - app-editors/beaver-0.4.1 : editor.c:(.text+<snip>): undefined reference to refresh_markers
Summary: app-editors/beaver-0.4.1 : editor.c:(.text+<snip>): undefined reference to re...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Desktop Misc. Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-06-01 07:24 UTC by Toralf Förster
Modified: 2019-07-17 21:25 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,16.28 KB, text/plain)
2019-06-01 07:24 UTC, Toralf Förster
Details
app-editors:beaver-0.4.1:20190601-011439.log (app-editors:beaver-0.4.1:20190601-011439.log,29.98 KB, text/plain)
2019-06-01 07:24 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,245.65 KB, text/plain)
2019-06-01 07:25 UTC, Toralf Förster
Details
environment (environment,84.70 KB, text/plain)
2019-06-01 07:25 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,14.27 KB, application/x-bzip)
2019-06-01 07:25 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,9.45 KB, application/x-bzip)
2019-06-01 07:25 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,23.77 KB, application/x-bzip)
2019-06-01 07:25 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 2019-06-01 07:24:50 UTC
/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: beaver-editor.o: in function `markup_syhi_range':
editor.c:(.text+0x176c): undefined reference to `refresh_markers'
/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: editor.c:(.text+0x1e54): undefined reference to `refresh_markers'
collect2: error: ld returned 1 exit status
make[3]: *** [Makefile:428: beaver] Error 1

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1-desktop_libressl_20190526-141358

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-7.3.1
 [2] x86_64-pc-linux-gnu-9.1.0 *

Available Python interpreters, in order of preference:
  [1]   python3.6
  [2]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.35.0 *
java-config:
The following VMs are available for generation-2:
*)	IcedTea JDK 3.12.0 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-bin-8  system-vm

emerge -qpvO app-editors/beaver
[ebuild  N    ] app-editors/beaver-0.4.1  USE="-debug -doc"
Comment 1 Toralf Förster gentoo-dev 2019-06-01 07:24:53 UTC
Created attachment 578242 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2019-06-01 07:24:57 UTC
Created attachment 578244 [details]
app-editors:beaver-0.4.1:20190601-011439.log
Comment 3 Toralf Förster gentoo-dev 2019-06-01 07:25:00 UTC
Created attachment 578246 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2019-06-01 07:25:03 UTC
Created attachment 578248 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2019-06-01 07:25:05 UTC
Created attachment 578250 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2019-06-01 07:25:09 UTC
Created attachment 578252 [details]
logs.tbz2
Comment 7 Toralf Förster gentoo-dev 2019-06-01 07:25:11 UTC
Created attachment 578254 [details]
temp.tbz2
Comment 8 Larry the Git Cow gentoo-dev 2019-06-01 11:19:52 UTC
The bug has been closed via the following commit(s):

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

commit a909058dd00ca24eabfcf5c42fe9b12df0ff5dda
Author:     Jeroen Roovers <jer@gentoo.org>
AuthorDate: 2019-06-01 11:19:12 +0000
Commit:     Jeroen Roovers <jer@gentoo.org>
CommitDate: 2019-06-01 11:19:48 +0000

    app-editors/beaver: Fix GCC-9.1 inlining
    
    Package-Manager: Portage-2.3.67, Repoman-2.3.13
    Fixes: https://bugs.gentoo.org/687118
    Signed-off-by: Jeroen Roovers <jer@gentoo.org>

 app-editors/beaver/beaver-0.4.1.ebuild | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)