Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[opam] is not building #1765

Closed
nellshamrell opened this issue Aug 6, 2018 · 4 comments
Closed

[opam] is not building #1765

nellshamrell opened this issue Aug 6, 2018 · 4 comments

Comments

@nellshamrell
Copy link
Contributor

Failing with:

cd tmp && tar xfz ../extlib-1.5.3.tar.gz
tar: extlib-1.5.3/install.ml: Cannot change ownership to uid 1000, gid 1000: Invalid argument
tar: extlib-1.5.3/bitSet.mli: Cannot change ownership to uid 1000, gid 1000: Invalid argument
tar: extlib-1.5.3/base64.ml: Cannot change ownership to uid 1000, gid 1000: Invalid argument
tar: extlib-1.5.3/extLib.ml: Cannot change ownership to uid 1000, gid 1000: Invalid argument
tar: extlib-1.5.3/optParse.ml: Cannot change ownership to uid 1000, gid 1000: Invalid argument
tar: extlib-1.5.3/uChar.mli: Cannot change ownership to uid 1000, gid 1000: Invalid argument
tar: extlib-1.5.3/dllist.ml: Cannot change ownership to uid 1000, gid 1000: Invalid argument
tar: extlib-1.5.3/extArray.ml: Cannot change ownership to uid 1000, gid 1000: Invalid argument
tar: extlib-1.5.3/option.ml: Cannot change ownership to uid 1000, gid 1000: Invalid argument
tar: extlib-1.5.3/extString.mli: Cannot change ownership to uid 1000, gid 1000: Invalid argument
tar: extlib-1.5.3/README.txt: Cannot change ownership to uid 1000, gid 1000: Invalid argument
tar: extlib-1.5.3/option.mli: Cannot change ownership to uid 1000, gid 1000: Invalid argument
tar: extlib-1.5.3/std.ml: Cannot change ownership to uid 1000, gid 1000: Invalid argument
tar: extlib-1.5.3/extArray.mli: Cannot change ownership to uid 1000, gid 1000: Invalid argument
tar: extlib-1.5.3/META: Cannot change ownership to uid 1000, gid 1000: Invalid argument
tar: extlib-1.5.3/optParse.mli: Cannot change ownership to uid 1000, gid 1000: Invalid argument
tar: extlib-1.5.3/extList.mli: Cannot change ownership to uid 1000, gid 1000: Invalid argument
tar: extlib-1.5.3/refList.ml: Cannot change ownership to uid 1000, gid 1000: Invalid argument
tar: extlib-1.5.3/global.ml: Cannot change ownership to uid 1000, gid 1000: Invalid argument
tar: extlib-1.5.3/unzip.ml: Cannot change ownership to uid 1000, gid 1000: Invalid argument
tar: extlib-1.5.3/enum.ml: Cannot change ownership to uid 1000, gid 1000: Invalid argument
tar: extlib-1.5.3/uTF8.mli: Cannot change ownership to uid 1000, gid 1000: Invalid argument
tar: extlib-1.5.3/extHashtbl.ml: Cannot change ownership to uid 1000, gid 1000: Invalid argument
tar: extlib-1.5.3/bitSet.ml: Cannot change ownership to uid 1000, gid 1000: Invalid argument
tar: extlib-1.5.3/.cvsignore: Cannot change ownership to uid 1000, gid 1000: Invalid argument
tar: extlib-1.5.3/dynArray.mli: Cannot change ownership to uid 1000, gid 1000: Invalid argument
tar: extlib-1.5.3/extList.ml: Cannot change ownership to uid 1000, gid 1000: Invalid argument
tar: extlib-1.5.3/extHashtbl.mli: Cannot change ownership to uid 1000, gid 1000: Invalid argument
tar: extlib-1.5.3/extString.ml: Cannot change ownership to uid 1000, gid 1000: Invalid argument
tar: extlib-1.5.3/pMap.mli: Cannot change ownership to uid 1000, gid 1000: Invalid argument
tar: extlib-1.5.3/dynArray.ml: Cannot change ownership to uid 1000, gid 1000: Invalid argument
tar: extlib-1.5.3/IO.ml: Cannot change ownership to uid 1000, gid 1000: Invalid argument
tar: extlib-1.5.3/IO.mli: Cannot change ownership to uid 1000, gid 1000: Invalid argument
tar: extlib-1.5.3/uChar.ml: Cannot change ownership to uid 1000, gid 1000: Invalid argument
tar: extlib-1.5.3/unzip.mli: Cannot change ownership to uid 1000, gid 1000: Invalid argument
tar: extlib-1.5.3/pMap.ml: Cannot change ownership to uid 1000, gid 1000: Invalid argument
tar: extlib-1.5.3/doc/style.css: Cannot change ownership to uid 1000, gid 1000: Invalid argument
tar: extlib-1.5.3/doc: Cannot change ownership to uid 1000, gid 1000: Invalid argument
tar: extlib-1.5.3/global.mli: Cannot change ownership to uid 1000, gid 1000: Invalid argument
tar: extlib-1.5.3/refList.mli: Cannot change ownership to uid 1000, gid 1000: Invalid argument
tar: extlib-1.5.3/Makefile: Cannot change ownership to uid 1000, gid 1000: Invalid argument
tar: extlib-1.5.3/dllist.mli: Cannot change ownership to uid 1000, gid 1000: Invalid argument
tar: extlib-1.5.3/uTF8.ml: Cannot change ownership to uid 1000, gid 1000: Invalid argument
tar: extlib-1.5.3/base64.mli: Cannot change ownership to uid 1000, gid 1000: Invalid argument
tar: extlib-1.5.3/enum.mli: Cannot change ownership to uid 1000, gid 1000: Invalid argument
tar: extlib-1.5.3/LICENSE: Cannot change ownership to uid 1000, gid 1000: Invalid argument
tar: extlib-1.5.3/std.mli: Cannot change ownership to uid 1000, gid 1000: Invalid argument
tar: extlib-1.5.3: Cannot change ownership to uid 1000, gid 1000: Invalid argument
tar: Exiting with failure status due to previous errors
make[1]: *** [Makefile:56: extlib.stamp] Error 2
make[1]: Leaving directory '/hab/cache/src/opam-full-1.2.2/src_ext'
make: *** [Makefile:29: lib-ext] Error 2
   opam: Build time: 1m25s
   opam: Exiting on error
Script done, file is /src/results/logs/opam.2018-08-06-175122.log
Failed studio build for core/opam, err=BuildFailure(2)
builder_log_section::end::build_package
builder_log::end::1042801895207436288
@predominant
Copy link
Collaborator

New studio (hab 0.59.0), I was able to build successfully. Full build output in gist: https://gist.github.com/predominant/6e02104e9f3c9dc78dc54e5fad97777c

@smacfarlane
Copy link
Contributor

Is this a duplicate of #1294 ?

@nellshamrell
Copy link
Contributor Author

Checking this on Builder again.

@nellshamrell
Copy link
Contributor Author

Confirmed that this is still not building on builder, and looks like it is indeed a duplicate of #1294, closing this one as a dupe.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants