Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 663274 - dev-perl/Text-Unaccent fails tests on perl 5.28 (undefined symbol: unac_debug_callback)
Summary: dev-perl/Text-Unaccent fails tests on perl 5.28 (undefined symbol: unac_debug...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Perl team
URL: https://rt.cpan.org/Ticket/Display.ht...
Whiteboard:
Keywords: PMASKED, TESTFAILURE
Depends on:
Blocks: perl-5.28 perl-5.28-unmask
  Show dependency tree
 
Reported: 2018-08-10 05:42 UTC by Kent Fredric (IRC: kent\n) (RETIRED)
Modified: 2021-05-23 12:36 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kent Fredric (IRC: kent\n) (RETIRED) gentoo-dev 2018-08-10 05:42:44 UTC
>>> Compiling source in /var/tmp/portage/dev-perl/Text-Unaccent-1.80.0-r1/work/Text-Unaccent-1.08 ...
 * emake OTHERLDFLAGS=-Wl,-O1 -Wl,--as-needed
make -j3 'OTHERLDFLAGS=-Wl,-O1 -Wl,--as-needed'
"/usr/bin/perl" "/usr/lib64/perl5/5.28.0/ExtUtils/xsubpp"  -typemap '/usr/lib64/perl5/5.28.0/ExtUtils/typemap'  Unaccent.xs > Unaccent.xsc
Running Mkbootstrap for Unaccent ()
chmod 644 "Unaccent.bs"
x86_64-pc-linux-gnu-gcc -c  -I. -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=native -mtune=native -O2 -pipe   -DVERSION=\"1.08\" -DXS_VERSION=\"1.08\" -fPIC "-I/usr/lib64/perl5/5.28.0/x86_64-linux-thread-multi/
CORE"  -DHAVE_CONFIG_H unac.c
cp Unaccent.pm blib/lib/Text/Unaccent.pm
"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Unaccent.bs blib/arch/auto/Text/Unaccent/Unaccent.bs 644
mv Unaccent.xsc Unaccent.c
x86_64-pc-linux-gnu-gcc -c  -I. -D_REENTRANT -D_GNU_SOURCE -fwrapv -fno-strict-aliasing -pipe -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -march=native -mtune=native -O2 -pipe   -DVERSION=\"1.08\" -DXS_VERSION=\"1.08\" -fPIC "-I/usr/lib64/perl5/5.28.0/x86_64-linux-thread-multi/
CORE"  -DHAVE_CONFIG_H Unaccent.c
Unaccent.xs: In function ‘XS_Text__Unaccent_unac_debug’:
Unaccent.xs:109:10: warning: implicit declaration of function ‘unac_debug_callback’; did you mean ‘unac_debug_print’? [-Wimplicit-function-declaration]
          unac_debug_callback(in, unac_debug_print, NULL);
          ^~~~~~~~~~~~~~~~~~~
          unac_debug_print
rm -f blib/arch/auto/Text/Unaccent/Unaccent.so
x86_64-pc-linux-gnu-gcc  -shared -march=native -mtune=native -O2 -pipe -Wl,-O1 -Wl,--as-needed  Unaccent.o unac.o -Wl,-O1 -Wl,--as-needed -o blib/arch/auto/Text/Unaccent/Unaccent.so  \
      \

chmod 755 blib/arch/auto/Text/Unaccent/Unaccent.so
>>> Source compiled.


...

>>> Test phase: dev-perl/Text-Unaccent-1.80.0-r1
make -j3 test TEST_VERBOSE=0
"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Unaccent.bs blib/arch/auto/Text/Unaccent/Unaccent.bs 644
PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/unac.t .. Can't load '/var/tmp/portage/dev-perl/Text-Unaccent-1.80.0-r1/work/Text-Unaccent-1.08/blib/arch/auto/Text/Unaccent/Unaccent.so' for module Text::Unaccent: /var/tmp/portage/dev-perl/Text-Unaccent-1.80.0-r1/work/Text-Unaccent-1.08/blib/arch/auto/Text/Unaccent/Unaccen
t.so: undefined symbol: unac_debug_callback at /usr/lib64/perl5/5.28.0/x86_64-linux-thread-multi/DynaLoader.pm line 193.
 at t/unac.t line 20.
Compilation failed in require at t/unac.t line 20.
BEGIN failed--compilation aborted at t/unac.t line 20.
t/unac.t .. Dubious, test returned 2 (wstat 512, 0x200)
No subtests run

Test Summary Report
-------------------
t/unac.t (Wstat: 512 Tests: 0 Failed: 0)
  Non-zero exit status: 2
  Parse errors: No plan found in TAP output
Files=1, Tests=0,  0 wallclock secs ( 0.03 usr  0.01 sys +  0.02 cusr  0.00 csys =  0.06 CPU)
Result: FAIL
Comment 1 Andreas K. Hüttel archtester gentoo-dev 2019-05-19 20:46:51 UTC
No reverse dependencies. Let's ignore this bug for now.
Comment 2 Andreas K. Hüttel archtester gentoo-dev 2019-10-13 02:08:14 UTC
Last upstream release in 2004
Comment 3 Larry the Git Cow gentoo-dev 2021-04-25 21:37:48 UTC
The bug has been referenced in the following commit(s):

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

commit d457e6899137afd715a91121b61579c8f534d7ea
Author:     Andreas K. Hüttel <dilfridge@gentoo.org>
AuthorDate: 2021-04-25 21:17:50 +0000
Commit:     Andreas K. Hüttel <dilfridge@gentoo.org>
CommitDate: 2021-04-25 21:37:32 +0000

    package.mask: Mask dev-perl/Text-Unaccent for removal
    
    Bug: https://bugs.gentoo.org/663274
    Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>

 profiles/package.mask | 4 ++++
 1 file changed, 4 insertions(+)
Comment 4 Larry the Git Cow gentoo-dev 2021-05-23 12:36:37 UTC
The bug has been closed via the following commit(s):

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

commit 49735a1e16ccce54393818c0fcb1d37b3e3edb1e
Author:     Jakov Smolic <jakov.smolic@sartura.hr>
AuthorDate: 2021-05-23 12:36:01 +0000
Commit:     David Seifert <soap@gentoo.org>
CommitDate: 2021-05-23 12:36:01 +0000

    dev-perl/Text-Unaccent: Remove last-rited pkg
    
    Closes: https://bugs.gentoo.org/663274
    Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
    Signed-off-by: David Seifert <soap@gentoo.org>

 dev-perl/Text-Unaccent/Manifest                    |  1 -
 .../Text-Unaccent/Text-Unaccent-1.80.0-r1.ebuild   | 18 ---------------
 .../Text-Unaccent/files/text-unaccent_size_t.diff  | 27 ----------------------
 dev-perl/Text-Unaccent/metadata.xml                | 12 ----------
 profiles/package.mask                              |  4 ----
 5 files changed, 62 deletions(-)