Skip to content
This repository has been archived by the owner on Mar 3, 2022. It is now read-only.

Build error on Mac OS X #120

Closed
martinlehoux opened this issue Sep 27, 2019 · 2 comments
Closed

Build error on Mac OS X #120

martinlehoux opened this issue Sep 27, 2019 · 2 comments
Labels
bug When the issue is about a bug

Comments

@martinlehoux
Copy link

Steps to reproduce
OS: macOS Mojave 10.14.6 (18G95) (Le MacBook Pro (Retina, 13 pouces, mi-2014))

cmake .             #If you want to build in Debug, use -DCMAKE_BUILD_TYPE=Debug
make
sudo make install   # install the game into your system
make package        # generate both .deb package and .tar.gz package

Error
make package

CMake Error at /Users/kagamino/Documents/Projets/OpMon/cmake_install.cmake:55 (file):
  file failed to open for writing (Permission denied):

    /Users/kagamino/Documents/Projets/OpMon/install_manifest.txt

ls -la
root staff 23688 27 sep 09:50 install_manifest.txt
This file seems to have wrong permissions

@martinlehoux
Copy link
Author

Solution
Changing ownership back to my user worked fine

@milkyroute milkyroute added bug When the issue is about a bug read labels Sep 29, 2019
@milkyroute milkyroute self-assigned this Sep 29, 2019
@milkyroute
Copy link
Member

milkyroute commented Sep 29, 2019

I've checked permissions on Linux and I have not seen any problem. For now, I'll consider this is as an isolated case, but if something similar happens, don't hesitate to comment here so I will reopen the issue.

@milkyroute milkyroute added read and removed read labels Sep 29, 2019
@milkyroute milkyroute removed their assignment Sep 29, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug When the issue is about a bug
Projects
None yet
Development

No branches or pull requests

2 participants