Your message dated Thu, 15 Feb 2024 20:37:38 +0000
with message-id <e1raiue-00bq8g...@fasolo.debian.org>
and subject line Bug#1063707: fixed in lua5.4 5.4.6-3
has caused the Debian Bug report #1063707,
regarding liblua5.4-0: C++ library missing all "lua*" function symbols
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1063707: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1063707
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: liblua5.4-0
Version: 5.4.6-2
Severity: grave
Justification: renders package unusable
X-Debbugs-Cc: p...@pehjota.net

Hi,

Since version 5.4.6-1, liblua5.4-c++.so.0.0.0 defines no "lua_*"
function symbols (only "lua_ident@@LUA_5.4"):

    $ readelf -s /usr/lib/x86_64-linux-gnu/liblua5.4-c++.so.0.0.0 | grep -F lua_
       101: 00000000000315e0   129 OBJECT  GLOBAL DEFAULT   15 
lua_ident@@LUA_5.4
    $ readelf -s /usr/lib/i386-linux-gnu/liblua5.4-c++.so.0.0.0 | grep -F lua_
       106: 00030600   129 OBJECT  GLOBAL DEFAULT   15 lua_ident@@LUA_5.4

Version 5.4.4-3 is OK:

    $ readelf -s /usr/lib/x86_64-linux-gnu/liblua5.4-c++.so.0.0.0 | grep -F 
lua_ | head -n 5
       102: 000000000000a610   220 FUNC    GLOBAL DEFAULT   13 
lua_pus[...]@@LUA_5.4
       103: 000000000000a940   160 FUNC    GLOBAL DEFAULT   13 
lua_getfield@@LUA_5.4
       104: 000000000000a5e0    48 FUNC    GLOBAL DEFAULT   13 
lua_pus[...]@@LUA_5.4
       105: 000000000000b330   273 FUNC    GLOBAL DEFAULT   13 
lua_set[...]@@LUA_5.4
       107: 000000000000bbf0    86 FUNC    GLOBAL DEFAULT   13 
lua_toclose@@LUA_5.4
    $ readelf -s /usr/lib/i386-linux-gnu/liblua5.4-c++.so.0.0.0 | grep -F lua_ 
| head -n 5
       107: 00006780    64 FUNC    GLOBAL DEFAULT   13 lua_pus[...]@@LUA_5.4
       108: 00006a10   173 FUNC    GLOBAL DEFAULT   13 lua_getfield@@LUA_5.4
       109: 00006740    60 FUNC    GLOBAL DEFAULT   13 lua_pus[...]@@LUA_5.4
       110: 000074f0   253 FUNC    GLOBAL DEFAULT   13 lua_set[...]@@LUA_5.4
       112: 00007c30    85 FUNC    GLOBAL DEFAULT   13 lua_toclose@@LUA_5.4

The problem is that 0003-extern_C.patch was refreshed but mistakenly
removed from debian/patches/series in version 5.4.6-1 (commit d46ea48)
and then removed completely from debian/patches/ in version 5.4.6-2
(commit 02278c6).

--- End Message ---
--- Begin Message ---
Source: lua5.4
Source-Version: 5.4.6-3
Done: Debian Lua Team <pkg-lua-de...@lists.alioth.debian.org>

