Grammalecte  History Of Ticket 03b395cc4f5dab6131938b1f17065d0ba13f52ff

Artifacts Associated With Ticket 03b395cc4f5dab6131938b1f17065d0ba13f52ff

  1. Ticket change [b03eb19b32] (rid 9724) by anonymous on 2019-11-02 21:36:46:

    1. foundin initialized to: "1.5.0"
    2. icomment:
      Hello,
      
      While trying to build a rpm package for Fedora in a mock environment
      (chrooted rpmbuild), I encountered these problems:
      
      - gc_lang/fr/build_data.py try to launch genfrdic.py, with os system shell,
      but it is not in the PATH. Had to replace line:
      
      os.system("genfrdic.py -s -gl -v "+sVersion)
      
      with:
      
      os.system("python3 ./genfrdic.py -s -gl -v "+sVersion)
      
      to get it working. Not sure it is the right way to solve this. 
      Adding python3 helps because even if the shebang file is "#!python3" 
      the genfrdic.py file is not executable, and just modifying the line to: 
      
      os.system("./genfrdic.py -s -gl -v "+sVersion) 
      
      doesn't help.
      
      Then, while genfrdic.py works, it tries to access to 
      gc_lang/fr/dictionnaire/lexique/French.tagset.txt file, but only 
      gc_lang/fr/dictionnaire/lexique/french.tagset.txt exists 
      (with a "f" not a "F").
      Renaming gc_lang/fr/dictionnaire/lexique/french.tagset.txt to
       gc_lang/fr/dictionnaire/lexique/French.tagset.txt resolve the problem.
      
      One last minor glitch that is not probably needed to fix is that 
      all the python files shebang were modified from "#!python3" to 
      "#!/usr/bin/python3" to be in sync with Fedora packaging guidelines.
      
      Hope this helps. Any comments about this subject are welcome.
      
      Cordially,
      
      
      -- 
      NVieville
      
    3. login: "anonymous"
    4. mimetype: "text/plain"
    5. private_contact initialized to: "ca604a32dc58f709231a503cb64110ed1d3b69b1"
    6. severity initialized to: "Important"
    7. status initialized to: "Open"
    8. title initialized to:
      Building problem in a chroot - build_data.py and genfrdic.py related
      
    9. type initialized to: "Build_Problem"
  2. Ticket change [33b103395c] (rid 9834) by olr on 2020-01-02 10:03:46:

    1. icomment:
      Really sorry for the late answer.
      
      About the file “French.tagset.txt”, I don’t know what to say: this file is with a “F” on my hard drive and is also with a “F” on the repository. So I don’t understand how the “f” appeared on your system.
      
      About the build system, I’ll try to solve it asap.
      
    2. login: "olr"
    3. mimetype: "text/x-fossil-plain"
    4. priority changed to: "Immediate"
    5. resolution changed to: "Open"
    6. subsystem changed to: "Other"
  3. Ticket change [27f5219a7c] (rid 9870) by olr on 2020-01-06 16:16:10:

    1. icomment:
      Fixed.
      About the filename, nothing can be done. It’s already as it should be.
      
    2. login: "olr"
    3. mimetype: "text/x-fossil-plain"
    4. resolution changed to: "Fixed"
  4. Ticket change [9e7b2ea479] (rid 9871) by olr on 2020-01-06 16:16:31:

    1. login: "olr"
    2. mimetype: "text/x-fossil-plain"
    3. status changed to: "Closed"