public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
* pandoc fails to build by latest pull
@ 2015-06-28 22:23 Cesar Romani
  2015-06-29  5:53 ` Cesar Romani
  0 siblings, 1 reply; 3+ messages in thread
From: Cesar Romani @ 2015-06-28 22:23 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

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

--------------------
[...]
[24 of 76] Compiling Text.Pandoc.Shared ( src\Text\Pandoc\Shared.hs, 
dist\dist-sandbox-a567e0e3\build\Text\Pandoc\Shared.o )

src\Text\Pandoc\Shared.hs:135:37:
     Module ‘Text.Pandoc.Data’ does not export ‘readmeFile’
Failed to install pandoc-1.14.1
cabal.exe: Error: some packages failed to install:
pandoc-1.14.1 failed during the building phase. The exception was:
ExitFailure 1
pandoc-citeproc-0.7.2 depends on pandoc-1.14.1 which failed to install.
--------------------


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/mmps49%24ln0%241%40ger.gmane.org.
For more options, visit https://groups.google.com/d/optout.


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

* Re: pandoc fails to build by latest pull
  2015-06-28 22:23 pandoc fails to build by latest pull Cesar Romani
@ 2015-06-29  5:53 ` Cesar Romani
       [not found]   ` <5590DD67.1050407-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: Cesar Romani @ 2015-06-29  5:53 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw; +Cc: Cesar Romani

On 28/06/2015 05:23 p.m., Cesar Romani wrote:
 > I'm building pandoc on Windows 7. By latest pull I get:
 >
 > --------------------
 > [...]
 > [24 of 76] Compiling Text.Pandoc.Shared ( src\Text\Pandoc\Shared.hs,
 > dist\dist-sandbox-a567e0e3\build\Text\Pandoc\Shared.o )
 >
 > src\Text\Pandoc\Shared.hs:135:37:
 > Module ‘Text.Pandoc.Data’ does not export ‘readmeFile’
 > Failed to install pandoc-1.14.1
 > cabal.exe: Error: some packages failed to install:
 > pandoc-1.14.1 failed during the building phase. The exception was:
 > ExitFailure 1
 > pandoc-citeproc-0.7.2 depends on pandoc-1.14.1 which failed to install.
 > --------------------
 >
 >
 > Many thanks in advance,
 >

With the latest pull I'm getting:

[...]
[23 of 75] Compiling Text.Pandoc.Shared ( src\Text\Pandoc\Shared.hs, 
dist\dist-sandbox-a567e0e3\build\Text\Pandoc\Shared.o )

src\Text\Pandoc\Shared.hs:767:74:
     Not in scope: ‘<$>’
     Perhaps you meant one of these:
       ‘<>’ (imported from Text.Pandoc.Compat.Monoid),
       ‘</>’ (imported from System.FilePath)

src\Text\Pandoc\Shared.hs:769:48:
     Not in scope: ‘<$>’
     Perhaps you meant one of these:
       ‘<>’ (imported from Text.Pandoc.Compat.Monoid),
       ‘</>’ (imported from System.FilePath)

src\Text\Pandoc\Shared.hs:780:29:
     Not in scope: ‘<$>’
     Perhaps you meant one of these:
       ‘<>’ (imported from Text.Pandoc.Compat.Monoid),
       ‘</>’ (imported from System.FilePath)

src\Text\Pandoc\Shared.hs:781:56:
     Not in scope: ‘<$>’
     Perhaps you meant one of these:
       ‘<>’ (imported from Text.Pandoc.Compat.Monoid),
       ‘</>’ (imported from System.FilePath)

src\Text\Pandoc\Shared.hs:807:29:
     Not in scope: ‘<$>’
     Perhaps you meant one of these:
       ‘<>’ (imported from Text.Pandoc.Compat.Monoid),
       ‘</>’ (imported from System.FilePath)

src\Text\Pandoc\Shared.hs:808:56:
     Not in scope: ‘<$>’
     Perhaps you meant one of these:
       ‘<>’ (imported from Text.Pandoc.Compat.Monoid),
       ‘</>’ (imported from System.FilePath)

src\Text\Pandoc\Shared.hs:814:40:
     Not in scope: ‘<$>’
     Perhaps you meant one of these:
       ‘<>’ (imported from Text.Pandoc.Compat.Monoid),
       ‘</>’ (imported from System.FilePath)

src\Text\Pandoc\Shared.hs:816:40:
     Not in scope: ‘<$>’
     Perhaps you meant one of these:
       ‘<>’ (imported from Text.Pandoc.Compat.Monoid),
       ‘</>’ (imported from System.FilePath)
Failed to install pandoc-1.14.1
cabal.exe: Error: some packages failed to install:
pandoc-1.14.1 failed during the building phase. The exception was:
ExitFailure 1
pandoc-citeproc-0.7.2 depends on pandoc-1.14.1 which failed to install.


-- 
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/5590DD67.1050407%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


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

* Re: pandoc fails to build by latest pull
       [not found]   ` <5590DD67.1050407-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
@ 2015-06-29 15:21     ` Cesar Romani
  0 siblings, 0 replies; 3+ messages in thread
From: Cesar Romani @ 2015-06-29 15:21 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw; +Cc: Cesar Romani, Cesar Romani

It works now!

Regards,

-- 
Cesar


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

end of thread, other threads:[~2015-06-29 15:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-28 22:23 pandoc fails to build by latest pull Cesar Romani
2015-06-29  5:53 ` Cesar Romani
     [not found]   ` <5590DD67.1050407-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2015-06-29 15:21     ` Cesar Romani

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).