leif wrote: > Jeroen Demeyer wrote: >> Got it! Your Makefile is corrupted, > > I wouldn't say it's "corrupted", it's misgenerated: All packages > (alphabetically) starting with ptyprocess are /consistently/ missing. > > So apparently already the loop in filtered_packages_list() > > for DIR in $SAGE_ROOT/build/pkgs/*; > > consistently ends too early, as filtered_packages_list() is later called > a couple of times.
P.S.: The problematic thing here is that 'make' doesn't bail out with "Don't know how to make target 'foo'. Stop." as one would expect, but due to the way our Makefile is written. dependencies simply get dropped, as undefined variables evaluate to the empty string. P.P.S.: I think I know where the bug in 'configure[.ac]' is (it's actually multiple instances of the same)... -leif >> see this part: >> >> [...] >> inst_pkgconf = $(INST)/pkgconf-0.9.7 >> inst_pkgconfig = $(INST)/pkgconfig-1.1.0 >> inst_planarity = $(INST)/planarity-2.2.0 >> inst_plantri = $(INST)/plantri-4.5 >> inst_polytopes_db = $(INST)/polytopes_db-20120220 >> inst_ppl = $(INST)/ppl-1.1 >> >> >> # All standard packages >> [...] >> >> This list unexpectedly ends at ppl, which means that any package which >> comes alphabetically after ppl will not be installed. >> >> I will need to see the top-level file config.log to debug this further. -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegroups.com. To post to this group, send email to sage-devel@googlegroups.com. Visit this group at https://groups.google.com/group/sage-devel. For more options, visit https://groups.google.com/d/optout.