Bug 281445 - math/cantor cantor-23.08.5_4 build missing_header
Summary: math/cantor cantor-23.08.5_4 build missing_header
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: amd64 Any
: --- Affects Many People
Assignee: freebsd-kde (group)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-09-11 16:55 UTC by Dennis Clarke
Modified: 2024-09-12 22:44 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (kde)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dennis Clarke 2024-09-11 16:55:56 UTC
In ports branch 2024Q3 I see poudriere fails with : 

/wrkdirs/usr/ports/math/cantor/work/cantor-23.08.5/src/markdownentry.cpp:37:10: fatal error: 'mkdio.h' file not found
#include <mkdio.h>
         ^~~~~~~~~
1 error generated.

Which then blocks KDE5 etc : 

triton# 
triton# cat /poudriere/data/logs/bulk/140amd64-2024Q3/2024-09-11_13h38m09s/.poudriere.ports.skipped
x11/kde5 kde5-5.27.11.23.08.5_2 cantor-23.08.5_4
misc/kdeedu kdeedu-23.08.5_1 cantor-23.08.5_4
triton# 

However the version of math/cantor in "main" branch is fine : 

------------- ports branch "main" ---------------------

===>  Building packages for cantor-23.08.5_4
===>   Building cantor-23.08.5_4
===========================================================================
=>> Cleaning up wrkdir
===>  Cleaning for cantor-23.08.5_4
build of math/cantor | cantor-23.08.5_4 ended at Wed Sep 11 07:24:07 UTC 2024
build time: 00:06:38


Seems to be a problem only in 2024Q3 branch.
Comment 1 Dennis Clarke 2024-09-12 22:44:45 UTC
The problem has magically gone away.

No idea why.