Bug 1551656 - perl-Unix-Mknod-0.04-9.fc29 FTBFS: Mknod.so: undefined symbol: minor
Summary: perl-Unix-Mknod-0.04-9.fc29 FTBFS: Mknod.so: undefined symbol: minor
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: perl-Unix-Mknod
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Petr Pisar
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2018-03-05 16:06 UTC by Petr Pisar
Modified: 2018-03-05 16:36 UTC (History)
2 users (show)

Fixed In Version: perl-Unix-Mknod-0.04-10.fc29
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2018-03-05 16:36:35 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
CPAN 124687 0 None None None 2018-03-05 16:19:27 UTC

Description Petr Pisar 2018-03-05 16:06:34 UTC
perl-Unix-Mknod-0.04-9.fc29 fails to build in F29 because a test fails:

+ make test
"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Mknod.bs blib/arch/auto/Unix/M
knod/Mknod.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
Can't load '/home/test/fedora/perl-Unix-Mknod/Unix-Mknod-0.04/blib/arch/auto/Unix/Mknod/Mk
nod.so' for module Unix::Mknod: /home/test/fedora/perl-Unix-Mknod/Unix-Mknod-0.04/blib/arc
h/auto/Unix/Mknod/Mknod.so: undefined symbol: minor at /usr/lib64/perl5/DynaLoader.pm line
 193.
 at t/Unix-Mknod.t line 10.
Compilation failed in require at t/Unix-Mknod.t line 10.

It seems something has changes in glibc header files and the minor() macro is not defined anymore. Maybe Mknod.xs should include <sys/sysmacros.h> as minor(3) manual page documents.

A difference between passing and failing build root is <https://apps.fedoraproject.org/koschei/build/4396138>.


Note You need to log in before you can comment on or make changes to this bug.