public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
* problem by 'make install'
@ 2013-10-23 14:35 Cesar Romani
  2013-10-23 16:02 ` John MacFarlane
  0 siblings, 1 reply; 2+ messages in thread
From: Cesar Romani @ 2013-10-23 14:35 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

Whenever I update pandoc from the git repository and do 'make' I don't
get any errors, but by doing 'make install' I always get:

--------------------
$ make install
cabal-dev install --enable-tests
Resolving dependencies...
In order, the following would be installed:
pandoc-1.12.1 *test (reinstall) changes: Diff-0.3.0 added, HUnit-1.2.5.2
added, QuickCheck-2.6 added, ansi-terminal-0.6 added, old-time-1.1.0.1 
added,
test-framework-0.8.0.3 added, test-framework-hunit-0.3.0.1 added,
test-framework-quickcheck2-0.3.0.2 added
cabal.exe: The following packages are likely to be broken by the reinstalls:
pandoc-citeproc-0.1.2.1
Use --force-reinstalls if you want to install anyway.
make: *** [install] Error 1
--------------------

Is it fine to do 'cabal-dev install --force-reinstalls --enable-tests'?
Or should I always do 'make veryclean', 'make prep', 'make' and 'make
install'?

Many thanks in advance,

-- 
Cesar


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

* Re: problem by 'make install'
  2013-10-23 14:35 problem by 'make install' Cesar Romani
@ 2013-10-23 16:02 ` John MacFarlane
  0 siblings, 0 replies; 2+ messages in thread
From: John MacFarlane @ 2013-10-23 16:02 UTC (permalink / raw)
  To: pandoc-discuss-/JYPxA39Uh5TLH3MbocFFw

It should be fine.  Really I'd just use cabal directly instead of
the Makefile, which was just for my convenience at one point and
hasn't been updated in a while.  After you install pandoc, use
'cabal install pandoc-citeproc' and it will recompile pandoc-citeproc
against your new pandoc library.

+++ Cesar Romani [Oct 23 13 09:35 ]:
> Whenever I update pandoc from the git repository and do 'make' I don't
> get any errors, but by doing 'make install' I always get:
> 
> --------------------
> $ make install
> cabal-dev install --enable-tests
> Resolving dependencies...
> In order, the following would be installed:
> pandoc-1.12.1 *test (reinstall) changes: Diff-0.3.0 added, HUnit-1.2.5.2
> added, QuickCheck-2.6 added, ansi-terminal-0.6 added,
> old-time-1.1.0.1 added,
> test-framework-0.8.0.3 added, test-framework-hunit-0.3.0.1 added,
> test-framework-quickcheck2-0.3.0.2 added
> cabal.exe: The following packages are likely to be broken by the reinstalls:
> pandoc-citeproc-0.1.2.1
> Use --force-reinstalls if you want to install anyway.
> make: *** [install] Error 1
> --------------------
> 
> Is it fine to do 'cabal-dev install --force-reinstalls --enable-tests'?
> Or should I always do 'make veryclean', 'make prep', 'make' and 'make
> 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/l48ms4%24542%241%40ger.gmane.org.
> For more options, visit https://groups.google.com/groups/opt_out.


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

end of thread, other threads:[~2013-10-23 16:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-10-23 14:35 problem by 'make install' Cesar Romani
2013-10-23 16:02 ` 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).