unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: sirgazil <sirgazil@zoho.com>
To: Catonano <catonano@gmail.com>
Cc: 26006@debbugs.gnu.org
Subject: bug#26006: [Website] Integral update proposal
Date: Sat, 17 Jun 2017 11:41:04 -0500	[thread overview]
Message-ID: <d5b5ad5b-1fc1-6d5d-9bfc-a629ab79bb9d@zoho.com> (raw)
In-Reply-To: <CAJ98PDzGEBnq2eyJF6k-cPAJYZrgjQ+MX6WKaYXWHP5Q3=Y5Mw@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 4290 bytes --]

On 17/06/17 11:09, Catonano wrote:
> 2017-06-17 17:46 GMT+02:00 sirgazil <sirgazil@zoho.com
> <mailto:sirgazil@zoho.com>>:
>
>     On 17/06/17 02:16, Catonano wrote:
>>
>>
>>     2017-06-17 6:57 GMT+02:00 Catonano <catonano@gmail.com
>>     <mailto:catonano@gmail.com>>:
>>
>>
>>
>>         2017-06-16 16:46 GMT+02:00 sirgazil <sirgazil@zoho.com
>>         <mailto:sirgazil@zoho.com>>:
>>
>>              
>>
>>             I'm fine with investigating the missing parts before or
>>             after moving to
>>             guix-artwork.git.
>>
>>
>>         For what it's worth, I vouch for moving all to gnu.org
>>         <http://gnu.org> and possibly expressing the issues in the
>>         appropriate debbugs instance
>>
>>         Then, I might be able to collaborate in sorting out some issues
>>
>>         I never used Mercurial. I should learn from scratch.
>>
>>         Also, I can't access the issues on bitbucket because the
>>         login doesn't work in Icecat (plus some nonsense about
>>         upgrading my account and coming mobile apps that require me
>>         some voodoo right now)
>>
>>         So I can't see the issues at
>>         https://bitbucket.org/sirgazil/guixsd-website/issues?status=new&status=open
>>         <https://bitbucket.org/sirgazil/guixsd-website/issues?status=new&status=open>
>>
>>
>>     I managed to install mercurial, but I can't build it
>>
>>     [env]$ haunt build
>>     Backtrace:
>>     In ice-9/boot-9.scm:
>>       2986:16 19 (try-module-autoload _ _)
>>        2316:4 18 (save-module-excursion #<procedure 11b0d50 at
>>     ice-9/boo…>)
>>       3006:22 17 (_)
>>     In unknown file:
>>               16 (primitive-load-path "apps/blog/utils" #<procedure
>>     11d0…>)
>>     In ice-9/eval.scm:
>>        721:20 15 (primitive-eval (define-module (apps blog utils) #
>>     (…) …))
>>     In ice-9/psyntax.scm:
>>       1234:36 14 (expand-top-sequence ((define-module (apps blog #) #
>>     …)) …)
>>       1181:24 13 (parse _ (("placeholder" placeholder)) ((top) #(# #
>>     …)) …)
>>        284:10 12 (parse _ (("placeholder" placeholder)) (()) _ c&e
>>     (eval) …)
>>     In ice-9/eval.scm:
>>        293:34 11 (_ #<module (#{ g66}#) 11c2d20>)
>>     In ice-9/boot-9.scm:
>>        2866:4 10 (define-module* _ #:filename _ #:pure _ #:version _
>>     # _ …)
>>       2879:24  9 (_)
>>        230:29  8 (map1 (((apps aux lists)) ((apps aux web)) ((haunt
>>     …)) …))
>>        230:29  7 (map1 (((apps aux web)) ((haunt post)) ((ice-9 #))
>>     (#) …))
>>        230:29  6 (map1 (((haunt post)) ((ice-9 match)) ((srfi
>>     srfi-1)) …))
>>        230:29  5 (map1 (((ice-9 match)) ((srfi srfi-1)) ((srfi #))
>>     (#) …))
>>        230:29  4 (map1 (((srfi srfi-1)) ((srfi srfi-19)) ((#)) ((#
>>     #)) #))
>>        230:29  3 (map1 (((srfi srfi-19)) ((syntax-highlight)) ((# #)) #))
>>        230:17  2 (map1 (((syntax-highlight)) ((syntax-highlight #)) (#)))
>>        2795:6  1 (resolve-interface _ #:select _ #:hide _ #:prefix _
>>     # _ …)
>>     In unknown file:
>>                0 (scm-error misc-error #f "~A ~S" ("no code for
>>     modu…" …) …)
>>
>
>     Catonano, could you try without an environment?
>
>     $ cd /path/to/guixsd-website
>     $ guix package -i git glibc-locales guile@2.2 <mailto:guile@2.2>
>     guile-syntax-highlight guix haunt
>
>     I actually work without environments, and it works, but will try
>     to reproduce that error.
>
>
> You're right. Like this, it's working
>
> It's building the pages right now !

Catonano, to avoid building all the packages (3-4 minutes in this
machine), you should run the build like this:

$ GUIX_WEB_SITE_LOCAL=yes haunt build

Also, this way, the website URLs are modified to work locally, and only
300 packages will be built for testing.

If you run:

$ haunt build

It will build the website for production, which uses the gnu.org URL
path for projects, so running "haunt serve" after that won't display the
website correctly. In this case, what I do is use python server, and not
haunt server. Like so:

$ haunt build
$ cd /tmp/gnu/
$ python3 -m http.server

Then you can visit http://localhost:8000/, and the site should work as
if it were in production.

-- 
https://sirgazil.bitbucket.io/


[-- Attachment #2: Type: text/html, Size: 10891 bytes --]

  reply	other threads:[~2017-06-17 16:24 UTC|newest]

Thread overview: 45+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-07  2:02 bug#26006: [Website] Integral update proposal sirgazil
2017-03-07 11:16 ` ng0
2017-03-07 12:53 ` Catonano
2017-03-07 14:13 ` Ludovic Courtès
2017-03-10 16:46   ` sirgazil
2017-03-10 21:05     ` Ludovic Courtès
2017-10-01 11:02   ` ng0
2017-10-02  7:50     ` Ludovic Courtès
2017-10-02  8:36       ` ng0
2017-10-02  9:10         ` Ludovic Courtès
2017-06-08 19:06 ` sirgazil
2017-06-13 22:08   ` Ludovic Courtès
2017-06-14 20:36     ` sirgazil
2017-06-15  7:59       ` Ludovic Courtès
2017-06-16  2:52         ` sirgazil
2017-06-16  7:05           ` Ludovic Courtès
2017-06-16 14:46             ` sirgazil
2017-06-17  4:57               ` Catonano
2017-06-17  7:16                 ` Catonano
2017-06-17 15:46                   ` sirgazil
2017-06-17 16:09                     ` Catonano
2017-06-17 16:41                       ` sirgazil [this message]
2017-06-17 17:12                         ` Catonano
2017-06-17 18:11                           ` sirgazil
2017-06-17 15:19                 ` sirgazil
2017-06-17 15:19                   ` Catonano
2017-07-29 17:53               ` Ludovic Courtès
2017-08-01 22:13                 ` sirgazil
2017-12-06 17:10                   ` bug#26006: New web site is on line! Ludovic Courtès
2017-12-06 17:55                     ` Alex Sassmannshausen
2017-12-06 22:10                       ` Adonay Felipe Nogueira
2017-12-06 22:10                     ` Adonay Felipe Nogueira
2017-12-07  8:54                       ` Ludovic Courtès
2017-12-07  3:01                     ` sirgazil
2017-12-07  9:16                     ` Chris Marusich
2017-12-07 17:10                     ` pelzflorian (Florian Pelz)
2017-12-07 20:58                       ` Ludovic Courtès
2017-12-08 18:42                       ` Quiliro Ordonez Baca
2017-12-08 19:07                         ` pelzflorian (Florian Pelz)
2017-07-01 14:26   ` bug#26006: [Website] Integral update proposal Ludovic Courtès
2017-07-04 20:00     ` sirgazil
2017-07-04 20:09       ` Catonano
2017-07-05  0:45         ` sirgazil
2017-07-04 21:24       ` Ludovic Courtès
2017-07-05  1:26         ` sirgazil

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=d5b5ad5b-1fc1-6d5d-9bfc-a629ab79bb9d@zoho.com \
    --to=sirgazil@zoho.com \
    --cc=26006@debbugs.gnu.org \
    --cc=catonano@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).