Custom Query (111 matches)
Results (55 - 57 of 111)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#79 | fixed | Errors when building survex RPM for fedora | ||
Description |
There are 2 errors with the survex.spec file when attempting to build a RPM for fedora 23. These are: 1) The survex mime file has moved from /usr/share/mime/survex* to /usr/share/mime/packages/survex.xml so the %files section of the spec file needs updating, and 2) Fedora 23 has upgraded to RPM version 4.13, which is fussier about empty package files. By default an empty 'survex-debug' package will be built, which will now cause the rpmbuild process to fail. Google suggests that the 'fix' for this is to include # workaround for rpm 4.13 %define _empty_manifest_terminate_build 0 in the spec file - I just added this before the %description section and the build then worked fine. Cheers, James |
|||
#143 | fixed | Assertion failure handling *equate | ||
Description |
netbits.c:381: assert(!fixed(stn)) failed cavern: error: Bug in program detected! Please report this to the authors Survex processing works on single files and smaller groups but failed (for the first time ever!) on a file with over 650 entries. |
|||
#125 | fixed | Gedit not showing survex markup in Debian Bulls eye and Ubuntu 20.04 | ||
Description |
In Ubuntu 20.04.2 LTS, installing survex seems to have created the file /usr/share/gtksourceview-3.0/language-specs/survex.lang I note this is the only file in that directory and markup is does not work with gedit. I note there are lots of lang files are in /usr/share/gtksourceview-4/language-specs/ It looks like this also effects debian bulls eye So it looks like /usr/share/gtksourceview-3.0/language-specs/survex.lang should be changed to /usr/share/gtksourceview-4/language-specs/survex.lang |