Getting "Error copying file Mod/Path/PathCommands.py"

Here's the place for discussion related to CAM/CNC and the development of the Path module.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
zaphodbe
Posts: 7
Joined: Fri Jun 26, 2020 7:32 am

Getting "Error copying file Mod/Path/PathCommands.py"

Post by zaphodbe »

With the latest HEAD/Master I am getting the following error...

Code: Select all

Error copying file "...git/src/Mod/Path/PathCommands.py" to "...build/Mod/Path/PathCommands.py".
make[2]: *** [Mod/Path/PathCommands.py] Error 1
make[2]: *** Deleting file `Mod/Path/PathCommands.py'
Tried resyncing a number of times and still getting it. This has shown up in the last few days.

I looked through the archive of issues and see a similar issue back in 2016, but as things have changed quite a bit since then so thought it better to open a new discussion.
vocx
Veteran
Posts: 5197
Joined: Thu Oct 18, 2018 9:18 pm

Re: Getting "Error copying file Mod/Path/PathCommands.py"

Post by vocx »

zaphodbe wrote: Sun Sep 13, 2020 6:40 pm With the latest HEAD/Master I am getting the following error...
...
Yes, but what else? You need to provide much more information about your system and how you are trying to compile.

I just compiled the latest in Ubuntu, no problems.

Code: Select all

OS: Ubuntu 18.04.5 LTS (ubuntu:GNOME/ubuntu)
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.19.22436 (Git)
Build type: Release
Branch: master
Hash: 7459f87c88c502138edda363748b61c63ba980e2
Python version: 3.6.9
Qt version: 5.9.5
Coin version: 4.0.0a
OCC version: 7.3.0
Locale: English/UnitedStates (en_US)
Always add the important information to your posts if you need help. Also see Tutorials and Video tutorials.
To support the documentation effort, and code development, your donation is appreciated: liberapay.com/FreeCAD.
zaphodbe
Posts: 7
Joined: Fri Jun 26, 2020 7:32 am

Re: Getting "Error copying file Mod/Path/PathCommands.py"

Post by zaphodbe »

Sorry yes in future will include more information.

With the new merges this has now been resolved.
Post Reply