* [devel] Ocaml 4
@ 2013-09-23 14:16 Bergman Andrey
2013-09-23 14:48 ` Igor Vlasenko
2013-09-25 13:10 ` Gleb Fotengauer-Malinovskiy
0 siblings, 2 replies; 3+ messages in thread
From: Bergman Andrey @ 2013-09-23 14:16 UTC (permalink / raw)
To: ALT Linux Team development discussions
Други!
Правильно ли я понимаю, что по результатам лога сборки http://git.altlinux.org/tasks/104631/logs/events.1.1.log я должен во всех пакетах из списка
camlp4
camlp5
facile
findlib
lablGL
lablGL-runtime
libnumerix-ocaml
llvm-ocaml-devel
ocaml
ocaml-bdb-runtime
ocaml-cryptokit-runtime
ocaml-extlib
ocaml-gsl
ocaml-hivex
ocaml-hivex-devel
ocaml-lacaml
ocaml-libguestfs
ocaml-libguestfs-devel
ocaml-lwt
ocaml-mysql
ocaml-mysql-runtime
ocaml-react-runtime
ocaml-runtime
ocaml-sqlite3
ocaml-sqlite3-runtime
ocaml-ssl
ocaml-text-runtime
ocaml-xml-light
ocaml-zip
ocamldoc
pcre-ocaml
pcre-ocaml-runtime
увеличить номер ревизии и пересобрать?
Заранее спасибо,
Андрей.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [devel] Ocaml 4
2013-09-23 14:16 [devel] Ocaml 4 Bergman Andrey
@ 2013-09-23 14:48 ` Igor Vlasenko
2013-09-25 13:10 ` Gleb Fotengauer-Malinovskiy
1 sibling, 0 replies; 3+ messages in thread
From: Igor Vlasenko @ 2013-09-23 14:48 UTC (permalink / raw)
To: ALT Linux Team development discussions
On Mon, Sep 23, 2013 at 06:16:19PM +0400, Bergman Andrey wrote:
> Други!
>
> Правильно ли я понимаю, что по результатам лога сборки http://git.altlinux.org/tasks/104631/logs/events.1.1.log я должен во всех пакетах из списка
да, конечно. поскольку у вас уже есть список, то
для этой работы поможет girar-nmu-utils, см. alt wiki.
> camlp4
> camlp5
> facile
> findlib
> lablGL
> lablGL-runtime
> libnumerix-ocaml
> llvm-ocaml-devel
> ocaml
> ocaml-bdb-runtime
> ocaml-cryptokit-runtime
> ocaml-extlib
> ocaml-gsl
> ocaml-hivex
> ocaml-hivex-devel
> ocaml-lacaml
> ocaml-libguestfs
> ocaml-libguestfs-devel
> ocaml-lwt
> ocaml-mysql
> ocaml-mysql-runtime
> ocaml-react-runtime
> ocaml-runtime
> ocaml-sqlite3
> ocaml-sqlite3-runtime
> ocaml-ssl
> ocaml-text-runtime
> ocaml-xml-light
> ocaml-zip
> ocamldoc
> pcre-ocaml
> pcre-ocaml-runtime
>
> увеличить номер ревизии и пересобрать?
>
> Заранее спасибо,
> Андрей.
> _______________________________________________
> Devel mailing list
> Devel@lists.altlinux.org
> https://lists.altlinux.org/mailman/listinfo/devel
--
Dr. Igor Vlasenko
--------------------
Topology Department
Institute of Math
Kiev, Ukraine
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [devel] Ocaml 4
2013-09-23 14:16 [devel] Ocaml 4 Bergman Andrey
2013-09-23 14:48 ` Igor Vlasenko
@ 2013-09-25 13:10 ` Gleb Fotengauer-Malinovskiy
1 sibling, 0 replies; 3+ messages in thread
From: Gleb Fotengauer-Malinovskiy @ 2013-09-25 13:10 UTC (permalink / raw)
To: ALT Linux Team development discussions
[-- Attachment #1: Type: text/plain, Size: 1207 bytes --]
On Mon, Sep 23, 2013 at 06:16:19PM +0400, Bergman Andrey wrote:
> Други!
>
> Правильно ли я понимаю, что по результатам лога сборки http://git.altlinux.org/tasks/104631/logs/events.1.1.log я должен во всех пакетах из списка
Пересобирать остальных рано.
Из перечисленного списка
> camlp4
> ocaml
> ocaml-runtime
> ocamldoc
вот эти собираются из самого пакета ocaml.
Чинится вот так:
diff --git a/ocaml.spec b/ocaml.spec
index 201f99c..62a1c21 100644
--- a/ocaml.spec
+++ b/ocaml.spec
@@ -44,7 +44,7 @@ Requires: %name-runtime = %version-%release
%package runtime
Summary: Runtime part of the OCaml system
Group: Development/ML
-Provides: %name-runtime
+Provides: %name-runtime = %(v=%version; IFS=.; set $v; echo "$1.$2")
# For some reason, this is Requires, not Provides.
Requires: %_rpmlibdir/ocaml-reqprov
@@ -266,6 +266,7 @@ install -pm644 -D %SOURCE3 %buildroot%_desktopdir/%name.desktop
%exclude %_libdir/ocaml/ld.conf
%exclude %_libdir/ocaml/*graphics*
%_libdir/ocaml/caml/
+%_libdir/ocaml/compiler-libs/
%exclude %_libdir/ocaml/ocamlbuild/
%exclude %_libdir/ocaml/ocamldoc/
%_libdir/ocaml/threads/
--
glebfm
Глеб Фотенгауэр-Малиновский
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-09-25 13:10 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-09-23 14:16 [devel] Ocaml 4 Bergman Andrey
2013-09-23 14:48 ` Igor Vlasenko
2013-09-25 13:10 ` Gleb Fotengauer-Malinovskiy
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