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

ppl: build error #8455

Closed
bjornfor opened this issue Jun 22, 2015 · 6 comments
Closed

ppl: build error #8455

bjornfor opened this issue Jun 22, 2015 · 6 comments

Comments

@bjornfor
Copy link
Contributor

This is the latest cross bootstrap tools build error (on staging branch):

$ nix-build pkgs/stdenv/linux/make-bootstrap-tools-cross.nix -A armv7l
...
checking whether frexpl works... guessing yes
checking for fseeko... (cached) yes
checking whether fflush works on input streams... (cached) cross
checking for _fseeki64... yes
checking for bison... bison
checking version of bison... 3.0.4, ok
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for GNU gettext in libc... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for aclocal... no
checking for autoconf... no
checking for autoheader... no
no
checking whether fstatat (..., 0) works... guessing yes
checking for sys/mount.h... yes
checking for stdlib.h... configure: updating cache ./config.cache
configure: creating ./config.status
yes
configure: checking how to get file system space usage
checking for statvfs function (SVR4)... yes
checking for string.h... config.status: creating Makefile
config.status: creating config.intl
config.status: creating config.h
yes
checking for memory.h... config.status: executing default-1 commands
yes
checking whether to use statvfs64... yes
Configuring in ./bfd
checking for strings.h... no
checking for two-argument statfs with statfs.f_frsize member... no
checking dustat.h usability... yes
checking for inttypes.h... no
checking dustat.h presence... no
checking for dustat.h... no
checking sys/fs/s5param.h usability... configure: creating cache ./config.cache
yes
checking for stdint.h... checking build system type... no
checking sys/fs/s5param.h presence... x86_64-pc-linux-gnu
checking host system type... no
checking for sys/fs/s5param.h... no
armv7l-unknown-linux-gnueabi
checking target system type... checking sys/filsys.h usability... armv7l-unknown-linux-gnueabi
checking for armv7l-unknown-linux-gnueabi-gcc... armv7l-unknown-linux-gnueabi-gcc
yes
checking for unistd.h... checking for C compiler default output file name... no
checking sys/filsys.h presence... no
checking for sys/filsys.h... no
checking sys/statfs.h usability... In file included from Linear_Expression.defs.hh:52:0,
                 from Constraint.defs.hh:36,
                 from Constraint.cc:25:
Linear_Expression_Interface.defs.hh:68:13: error: 'ptrdiff_t' does not name a type
     typedef ptrdiff_t difference_type;
             ^
In file included from Constraint.defs.hh:36:0,
                 from Constraint.cc:25:
Linear_Expression.defs.hh:505:13: error: 'ptrdiff_t' does not name a type
     typedef ptrdiff_t difference_type;
             ^
yes
checking minix/config.h usability... In file included from Expression_Hide_Inhomo.defs.hh:30:0,
                 from Linear_Expression.inlines.hh:27,
                 from Linear_Expression.defs.hh:1068,
                 from Constraint.defs.hh:36,
                 from Constraint.cc:25:
Dense_Row.defs.hh:436:11: error: 'ptrdiff_t' does not name a type
   typedef ptrdiff_t difference_type;
           ^
Dense_Row.defs.hh:477:11: error: 'ptrdiff_t' does not name a type
   typedef ptrdiff_t difference_type;
           ^
In file included from Sparse_Row.defs.hh:29:0,
                 from Expression_Hide_Inhomo.defs.hh:31,
                 from Linear_Expression.inlines.hh:27,
                 from Linear_Expression.defs.hh:1068,
                 from Constraint.defs.hh:36,
                 from Constraint.cc:25:
CO_Tree.defs.hh:162:13: error: 'ptrdiff_t' does not name a type
     typedef ptrdiff_t difference_type;
             ^
CO_Tree.defs.hh:317:13: error: 'ptrdiff_t' does not name a type
     typedef ptrdiff_t difference_type;
             ^
In file included from CO_Tree.defs.hh:1545:0,
                 from Sparse_Row.defs.hh:29,
                 from Expression_Hide_Inhomo.defs.hh:31,
                 from Linear_Expression.inlines.hh:27,
                 from Linear_Expression.defs.hh:1068,
                 from Constraint.defs.hh:36,
                 from Constraint.cc:25:
CO_Tree.inlines.hh: In member function 'Parma_Polyhedra_Library::dimension_type Parma_Polyhedra_Library::CO_Tree::dfs_index(Parma_Polyhedra_Library::CO_Tree::const_iterator) const':
CO_Tree.inlines.hh:34:9: error: 'ptrdiff_t' does not name a type
   const ptrdiff_t index = itr.current_index - indexes;
         ^
CO_Tree.inlines.hh:35:43: error: invalid static_cast from type '<unresolved overloaded function type>' to type 'Parma_Polyhedra_Library::dimension_type {aka unsigned int}'
   return static_cast<dimension_type>(index);
                                           ^
CO_Tree.inlines.hh: At global scope:
CO_Tree.inlines.hh:30:35: warning: unused parameter 'itr' [-Wunused-parameter]
 CO_Tree::dfs_index(const_iterator itr) const {
                                   ^
CO_Tree.inlines.hh: In member function 'Parma_Polyhedra_Library::dimension_type Parma_Polyhedra_Library::CO_Tree::dfs_index(Parma_Polyhedra_Library::CO_Tree::iterator) const':
CO_Tree.inlines.hh:43:9: error: 'ptrdiff_t' does not name a type
   const ptrdiff_t index = itr.current_index - indexes;
         ^
CO_Tree.inlines.hh:44:43: error: invalid static_cast from type '<unresolved overloaded function type>' to type 'Parma_Polyhedra_Library::dimension_type {aka unsigned int}'
   return static_cast<dimension_type>(index);
                                           ^
CO_Tree.inlines.hh: At global scope:
CO_Tree.inlines.hh:39:29: warning: unused parameter 'itr' [-Wunused-parameter]
 CO_Tree::dfs_index(iterator itr) const {
                             ^
CO_Tree.inlines.hh: In member function 'void Parma_Polyhedra_Library::CO_Tree::tree_iterator::follow_left_children_with_value()':
CO_Tree.inlines.hh:771:3: error: 'ptrdiff_t' was not declared in this scope
   ptrdiff_t distance = p - tree.indexes;
   ^
CO_Tree.inlines.hh:771:3: note: suggested alternatives:
In file included from /nix/store/s7vl9h5xyryz2yi3awaw6k2wv0l1difs-gcc-4.9.2-armv7l-unknown-linux-gnueabi-stage-final/armv7l-unknown-linux-gnueabi/include/c++/4.9.2/iostream:38:0,
                 from checked.defs.hh:28,
                 from Checked_Number.defs.hh:28,
                 from Coefficient.types.hh:16,
                 from Linear_Expression.defs.hh:36,
                 from Constraint.defs.hh:36,
                 from Constraint.cc:25:
/nix/store/s7vl9h5xyryz2yi3awaw6k2wv0l1difs-gcc-4.9.2-armv7l-unknown-linux-gnueabi-stage-final/armv7l-unknown-linux-gnueabi/include/c++/4.9.2/armv7l-unknown-linux-gnueabi/bits/c++config.h:189:28: note:   'std::ptrdiff_t'
   typedef __PTRDIFF_TYPE__ ptrdiff_t;
                            ^
/nix/store/s7vl9h5xyryz2yi3awaw6k2wv0l1difs-gcc-4.9.2-armv7l-unknown-linux-gnueabi-stage-final/armv7l-unknown-linux-gnueabi/include/c++/4.9.2/armv7l-unknown-linux-gnueabi/bits/c++config.h:189:28: note:   'std::ptrdiff_t'
In file included from CO_Tree.defs.hh:1545:0,
                 from Sparse_Row.defs.hh:29,
                 from Expression_Hide_Inhomo.defs.hh:31,
                 from Linear_Expression.inlines.hh:27,
                 from Linear_Expression.defs.hh:1068,
                 from Constraint.defs.hh:36,
                 from Constraint.cc:25:
CO_Tree.inlines.hh:773:35: error: 'distance' was not declared in this scope
   i = static_cast<dimension_type>(distance);
                                   ^
CO_Tree.inlines.hh:773:35: note: suggested alternative:
In file included from /nix/store/s7vl9h5xyryz2yi3awaw6k2wv0l1difs-gcc-4.9.2-armv7l-unknown-linux-gnueabi-stage-final/armv7l-unknown-linux-gnueabi/include/c++/4.9.2/bits/stl_algobase.h:66:0,
                 from /nix/store/s7vl9h5xyryz2yi3awaw6k2wv0l1difs-gcc-4.9.2-armv7l-unknown-linux-gnueabi-stage-final/armv7l-unknown-linux-gnueabi/include/c++/4.9.2/bits/char_traits.h:39,
                 from /nix/store/s7vl9h5xyryz2yi3awaw6k2wv0l1difs-gcc-4.9.2-armv7l-unknown-linux-gnueabi-stage-final/armv7l-unknown-linux-gnueabi/include/c++/4.9.2/ios:40,
                 from /nix/store/s7vl9h5xyryz2yi3awaw6k2wv0l1difs-gcc-4.9.2-armv7l-unknown-linux-gnueabi-stage-final/armv7l-unknown-linux-gnueabi/include/c++/4.9.2/ostream:38,
                 from /nix/store/s7vl9h5xyryz2yi3awaw6k2wv0l1difs-gcc-4.9.2-armv7l-unknown-linux-gnueabi-stage-final/armv7l-unknown-linux-gnueabi/include/c++/4.9.2/iostream:39,
                 from checked.defs.hh:28,
                 from Checked_Number.defs.hh:28,
                 from Coefficient.types.hh:16,
                 from Linear_Expression.defs.hh:36,
                 from Constraint.defs.hh:36,
                 from Constraint.cc:25:
/nix/store/s7vl9h5xyryz2yi3awaw6k2wv0l1difs-gcc-4.9.2-armv7l-unknown-linux-gnueabi-stage-final/armv7l-unknown-linux-gnueabi/include/c++/4.9.2/bits/stl_iterator_base_funcs.h:114:5: note:   'std::distance'
     distance(_InputIterator __first, _InputIterator __last)
     ^
In file included from CO_Tree.defs.hh:1545:0,
                 from Sparse_Row.defs.hh:29,
                 from Expression_Hide_Inhomo.defs.hh:31,
                 from Linear_Expression.inlines.hh:27,
                 from Linear_Expression.defs.hh:1068,
                 from Constraint.defs.hh:36,
                 from Constraint.cc:25:
CO_Tree.inlines.hh: In member function 'void Parma_Polyhedra_Library::CO_Tree::tree_iterator::follow_right_children_with_value()':
CO_Tree.inlines.hh:786:3: error: 'ptrdiff_t' was not declared in this scope
   ptrdiff_t distance = p - tree.indexes;
   ^
CO_Tree.inlines.hh:786:3: note: suggested alternatives:
In file included from /nix/store/s7vl9h5xyryz2yi3awaw6k2wv0l1difs-gcc-4.9.2-armv7l-unknown-linux-gnueabi-stage-final/armv7l-unknown-linux-gnueabi/include/c++/4.9.2/iostream:38:0,
                 from checked.defs.hh:28,
                 from Checked_Number.defs.hh:28,
                 from Coefficient.types.hh:16,
                 from Linear_Expression.defs.hh:36,
                 from Constraint.defs.hh:36,
                 from Constraint.cc:25:
/nix/store/s7vl9h5xyryz2yi3awaw6k2wv0l1difs-gcc-4.9.2-armv7l-unknown-linux-gnueabi-stage-final/armv7l-unknown-linux-gnueabi/include/c++/4.9.2/armv7l-unknown-linux-gnueabi/bits/c++config.h:189:28: note:   'std::ptrdiff_t'
   typedef __PTRDIFF_TYPE__ ptrdiff_t;
                            ^
/nix/store/s7vl9h5xyryz2yi3awaw6k2wv0l1difs-gcc-4.9.2-armv7l-unknown-linux-gnueabi-stage-final/armv7l-unknown-linux-gnueabi/include/c++/4.9.2/armv7l-unknown-linux-gnueabi/bits/c++config.h:189:28: note:   'std::ptrdiff_t'
In file included from CO_Tree.defs.hh:1545:0,
                 from Sparse_Row.defs.hh:29,
                 from Expression_Hide_Inhomo.defs.hh:31,
                 from Linear_Expression.inlines.hh:27,
                 from Linear_Expression.defs.hh:1068,
                 from Constraint.defs.hh:36,
                 from Constraint.cc:25:
CO_Tree.inlines.hh:788:35: error: 'distance' was not declared in this scope
   i = static_cast<dimension_type>(distance);
                                   ^
CO_Tree.inlines.hh:788:35: note: suggested alternative:
In file included from /nix/store/s7vl9h5xyryz2yi3awaw6k2wv0l1difs-gcc-4.9.2-armv7l-unknown-linux-gnueabi-stage-final/armv7l-unknown-linux-gnueabi/include/c++/4.9.2/bits/stl_algobase.h:66:0,
                 from /nix/store/s7vl9h5xyryz2yi3awaw6k2wv0l1difs-gcc-4.9.2-armv7l-unknown-linux-gnueabi-stage-final/armv7l-unknown-linux-gnueabi/include/c++/4.9.2/bits/char_traits.h:39,
                 from /nix/store/s7vl9h5xyryz2yi3awaw6k2wv0l1difs-gcc-4.9.2-armv7l-unknown-linux-gnueabi-stage-final/armv7l-unknown-linux-gnueabi/include/c++/4.9.2/ios:40,
                 from /nix/store/s7vl9h5xyryz2yi3awaw6k2wv0l1difs-gcc-4.9.2-armv7l-unknown-linux-gnueabi-stage-final/armv7l-unknown-linux-gnueabi/include/c++/4.9.2/ostream:38,
                 from /nix/store/s7vl9h5xyryz2yi3awaw6k2wv0l1difs-gcc-4.9.2-armv7l-unknown-linux-gnueabi-stage-final/armv7l-unknown-linux-gnueabi/include/c++/4.9.2/iostream:39,
                 from checked.defs.hh:28,
                 from Checked_Number.defs.hh:28,
                 from Coefficient.types.hh:16,
                 from Linear_Expression.defs.hh:36,
                 from Constraint.defs.hh:36,
                 from Constraint.cc:25:
/nix/store/s7vl9h5xyryz2yi3awaw6k2wv0l1difs-gcc-4.9.2-armv7l-unknown-linux-gnueabi-stage-final/armv7l-unknown-linux-gnueabi/include/c++/4.9.2/bits/stl_iterator_base_funcs.h:114:5: note:   'std::distance'
     distance(_InputIterator __first, _InputIterator __last)
     ^
In file included from /nix/store/s7vl9h5xyryz2yi3awaw6k2wv0l1difs-gcc-4.9.2-armv7l-unknown-linux-gnueabi-stage-final/armv7l-unknown-linux-gnueabi/include/c++/4.9.2/bits/stl_algobase.h:65:0,
                 from /nix/store/s7vl9h5xyryz2yi3awaw6k2wv0l1difs-gcc-4.9.2-armv7l-unknown-linux-gnueabi-stage-final/armv7l-unknown-linux-gnueabi/include/c++/4.9.2/bits/char_traits.h:39,
                 from /nix/store/s7vl9h5xyryz2yi3awaw6k2wv0l1difs-gcc-4.9.2-armv7l-unknown-linux-gnueabi-stage-final/armv7l-unknown-linux-gnueabi/include/c++/4.9.2/ios:40,
                 from /nix/store/s7vl9h5xyryz2yi3awaw6k2wv0l1difs-gcc-4.9.2-armv7l-unknown-linux-gnueabi-stage-final/armv7l-unknown-linux-gnueabi/include/c++/4.9.2/ostream:38,
                 from /nix/store/s7vl9h5xyryz2yi3awaw6k2wv0l1difs-gcc-4.9.2-armv7l-unknown-linux-gnueabi-stage-final/armv7l-unknown-linux-gnueabi/include/c++/4.9.2/iostream:39,
                 from checked.defs.hh:28,
                 from Checked_Number.defs.hh:28,
                 from Coefficient.types.hh:16,
                 from Linear_Expression.defs.hh:36,
                 from Constraint.defs.hh:36,
                 from Constraint.cc:25:
/nix/store/s7vl9h5xyryz2yi3awaw6k2wv0l1difs-gcc-4.9.2-armv7l-unknown-linux-gnueabi-stage-final/armv7l-unknown-linux-gnueabi/include/c++/4.9.2/bits/stl_iterator_base_types.h: In instantiation of 'struct std::iterator_traits<Parma_Polyhedra_Library::CO_Tree::const_iterator>':
/nix/store/s7vl9h5xyryz2yi3awaw6k2wv0l1difs-gcc-4.9.2-armv7l-unknown-linux-gnueabi-stage-final/armv7l-unknown-linux-gnueabi/include/c++/4.9.2/bits/stl_iterator_base_funcs.h:114:5:   required by substitution of 'template<class _InputIterator> typename std::iterator_traits<_Iterator>::difference_type std::distance(_InputIterator, _InputIterator) [with _InputIterator = Parma_Polyhedra_Library::CO_Tree::const_iterator]'
Sparse_Row.inlines.hh:51:72:   required from here
/nix/store/s7vl9h5xyryz2yi3awaw6k2wv0l1difs-gcc-4.9.2-armv7l-unknown-linux-gnueabi-stage-final/armv7l-unknown-linux-gnueabi/include/c++/4.9.2/bits/stl_iterator_base_types.h:167:53: error: no type named 'difference_type' in 'class Parma_Polyhedra_Library::CO_Tree::const_iterator'
       typedef typename _Iterator::difference_type   difference_type;
                                                     ^
In file included from Sparse_Row.defs.hh:927:0,
                 from Expression_Hide_Inhomo.defs.hh:31,
                 from Linear_Expression.inlines.hh:27,
                 from Linear_Expression.defs.hh:1068,
                 from Constraint.defs.hh:36,
                 from Constraint.cc:25:
Sparse_Row.inlines.hh: In constructor 'Parma_Polyhedra_Library::Sparse_Row::Sparse_Row(const Parma_Polyhedra_Library::Sparse_Row&, Parma_Polyhedra_Library::dimension_type, Parma_Polyhedra_Library::dimension_type)':
Sparse_Row.inlines.hh:51:72: error: no matching function for call to 'distance(Parma_Polyhedra_Library::Sparse_Row::const_iterator, Parma_Polyhedra_Library::Sparse_Row::const_iterator)'
          std::distance(y.begin(), y.lower_bound(std::min(y.size(), sz)))),
                                                                        ^
Sparse_Row.inlines.hh:51:72: note: candidate is:
In file included from /nix/store/s7vl9h5xyryz2yi3awaw6k2wv0l1difs-gcc-4.9.2-armv7l-unknown-linux-gnueabi-stage-final/armv7l-unknown-linux-gnueabi/include/c++/4.9.2/bits/stl_algobase.h:66:0,
                 from /nix/store/s7vl9h5xyryz2yi3awaw6k2wv0l1difs-gcc-4.9.2-armv7l-unknown-linux-gnueabi-stage-final/armv7l-unknown-linux-gnueabi/include/c++/4.9.2/bits/char_traits.h:39,
                 from /nix/store/s7vl9h5xyryz2yi3awaw6k2wv0l1difs-gcc-4.9.2-armv7l-unknown-linux-gnueabi-stage-final/armv7l-unknown-linux-gnueabi/include/c++/4.9.2/ios:40,
                 from /nix/store/s7vl9h5xyryz2yi3awaw6k2wv0l1difs-gcc-4.9.2-armv7l-unknown-linux-gnueabi-stage-final/armv7l-unknown-linux-gnueabi/include/c++/4.9.2/ostream:38,
                 from /nix/store/s7vl9h5xyryz2yi3awaw6k2wv0l1difs-gcc-4.9.2-armv7l-unknown-linux-gnueabi-stage-final/armv7l-unknown-linux-gnueabi/include/c++/4.9.2/iostream:39,
                 from checked.defs.hh:28,
                 from Checked_Number.defs.hh:28,
                 from Coefficient.types.hh:16,
                 from Linear_Expression.defs.hh:36,
                 from Constraint.defs.hh:36,
                 from Constraint.cc:25:
/nix/store/s7vl9h5xyryz2yi3awaw6k2wv0l1difs-gcc-4.9.2-armv7l-unknown-linux-gnueabi-stage-final/armv7l-unknown-linux-gnueabi/include/c++/4.9.2/bits/stl_iterator_base_funcs.h:114:5: note: template<class _InputIterator> typename std::iterator_traits<_Iterator>::difference_type std::distance(_InputIterator, _InputIterator)
     distance(_InputIterator __first, _InputIterator __last)
     ^
/nix/store/s7vl9h5xyryz2yi3awaw6k2wv0l1difs-gcc-4.9.2-armv7l-unknown-linux-gnueabi-stage-final/armv7l-unknown-linux-gnueabi/include/c++/4.9.2/bits/stl_iterator_base_funcs.h:114:5: note:   substitution of deduced template arguments resulted in errors seen above
yes
checking sys/statfs.h presence... yes
checking for sys/statfs.h... yes
a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... checking for statfs that truncates block counts... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... no
checking for ftello... (cached) yes
checking whether ftello works... (cached) guessing yes
checking for struct statfs.f_type... 
checking for suffix of object files... yes
checking for a sed that does not truncate output... /nix/store/35zg8r4pazbxq3xgwajvpfs5xjknfaj6-gnused-4.2.2/bin/sed
yes
checking whether futimens works... guessing no
configure: checking how to do getaddrinfo, freeaddrinfo and getnameinfo
checking for library containing getaddrinfo... checking whether armv7l-unknown-linux-gnueabi-gcc supports -W... o
checking whether we are using the GNU C compiler... yes
checking whether armv7l-unknown-linux-gnueabi-gcc supports -Wall... Makefile:1342: recipe for target 'Constraint.lo' failed
make[3]: *** [Constraint.lo] Error 1
make[3]: Leaving directory '/tmp/nix-build-ppl-1.0-armv7l-unknown-linux-gnueabi.drv-0/ppl-1.0/src'
Makefile:1128: recipe for target 'all' failed
make[2]: *** [all] Error 2
make[2]: Leaving directory '/tmp/nix-build-ppl-1.0-armv7l-unknown-linux-gnueabi.drv-0/ppl-1.0/src'
Makefile:471: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/tmp/nix-build-ppl-1.0-armv7l-unknown-linux-gnueabi.drv-0/ppl-1.0'
Makefile:400: recipe for target 'all' failed
make: *** [all] Error 2
yes
checking whether armv7l-unknown-linux-gnueabi-gcc accepts -g... yes
checking whether armv7l-unknown-linux-gnueabi-gcc supports -Wwrite-strings... builder for ‘/nix/store/2djlzm3h41dl2vgmk8j28mh8f6lf0jq2-ppl-1.0-armv7l-unknown-linux-gnueabi.drv’ failed with exit code 2
cannot build derivation ‘/nix/store/8jcavdywiyr904l8jvzy53glx5v0m045-cloog-ppl-0.15.11-armv7l-unknown-linux-gnueabi.drv’: 1 dependencies couldn't be built
cannot build derivation ‘/nix/store/km688wmjb1s4nq4wzgxzmbfrwcpx450w-build.drv’: 1 dependencies couldn't be built
error: build of ‘/nix/store/km688wmjb1s4nq4wzgxzmbfrwcpx450w-build.drv’ failed

The missing type ptrdiiff_t is supposed to be defined in stddef.h. Why is it missing? How to fix it?

Related: #8433, #8433 (comment).

@vcunat
Copy link
Member

vcunat commented Jun 22, 2015

#8081 seems to do lots of cross-bootstrapping changes.

@vcunat
Copy link
Member

vcunat commented Jul 21, 2015

This actually fails even on linux 64 & 32, perhaps after gcc update. It might be some version mismatch.

@lucabrunox
Copy link
Contributor

@vcunat probably it's missing the stddef.h include.

@lucabrunox
Copy link
Contributor

Ah by the way also ppl fails to build for the same reason.

@vcunat vcunat changed the title make-bootstrap-tools-cross.nix build error ppl: build error Jul 21, 2015
@vcunat
Copy link
Member

vcunat commented Jul 21, 2015

The original report and my references are all only about ppl. make-bootstrap-tools-cross.nix just depends on it.

@bjornfor
Copy link
Contributor Author

Fixed in master (2b2e7c2).

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

No branches or pull requests

3 participants