blob: c9f03249132a893228d7beba11674b6743f0d7de (
plain)
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
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-dev] OK to update libffi?
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20OK%20to%20update%20libffi%3F&In-Reply-To=%3C1952377.ToFQ9AhZjH%40aker.2.lan.littleboboy.net%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="017950.html">
<LINK REL="Next" HREF="017954.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] OK to update libffi?</H1>
<B>Balcaen John</B>
<A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20OK%20to%20update%20libffi%3F&In-Reply-To=%3C1952377.ToFQ9AhZjH%40aker.2.lan.littleboboy.net%3E"
TITLE="[Mageia-dev] OK to update libffi?">mikala at mageia.org
</A><BR>
<I>Mon Aug 6 00:26:55 CEST 2012</I>
<P><UL>
<LI>Previous message: <A HREF="017950.html">[Mageia-dev] OK to update libffi?
</A></li>
<LI>Next message: <A HREF="017954.html">[Mageia-dev] OK to update libffi?
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#17952">[ date ]</a>
<a href="thread.html#17952">[ thread ]</a>
<a href="subject.html#17952">[ subject ]</a>
<a href="author.html#17952">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>Le dimanche 5 août 2012 19:22:17 Balcaen John a écrit :
><i> Le dimanche 5 août 2012 19:41:41 David Walser a écrit :
</I>><i> > John Balcaen <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">mikala at ...</A>> writes:
</I>><i> > > 2012/8/5 David Walser <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">luigiwalser at ...</A>>:
</I>><i> > > > It has a new upstream version 3.0.11 available. It builds fine here.
</I>><i> > > >
</I>><i> > > > The major number changes from 5 to 6 in this version, which is why I
</I>><i> > > > am
</I>><i> >
</I>><i> > asking if it is OK to update this package.
</I>><i> >
</I>><i> > > did you try it before ? (i mean at least rebuild major packages based on
</I>><i> > > it? )
</I>><i> >
</I>><i> > No, but predicting what will build in Cauldron is a crapshoot at best
</I>><i> > anyway.
</I>><i> >
</I>><i> > I don't know exactly what this package does or even what most of the
</I>><i> > packages that require it are. I just know that it's installed on my
</I>><i> > system
</I>><i> > and I don't want unmaintained stuff bitrotting away on my system, hence
</I>><i> > the
</I>><i> > interest.
</I>><i>
</I>><i> urpmf --requires libtiff.so.5 is enough to have an idea of thoses packages
</I>><i> linked against this library.
</I>><i> & to have the (minimal) list of package using it as devel br you can use
</I>><i> urpmf --requires libtiff-devel --media Core_SRPMS
</I>><i> where Core_SRPMS is the media cauldron/SRPMS/core/release
</I>
humf :p
wrong paste when chekcing something else
so it's
urpmf --requires libffi.so.5
for linked package against libffi
&
urpmf --requires ffi5-devel --media Core_SRPMS
urpmf --requires libffi-devel --media Core_SRPMS
urpmf --requires --literal 'pkgconfig(libffi)' --media Core_SRPMS
for the src.rpm having it explicitly in their BR.
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="017950.html">[Mageia-dev] OK to update libffi?
</A></li>
<LI>Next message: <A HREF="017954.html">[Mageia-dev] OK to update libffi?
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#17952">[ date ]</a>
<a href="thread.html#17952">[ thread ]</a>
<a href="subject.html#17952">[ subject ]</a>
<a href="author.html#17952">[ 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>
|