ALT Linux Team development discussions
 help / color / mirror / Atom feed
From: "Александр Мыльцев" <a.myltsev@gmail.com>
To: ALT Linux Team development discussions <devel@lists.altlinux.org>
Subject: Re: [devel] haskell -- need help
Date: Thu, 18 Mar 2010 14:57:37 +0300
Message-ID: <ffae7d541003180457i12dfd72cvb54b9c5b23a4f8d0@mail.gmail.com> (raw)
In-Reply-To: <20100318113210.GA22330@mw.office.seiros.ru>

2010/3/18 Денис Смирнов <mithraen@altlinux.ru>:
> http://git.altlinux.org/tasks/22009/task/log
> все собирается, но на ghc-pkg --force register склеивает ласты.

По-видимому, новый ghc-pkg больше не умеет сам создавать реестр
пакетов (в данном случае -- локальный реестр binary.conf). В этом
случае придётся дописать в макрос %hs_package_register создание
пустого реестра (пустого списка пакетов, который записывается как []):

%hs_package_register() \
[ -x "%2" ] || echo '[]' >"%2"; \
ghc-pkg --package-conf="%2" --force register "%1"; \
%nil

(Проверить до вечера не смогу.)

-- 
AVM

  reply	other threads:[~2010-03-18 11:57 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-18 11:32 Денис Смирнов
2010-03-18 11:57 ` Александр Мыльцев [this message]
2010-03-18 11:59   ` Александр Мыльцев
2010-03-18 19:35   ` Александр Мыльцев
2010-03-18 19:40     ` Vitaly Kuznetsov
2010-03-18 19:55       ` Александр Мыльцев
2010-03-20 14:28         ` Денис Смирнов

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

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

  git send-email \
    --in-reply-to=ffae7d541003180457i12dfd72cvb54b9c5b23a4f8d0@mail.gmail.com \
    --to=a.myltsev@gmail.com \
    --cc=devel@lists.altlinux.org \
    /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

ALT Linux Team development discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \
		devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
	public-inbox-index devel

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.devel


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git