Code Monkey home page Code Monkey logo

Comments (5)

quark17 avatar quark17 commented on June 7, 2024

Before that, the repo contained source for tcl/tk and itcl/itk, which were built and used. After that commit, these sources were removed and it became a requirement that users install tcl/tk and itcl/itk first. The failure you're seeing is because itcl is not found. What OS are you building on? If you're on Debian or Ubuntu, you'll need to install the itcl3-dev and itk3-dev packages (which commit aba212e added to the README file).

from bsc.

postoroniy avatar postoroniy commented on June 7, 2024

installing those does not help
...
bsc start Sun 1 Mar 14:26:57 AEDT 2020
./update-build-version.sh
BuildVersion.hs up-to-date
./update-build-system.sh
BuildSystem.hs up-to-date
ghc -fmax-pmcheck-iterations=6000000 -Wtabs -hidir /home/slava/projects/bluespec/bsc/src/comp/../../build -odir /home/slava/projects/bluespec/bsc/src/comp/../../build -stubdir /home/slava/projects/bluespec/bsc/src/comp/../../build -main-is Main_bsc
-O2 -hide-all-packages -fasm -Wall -fno-warn-orphans -fno-warn-name-shadowing -fno-warn-unused-matches -package base -package containers -package array -package mtl -package unix -package regex-compat -package bytestring -package directory -package process -package filepath -package time -package old-time -package old-locale -package split -package syb -package integer-gmp -iGHC -iGHC/posix -iLibs -i../Parsec -i../stp/include_hs -i../yices/include_hs -i../tcltk '-tmpdir /tmp' -L../tcltk -I/usr/include/tcl -I../stp/include -L../stp/lib -I../yices/include -L../yices/lib '-pgma ./compiler-script.sh' '-pgmc ./compiler-script.sh' '-pgml ./compiler-script.sh' -rtsopts --make bsc -j1 +RTS -M3G -A128m -RTS -ltcl8.6 -ltclstub8.6 -ltk8.6 -ltkstub8.6 -litcl3.4 -litclstub3.4 -lhtcl -lstp -lyices rts_hooks.o
: cannot satisfy -package split
(use -v for more information)
Makefile:377: recipe for target 'bsc' failed
make[2]: *** [bsc] Error 1
make[2]: Leaving directory '/home/slava/projects/bluespec/bsc/src/comp'
Makefile:11: recipe for target 'install' failed
make[1]: *** [install] Error 2
make[1]: Leaving directory '/home/slava/projects/bluespec/bsc/src'
Makefile:24: recipe for target 'install' failed
make: *** [install] Error 2

...
git status
On branch master
Your branch is up to date with 'origin/master'.

Untracked files:
(use "git add ..." to include in what will be committed)

src/tcltk/HaskellTcl/
src/tcltk/itcl3.4/
src/tcltk/itk3.4/
src/tcltk/tcltk8.5.4/
xaa

nothing added to commit but untracked files present (use "git add" to track)

from bsc.

quark17 avatar quark17 commented on June 7, 2024

There was a commit (d3f81bf) an hour ago that introduced a new requirement, the split library. If you look at the changes to the README file by that commit, you'll see that you now need this:
apt-get install libghc-split-dev

from bsc.

quark17 avatar quark17 commented on June 7, 2024

The untracked src files are because those directories were deleted in later commits that you pulled in, but there were generated files in those directories and they are still around. You can safely delete those directories.

from bsc.

postoroniy avatar postoroniy commented on June 7, 2024

ok,,checking README file now all the time and not just splitdev but mtl libraries pop up there
thank all good for now

from bsc.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.