1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-dev] [Bug 5199] Several error with ocaml bytecode compilation in ocaml-xen module
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20%5BBug%205199%5D%20Several%20error%20with%20ocaml%20bytecode%0A%09compilation%20in%20ocaml-xen%20module&In-Reply-To=%3C2954555.9IRYS4u3Mv%40localhost%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="023398.html">
<LINK REL="Next" HREF="023404.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] [Bug 5199] Several error with ocaml bytecode compilation in ocaml-xen module</H1>
<B>AL13N</B>
<A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20%5BBug%205199%5D%20Several%20error%20with%20ocaml%20bytecode%0A%09compilation%20in%20ocaml-xen%20module&In-Reply-To=%3C2954555.9IRYS4u3Mv%40localhost%3E"
TITLE="[Mageia-dev] [Bug 5199] Several error with ocaml bytecode compilation in ocaml-xen module">alien at rmail.be
</A><BR>
<I>Sun Mar 10 20:30:09 CET 2013</I>
<P><UL>
<LI>Previous message: <A HREF="023398.html">[Mageia-dev] [Bug 5199] Several error with ocaml bytecode compilation in ocaml-xen module
</A></li>
<LI>Next message: <A HREF="023404.html">[Mageia-dev] [Bug 5199] Several error with ocaml bytecode compilation in ocaml-xen module
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#23401">[ date ]</a>
<a href="thread.html#23401">[ thread ]</a>
<a href="subject.html#23401">[ subject ]</a>
<a href="author.html#23401">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>Op zondag 10 maart 2013 17:33:28 schreef Florent Monnier:
><i> > > ocaml-xen should be split in ocaml-xen and ocaml-xen-devel, (2013-03-04)
</I>><i>
</I>><i> [...]
</I>><i>
</I>><i> > what kind of filenames should be in -devel and which in regular package?
</I>><i>
</I>><i> main package:
</I>><i> - .cma .cmi .cmo .cmxs .so META .so.owner
</I>><i> (and README, LICENSE, etc...)
</I>><i>
</I>><i> devel package:
</I>><i> - .a .cmxa .cmx .o .mli .ml
</I>><i> (and documentation)
</I>><i>
</I>><i> For more details, read here:
</I>><i> <A HREF="https://wiki.mageia.org/en/OCaml_policy">https://wiki.mageia.org/en/OCaml_policy</A>
</I>><i>
</I>><i> > should some files be deleted? ie: the .a files?
</I>><i>
</I>><i> If you don't know just don't delete anything, just provide what the
</I>><i> install script did installed.
</I>><i> Anyway if there is something installed (by error) it won't have bad
</I>><i> effects on the real parts of the lib.
</I>
in any case, i'm asking because we do have a policy of remove all static libs
(.a) and .la files. i just wasn't sure the .a files were static libs in this
case, or just something completely unrelated.
but since the others have .so, i think they are static libs.
also, usually there are versioned .so files and the .so files themselves need to
be in -devel; i guess it's not so for ocaml packages...
><i> For any question, don't hesitate to ask to the current ocaml
</I>><i> packagers, they are listed at the beginning of this page:
</I>><i> <A HREF="https://wiki.mageia.org/en/OCaml_Packaging">https://wiki.mageia.org/en/OCaml_Packaging</A>
</I>><i>
</I>><i> Also for any issue, or TODO things you can also use the ocaml wiki pages.
</I>
did i accidentally reply to a br mail? i thought i put this in the bugreport,
but i guess i'm not sure?
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="023398.html">[Mageia-dev] [Bug 5199] Several error with ocaml bytecode compilation in ocaml-xen module
</A></li>
<LI>Next message: <A HREF="023404.html">[Mageia-dev] [Bug 5199] Several error with ocaml bytecode compilation in ocaml-xen module
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#23401">[ date ]</a>
<a href="thread.html#23401">[ thread ]</a>
<a href="subject.html#23401">[ subject ]</a>
<a href="author.html#23401">[ author ]</a>
</LI>
</UL>
<hr>
<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev
mailing list</a><br>
</body></html>
|