Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 926246 - Forums general admin function 'Make Includes' shows signs of issues
Summary: Forums general admin function 'Make Includes' shows signs of issues
Status: CONFIRMED
Alias: None
Product: Gentoo Infrastructure
Classification: Unclassified
Component: Forums (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Infrastructure
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-03-06 09:06 UTC by Chiitoo
Modified: 2024-03-06 09:06 UTC (History)
2 users (show)

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 Chiitoo gentoo-dev 2024-03-06 09:06:52 UTC
When running 'Make Includes' via the ACP, it returns a list with items coloured in red.

I can't remember for sure right now, but I believe they have been green in the past.

Looking at the code [1], it seems they are only painted green 'if (is_writable($tmpFile))'.

These include files reduce the need of database lookups, but I don't know to what extent this may be an actual problem.  That said, if this 'tmpFile' is not writable, I suspect it could mean that this is not the only issue lurking about.

1. https://gitweb.gentoo.org/proj/forums.git/tree/htdocs/admin/admin_mkforums_includes.php?h=forumscvs#n174