Commit c833ef3
committed
fix(spindle-ci): TEXMFCNF=both web2c dirs + explicit PSHEADERS for .pro files
iter 35 got past the texmf.cnf-not-found warning (exec -a wrapper
worked), but tex.pro / texps.pro / special.pro / color.pro still
'not found'. Root cause: TEXMFCNF was pointed at exactly one
web2c dir (whichever 'find' returned first — typically the partial
override at share/texmf-config/web2c/), missing the main one at
share/texmf-dist/web2c/ that has the PSHEADERS / DVIPSHEADERS /
TEXMF search-cascade definitions.
Fix:
- Collect ALL web2c dirs containing texmf.cnf, colon-join into
TEXMFCNF so kpathsea reads both override + main configs.
- Additionally export PSHEADERS=...:dvips/base:dvips/config:dvips
as belt+suspenders so kpathsea finds the .pro files even if the
cnf cascade still doesn't fully take effect.1 parent 6d3ea0c commit c833ef3
1 file changed
Lines changed: 24 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
219 | 219 | | |
220 | 220 | | |
221 | 221 | | |
222 | | - | |
223 | | - | |
224 | | - | |
225 | | - | |
226 | | - | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
227 | 238 | | |
228 | 239 | | |
229 | 240 | | |
230 | 241 | | |
231 | | - | |
232 | | - | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
233 | 248 | | |
234 | 249 | | |
235 | 250 | | |
236 | 251 | | |
237 | 252 | | |
238 | | - | |
| 253 | + | |
239 | 254 | | |
240 | 255 | | |
| 256 | + | |
241 | 257 | | |
242 | 258 | | |
243 | 259 | | |
| |||
0 commit comments