-
Notifications
You must be signed in to change notification settings - Fork 0
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
"stack build" failure #1
Comments
As it says, you need |
hi. root@AR:/usr/local/dikmax.name-ng# apt-get install -y pkg-config it shows: root@AR:/usr/local/dikmax.name-ng# so the issue is still not fixed. |
Do you have imagemagick installed? Probably,
but I'm not sure. I've only previously setted up build process on Macs. |
As there's no more complaints, I'm closing this issue. |
hi. ... -- While building package dikmax-name-0.1.0.0 using: how to fix it? |
I really can't say, because I don't have Ubuntu. Looks like incompatible luckypoem [email protected] schrieb am Sa., 22. Okt. 2016 um
|
hi. i uninstalled imagemagick: apt-get remove imagemagick -y cd /usr/local/dikmax.name-ng No packages found in snapshot which provide a "hsc2hs" executable, which is a build-tool dependency of "imagemagick" dikmax-name-0.1.0.0: build -- While building package dikmax-name-0.1.0.0 using: so,even if imagemagick is compiled,i still encounter the same error. can u try to compile ur app in a linux vps? is that ur app has to be compiled on a mac for success? |
i see here: commercialhaskell/stack#595 ,but in my vps, i do have executable file: hsc2hs |
hi. in my mac,i installed dikmax-name successfully: but yudeMacBook-Air:dikmax.name-ng brite$ .stack-work/dist/x86_64-osx/Cabal-1.24.0.0/build/dikmax.name/dikmax.name build it exports:
yudeMacBook-Air:dikmax.name-ng brite$ stack install zopflipng The following target packages were not found: zopflipng yudeMacBook-Air:dikmax.name-ng yuming$ so how to fix the zopflipng issue? |
Hi. I'm glad it's finally working. You can install zopfli through brew brew install zopfli But I'm afraid you won't be able to build it in the end. The build process requires images to be present, but they aren't in git because of size. The only way I see now is to replace posts directory with your own. |
hi. after compiling gdal/org2ogr (http://download.osgeo.org/gdal/2.1.2/gdal-2.1.2.tar.gz , http://www.gdal.org/ogr2ogr.html) yudeMacBook-Air:dikmax.name-ng brite$ .stack-work/dist/x86_64-osx/Cabal-1.24.0.0/build/dikmax.name/dikmax.name build it shows:
yudeMacBook-Air:dikmax.name-ng brite$ ls /Users/dikmax/Google Drive/dikmax.name-images/ how to fix it? |
In |
hi. finally i set it up: http://dn.bright.biz.st/ ,but thank u |
For appearance need to dig into templates in The "read more" string you'll find in config |
hi.
i installed shake: stack install shake
git clone https://github.com/dikmax/dikmax.name-ng
cd dikmax.name-ng
stack build
it shows:
...
While building package imagemagick-0.0.4.2 using:
/root/.stack/setup-exe-cache/i386-linux/setup-Simple-Cabal-1.22.5.0-ghc-7.10.3 --builddir=.stack-work/dist/i386-linux/Cabal-1.22.5.0 configure --with-ghc=/root/.stack/programs/i386-linux/ghc-7.10.3/bin/ghc --with-ghc-pkg=/root/.stack/programs/i386-linux/ghc-7.10.3/bin/ghc-pkg --user --package-db=clear --package-db=global --package-db=/root/.stack/snapshots/i386-linux/lts-6.9/7.10.3/pkgdb --package-db=/usr/local/dikmax.name-ng/.stack-work/install/i386-linux/lts-6.9/7.10.3/pkgdb --libdir=/usr/local/dikmax.name-ng/.stack-work/install/i386-linux/lts-6.9/7.10.3/lib --bindir=/usr/local/dikmax.name-ng/.stack-work/install/i386-linux/lts-6.9/7.10.3/bin --datadir=/usr/local/dikmax.name-ng/.stack-work/install/i386-linux/lts-6.9/7.10.3/share --libexecdir=/usr/local/dikmax.name-ng/.stack-work/install/i386-linux/lts-6.9/7.10.3/libexec --sysconfdir=/usr/local/dikmax.name-ng/.stack-work/install/i386-linux/lts-6.9/7.10.3/etc --docdir=/usr/local/dikmax.name-ng/.stack-work/install/i386-linux/lts-6.9/7.10.3/doc/imagemagick-0.0.4.2 --htmldir=/usr/local/dikmax.name-ng/.stack-work/install/i386-linux/lts-6.9/7.10.3/doc/imagemagick-0.0.4.2 --haddockdir=/usr/local/dikmax.name-ng/.stack-work/install/i386-linux/lts-6.9/7.10.3/doc/imagemagick-0.0.4.2 --dependency=base=base-4.8.2.0-a3ce8575fb7e5b352e3a0df9b7b44e44 --dependency=bytestring=bytestring-0.10.6.0-89a6fa47eb216379d389091d263e752c --dependency=filepath=filepath-1.4.0.0-59267d26bde9029c896503f5d82794cc --dependency=resourcet=resourcet-1.1.7.4-9d760d4d22013670e0774aba2c0e2819 --dependency=text=text-1.2.2.1-2411b35d3d37b404459a8d922c67ee1e --dependency=transformers=transformers-0.4.2.0-a5bbd954d1c2451a9da96a3615054cc0 --dependency=vector=vector-0.11.0.0-b91d6818d81e003e67d46e63b185a4a6
Process exited with code: ExitFailure 1
Logs have been written to: /usr/local/dikmax.name-ng/.stack-work/logs/imagemagick-0.0.4.2.log
root@AR:/usr/local/dikmax.name-ng#
how to fix it?
thanks
The text was updated successfully, but these errors were encountered: