Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 878529 - dev-util/geany-plugins-1.38-r2 - glspi_kfile.c:(.text+<snip>): undefined reference to luaL_openlib
Summary: dev-util/geany-plugins-1.38-r2 - glspi_kfile.c:(.text+<snip>): undefined refe...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Chris Mayo
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-10-28 11:07 UTC by Toralf Förster
Modified: 2022-11-17 01:06 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,17.74 KB, text/plain)
2022-10-28 11:07 UTC, Toralf Förster
Details
dev-util:geany-plugins-1.38-r2:20221028-092426.log.bz2 (dev-util:geany-plugins-1.38-r2:20221028-092426.log.bz2,19.32 KB, application/x-bzip)
2022-10-28 11:07 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,42.76 KB, text/plain)
2022-10-28 11:07 UTC, Toralf Förster
Details
environment (environment,74.65 KB, text/plain)
2022-10-28 11:07 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,8.64 KB, application/x-bzip)
2022-10-28 11:07 UTC, Toralf Förster
Details
logs.tar.bz2 (logs.tar.bz2,13.54 KB, application/x-bzip)
2022-10-28 11:07 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,46.55 KB, application/x-bzip)
2022-10-28 11:07 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 2022-10-28 11:07:50 UTC
too long lines were shrinked:

/bin/sh ../libtool  --tag=CC   --mode=link x86_64-pc-linux-gnu-gcc -DLOCALEDIR=\""/usr/share/locale"\" -DPREFIX=\""/usr"\" -DDOCDIR=\""/usr/share/doc/geany-plugins-1.38-r2"\" -DGEANYPLUGINS_DATADIR=\""/usr/share"\" -DPKGDATADIR=\""/usr/share/geany-plugins"\" -DLIBDIR=\""/usr/lib64"\" -DPKGLIBDIR=\""
libtool: link: x86_64-pc-linux-gnu-gcc -shared  -fPIC -DPIC  .libs/libgeanylua_la-glspi_app.o .libs/libgeanylua_la-glspi_dlg.o .libs/libgeanylua_la-glspi_doc.o .libs/libgeanylua_la-glspi_init.o .libs/libgeanylua_la-glspi_kfile.o .libs/libgeanylua_la-glspi_run.o .libs/libgeanylua_la-glspi_sci.o .libs
libtool: link: x86_64-pc-linux-gnu-gcc -shared  -fPIC -DPIC  .libs/geanylua_la-geanylua.o   -lgeany -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -llua5.1  -pthread -pthread -march=native -O
/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: .libs/libgeanylua_la-glspi_kfile.o: in function `glspi_init_kfile_module':
glspi_kfile.c:(.text+0xe89): undefined reference to `luaL_openlib'
/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: glspi_kfile.c:(.text+0xea9): undefined reference to `luaL_openlib'
/usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: .libs/libgeanylua_la-glspi_run.o: in function `glspi_init_module':

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop_gnome-j4-20221028-031030

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-12 *
clang/llvm (if any):
clang version 15.0.3
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/15/bin
Configuration file: /etc/clang/clang.cfg
/usr/lib/llvm/15
15.0.3
Python 3.10.8
Available Ruby profiles:
  (none found)
Available Rust versions:
  [1]   rust-bin-1.64.0 *
The following VMs are available for generation-2:
*)	Eclipse Temurin JDK 17.0.4.1_p1 [openjdk-bin-17]
Available Java Virtual Machines:
  [1]   openjdk-bin-17  system-vm

The Glorious Glasgow Haskell Compilation System, version 9.0.2
php cli (if any):
GNU Make 4.3

  HEAD of ::gentoo
commit b7eec3696fc84f64c924542de836fff7c6d5aeea
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Fri Oct 28 08:31:51 2022 +0000

    2022-10-28 08:31:50 UTC

emerge -qpvO dev-util/geany-plugins
[ebuild  N    ] dev-util/geany-plugins-1.38-r2  USE="lua nls -ctags -debugger -enchant -git -gpg -gtkspell -markdown -pretty-printer -scope -soup -workbench" LUA_SINGLE_TARGET="lua5-1"
Comment 1 Toralf Förster gentoo-dev 2022-10-28 11:07:51 UTC
Created attachment 825703 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-10-28 11:07:52 UTC
Created attachment 825705 [details]
dev-util:geany-plugins-1.38-r2:20221028-092426.log.bz2
Comment 3 Toralf Förster gentoo-dev 2022-10-28 11:07:54 UTC
Created attachment 825707 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2022-10-28 11:07:55 UTC
Created attachment 825709 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2022-10-28 11:07:56 UTC
Created attachment 825711 [details]
etc.portage.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2022-10-28 11:07:57 UTC
Created attachment 825713 [details]
logs.tar.bz2
Comment 7 Toralf Förster gentoo-dev 2022-10-28 11:07:58 UTC
Created attachment 825715 [details]
temp.tar.bz2
Comment 8 Larry the Git Cow gentoo-dev 2022-10-28 13:21:36 UTC
The bug has been closed via the following commit(s):

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

commit 2f0ab537aa3c03758227bf854da85b0eda28fee5
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2022-10-28 13:04:30 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-10-28 13:21:16 +0000

    dev-util/geany-plugins: fix Lua 5.1 deprecated API implicit. func. decls
    
    Closes: https://bugs.gentoo.org/878529
    Signed-off-by: Sam James <sam@gentoo.org>

 .../{geany-plugins-1.38-r2.ebuild => geany-plugins-1.38-r3.ebuild}  | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
Comment 9 Larry the Git Cow gentoo-dev 2022-11-17 01:06:04 UTC
The bug has been referenced in the following commit(s):

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

commit 0600a310ac4610a88de1b9b5d3e6144ccc5040aa
Author:     Chris Mayo <aklhfex@gmail.com>
AuthorDate: 2022-11-16 19:25:39 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-11-17 00:56:03 +0000

    dev-util/geany-plugins: ensure lua supports deprecated APIs
    
    Bug: https://bugs.gentoo.org/878529
    Closes: https://bugs.gentoo.org/881507
    Signed-off-by: Chris Mayo <aklhfex@gmail.com>
    Closes: https://github.com/gentoo/gentoo/pull/28302
    Signed-off-by: Sam James <sam@gentoo.org>

 .../{geany-plugins-1.38-r3.ebuild => geany-plugins-1.38-r4.ebuild}       | 1 +
 1 file changed, 1 insertion(+)