Skip to content

Errors when running specsetup.py via make #1

@falko

Description

@falko
$ make
/home/falko/git/mdsa-omg-spec-test/./mdsa-tools/omgmdsa/specsetup.py:53: SyntaxWarning: invalid escape sequence '\s'
  setup.write("\setvalue\{" + field + "}{" + self.__dict__[field] + "}\n")
Traceback (most recent call last):
  File "/home/falko/git/mdsa-omg-spec-test/./mdsa-tools/omgmdsa/specsetup.py", line 8, in <module>
    from errutils import erlogging
ModuleNotFoundError: No module named 'errutils'
/home/falko/git/mdsa-omg-spec-test/./mdsa-tools/omgmdsa/specsetup.py:53: SyntaxWarning: invalid escape sequence '\s'
  setup.write("\setvalue\{" + field + "}{" + self.__dict__[field] + "}\n")
Traceback (most recent call last):
  File "/home/falko/git/mdsa-omg-spec-test/./mdsa-tools/omgmdsa/specsetup.py", line 8, in <module>
    from errutils import erlogging
ModuleNotFoundError: No module named 'errutils'
mkdir -p "build"
cp mdsa-omg-core/RFP_Template.tex build/RFP_Template.tex
cp mdsa-omg-core/RFP.tex build/RFP.tex
cp mdsa-omg-core/Specification_Template.tex build/Specification_Template.tex
cp mdsa-omg-core/Specification.tex build/Specification.tex
cp mdsa-omg-core/omg_modelgen.sty build/omg_modelgen.sty
cp mdsa-omg-core/omg_rfp.sty build/omg_rfp.sty
cp mdsa-omg-core/omg_specification.sty build/omg_specification.sty
cp mdsa-omg-core/omg.sty build/omg.sty
cp mdsa-omg-core/iso.bib build/iso.bib
cp mdsa-omg-core/omg.bib build/omg.bib
cp mdsa-omg-core/w3.bib build/w3.bib
cp 0_Acknowledgements.tex build/0_Acknowledgements.tex
cp 0_Additional.tex build/0_Additional.tex
cp 0_Changes_To_Existing.tex build/0_Changes_To_Existing.tex
cp 0_Introduction.tex build/0_Introduction.tex
cp 0_Issues.tex build/0_Issues.tex
cp 0_Proof_Of_Concept.tex build/0_Proof_Of_Concept.tex
cp 0_Relation_To_Existing.tex build/0_Relation_To_Existing.tex
cp 0_Resolutions_Mandatory.tex build/0_Resolutions_Mandatory.tex
cp 0_Resolutions_Optional.tex build/0_Resolutions_Optional.tex
cp 0_Submitters.tex build/0_Submitters.tex
cp 1_Scope.tex build/1_Scope.tex
cp 2_Basic_Conformance.tex build/2_Basic_Conformance.tex
cp 2_Extended_Conformance.tex build/2_Extended_Conformance.tex
cp 2_Profile_Conformance.tex build/2_Profile_Conformance.tex
cp 4_Terms.tex build/4_Terms.tex
cp 5_Symbols.tex build/5_Symbols.tex
cp 6_Additional.tex build/6_Additional.tex
cp 7+_Technical_Content.tex build/7+_Technical_Content.tex
cp A_Annexes.tex build/A_Annexes.tex
cp _Specification_AuthorSettings.tex build/_Specification_AuthorSettings.tex
cp _Specification_Setup.tex build/_Specification_Setup.tex
cp specification.bib build/specification.bib
--- Creating PDF
cd build && pdflatex ./Specification.tex 2>&1 > /dev/null

I already found that errutils is a Python library but I don't know how to install it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions