Send Beginners mailing list submissions to
        beginners@haskell.org

To subscribe or unsubscribe via the World Wide Web, visit
        http://www.haskell.org/mailman/listinfo/beginners
or, via email, send a message with subject or body 'help' to
        beginners-requ...@haskell.org

You can reach the person managing the list at
        beginners-ow...@haskell.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Beginners digest..."


Today's Topics:

   1. Re:  can't install hackage package (Emmanuel Touzery)
   2. Re:  can't install hackage package (Andres L?h)
   3. Re:  can't install hackage package (Emmanuel Touzery)
   4. Re:  can't install hackage package (Emmanuel Touzery)
   5. Re:  can't install hackage package (Andres L?h)
   6. Re:  can't install hackage package (Emmanuel Touzery)


----------------------------------------------------------------------

Message: 1
Date: Mon, 21 Jan 2013 21:43:59 +0100
From: Emmanuel Touzery <etouz...@gmail.com>
Subject: Re: [Haskell-beginners] can't install hackage package
To: "beginners@haskell.org" <beginners@haskell.org>
Message-ID:
        <CAC42RekPqEReL8Ej=S18neBifhnbS=vcypeqfo2kuwb73gk...@mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"

Yes i put the source then extra include dirs and extra lib dirs and
pcre.dll in the same folder and worked great.
On 21 Jan 2013 21:37, "Hartmut" <hartmut0...@googlemail.com> wrote:

>  Hi,
> I wanted to try this under Windows also, but there are even more problems,
> since "pcre-light" dependency is not available (perhaps in case of using
> MSys, MingW)
> Hartmut
>
> Windows, cabal 1.16.0.2, I got
>
> cabal install rex --dry-run
>
> Resolving dependencies...
> In order, the following would be installed (use -v for more details):
> hslogger-1.2.1
> MissingH-1.2.0.0
> pcre-light-0.4
> split-0.2.1.1
> th-lift-0.5.5
> th-orphans-0.6
> haskell-src-meta-0.6.0.1
> rex-0.3.1
>
> cabal install
>
> Resolving dependencies...
> Configuring pcre-light-0.4...
> cabal: Missing dependency on a foreign library:
> * *Missing C library: pcre*
> This problem can usually be solved by installing the system package that
> provides this library (you may need the "-dev" version). If the library is
> already installed but in a non-standard location then you can use the flags
> --extra-include-dirs= and --extra-lib-dirs= to specify where it is.
> cabal: Error: some packages failed to install:
> pcre-light-0.4 failed during the configure step. The exception was:
> ExitFailure 1
> rex-0.3.1 depends on pcre-light-0.4 which failed to install.
>
> Am 21.01.2013 21:10, schrieb Emmanuel Touzery:
>
> This is on fedora18 if it can help.
> On 21 Jan 2013 20:53, "Emmanuel Touzery" <etouz...@gmail.com> wrote:
>
>>   Hello,
>>
>>   I've been using this hackage package "rex" without problems on two
>> computers (linux, windows) but now I fail setting it up on a third computer
>> which confuses me, and the error message is not really enlightening for me:
>>
>> $ cabal update
>> Downloading the latest package list from hackage.haskell.org
>> $ cabal --version
>> cabal-install version 1.16.0.2
>> using version 1.16.0.3 of the Cabal library
>>  $ cabal install rex
>> Resolving dependencies...
>> cabal: Could not resolve dependencies:
>> trying: rex-0.3.1
>>
>>  Any idea?
>>
>>  Thank you!
>>
>> Emmanuel
>>
>
>
> _______________________________________________
> Beginners mailing 
> listBeginners@haskell.orghttp://www.haskell.org/mailman/listinfo/beginners
>
>
>
> _______________________________________________
> Beginners mailing list
> Beginners@haskell.org
> http://www.haskell.org/mailman/listinfo/beginners
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
<http://www.haskell.org/pipermail/beginners/attachments/20130121/5d3e828c/attachment-0001.htm>

