blob: afedbd039dc3e4fa4224aa1d09d4a6cd14b1d811 (
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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-dev] does librepository really require java-rpmbuild ?
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20does%20librepository%20really%20require%20java-rpmbuild%20%3F&In-Reply-To=%3C4F9D0A81.8000000%40free.fr%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="015057.html">
<LINK REL="Next" HREF="015009.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] does librepository really require java-rpmbuild ?</H1>
<B>Luc Menut</B>
<A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20does%20librepository%20really%20require%20java-rpmbuild%20%3F&In-Reply-To=%3C4F9D0A81.8000000%40free.fr%3E"
TITLE="[Mageia-dev] does librepository really require java-rpmbuild ?">lmenut at free.fr
</A><BR>
<I>Sun Apr 29 11:31:45 CEST 2012</I>
<P><UL>
<LI>Previous message: <A HREF="015057.html">[Mageia-dev] Xfce 4.10 released
</A></li>
<LI>Next message: <A HREF="015009.html">[Mageia-dev] Wiki page for Mageia 2 release notes
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#15008">[ date ]</a>
<a href="thread.html#15008">[ thread ]</a>
<a href="subject.html#15008">[ subject ]</a>
<a href="author.html#15008">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>Hello,
Currently, a default KDE install installs java-1.6.0-openjdk-devel.
When I try to remove it, I get
urpme java-1.6.0-openjdk-devel
To satisfy dependencies, the following 6 packages will be removed (37MB):
java-1.6.0-openjdk-devel-1.6.0.0-31.b24.1.mga2.x86_64
java-rpmbuild-1.7.5-16.mga2.x86_64
(due to missing java-devel-openjdk)
liblayout-0.2.10-3.mga2.noarch
(due to unsatisfied librepository >= 1.1.3)
libreoffice-report-builder-3.5.2.2-2.mga2.x86_64
(due to missing pentaho-reporting-flow-engine)
librepository-1.1.6-2.mga2.noarch
(due to missing java-rpmbuild)
pentaho-reporting-flow-engine-0.9.4-7.mga2.noarch
(due to unsatisfied librepository >= 1.1.3,
due to unsatisfied liblayout >= 0.2.10)
Remove 6 packages? (y/N)
urpmq --requires librepository
java
jpackage-utils
libbase
java-rpmbuild
java-1.6.0-openjdk-devel is installed because librepository *requires*
java-rpmbuild.
I guess that there is an error here, and that java-rpmbuild should be a
BuildRequires instead of a Requires? (java-rpmbuild is generally a build
dependancy and not a runtime dependancy)
Can we fix this?
regards,
Luc
--
Luc Menut
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="015057.html">[Mageia-dev] Xfce 4.10 released
</A></li>
<LI>Next message: <A HREF="015009.html">[Mageia-dev] Wiki page for Mageia 2 release notes
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#15008">[ date ]</a>
<a href="thread.html#15008">[ thread ]</a>
<a href="subject.html#15008">[ subject ]</a>
<a href="author.html#15008">[ 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>
|