We believe that the bug you reported is fixed in the latest version of
lua5.4, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1063...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Debian Lua Team <pkg-lua-de...@lists.alioth.debian.org> (supplier of updated 
lua5.4 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sun, 11 Feb 2024 07:29:32 -0500
Source: lua5.4
Built-For-Profiles: noudeb
Architecture: source
Version: 5.4.6-3
Distribution: unstable
Urgency: high
Maintainer: Debian Lua Team <pkg-lua-de...@lists.alioth.debian.org>
Changed-By: Debian Lua Team <pkg-lua-de...@lists.alioth.debian.org>
Closes: 1063707
Changes:
 lua5.4 (5.4.6-3) unstable; urgency=high
 .
   [ P. J. McDermott ]
   * Fix completely broken C++ library missing all "lua*" function symbols.
     0003-extern_C.patch was removed in 5.4.6-1 per request in #1032533,
     replacing all the C symbols with C++ mangled names, but the export map
     debian/version-script listed only C symbols. (closes: #1063707)
     - Extend DEP-8 test to check C++ library.
   * Update liblua5.4-dev Recommends from pkg-config to pkgconf.
     (Fixes lintian error tag depends-on-obsolete-package)
   * Add Rules-Requires-Root: no.
     (Fixes lintian pedantic tag silent-on-rules-requiring-root)
   * Move "-e" from "#!" line to "set" command in lua5.4 prerm script.
     (Fixes lintian pedantic tag maintainer-script-without-set-e)
   * Add debian/salsa-ci.yml.
Checksums-Sha1:
 3eb39f2c84fe05d9b761ba23e1e4fbb9c8e4b8c6 2051 lua5.4_5.4.6-3.dsc
 1a4af6f295dea2e8fba134e8651c67e82a66bea8 13064 lua5.4_5.4.6-3.debian.tar.xz
 705630cf1ca154c8377bf000191c01cb570019ad 7883 lua5.4_5.4.6-3_source.buildinfo
Checksums-Sha256:
 7c86561fb70d98873148abec0678a0a5995c47726f656f43590e1d51d2a80e80 2051 
lua5.4_5.4.6-3.dsc
 6ccef0ed6494cb1c25f7514a56b2a56110356e4f79617774d4a9417406965d9c 13064 
lua5.4_5.4.6-3.debian.tar.xz
 b345cb79924b8a76ee1ee50c62566ae425ded0e5cde04afd97aaffff55248399 7883 
lua5.4_5.4.6-3_source.buildinfo
Files:
 2e07202b9233dbe5366cf569d9a44d46 2051 interpreters optional lua5.4_5.4.6-3.dsc
 32e99897b198ec544d92c3fa79a1226b 13064 interpreters optional 
lua5.4_5.4.6-3.debian.tar.xz
 0a33222860b89e38d8271a98b442e07c 7883 interpreters optional 
lua5.4_5.4.6-3_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEkpeKbhleSSGCX3/w808JdE6fXdkFAmXOc1YACgkQ808JdE6f
XdkkxQ//Wv818R8fUJMlrd8FSICGLlKl9n2SluB3je+/lhXxotJSmVos1B9HKu68
T1DQpfohHHDXtgWc7Qu81WTzfxPIZoL88ksn68W4bH382qo48L0GkOQFMu33vkQs
Ms30LB3+x7VBBLdMuk22ouV1hW/xHrR6RAoScDbGtQuWhJkD4qntJ/K6H/cun/NH
ACGB78qwq73Rkn3kbOzg5z+lMSvhqftoGjhGxQbzZMapotVkGH+ywkCgMi0BLVha
70CsDMSZSFdhy4ckIVk130bgDb2uthLP5Oo6LDn8zzjs4UVupp6ftRfhyWT2tk0Q
BsnS04xf3n1i3UmbGtkfpa6YfdheatiIl+OJMLwfUVClRtAhVvt2GwmWaM7GAm02
aJB+18aiGhKXO3D5rP2froOh8oJ6XWrOO8js7qMHQju3uZyLEwVZrAGDW/ycm2f0
vkHBHa0czzeB68C2Q9C4y3G9i7FQ7GOSyAWz4kvehK0dmGn/nR8jOqrkg81WXXkP
Os26iDxGfgCAmVgFHIZBfjb78C6MfvkONCPDH+7BNmweMqc2LShQYlcbrdj//j20
Av+wlVJtP+JldlSjDmnVZ6z96GU+KfbM+pIYAzRoZdzj+YcGSHqwkrD8Z5IUVexJ
on99Liu+DW1IHRXpftTfFn53Yaa3X9qofSFgo18LisV6vPxZqDg=
=jQT7
-----END PGP SIGNATURE-----

Attachment: pgpGoP4PfyCe4.pgp
Description: PGP signature


--- End Message ---

Reply via email to