View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0004840 | FEM | Bug | public | 2022-02-06 17:11 | 2022-02-06 18:55 |
| Reporter | StefanBruens | Assigned To | keithsloan52 | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | assigned | Resolution | open | ||
| Product Version | 0.19 | ||||
| Summary | 0004840: parsetab.py not created as part of installation | ||||
| Description | FreeCAD uses ply.yacc in two places:
According to https://www.skenz.it/compilers/ply > Since table construction is relatively expensive (especially for large grammars), the resulting parsing table is written to a file called parsetab.py. In addition, a debugging file called parser.out is created. When FreeCAD has been installed to a write-protected (not writable by regular user) path, the parsetab.py can not be created. | ||||
| Steps To Reproduce | This is e.g. visible when running the "TestFemApp" unit test: | ||||
| Additional Information | This was already mentioned in: https://forum.freecadweb.org/viewtopic.php?style=1&p=369267#p369267 | ||||
| Tags | No tags attached. | ||||
| FreeCAD Information | OS: openSUSE Tumbleweed (KDE//usr/share/xsessions/plasma5) Word size of OS: 64-bit Word size of FreeCAD: 64-bit Version: 0.19.Unknown Build type: Release Python version: 3.8.12 Qt version: 5.15.2 Coin version: 3.1.3 OCC version: 7.5.3 Locale: English/United States (en_US) | ||||
|
|
As the relevant code is unchanged in master, this also applies to 0.20 |
|
|
@StefanBruens thanks. @keithsloan52 this is openscad related. Care to weigh-in? Edit: forum thread exists |
|
|
This ticket has been migrated to GitHub as issue 6315. |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2022-02-06 17:11 | StefanBruens | New Issue | |
| 2022-02-06 17:41 | StefanBruens | Note Added: 0016364 | |
| 2022-02-06 18:50 | Kunda1 | Note Added: 0016368 | |
| 2022-02-06 18:52 | Kunda1 | Note Edited: 0016368 | |
| 2022-02-06 18:53 | Kunda1 | Steps to Reproduce Updated | |
| 2022-02-06 18:53 | Kunda1 | Description Updated | |
| 2022-02-06 18:54 | Kunda1 | Assigned To | => keithsloan52 |
| 2022-02-06 18:54 | Kunda1 | Status | new => assigned |
| 2022-02-06 18:55 | Kunda1 | Note Edited: 0016368 |
FreeCAD