public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
* error on latest pull
@ 2016-05-16 17:19 Cesar Romani
  2016-05-24  4:18 ` John MACFARLANE
  0 siblings, 1 reply; 16+ messages in thread
From: Cesar Romani @ 2016-05-16 17:19 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

I'm building pandoc on Windows 7 with MinGW.

By the latest pull I'm always getting the following error:

--------------------
[...]
Test suite failure for package zip-archive-0.3.0.2
test-zip-archive:  exited with: ExitFailure 1
Full log available at
C:\home\caesar\pandoc-build\pandoc\.stack-work\logs\zip-archive-0.3.0.2-test.log


test-zip-archive.exe: CreateDirectory "test-temp": already exists
(Cannot create a file when that file already exists.)
--------------------

It doesn't matter if I before remove the folder "test-temp." I always
get the same error.

I'm using this command:
stack install --test --install-ghc --stack-yaml stack.full.yaml


Many thanks in advance,

-- 
Cesar


^ permalink raw reply	[flat|nested] 16+ messages in thread
* error on latest pull
@ 2016-04-03 15:46 Cesar Romani
  2016-04-03 23:44 ` John MACFARLANE
  0 siblings, 1 reply; 16+ messages in thread
From: Cesar Romani @ 2016-04-03 15:46 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

I'm building pandoc on Windows 7. On latest pull I'm getting:

--------------------
[...]
--  While building package zip-archive-0.3.0.1 using:
 
C:\home\caesar\pandoc-build\zip-archive\.stack-work\dist\95439361\setup\setup 
--builddir=.stack-work\dist\95439361\ build test:test-zip-archive 
--ghc-options " -ddump-hi -ddump-to-file"
     Process exited with code: ExitFailure 1
     Logs have been written to: 
C:\home\caesar\pandoc-build\pandoc\.stack-work\logs\zip-archive-0.3.0.1-test.log

     Configuring zip-archive-0.3.0.1...
     Preprocessing library zip-archive-0.3.0.1...
     In-place registering zip-archive-0.3.0.1...
     Preprocessing test suite 'test-zip-archive' for zip-archive-0.3.0.1...
     [1 of 1] Compiling Main             ( tests\test-zip-archive.hs, 
.stack-work
\dist\95439361\build\test-zip-archive\test-zip-archive-tmp\Main.o )

     tests\test-zip-archive.hs:115:15: Not in scope: ‘unionFileModes’

     tests\test-zip-archive.hs:115:30: Not in scope: ‘ownerReadMode’

     tests\test-zip-archive.hs:115:46: Not in scope: ‘unionFileModes’

     tests\test-zip-archive.hs:115:61: Not in scope: ‘ownerWriteMode’

     tests\test-zip-archive.hs:115:76: Not in scope: ‘ownerExecuteMode’

     tests\test-zip-archive.hs:116:3: Not in scope: ‘setFileMode’

     tests\test-zip-archive.hs:121:14: Not in scope: ‘fileMode’

     tests\test-zip-archive.hs:121:25: Not in scope: ‘getFileStatus’

     tests\test-zip-archive.hs:122:35:
         Not in scope: ‘intersectFileModes’
  all
--------------------

Many thanks in advance,

-- 
Cesar

-- 
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/ndrdtg%24i30%241%40ger.gmane.org.
For more options, visit https://groups.google.com/d/optout.


^ permalink raw reply	[flat|nested] 16+ messages in thread
* Error on latest pull
@ 2016-01-22 15:52 Cesar Romani
  2016-01-22 18:09 ` John MACFARLANE
  0 siblings, 1 reply; 16+ messages in thread
From: Cesar Romani @ 2016-01-22 15:52 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

By building pandoc on Windows I get:

--------------------
Preprocessing library pandoc-1.16.0.2...
In-place registering pandoc-1.16.0.2...
Preprocessing executable 'pandoc' for pandoc-1.16.0.2...
setup: data/templates/default.tei: does not exist
--------------------

I'm using:
stack install --test --install-ghc --stack-yaml stack.full.yaml

Many thanks in advance,

-- 
Cesar


^ permalink raw reply	[flat|nested] 16+ messages in thread
* error on latest pull
@ 2014-06-19 15:06 Cesar Romani
  2014-06-19 18:22 ` John MacFarlane
  0 siblings, 1 reply; 16+ messages in thread
From: Cesar Romani @ 2014-06-19 15:06 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

I'm building pandoc on Windows 7. On latest pull I get:

--------------------
[...]
Linking 
dist/dist-sandbox-a567e0e3\build\make-pandoc-man-pages\make-pandoc-man-pages.exe 
...
Created man\man1\pandoc.1
Created man\man5\pandoc_markdown.5
Creating package registration file:
C:\Users\caesar\AppData\Local\Temp\pkgConf-pandoc-15720.13
setup.exe: data/templates/default.haddock: does not exist
Failed to install pandoc-1.13
cabal.exe: Error: some packages failed to install:
pandoc-1.13 failed during the final install step. The exception was:
ExitFailure 1
pandoc-citeproc-0.3.1 depends on pandoc-1.13 which failed to install.
--------------------

I did:
cabal update
cabal install

Many thanks in advance,

-- 
Cesar


^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2016-06-07 20:22 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-16 17:19 error on latest pull Cesar Romani
2016-05-24  4:18 ` John MACFARLANE
     [not found]   ` <20160524041831.GA30428-nFAEphtLEs/fysO+viCLMa55KtNWUUjk@public.gmane.org>
2016-06-07 19:26     ` Cesar Romani
2016-06-07 20:22       ` John MacFarlane
  -- strict thread matches above, loose matches on Subject: below --
2016-04-03 15:46 Cesar Romani
2016-04-03 23:44 ` John MACFARLANE
     [not found]   ` <20160403234457.GF55527-nFAEphtLEs/fysO+viCLMa55KtNWUUjk@public.gmane.org>
2016-04-08 15:50     ` Cesar Romani
2016-04-08 23:47       ` John MacFarlane
     [not found]         ` <20160408234730.GA61824-jF64zX8BO091tJRe0FUodcM6rOWSkUom@public.gmane.org>
2016-04-13 21:57           ` Cesar Romani
2016-01-22 15:52 Error " Cesar Romani
2016-01-22 18:09 ` John MACFARLANE
     [not found]   ` <20160122180905.GD31479-nFAEphtLEs/fysO+viCLMa55KtNWUUjk@public.gmane.org>
2016-01-23 15:35     ` Cesar Romani
2016-01-25 18:02       ` nickbart1980-Re5JQEeQqe8AvxtiuMwx3w
     [not found]         ` <eb6015f4-3955-4504-ada3-78ff73c14572-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2016-01-25 20:29           ` John MACFARLANE
2014-06-19 15:06 error " Cesar Romani
2014-06-19 18:22 ` John MacFarlane

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).