------------------------------

Message: 2
Date: Mon, 21 Jan 2013 21:44:09 +0100
From: Andres L?h <andres.l...@gmail.com>
Subject: Re: [Haskell-beginners] can't install hackage package
To: Emmanuel Touzery <etouz...@gmail.com>
Cc: "beginners@haskell.org" <beginners@haskell.org>
Message-ID:
        <caljd_v51f1bsxgau904wu5l4wja0fxxyjhy29nbcsjpeqxt...@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1

Hi.

>  I've been using this hackage package "rex" without problems on two
> computers (linux, windows) but now I fail setting it up on a third computer
> which confuses me, and the error message is not really enlightening for me:
>
> $ cabal update
> Downloading the latest package list from hackage.haskell.org
> $ cabal --version
> cabal-install version 1.16.0.2
> using version 1.16.0.3 of the Cabal library
>  $ cabal install rex
> Resolving dependencies...
> cabal: Could not resolve dependencies:
> trying: rex-0.3.1

That's a bad error message indeed ;)

What's your GHC version? Is this an otherwise clean package database?
Can you post the output of "cabal install rex --dry-run -v3"? If the
log is too long to attach to a mailing list mail, just mail it to me
personally.

Cheers,
  Andres



------------------------------

Message: 3
Date: Mon, 21 Jan 2013 21:50:21 +0100
From: Emmanuel Touzery <etouz...@gmail.com>
Subject: Re: [Haskell-beginners] can't install hackage package
To: Andres L?h <andres.l...@gmail.com>
Cc: "beginners@haskell.org" <beginners@haskell.org>
Message-ID:
        <CAC42Rek=u8QoY1R6AMVHyGAqTrmGSmv=fkaju78w3ugmls4...@mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"

it's ghc 7.4.1 that came with fedora.

yes i wiped ~/.ghc and ~/.cabal and it's still the same problem.

i didn't know those cabal flags.
i see some infos in the log, maybe i can even figure it by myself now:

https://dl.dropbox.com/u/22600720/rex-fail.txt




On Mon, Jan 21, 2013 at 9:44 PM, Andres L?h <andres.l...@gmail.com> wrote:

> Hi.
>
> >  I've been using this hackage package "rex" without problems on two
> > computers (linux, windows) but now I fail setting it up on a third
> computer
> > which confuses me, and the error message is not really enlightening for
> me:
> >
> > $ cabal update
> > Downloading the latest package list from hackage.haskell.org
> > $ cabal --version
> > cabal-install version 1.16.0.2
> > using version 1.16.0.3 of the Cabal library
> >  $ cabal install rex
> > Resolving dependencies...
> > cabal: Could not resolve dependencies:
> > trying: rex-0.3.1
>
> That's a bad error message indeed ;)
>
> What's your GHC version? Is this an otherwise clean package database?
> Can you post the output of "cabal install rex --dry-run -v3"? If the
> log is too long to attach to a mailing list mail, just mail it to me
> personally.
>
> Cheers,
>   Andres
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
<http://www.haskell.org/pipermail/beginners/attachments/20130121/1a7f700a/attachment-0001.htm>

------------------------------

Message: 4
Date: Mon, 21 Jan 2013 21:59:25 +0100
From: Emmanuel Touzery <etouz...@gmail.com>
Subject: Re: [Haskell-beginners] can't install hackage package
To: Andres L?h <andres.l...@gmail.com>, "beginners@haskell.org"
        <beginners@haskell.org>
Message-ID:
        <cac42rencomynzkpm217qacijved9auo5worx2hahgw8s11j...@mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"

i have now installed pcre-light separately, it still doesn't work.
i think the problem is that it claims that ghc is an unknown package. that
was working on other computers. maybe there's something note quite right
about the way it's all configured on the (just released) fedora18 haskell
platform setup?


