Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • Mobilizon Mobilizon
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 454
    • Issues 454
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 4
    • Merge requests 4
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Framasoft
  • MobilizonMobilizon
  • Issues
  • #861

Closed
Open
Created Aug 27, 2021 by Laurent Roger@lc3t35

Installation setp : (Mix) Could not compile dependency :eblurhash

Description

Following the documentation after clone, make setup stops on this error :

Done in 234.09s.
yarn run v1.22.10
$ bash ./scripts/build/pictures.sh
Generating responsive versions of the pictures…

Done!
Generating optimized versions of the pictures…

Done!
Done in 0.10s.
==> earmark_parser
Compiling 1 file (.yrl)
Compiling 2 files (.xrl)
Compiling 3 files (.erl)
Compiling 32 files (.ex)
Generated earmark_parser app
==> jumper
Compiling 1 file (.ex)
Generated jumper app
===> Analyzing applications...
===> Compiling parse_trans
==> shortuuid
Compiling 1 file (.ex)
Generated shortuuid app
==> hut (compile)
Compiled src/hut.erl
==> unsafe
Compiling 3 files (.ex)
Generated unsafe app
==> geolix
Compiling 8 files (.ex)
Generated geolix app
make: Entering directory '/app/deps/eblurhash/c_src'
make: pwd: Operation not permitted
make: uname: Operation not permitted
cc -o /../priv/blurhash blurhash_stb.c encode.c -lm
make: cc: Operation not permitted
make: *** [Makefile:30: /../priv/blurhash] Error 127
make: Leaving directory '/app/deps/eblurhash/c_src'
===> Hook for compile failed!

==> mobilizon
** (Mix) Could not compile dependency :eblurhash, "/root/.mix/rebar3 bare compile --paths /app/_build/dev/lib/*/ebin" command failed. You can recompile this dependency with "mix deps.compile eblurhash", update it with "mix deps.update eblurhash" or clean it with "mix deps.clean eblurhash"
make: Entering directory '/app/deps/eblurhash/c_src'
make: pwd: Operation not permitted
make: uname: Operation not permitted
cc -o /../priv/blurhash blurhash_stb.c encode.c -lm
make: cc: Operation not permitted
make: *** [Makefile:30: /../priv/blurhash] Error 127
make: Leaving directory '/app/deps/eblurhash/c_src'
===> Hook for compile failed!

** (Mix) Could not compile dependency :eblurhash, "/root/.mix/rebar3 bare compile --paths /app/_build/dev/lib/*/ebin" command failed. You can recompile this dependency with "mix deps.compile eblurhash", update it with "mix deps.update eblurhash" or clean it with "mix deps.clean eblurhash"
ERROR: 1
make: *** [setup] Error 1

Additional Information

OSX 11.5.2 Docker Version 3.6.0 (3.6.0.5487) - Engine 20.10.8

Edited Aug 27, 2021 by Laurent Roger
Assignee
Assign to
Time tracking