| 1 Dec 2021 |
lockejan | * I have the feeling that the README is outdated... At least I'm not able to setup the website project locally...
nix-shell gives me an error and I'm too new to nix to handle it properly...
error: nix-shell requires a single derivation
Try '/nix/store/icxznkxwxdwfz8yivdc1d4qc2bnwy9vf-nix-2.4/bin/nix-shell --help' for more information.
Any thoughts how I can fix this?
| 17:21:33 |
lockejan | Hm, unfortunately I can't test the website-project.
Is it expected to not work under MacOs?🤔 | 17:39:34 |
lockejan | * Hm, unfortunately I can't test the website-project.
Is it expected to not work under MacOs?🤔
(I) | 17:43:49 |
lockejan | * Hm, unfortunately I can't test the website-project.
Is it expected to not work under MacOs?🤔
(I'm quite new to nix and the README isn't helping) | 17:44:18 |
lockejan | nix shell
error: flake 'git+file:///Users/lockejan/Downloads/nixos-homepage' does not provide attribute 'packages.x86_64-darwin.defaultPackage.x86_64-darwin', 'legacyPackages.x86_64-darwin.defaultPackage.x86_64-darwin' or 'defaultPackage.x86_64-darwin'
| 17:45:17 |
lockejan | Using nix-shell and nix build result in an error as well.
error: nix-shell requires a single derivation
Try '/nix/store/icxznkxwxdwfz8yivdc1d4qc2bnwy9vf-nix-2.4/bin/nix-shell --help' for more information.
nix build
error: flake 'git+file:///Users/lockejan/Downloads/nixos-homepage?ref=quickstart-guide&rev=71413bd6bd70745c4cff6b7444fcc52c38b344ee' has an unsupported attribute 'edition', at /nix/store/vh4sn24ji7r8j3plfmqijm40zz46hham-source/flake.nix:2:3
(I removed the edition attribute and then ran into the nix shell error I posted first) If no one can help me it will remain to be fixed by someone else.
| 18:04:35 |
lockejan | * Using nix-shell and nix build result in an error as well.
error: nix-shell requires a single derivation
Try '/nix/store/icxznkxwxdwfz8yivdc1d4qc2bnwy9vf-nix-2.4/bin/nix-shell --help' for more information.
nix build
error: flake 'git+file:///Users/lockejan/Downloads/nixos-homepage?ref=quickstart-guide&rev=71413bd6bd70745c4cff6b7444fcc52c38b344ee' has an unsupported attribute 'edition', at /nix/store/vh4sn24ji7r8j3plfmqijm40zz46hham-source/flake.nix:2:3
(I removed the edition attribute and then ran into the nix shell error I posted first) I would be happy to work on the website this but if no one can help me the aforementioned issue will remain to be fixed by someone else.
| 18:09:22 |
tomberek | lockejan: maybe replace the hard-coded `system = "x86_64-linux" in the flake.nix. | 18:12:42 |
lockejan | * Using nix-shell and nix build result in an error as well.
error: nix-shell requires a single derivation
Try '/nix/store/icxznkxwxdwfz8yivdc1d4qc2bnwy9vf-nix-2.4/bin/nix-shell --help' for more information.
nix build
error: flake 'git+file:///Users/lockejan/Downloads/nixos-homepage?ref=quickstart-guide&rev=71413bd6bd70745c4cff6b7444fcc52c38b344ee' has an unsupported attribute 'edition', at /nix/store/vh4sn24ji7r8j3plfmqijm40zz46hham-source/flake.nix:2:3
(I removed the edition attribute and then ran into the nix shell error I posted first) I would be happy to work on the website but if no one can help me the aforementioned issue will remain to be fixed by someone else.
| 18:29:37 |
lockejan | In reply to @tomberek:matrix.org lockejan: maybe replace the hard-coded `system = "x86_64-linux" in the flake.nix. Thanks for the tip. Hmm, it is unfortunately not trivial. I tried using the latest a nix container instead and mounting it as a volume.
docker run -it --rm -v $(pwd):/foo -p 127.0.0.1:8080:8080 nixos/nix
7f776fe4e3c7:/foo# nix-shell
trace: lib.crossLists is deprecated, use lib.cartesianProductOfSets instead
trace: warning: literalExample is deprecated, use literalExpression instead, or use literalDocBook for a non-Nix description.
trace: warning: lib.mkFixStrictness has no effect and will be removed. It returns its argument unmodified, so you can just remove any calls.
trace: `lib.nixpkgsVersion` is deprecated, use `lib.version` instead!
trace: warning: lib.readPathsFromFile is deprecated, use a list instead
trace: Warning: `showVal` is deprecated and will be removed in the next release, please use `traceSeqN`
trace: lib.zip is deprecated, use lib.zipAttrsWith instead
trace: lib.crossLists is deprecated, use lib.cartesianProductOfSets instead
trace: warning: literalExample is deprecated, use literalExpression instead, or use literalDocBook for a non-Nix description.
trace: warning: lib.mkFixStrictness has no effect and will be removed. It returns its argument unmodified, so you can just remove any calls.
trace: `lib.nixpkgsVersion` is deprecated, use `lib.version` instead!
trace: warning: lib.readPathsFromFile is deprecated, use a list instead
trace: Warning: `showVal` is deprecated and will be removed in the next release, please use `traceSeqN`
trace: lib.zip is deprecated, use lib.zipAttrsWith instead
these derivations will be built:
/nix/store/6x08hylwm96xcvrs23nzbmbk2lkgy1h1-python3-3.9.6-env.drv
/nix/store/5srcymggqhmz862y8x71syl4ml6qxp8f-shuffle-commercial-providers.drv
/nix/store/grwj0kyx26m7djrh08r0pb1q2gn1sszl-python3-3.9.6-env.drv
/nix/store/gk4qy5a0x4dmjrx7msxa6gxnrllbzxdx-update-blog.drv
/nix/store/l8q30cxzbav4ar5zhb6aii915sg02qg9-nix-2.5pre20211201_f3f32f0.drv
/nix/store/pn8rqgldk2ayvphrzk8g0i3751qlfixx-python3-3.9.6-env.drv
/nix/store/nhi1v49f9mg9x86qfsxj5fq08li00pjh-serve.drv
building '/nix/store/6x08hylwm96xcvrs23nzbmbk2lkgy1h1-python3-3.9.6-env.drv'...
created 222 symlinks in user environment
building '/nix/store/l8q30cxzbav4ar5zhb6aii915sg02qg9-nix-2.5pre20211201_f3f32f0.drv'...
unpacking sources
unpacking source archive /nix/store/rqr7n7ifmgbglh3hrfq7hfsjip67ijlz-source
source root is source
patching sources
autoreconfPhase
autoreconf: export WARNINGS=
autoreconf: Entering directory '.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force
autoreconf: configure.ac: tracing
autoreconf: configure.ac: not using Libtool
autoreconf: configure.ac: not using Intltool
autoreconf: configure.ac: not using Gtkdoc
autoreconf: running: /nix/store/d0ndylkw78whlhiqhlb5rj63c96wj7rv-autoconf-2.71/bin/autoconf --force
configure.ac:1: warning: AC_INIT: not a literal: "m4_esyscmd(bash -c "echo -n $(cat ./.version)$VERSION_SUFFIX")"
autoreconf: running: /nix/store/d0ndylkw78whlhiqhlb5rj63c96wj7rv-autoconf-2.71/bin/autoheader --force
autoreconf: configure.ac: not using Automake
autoreconf: Leaving directory '.'
configuring
configure flags: --prefix=/nix/store/2b70sl3z6r973yybjxmislakvqdsj4j3-nix-2.5pre20211201_f3f32f0 --bindir=/nix/store/2b70sl3z6r973yybjxmislakvqdsj4j3-nix-2.5pre20211201_f3f32f0/bin --sbindir=/nix/store/2b70sl3z6r973yybjxmislakvqdsj4j3-nix-2.5pre20211201_f3f32f0/sbin --includedir=/nix/store/8lk0b94v6hbkrq2vllgmn9vknadg2fvh-nix-2.5pre20211201_f3f32f0-dev/include --oldincludedir=/nix/store/8lk0b94v6hbkrq2vllgmn9vknadg2fvh-nix-2.5pre20211201_f3f32f0-dev/include --mandir=/nix/store/2b70sl3z6r973yybjxmislakvqdsj4j3-nix-2.5pre20211201_f3f32f0/share/man --infodir=/nix/store/2b70sl3z6r973yybjxmislakvqdsj4j3-nix-2.5pre20211201_f3f32f0/share/info --docdir=/nix/store/2gjz748sh3kv7fr9y689sz8cgjh939id-nix-2.5pre20211201_f3f32f0-doc/share/doc/nix --libdir=/nix/store/2b70sl3z6r973yybjxmislakvqdsj4j3-nix-2.5pre20211201_f3f32f0/lib --libexecdir=/nix/store/2b70sl3z6r973yybjxmislakvqdsj4j3-nix-2.5pre20211201_f3f32f0/libexec --localedir=/nix/store/2b70sl3z6r973yybjxmislakvqdsj4j3-nix-2.5pre20211201_f3f32f0/share/locale --with-boost=/nix/store/w39sq8msn27a205hz0ccawdx98gxj5ar-boost-1.69.0/lib --with-sandbox-shell=/nix/store/5p4jga61v4mg9pdrglj2hj76y5rbz02k-busybox-static-x86_64-unknown-linux-musl-1.32.1/bin/busybox LDFLAGS=-fuse-ld=gold --sysconfdir=/etc
checking for a sed that does not truncate output... /nix/store/z3pg7gk6bxlgr5kjxfkac7y61ywqc026-gnused-4.8/bin/sed
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for the canonical Nix system name... x86_64-linux
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether the compiler supports GNU C++... yes
checking whether g++ accepts -g... yes
checking for g++ option to enable C++11 features... none needed
checking how to run the C preprocessor... gcc -E
checking for ar... ar
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for struct dirent.d_type... yes
checking for pubsetbuf... yes
checking for statvfs... yes
checking for pipe2... yes
checking for lutimes... yes
checking whether it is possible to create a link to a symlink... yes
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for locale... yes
checking for bash... /nix/store/wv35g5lff84rray15zlzarcqi9fxzz84-bash-4.4-p23/bin/bash
checking for flex... /nix/store/53pqqxa8y8zy9jap789zxyy51qxh4bdx-flex-2.6.4/bin/flex
checking for bison... /nix/store/3hi4ybpvmvpynm55wn78n6056kf26wsb-bison-3.7.6/bin/bison
checking for dot... no
checking for lsof... lsof
checking for jq... /nix/store/8v1x4xai13lj3q43b6ixgwgpvs66zmm3-jq-1.6-bin/bin/jq
checking for boostlib >= 1.66 (106600) includes in "/nix/store/w39sq8msn27a205hz0ccawdx98gxj5ar-boost-1.69.0/lib/include"... no
checking for boostlib >= 1.66 (106600)... yes
checking whether -latomic is needed... no
checking pkg-config is at least version 0.9.0... yes
checking for libcrypto... yes
checking for libarchive >= 3.1.2... yes
checking for sqlite3 >= 3.6.19... yes
checking for libcurl... yes
checking for libeditline... yes
checking for libsodium... yes
checking for libbrotlienc libbrotlidec... yes
checking for libcpuid... yes
checking for libseccomp... yes
checking for aws/s3/S3Client.h... yes
checking for bdw-gc... yes
checking for gtest_main... yes
checking for lowdown >= 0.8.0... yes
checking for setresuid... yes
checking for setreuid... yes
checking for lchown... yes
checking for strsignal... yes
checking for posix_fallocate... yes
checking for sysconf... yes
configure: creating ./config.status
config.status: creating config.h
building
build flags: -j6 -l6 SHELL=/nix/store/wv35g5lff84rray15zlzarcqi9fxzz84-bash-4.4-p23/bin/bash profiledir=\$\(out\)/etc/profile.d PRECOMPILE_HEADERS=1
GEN Makefile.config
GEN src/libexpr/parser-tab.cc
GEN src/libexpr/parser-tab.hh
GEN src/libexpr/lexer-tab.cc
GEN src/libexpr/lexer-tab.hh
src/libexpr/lexer.l:296: warning, -s option given but default rule can be matched
src/libexpr/lexer.l:296: warning, -s option given but default rule can be matched
GEN src/nix-channel/unpack-channel.nix.gen.hh
GEN src/nix-env/buildenv.nix.gen.hh
GEN src/nix/get-env.sh.gen.hh
GEN doc/manual/generate-manpage.nix.gen.hh
GEN doc/manual/utils.nix.gen.hh
GEN src/libexpr/flake/call-flake.nix.gen.hh
GEN src/libexpr/imported-drv-to-derivation.nix.gen.hh
GEN src/libexpr/primops/derivation.nix.gen.hh
GEN src/libexpr/fetchurl.nix.gen.hh
GEN src/libstore/schema.sql.gen.hh
GEN src/libstore/ca-specific-schema.sql.gen.hh
MKDIR /nix/store/2b70sl3z6r973yybjxmislakvqdsj4j3-nix-2.5pre20211201_f3f32f0/bin/
GEN scripts/nix-profile.sh
GEN doc/manual/nix-env.1
GEN doc/manual/nix-build.1
GEN doc/manual/nix-shell.1
GEN doc/manual/nix-store.1
GEN doc/manual/nix-instantiate.1
GEN doc/manual/nix-collect-garbage.1
GEN doc/manual/nix-prefetch-url.1
GEN doc/manual/nix-channel.1
GEN doc/manual/nix-hash.1
GEN doc/manual/nix-copy-closure.1
GEN doc/manual/nix-daemon.8
GEN precompiled-headers.h.gch
CXX src/nix-build/nix-build.o
CXX src/build-remote/build-remote.o
CXX src/nix-channel/nix-channel.o
CXX src/nix-collect-garbage/nix-collect-garbage.o
CXX src/nix-copy-closure/nix-copy-closure.o
CXX src/nix-env/nix-env.o
Killed
| 18:45:08 |
lockejan | In reply to @tomberek:matrix.org lockejan: maybe replace the hard-coded `system = "x86_64-linux" in the flake.nix. * Thanks for the tip. Hmm, it is unfortunately not trivial. I tried using the latest nix image from dockerhub and mounting it as a volume.
docker run -it --rm -v $(pwd):/foo -p 127.0.0.1:8080:8080 nixos/nix
7f776fe4e3c7:/foo# nix-shell
trace: lib.crossLists is deprecated, use lib.cartesianProductOfSets instead
trace: warning: literalExample is deprecated, use literalExpression instead, or use literalDocBook for a non-Nix description.
trace: warning: lib.mkFixStrictness has no effect and will be removed. It returns its argument unmodified, so you can just remove any calls.
trace: `lib.nixpkgsVersion` is deprecated, use `lib.version` instead!
trace: warning: lib.readPathsFromFile is deprecated, use a list instead
trace: Warning: `showVal` is deprecated and will be removed in the next release, please use `traceSeqN`
trace: lib.zip is deprecated, use lib.zipAttrsWith instead
trace: lib.crossLists is deprecated, use lib.cartesianProductOfSets instead
trace: warning: literalExample is deprecated, use literalExpression instead, or use literalDocBook for a non-Nix description.
trace: warning: lib.mkFixStrictness has no effect and will be removed. It returns its argument unmodified, so you can just remove any calls.
trace: `lib.nixpkgsVersion` is deprecated, use `lib.version` instead!
trace: warning: lib.readPathsFromFile is deprecated, use a list instead
trace: Warning: `showVal` is deprecated and will be removed in the next release, please use `traceSeqN`
trace: lib.zip is deprecated, use lib.zipAttrsWith instead
these derivations will be built:
/nix/store/6x08hylwm96xcvrs23nzbmbk2lkgy1h1-python3-3.9.6-env.drv
/nix/store/5srcymggqhmz862y8x71syl4ml6qxp8f-shuffle-commercial-providers.drv
/nix/store/grwj0kyx26m7djrh08r0pb1q2gn1sszl-python3-3.9.6-env.drv
/nix/store/gk4qy5a0x4dmjrx7msxa6gxnrllbzxdx-update-blog.drv
/nix/store/l8q30cxzbav4ar5zhb6aii915sg02qg9-nix-2.5pre20211201_f3f32f0.drv
/nix/store/pn8rqgldk2ayvphrzk8g0i3751qlfixx-python3-3.9.6-env.drv
/nix/store/nhi1v49f9mg9x86qfsxj5fq08li00pjh-serve.drv
building '/nix/store/6x08hylwm96xcvrs23nzbmbk2lkgy1h1-python3-3.9.6-env.drv'...
created 222 symlinks in user environment
building '/nix/store/l8q30cxzbav4ar5zhb6aii915sg02qg9-nix-2.5pre20211201_f3f32f0.drv'...
unpacking sources
unpacking source archive /nix/store/rqr7n7ifmgbglh3hrfq7hfsjip67ijlz-source
source root is source
patching sources
autoreconfPhase
autoreconf: export WARNINGS=
autoreconf: Entering directory '.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force
autoreconf: configure.ac: tracing
autoreconf: configure.ac: not using Libtool
autoreconf: configure.ac: not using Intltool
autoreconf: configure.ac: not using Gtkdoc
autoreconf: running: /nix/store/d0ndylkw78whlhiqhlb5rj63c96wj7rv-autoconf-2.71/bin/autoconf --force
configure.ac:1: warning: AC_INIT: not a literal: "m4_esyscmd(bash -c "echo -n $(cat ./.version)$VERSION_SUFFIX")"
autoreconf: running: /nix/store/d0ndylkw78whlhiqhlb5rj63c96wj7rv-autoconf-2.71/bin/autoheader --force
autoreconf: configure.ac: not using Automake
autoreconf: Leaving directory '.'
configuring
configure flags: --prefix=/nix/store/2b70sl3z6r973yybjxmislakvqdsj4j3-nix-2.5pre20211201_f3f32f0 --bindir=/nix/store/2b70sl3z6r973yybjxmislakvqdsj4j3-nix-2.5pre20211201_f3f32f0/bin --sbindir=/nix/store/2b70sl3z6r973yybjxmislakvqdsj4j3-nix-2.5pre20211201_f3f32f0/sbin --includedir=/nix/store/8lk0b94v6hbkrq2vllgmn9vknadg2fvh-nix-2.5pre20211201_f3f32f0-dev/include --oldincludedir=/nix/store/8lk0b94v6hbkrq2vllgmn9vknadg2fvh-nix-2.5pre20211201_f3f32f0-dev/include --mandir=/nix/store/2b70sl3z6r973yybjxmislakvqdsj4j3-nix-2.5pre20211201_f3f32f0/share/man --infodir=/nix/store/2b70sl3z6r973yybjxmislakvqdsj4j3-nix-2.5pre20211201_f3f32f0/share/info --docdir=/nix/store/2gjz748sh3kv7fr9y689sz8cgjh939id-nix-2.5pre20211201_f3f32f0-doc/share/doc/nix --libdir=/nix/store/2b70sl3z6r973yybjxmislakvqdsj4j3-nix-2.5pre20211201_f3f32f0/lib --libexecdir=/nix/store/2b70sl3z6r973yybjxmislakvqdsj4j3-nix-2.5pre20211201_f3f32f0/libexec --localedir=/nix/store/2b70sl3z6r973yybjxmislakvqdsj4j3-nix-2.5pre20211201_f3f32f0/share/locale --with-boost=/nix/store/w39sq8msn27a205hz0ccawdx98gxj5ar-boost-1.69.0/lib --with-sandbox-shell=/nix/store/5p4jga61v4mg9pdrglj2hj76y5rbz02k-busybox-static-x86_64-unknown-linux-musl-1.32.1/bin/busybox LDFLAGS=-fuse-ld=gold --sysconfdir=/etc
checking for a sed that does not truncate output... /nix/store/z3pg7gk6bxlgr5kjxfkac7y61ywqc026-gnused-4.8/bin/sed
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for the canonical Nix system name... x86_64-linux
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether the compiler supports GNU C++... yes
checking whether g++ accepts -g... yes
checking for g++ option to enable C++11 features... none needed
checking how to run the C preprocessor... gcc -E
checking for ar... ar
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for struct dirent.d_type... yes
checking for pubsetbuf... yes
checking for statvfs... yes
checking for pipe2... yes
checking for lutimes... yes
checking whether it is possible to create a link to a symlink... yes
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for locale... yes
checking for bash... /nix/store/wv35g5lff84rray15zlzarcqi9fxzz84-bash-4.4-p23/bin/bash
checking for flex... /nix/store/53pqqxa8y8zy9jap789zxyy51qxh4bdx-flex-2.6.4/bin/flex
checking for bison... /nix/store/3hi4ybpvmvpynm55wn78n6056kf26wsb-bison-3.7.6/bin/bison
checking for dot... no
checking for lsof... lsof
checking for jq... /nix/store/8v1x4xai13lj3q43b6ixgwgpvs66zmm3-jq-1.6-bin/bin/jq
checking for boostlib >= 1.66 (106600) includes in "/nix/store/w39sq8msn27a205hz0ccawdx98gxj5ar-boost-1.69.0/lib/include"... no
checking for boostlib >= 1.66 (106600)... yes
checking whether -latomic is needed... no
checking pkg-config is at least version 0.9.0... yes
checking for libcrypto... yes
checking for libarchive >= 3.1.2... yes
checking for sqlite3 >= 3.6.19... yes
checking for libcurl... yes
checking for libeditline... yes
checking for libsodium... yes
checking for libbrotlienc libbrotlidec... yes
checking for libcpuid... yes
checking for libseccomp... yes
checking for aws/s3/S3Client.h... yes
checking for bdw-gc... yes
checking for gtest_main... yes
checking for lowdown >= 0.8.0... yes
checking for setresuid... yes
checking for setreuid... yes
checking for lchown... yes
checking for strsignal... yes
checking for posix_fallocate... yes
checking for sysconf... yes
configure: creating ./config.status
config.status: creating config.h
building
build flags: -j6 -l6 SHELL=/nix/store/wv35g5lff84rray15zlzarcqi9fxzz84-bash-4.4-p23/bin/bash profiledir=\$\(out\)/etc/profile.d PRECOMPILE_HEADERS=1
GEN Makefile.config
GEN src/libexpr/parser-tab.cc
GEN src/libexpr/parser-tab.hh
GEN src/libexpr/lexer-tab.cc
GEN src/libexpr/lexer-tab.hh
src/libexpr/lexer.l:296: warning, -s option given but default rule can be matched
src/libexpr/lexer.l:296: warning, -s option given but default rule can be matched
GEN src/nix-channel/unpack-channel.nix.gen.hh
GEN src/nix-env/buildenv.nix.gen.hh
GEN src/nix/get-env.sh.gen.hh
GEN doc/manual/generate-manpage.nix.gen.hh
GEN doc/manual/utils.nix.gen.hh
GEN src/libexpr/flake/call-flake.nix.gen.hh
GEN src/libexpr/imported-drv-to-derivation.nix.gen.hh
GEN src/libexpr/primops/derivation.nix.gen.hh
GEN src/libexpr/fetchurl.nix.gen.hh
GEN src/libstore/schema.sql.gen.hh
GEN src/libstore/ca-specific-schema.sql.gen.hh
MKDIR /nix/store/2b70sl3z6r973yybjxmislakvqdsj4j3-nix-2.5pre20211201_f3f32f0/bin/
GEN scripts/nix-profile.sh
GEN doc/manual/nix-env.1
GEN doc/manual/nix-build.1
GEN doc/manual/nix-shell.1
GEN doc/manual/nix-store.1
GEN doc/manual/nix-instantiate.1
GEN doc/manual/nix-collect-garbage.1
GEN doc/manual/nix-prefetch-url.1
GEN doc/manual/nix-channel.1
GEN doc/manual/nix-hash.1
GEN doc/manual/nix-copy-closure.1
GEN doc/manual/nix-daemon.8
GEN precompiled-headers.h.gch
CXX src/nix-build/nix-build.o
CXX src/build-remote/build-remote.o
CXX src/nix-channel/nix-channel.o
CXX src/nix-collect-garbage/nix-collect-garbage.o
CXX src/nix-copy-closure/nix-copy-closure.o
CXX src/nix-env/nix-env.o
Killed
| 18:45:29 |
lockejan | * Thanks for the tip. Hmm, it is unfortunately not trivial. I tried using the latest nix image from dockerhub and mounting it as a volume.
docker run -it --rm -v $(pwd):/foo -p 127.0.0.1:8080:8080 nixos/nix
7f776fe4e3c7:/foo# nix-shell
trace: lib.crossLists is deprecated, use lib.cartesianProductOfSets instead
trace: warning: literalExample is deprecated, use literalExpression instead, or use literalDocBook for a non-Nix description.
trace: warning: lib.mkFixStrictness has no effect and will be removed. It returns its argument unmodified, so you can just remove any calls.
trace: `lib.nixpkgsVersion` is deprecated, use `lib.version` instead!
trace: warning: lib.readPathsFromFile is deprecated, use a list instead
trace: Warning: `showVal` is deprecated and will be removed in the next release, please use `traceSeqN`
trace: lib.zip is deprecated, use lib.zipAttrsWith instead
trace: lib.crossLists is deprecated, use lib.cartesianProductOfSets instead
trace: warning: literalExample is deprecated, use literalExpression instead, or use literalDocBook for a non-Nix description.
trace: warning: lib.mkFixStrictness has no effect and will be removed. It returns its argument unmodified, so you can just remove any calls.
trace: `lib.nixpkgsVersion` is deprecated, use `lib.version` instead!
trace: warning: lib.readPathsFromFile is deprecated, use a list instead
trace: Warning: `showVal` is deprecated and will be removed in the next release, please use `traceSeqN`
trace: lib.zip is deprecated, use lib.zipAttrsWith instead
these derivations will be built:
/nix/store/6x08hylwm96xcvrs23nzbmbk2lkgy1h1-python3-3.9.6-env.drv
/nix/store/5srcymggqhmz862y8x71syl4ml6qxp8f-shuffle-commercial-providers.drv
/nix/store/grwj0kyx26m7djrh08r0pb1q2gn1sszl-python3-3.9.6-env.drv
/nix/store/gk4qy5a0x4dmjrx7msxa6gxnrllbzxdx-update-blog.drv
/nix/store/l8q30cxzbav4ar5zhb6aii915sg02qg9-nix-2.5pre20211201_f3f32f0.drv
/nix/store/pn8rqgldk2ayvphrzk8g0i3751qlfixx-python3-3.9.6-env.drv
/nix/store/nhi1v49f9mg9x86qfsxj5fq08li00pjh-serve.drv
building '/nix/store/6x08hylwm96xcvrs23nzbmbk2lkgy1h1-python3-3.9.6-env.drv'...
created 222 symlinks in user environment
building '/nix/store/l8q30cxzbav4ar5zhb6aii915sg02qg9-nix-2.5pre20211201_f3f32f0.drv'...
unpacking sources
unpacking source archive /nix/store/rqr7n7ifmgbglh3hrfq7hfsjip67ijlz-source
source root is source
patching sources
autoreconfPhase
autoreconf: export WARNINGS=
autoreconf: Entering directory '.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force
autoreconf: configure.ac: tracing
autoreconf: configure.ac: not using Libtool
autoreconf: configure.ac: not using Intltool
autoreconf: configure.ac: not using Gtkdoc
autoreconf: running: /nix/store/d0ndylkw78whlhiqhlb5rj63c96wj7rv-autoconf-2.71/bin/autoconf --force
configure.ac:1: warning: AC_INIT: not a literal: "m4_esyscmd(bash -c "echo -n $(cat ./.version)$VERSION_SUFFIX")"
autoreconf: running: /nix/store/d0ndylkw78whlhiqhlb5rj63c96wj7rv-autoconf-2.71/bin/autoheader --force
autoreconf: configure.ac: not using Automake
autoreconf: Leaving directory '.'
configuring
configure flags: --prefix=/nix/store/2b70sl3z6r973yybjxmislakvqdsj4j3-nix-2.5pre20211201_f3f32f0 --bindir=/nix/store/2b70sl3z6r973yybjxmislakvqdsj4j3-nix-2.5pre20211201_f3f32f0/bin --sbindir=/nix/store/2b70sl3z6r973yybjxmislakvqdsj4j3-nix-2.5pre20211201_f3f32f0/sbin --includedir=/nix/store/8lk0b94v6hbkrq2vllgmn9vknadg2fvh-nix-2.5pre20211201_f3f32f0-dev/include --oldincludedir=/nix/store/8lk0b94v6hbkrq2vllgmn9vknadg2fvh-nix-2.5pre20211201_f3f32f0-dev/include --mandir=/nix/store/2b70sl3z6r973yybjxmislakvqdsj4j3-nix-2.5pre20211201_f3f32f0/share/man --infodir=/nix/store/2b70sl3z6r973yybjxmislakvqdsj4j3-nix-2.5pre20211201_f3f32f0/share/info --docdir=/nix/store/2gjz748sh3kv7fr9y689sz8cgjh939id-nix-2.5pre20211201_f3f32f0-doc/share/doc/nix --libdir=/nix/store/2b70sl3z6r973yybjxmislakvqdsj4j3-nix-2.5pre20211201_f3f32f0/lib --libexecdir=/nix/store/2b70sl3z6r973yybjxmislakvqdsj4j3-nix-2.5pre20211201_f3f32f0/libexec --localedir=/nix/store/2b70sl3z6r973yybjxmislakvqdsj4j3-nix-2.5pre20211201_f3f32f0/share/locale --with-boost=/nix/store/w39sq8msn27a205hz0ccawdx98gxj5ar-boost-1.69.0/lib --with-sandbox-shell=/nix/store/5p4jga61v4mg9pdrglj2hj76y5rbz02k-busybox-static-x86_64-unknown-linux-musl-1.32.1/bin/busybox LDFLAGS=-fuse-ld=gold --sysconfdir=/etc
checking for a sed that does not truncate output... /nix/store/z3pg7gk6bxlgr5kjxfkac7y61ywqc026-gnused-4.8/bin/sed
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for the canonical Nix system name... x86_64-linux
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether the compiler supports GNU C++... yes
checking whether g++ accepts -g... yes
checking for g++ option to enable C++11 features... none needed
checking how to run the C preprocessor... gcc -E
checking for ar... ar
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for struct dirent.d_type... yes
checking for pubsetbuf... yes
checking for statvfs... yes
checking for pipe2... yes
checking for lutimes... yes
checking whether it is possible to create a link to a symlink... yes
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for locale... yes
checking for bash... /nix/store/wv35g5lff84rray15zlzarcqi9fxzz84-bash-4.4-p23/bin/bash
checking for flex... /nix/store/53pqqxa8y8zy9jap789zxyy51qxh4bdx-flex-2.6.4/bin/flex
checking for bison... /nix/store/3hi4ybpvmvpynm55wn78n6056kf26wsb-bison-3.7.6/bin/bison
checking for dot... no
checking for lsof... lsof
checking for jq... /nix/store/8v1x4xai13lj3q43b6ixgwgpvs66zmm3-jq-1.6-bin/bin/jq
checking for boostlib >= 1.66 (106600) includes in "/nix/store/w39sq8msn27a205hz0ccawdx98gxj5ar-boost-1.69.0/lib/include"... no
checking for boostlib >= 1.66 (106600)... yes
checking whether -latomic is needed... no
checking pkg-config is at least version 0.9.0... yes
checking for libcrypto... yes
checking for libarchive >= 3.1.2... yes
checking for sqlite3 >= 3.6.19... yes
checking for libcurl... yes
checking for libeditline... yes
checking for libsodium... yes
checking for libbrotlienc libbrotlidec... yes
checking for libcpuid... yes
checking for libseccomp... yes
checking for aws/s3/S3Client.h... yes
checking for bdw-gc... yes
checking for gtest_main... yes
checking for lowdown >= 0.8.0... yes
checking for setresuid... yes
checking for setreuid... yes
checking for lchown... yes
checking for strsignal... yes
checking for posix_fallocate... yes
checking for sysconf... yes
configure: creating ./config.status
config.status: creating config.h
building
build flags: -j6 -l6 SHELL=/nix/store/wv35g5lff84rray15zlzarcqi9fxzz84-bash-4.4-p23/bin/bash profiledir=\$\(out\)/etc/profile.d PRECOMPILE_HEADERS=1
GEN Makefile.config
GEN src/libexpr/parser-tab.cc
GEN src/libexpr/parser-tab.hh
GEN src/libexpr/lexer-tab.cc
GEN src/libexpr/lexer-tab.hh
src/libexpr/lexer.l:296: warning, -s option given but default rule can be matched
src/libexpr/lexer.l:296: warning, -s option given but default rule can be matched
GEN src/nix-channel/unpack-channel.nix.gen.hh
GEN src/nix-env/buildenv.nix.gen.hh
GEN src/nix/get-env.sh.gen.hh
GEN doc/manual/generate-manpage.nix.gen.hh
GEN doc/manual/utils.nix.gen.hh
GEN src/libexpr/flake/call-flake.nix.gen.hh
GEN src/libexpr/imported-drv-to-derivation.nix.gen.hh
GEN src/libexpr/primops/derivation.nix.gen.hh
GEN src/libexpr/fetchurl.nix.gen.hh
GEN src/libstore/schema.sql.gen.hh
GEN src/libstore/ca-specific-schema.sql.gen.hh
MKDIR /nix/store/2b70sl3z6r973yybjxmislakvqdsj4j3-nix-2.5pre20211201_f3f32f0/bin/
GEN scripts/nix-profile.sh
GEN doc/manual/nix-env.1
GEN doc/manual/nix-build.1
GEN doc/manual/nix-shell.1
GEN doc/manual/nix-store.1
GEN doc/manual/nix-instantiate.1
GEN doc/manual/nix-collect-garbage.1
GEN doc/manual/nix-prefetch-url.1
GEN doc/manual/nix-channel.1
GEN doc/manual/nix-hash.1
GEN doc/manual/nix-copy-closure.1
GEN doc/manual/nix-daemon.8
GEN precompiled-headers.h.gch
CXX src/nix-build/nix-build.o
CXX src/build-remote/build-remote.o
CXX src/nix-channel/nix-channel.o
CXX src/nix-collect-garbage/nix-collect-garbage.o
CXX src/nix-copy-closure/nix-copy-closure.o
CXX src/nix-env/nix-env.o
Killed
The process gets killed before finishing.
| 18:46:53 |
lockejan | tomberek: do you which image tag might be compatible wiht the setup? latest currently refers to 2.3.12 | 18:48:00 |
lockejan | * tomberek: do you know which image tag might be compatible wiht the setup? latest currently refers to 2.3.12 | 18:48:06 |
lockejan | * tomberek: do you know which image tag might be compatible wiht the setup? latest currently refers to nixos/nix:2.3.12 | 18:48:32 |
lockejan | * Thanks for the tip. Hmm, it is unfortunately not trivial. I tried using the latest nix image from dockerhub and mounting the project as a volume.
docker run -it --rm -v $(pwd):/foo -p 127.0.0.1:8080:8080 nixos/nix
7f776fe4e3c7:/foo# nix-shell
trace: lib.crossLists is deprecated, use lib.cartesianProductOfSets instead
trace: warning: literalExample is deprecated, use literalExpression instead, or use literalDocBook for a non-Nix description.
trace: warning: lib.mkFixStrictness has no effect and will be removed. It returns its argument unmodified, so you can just remove any calls.
trace: `lib.nixpkgsVersion` is deprecated, use `lib.version` instead!
trace: warning: lib.readPathsFromFile is deprecated, use a list instead
trace: Warning: `showVal` is deprecated and will be removed in the next release, please use `traceSeqN`
trace: lib.zip is deprecated, use lib.zipAttrsWith instead
trace: lib.crossLists is deprecated, use lib.cartesianProductOfSets instead
trace: warning: literalExample is deprecated, use literalExpression instead, or use literalDocBook for a non-Nix description.
trace: warning: lib.mkFixStrictness has no effect and will be removed. It returns its argument unmodified, so you can just remove any calls.
trace: `lib.nixpkgsVersion` is deprecated, use `lib.version` instead!
trace: warning: lib.readPathsFromFile is deprecated, use a list instead
trace: Warning: `showVal` is deprecated and will be removed in the next release, please use `traceSeqN`
trace: lib.zip is deprecated, use lib.zipAttrsWith instead
these derivations will be built:
/nix/store/6x08hylwm96xcvrs23nzbmbk2lkgy1h1-python3-3.9.6-env.drv
/nix/store/5srcymggqhmz862y8x71syl4ml6qxp8f-shuffle-commercial-providers.drv
/nix/store/grwj0kyx26m7djrh08r0pb1q2gn1sszl-python3-3.9.6-env.drv
/nix/store/gk4qy5a0x4dmjrx7msxa6gxnrllbzxdx-update-blog.drv
/nix/store/l8q30cxzbav4ar5zhb6aii915sg02qg9-nix-2.5pre20211201_f3f32f0.drv
/nix/store/pn8rqgldk2ayvphrzk8g0i3751qlfixx-python3-3.9.6-env.drv
/nix/store/nhi1v49f9mg9x86qfsxj5fq08li00pjh-serve.drv
building '/nix/store/6x08hylwm96xcvrs23nzbmbk2lkgy1h1-python3-3.9.6-env.drv'...
created 222 symlinks in user environment
building '/nix/store/l8q30cxzbav4ar5zhb6aii915sg02qg9-nix-2.5pre20211201_f3f32f0.drv'...
unpacking sources
unpacking source archive /nix/store/rqr7n7ifmgbglh3hrfq7hfsjip67ijlz-source
source root is source
patching sources
autoreconfPhase
autoreconf: export WARNINGS=
autoreconf: Entering directory '.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force
autoreconf: configure.ac: tracing
autoreconf: configure.ac: not using Libtool
autoreconf: configure.ac: not using Intltool
autoreconf: configure.ac: not using Gtkdoc
autoreconf: running: /nix/store/d0ndylkw78whlhiqhlb5rj63c96wj7rv-autoconf-2.71/bin/autoconf --force
configure.ac:1: warning: AC_INIT: not a literal: "m4_esyscmd(bash -c "echo -n $(cat ./.version)$VERSION_SUFFIX")"
autoreconf: running: /nix/store/d0ndylkw78whlhiqhlb5rj63c96wj7rv-autoconf-2.71/bin/autoheader --force
autoreconf: configure.ac: not using Automake
autoreconf: Leaving directory '.'
configuring
configure flags: --prefix=/nix/store/2b70sl3z6r973yybjxmislakvqdsj4j3-nix-2.5pre20211201_f3f32f0 --bindir=/nix/store/2b70sl3z6r973yybjxmislakvqdsj4j3-nix-2.5pre20211201_f3f32f0/bin --sbindir=/nix/store/2b70sl3z6r973yybjxmislakvqdsj4j3-nix-2.5pre20211201_f3f32f0/sbin --includedir=/nix/store/8lk0b94v6hbkrq2vllgmn9vknadg2fvh-nix-2.5pre20211201_f3f32f0-dev/include --oldincludedir=/nix/store/8lk0b94v6hbkrq2vllgmn9vknadg2fvh-nix-2.5pre20211201_f3f32f0-dev/include --mandir=/nix/store/2b70sl3z6r973yybjxmislakvqdsj4j3-nix-2.5pre20211201_f3f32f0/share/man --infodir=/nix/store/2b70sl3z6r973yybjxmislakvqdsj4j3-nix-2.5pre20211201_f3f32f0/share/info --docdir=/nix/store/2gjz748sh3kv7fr9y689sz8cgjh939id-nix-2.5pre20211201_f3f32f0-doc/share/doc/nix --libdir=/nix/store/2b70sl3z6r973yybjxmislakvqdsj4j3-nix-2.5pre20211201_f3f32f0/lib --libexecdir=/nix/store/2b70sl3z6r973yybjxmislakvqdsj4j3-nix-2.5pre20211201_f3f32f0/libexec --localedir=/nix/store/2b70sl3z6r973yybjxmislakvqdsj4j3-nix-2.5pre20211201_f3f32f0/share/locale --with-boost=/nix/store/w39sq8msn27a205hz0ccawdx98gxj5ar-boost-1.69.0/lib --with-sandbox-shell=/nix/store/5p4jga61v4mg9pdrglj2hj76y5rbz02k-busybox-static-x86_64-unknown-linux-musl-1.32.1/bin/busybox LDFLAGS=-fuse-ld=gold --sysconfdir=/etc
checking for a sed that does not truncate output... /nix/store/z3pg7gk6bxlgr5kjxfkac7y61ywqc026-gnused-4.8/bin/sed
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking for the canonical Nix system name... x86_64-linux
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking whether the compiler supports GNU C++... yes
checking whether g++ accepts -g... yes
checking for g++ option to enable C++11 features... none needed
checking how to run the C preprocessor... gcc -E
checking for ar... ar
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for struct dirent.d_type... yes
checking for pubsetbuf... yes
checking for statvfs... yes
checking for pipe2... yes
checking for lutimes... yes
checking whether it is possible to create a link to a symlink... yes
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for locale... yes
checking for bash... /nix/store/wv35g5lff84rray15zlzarcqi9fxzz84-bash-4.4-p23/bin/bash
checking for flex... /nix/store/53pqqxa8y8zy9jap789zxyy51qxh4bdx-flex-2.6.4/bin/flex
checking for bison... /nix/store/3hi4ybpvmvpynm55wn78n6056kf26wsb-bison-3.7.6/bin/bison
checking for dot... no
checking for lsof... lsof
checking for jq... /nix/store/8v1x4xai13lj3q43b6ixgwgpvs66zmm3-jq-1.6-bin/bin/jq
checking for boostlib >= 1.66 (106600) includes in "/nix/store/w39sq8msn27a205hz0ccawdx98gxj5ar-boost-1.69.0/lib/include"... no
checking for boostlib >= 1.66 (106600)... yes
checking whether -latomic is needed... no
checking pkg-config is at least version 0.9.0... yes
checking for libcrypto... yes
checking for libarchive >= 3.1.2... yes
checking for sqlite3 >= 3.6.19... yes
checking for libcurl... yes
checking for libeditline... yes
checking for libsodium... yes
checking for libbrotlienc libbrotlidec... yes
checking for libcpuid... yes
checking for libseccomp... yes
checking for aws/s3/S3Client.h... yes
checking for bdw-gc... yes
checking for gtest_main... yes
checking for lowdown >= 0.8.0... yes
checking for setresuid... yes
checking for setreuid... yes
checking for lchown... yes
checking for strsignal... yes
checking for posix_fallocate... yes
checking for sysconf... yes
configure: creating ./config.status
config.status: creating config.h
building
build flags: -j6 -l6 SHELL=/nix/store/wv35g5lff84rray15zlzarcqi9fxzz84-bash-4.4-p23/bin/bash profiledir=\$\(out\)/etc/profile.d PRECOMPILE_HEADERS=1
GEN Makefile.config
GEN src/libexpr/parser-tab.cc
GEN src/libexpr/parser-tab.hh
GEN src/libexpr/lexer-tab.cc
GEN src/libexpr/lexer-tab.hh
src/libexpr/lexer.l:296: warning, -s option given but default rule can be matched
src/libexpr/lexer.l:296: warning, -s option given but default rule can be matched
GEN src/nix-channel/unpack-channel.nix.gen.hh
GEN src/nix-env/buildenv.nix.gen.hh
GEN src/nix/get-env.sh.gen.hh
GEN doc/manual/generate-manpage.nix.gen.hh
GEN doc/manual/utils.nix.gen.hh
GEN src/libexpr/flake/call-flake.nix.gen.hh
GEN src/libexpr/imported-drv-to-derivation.nix.gen.hh
GEN src/libexpr/primops/derivation.nix.gen.hh
GEN src/libexpr/fetchurl.nix.gen.hh
GEN src/libstore/schema.sql.gen.hh
GEN src/libstore/ca-specific-schema.sql.gen.hh
MKDIR /nix/store/2b70sl3z6r973yybjxmislakvqdsj4j3-nix-2.5pre20211201_f3f32f0/bin/
GEN scripts/nix-profile.sh
GEN doc/manual/nix-env.1
GEN doc/manual/nix-build.1
GEN doc/manual/nix-shell.1
GEN doc/manual/nix-store.1
GEN doc/manual/nix-instantiate.1
GEN doc/manual/nix-collect-garbage.1
GEN doc/manual/nix-prefetch-url.1
GEN doc/manual/nix-channel.1
GEN doc/manual/nix-hash.1
GEN doc/manual/nix-copy-closure.1
GEN doc/manual/nix-daemon.8
GEN precompiled-headers.h.gch
CXX src/nix-build/nix-build.o
CXX src/build-remote/build-remote.o
CXX src/nix-channel/nix-channel.o
CXX src/nix-collect-garbage/nix-collect-garbage.o
CXX src/nix-copy-closure/nix-copy-closure.o
CXX src/nix-env/nix-env.o
Killed
The process gets killed before finishing.
| 18:51:56 |
tomberek | lockejan: hasn't been updated yet: https://github.com/NixOS/docker/pull/46 | 18:51:59 |
lockejan | Ok, I built the image locally with the patch resulting in 2.4. However, it still fails at the same point, when spinning up the project inside the container. | 19:06:21 |
lockejan | * Ok, I built the image locally with the patch resulting in 2.4. However, it still fails at the same point, when spinning up the project inside the container. 😐 | 19:06:47 |
lockejan | * Ok, I built the image locally with the patch resulting in 2.4. However, it still fails at the same point, when spinning up the project inside the container. Sry. 😐 | 19:18:50 |
lockejan | * Ok, I built the image locally with the patch resulting in 2.4. However, it still fails at the exact same point, when spinning up the project inside the container. Sry. 😐 | 19:19:09 |
lockejan | * Ok, I built the image locally with the patch resulting in 2.4. I added experimental-features = nix-command flakes to /etc/nix/nix.conf and retried nix-shell. Unfortunately it still fails at the exact same point (L156 above) as before. I'm lacking ideas how to proceed. Sry. 😐 | 19:22:26 |
| 2 Dec 2021 |
lockejan | Another day, another attempt. Project setup worked with the provided virtualbox from the nixos-website. Meaning, I'm now using a nixos vbox and nix-shell passed. However, serve doesn't runs as expected. The webserver starts, but there seem to be a problem in generating the html.
make: *** No rule to make target '/nix/store/lw1e2ozn5asd1iaasfd-nix-dev/html' needed by 'guides'. Stop.
I cant GET any content from the webserver.... Any ideas?
| 09:37:59 |
lockejan | Meta question: should I ask these questions somewhere else? | 09:46:02 |
lockejan | * Meta question: should I ask these sort of questions somewhere else? | 09:46:28 |
tomberek | lockejan: that's the error I got as well | 14:42:18 |
tomberek | it is why this line was here: https://github.com/NixOS/nixos-homepage/pull/764/files?authenticity_token=MMh9XTQ64lpbWBNq7ZFgAvh6VkpXC0xkg32%2FnNRK50EL36LR%2FhTKhxEJs2BS6XRquXNHG0Yeqqru%2BEbMux7Jsg%3D%3D&file-filters%5B%5D=.nix&file-filters%5B%5D=.png&file-filters%5B%5D=.tt#diff-206b9ce276ab5971a2489d75eb1b12999d4bf3843b7988cbe8d687cfde61dea0L140 Perhaps the fix I applied was incorrect. | 14:44:12 |
tomberek | (the NIX_DEV_MANUAL_IN change) | 14:44:37 |
lockejan | In reply to @tomberek:matrix.org it is why this line was here: https://github.com/NixOS/nixos-homepage/pull/764/files?authenticity_token=MMh9XTQ64lpbWBNq7ZFgAvh6VkpXC0xkg32%2FnNRK50EL36LR%2FhTKhxEJs2BS6XRquXNHG0Yeqqru%2BEbMux7Jsg%3D%3D&file-filters%5B%5D=.nix&file-filters%5B%5D=.png&file-filters%5B%5D=.tt#diff-206b9ce276ab5971a2489d75eb1b12999d4bf3843b7988cbe8d687cfde61dea0L140 Perhaps the fix I applied was incorrect. I guess so. I tried building the site with the commit before your PR 76fa2d44 and that works. Reverting your PR locally results in a merge conflict in flake.nix and blog/announcements.xml. | 15:10:41 |
lockejan | In reply to @tomberek:matrix.org it is why this line was here: https://github.com/NixOS/nixos-homepage/pull/764/files?authenticity_token=MMh9XTQ64lpbWBNq7ZFgAvh6VkpXC0xkg32%2FnNRK50EL36LR%2FhTKhxEJs2BS6XRquXNHG0Yeqqru%2BEbMux7Jsg%3D%3D&file-filters%5B%5D=.nix&file-filters%5B%5D=.png&file-filters%5B%5D=.tt#diff-206b9ce276ab5971a2489d75eb1b12999d4bf3843b7988cbe8d687cfde61dea0L140 Perhaps the fix I applied was incorrect. * I guess so. I tried building the site with the commit before your PR 76fa2d44 and that works. | 15:15:02 |