Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 474102 - app-text/pandoc-1.11.1 - setup: At least the following dependencies are missing: highlighting-kate >=0.5.3.9 && <0.6, texmath >=0.6.1.5 && <0.7
Summary: app-text/pandoc-1.11.1 - setup: At least the following dependencies are missi...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Gentoo's Haskell Language team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-22 05:57 UTC by bdouxx
Modified: 2013-06-22 22:29 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description bdouxx 2013-06-22 05:57:57 UTC
Hi,

In pandoc-1.11.1.ebuild it's write
	>=dev-haskell/texmath-0.6.1.3:=[profile?]
 	<dev-haskell/texmath-0.7:=[profile?]

In pandoc.cabal, it's write:
        texmath >= 0.6.1.5 && < 0.7

But texmath is in version 0.6.1.3 in portage

So compilation failed :


 * Package:    app-text/pandoc-1.11.1
 * Repository: gentoo
 * Maintainer: haskell@gentoo.org
 * USE:        amd64 elibc_glibc kernel_linux userland_GNU
 * FEATURES:   preserve-libs sandbox
>>> Unpacking source...
>>> Unpacking pandoc-1.11.1.tar.gz to /home/portage/portage/app-text/pandoc-1.11.1/work
>>> Source unpacked in /home/portage/portage/app-text/pandoc-1.11.1/work
>>> Preparing source in /home/portage/portage/app-text/pandoc-1.11.1/work/pandoc-1.11.1 ...
 * Applying pandoc-1.11.1-no-man-tests.patch ...
 [ ok ]
 * Applying pandoc-1.11.1-test.patch ...
 [ ok ]
>>> Source prepared.
>>> Configuring source in /home/portage/portage/app-text/pandoc-1.11.1/work/pandoc-1.11.1 ...
 * Using cabal-1.16.0.3.
 * Prepending /usr/lib64/ghc-7.6.3 to LD_LIBRARY_PATH
/usr/bin/ghc -package Cabal-1.16.0.3 --make /home/portage/portage/app-text/pandoc-1.11.1/work/pandoc-1.11.1/Setup.hs -dynamic -o setup
[1 of 1] Compiling Main             ( /home/portage/portage/app-text/pandoc-1.11.1/work/pandoc-1.11.1/Setup.hs, /home/portage/portage/app-text/pandoc-1.11.1/work/pandoc-1.11.1/Setup.o )
Linking setup ...
./setup configure --ghc --prefix=/usr --with-compiler=/usr/bin/ghc --with-hc-pkg=/usr/bin/ghc-pkg --prefix=/usr --libdir=/usr/lib64 --libsubdir=pandoc-1.11.1/ghc-7.6.3 --datadir=/usr/share/ --datasubdir=pandoc-1.11.1/ghc-7.6.3 --disable-tests --ghc-option=-optl-Wl,-O1 --ghc-option=-optl-Wl,--as-needed --disable-executable-stripping --docdir=/usr/share/doc/pandoc-1.11.1 --verbose --flags=-embed_data_files --flag=blaze_html_0_5
Configuring pandoc-1.11.1...
setup: At least the following dependencies are missing:
highlighting-kate >=0.5.3.9 && <0.6, texmath >=0.6.1.5 && <0.7
 * ERROR: app-text/pandoc-1.11.1 failed (configure phase):
 *   setup configure failed
 * 
 * Call stack:
 *     ebuild.sh, line   93:  Called src_configure
 *   environment, line 2923:  Called haskell-cabal_src_configure '--flags=-embed_data_files' '--flag=blaze_html_0_5'
 *   environment, line 2227:  Called cabal-configure '--flags=-embed_data_files' '--flag=blaze_html_0_5'
 *   environment, line  604:  Called cabal-show-brokens-and-die 'setup configure failed'
 *   environment, line  670:  Called die
 * The specific snippet of code:
 *       die "$@"
 * 
 * If you need support, post the output of `emerge --info '=app-text/pandoc-1.11.1'`,
 * the complete build log and the output of `emerge -pqv '=app-text/pandoc-1.11.1'`.
 * The complete build log is located at '/home/portage/portage/app-text/pandoc-1.11.1/temp/build.log'.
 * The ebuild environment file is located at '/home/portage/portage/app-text/pandoc-1.11.1/temp/environment'.
 * Working directory: '/home/portage/portage/app-text/pandoc-1.11.1/work/pandoc-1.11.1'
 * S: '/home/portage/portage/app-text/pandoc-1.11.1/work/pandoc-1.11.1'




Reproducible: Always
Comment 1 Sergei Trofimovich (RETIRED) gentoo-dev 2013-06-22 16:29:32 UTC
Oh, interesting. It's a hackport's errors (our tool to generate ebuilds).
I'll tune it today and push the update.

Thank you!
Comment 2 Sergei Trofimovich (RETIRED) gentoo-dev 2013-06-22 22:29:33 UTC
Pushed as:

>  22 Jun 2013; Sergei Trofimovich <slyfox@gentoo.org> pandoc-1.11.1.ebuild:
>  Raise lower bounds of some deps (bug #474102 by bdouxx).

Thank you!