On Mon, Jan 21, 2013 at 9:50 PM, Emmanuel Touzery <etouz...@gmail.com>wrote:

> it's ghc 7.4.1 that came with fedora.
>
> yes i wiped ~/.ghc and ~/.cabal and it's still the same problem.
>
> i didn't know those cabal flags.
> i see some infos in the log, maybe i can even figure it by myself now:
>
> https://dl.dropbox.com/u/22600720/rex-fail.txt
>
>
>
>
> On Mon, Jan 21, 2013 at 9:44 PM, Andres L?h <andres.l...@gmail.com> wrote:
>
>> Hi.
>>
>> >  I've been using this hackage package "rex" without problems on two
>> > computers (linux, windows) but now I fail setting it up on a third
>> computer
>> > which confuses me, and the error message is not really enlightening for
>> me:
>> >
>> > $ cabal update
>> > Downloading the latest package list from hackage.haskell.org
>> > $ cabal --version
>> > cabal-install version 1.16.0.2
>> > using version 1.16.0.3 of the Cabal library
>> >  $ cabal install rex
>> > Resolving dependencies...
>> > cabal: Could not resolve dependencies:
>> > trying: rex-0.3.1
>>
>> That's a bad error message indeed ;)
>>
>> What's your GHC version? Is this an otherwise clean package database?
>> Can you post the output of "cabal install rex --dry-run -v3"? If the
>> log is too long to attach to a mailing list mail, just mail it to me
>> personally.
>>
>> Cheers,
>>   Andres
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
<http://www.haskell.org/pipermail/beginners/attachments/20130121/7cd99999/attachment-0001.htm>

------------------------------

Message: 5
Date: Mon, 21 Jan 2013 22:06:42 +0100
From: Andres L?h <andres.l...@gmail.com>
Subject: Re: [Haskell-beginners] can't install hackage package
To: Emmanuel Touzery <etouz...@gmail.com>
Cc: "beginners@haskell.org" <beginners@haskell.org>
Message-ID:
        <CALjd_v648=ZQSpBx3GJUgMnYdC6kxvaO=rehhs-x73qvgmr...@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1

Hi.

> i think the problem is that it claims that ghc is an unknown package. that
> was working on other computers. maybe there's something note quite right
> about the way it's all configured on the (just released) fedora18 haskell
> platform setup?

That's indeed what seems strange about your log, bad error message
aside. What does

ghc-pkg list ghc

say on your system?

Cheers,
  Andres



------------------------------

Message: 6
Date: Mon, 21 Jan 2013 22:07:29 +0100
From: Emmanuel Touzery <etouz...@gmail.com>
Subject: Re: [Haskell-beginners] can't install hackage package
To: "beginners@haskell.org" <beginners@haskell.org>
Message-ID:
        <cac42reneqy-c86oroburyf8qb+sr2v4ja2h8nlnnreuaopf...@mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"

Hello,

$ ghc-pkg list ghc
/usr/lib64/ghc-7.4.1/package.conf.d
/home/emmanuel/.ghc/x86_64-linux-7.4.1/package.conf.d



On Mon, Jan 21, 2013 at 10:06 PM, Andres L?h <andres.l...@gmail.com> wrote:

> Hi.
>
> > i think the problem is that it claims that ghc is an unknown package.
> that
> > was working on other computers. maybe there's something note quite right
> > about the way it's all configured on the (just released) fedora18 haskell
> > platform setup?
>
> That's indeed what seems strange about your log, bad error message
> aside. What does
>
> ghc-pkg list ghc
>
> say on your system?
>
> Cheers,
>   Andres
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
<http://www.haskell.org/pipermail/beginners/attachments/20130121/1020910c/attachment.htm>

------------------------------

_______________________________________________
Beginners mailing list
Beginners@haskell.org
http://www.haskell.org/mailman/listinfo/beginners


End of Beginners Digest, Vol 55, Issue 23
*****************************************

Reply via email to