Send Beginners mailing list submissions to
        [email protected]

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
        [email protected]

You can reach the person managing the list at
        [email protected]

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


Today's Topics:

   1. Re:  svgcairo/ghc vis cabal install error.. (Brandon Allbery)
   2.  Can't connect to or contact haskell.org (Federico Leva (Nemo))
   3. Re:  Can't connect to or contact haskell.org (Kim-Ee Yeoh)


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

Message: 1
Date: Wed, 11 Feb 2015 11:57:13 -0500
From: Brandon Allbery <[email protected]>
To: The Haskell-Beginners Mailing List - Discussion of primarily
        beginner-level topics related to Haskell <[email protected]>
Cc: haskell-cafe <[email protected]>
Subject: Re: [Haskell-beginners] svgcairo/ghc vis cabal install
        error..
Message-ID:
        <CAKFCL4UJieeCJQK=Lua=s0O=ijMyw9FFxS3ckNBZ=rq7v3o...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

On Tue, Feb 10, 2015 at 10:57 PM, madhub <[email protected]> wrote:

> Preprocessing library svgcairo-0.13.0.1...
> gtk2hsC2hs: Error in C header file.
>
> /usr/include/sys/qos.h:124: (column 34) [FATAL]
>   >>> Syntax error!
>   The symbol `__attribute__' does not fit here.
>

What version of gtk2hs-buildtools / gtk2hsc2hs? They had to be upgraded
recently (past several months) to deal with changes in Apple header files
related to Yosemite and to Apple's migration from gcc to clang.

-- 
brandon s allbery kf8nh                               sine nomine associates
[email protected]                                  [email protected]
unix, openafs, kerberos, infrastructure, xmonad        http://sinenomine.net
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
<http://www.haskell.org/pipermail/beginners/attachments/20150211/8da0d11f/attachment-0001.html>

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

Message: 2
Date: Thu, 12 Feb 2015 09:01:18 +0100
From: "Federico Leva (Nemo)" <[email protected]>
To: [email protected]
Subject: [Haskell-beginners] Can't connect to or contact haskell.org
Message-ID: <[email protected]>
Content-Type: text/plain; charset=utf-8; format=flowed

Multiple bug reports inside.

== 0. Original problem ==

Open https://www.haskell.org/cabal/users-guide/

== 1. Networking issue ==

The website doesn't load, I can't connect to www.haskell.org. Some other 
websites work, for instance

--- community.haskell.org ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3004ms
rtt min/avg/max/mdev = 27.645/31.075/35.602/2.886 ms

You can see my IP in the headers of this email; I'm a Fastweb user in 
Italy and the traceroute is the following:

$ traceroute haskell.org
traceroute to haskell.org (23.253.242.70), 30 hops max, 60 byte packets
  1  192.168.1.254 (192.168.1.254)  1.172 ms  6.645 ms  6.500 ms
  2  10.57.94.195 (10.57.94.195)  9.440 ms  9.391 ms  9.371 ms
  3  * * 10.251.136.89 (10.251.136.89)  16.638 ms
  4  10.251.132.44 (10.251.132.44)  16.565 ms  16.550 ms  16.541 ms
  5  * * *
  6  10.251.137.186 (10.251.137.186)  16.661 ms  3.071 ms  11.863 ms
  7  10.0.56.69 (10.0.56.69)  11.822 ms  11.857 ms  11.877 ms
  8  10.0.1.94 (10.0.1.94)  17.569 ms  17.996 ms *
  9  10.254.2.174 (10.254.2.174)  20.047 ms  20.015 ms  22.521 ms
10  10.254.9.210 (10.254.9.210)  22.463 ms  13.660 ms  13.531 ms
11  10.254.9.82 (10.254.9.82)  16.350 ms  16.370 ms  15.166 ms
12  10.1.128.38 (10.1.128.38)  16.620 ms  17.120 ms  17.009 ms
13  10.1.146.186 (10.1.146.186)  15.362 ms  15.352 ms  15.707 ms
14  * * *
15  * * *
16  * * *
17  * * *
18  * * *
19  * * *
20  * * *
21  * * *
22  * * *
23  * * *
24  * * *
25  * * *
26  * * *
27  * * *
28  * * *
29  * * *
30  * * *

== 2. Contacts issue ==

I looked for contact information on your website (well, 
http://web.archive.org/web/20150102193702/https://www.haskell.org/haskellwiki/Main_Page
 
), but couldn't find any.

http://code.haskell.org/~dons/haskell-1990-2000/msg06755.html still applies

== 3. Trac registration form ==

http://trac.haskell.org is accessible for me, so I tried that instead. 
When I register, I get the following:

Notice: An email has been sent to federicoleva@tiscali with a token to 
verify your new email address
Oops?
Trac detected an internal error:

OperationalError: disk I/O error

There was an internal error in Trac. It is recommended that you inform 
your local Trac administrator and give him all the information he needs 
to reproduce the issue.

To that end, you could

a ticket at this site.

The action that triggered the error was:

POST: /login

== 4. Trac confirmation email ==

The confirmation email was never received, so I can't complete the 
registration the obvious "Error: Forbidden TICKET_CREATE privileges are 
required to perform this operation" ensues.

I tried another address (this) as well, but that wasn't enough.

== 5. Mailman? ==

So far the email interface to mailman worked, let's hope this gets 
through. :) If this isn't the appropriate place for the reports, please 
forgive my insufficient browse-by-proxy capabilities.

Nemo


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

Message: 3
Date: Thu, 12 Feb 2015 15:55:22 +0700
From: Kim-Ee Yeoh <[email protected]>
To: The Haskell-Beginners Mailing List - Discussion of primarily
        beginner-level topics related to Haskell <[email protected]>
Subject: Re: [Haskell-beginners] Can't connect to or contact
        haskell.org
Message-ID:
        <CAPY+ZdQjz21c=FqaJGsAJwa8JokEQUJL=h1bq78ipgsfmom...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

Hi Nemo,

Thank you for taking the effort to write a useful and detailed description
of what appears to be an acute problem with the haskell.org infrastructure.

I feel your frustration. Expectations of Haskell can be very high. But the
reality is that with the resources given to it, I'm amazed every day that
this ship -- being built as it sails where none has sailed before -- even
moves at all.

If you look at reddit haskell you'll find a history of recent haskell.org
brownouts. If you kindly repost there, you'll elevate notice and help
expedite resolution.

-- Kim-Ee
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
<http://www.haskell.org/pipermail/beginners/attachments/20150212/ba87fa98/attachment-0001.html>

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

Subject: Digest Footer

_______________________________________________
Beginners mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/beginners


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

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

Reply via email to