blob: f89c5f96a2eaccef48b218a31a043b5165fa26f4 (
plain) (
blame)
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
124
125
126
127
128
129
130
131
|
user-level: 0.924
mistranslation: 0.885
semantic: 0.864
kernel: 0.848
performance: 0.829
KVM: 0.826
architecture: 0.812
debug: 0.811
ppc: 0.809
PID: 0.784
files: 0.779
device: 0.750
permissions: 0.739
graphic: 0.725
hypervisor: 0.722
peripherals: 0.709
x86: 0.697
network: 0.690
register: 0.678
assembly: 0.676
vnc: 0.660
arm: 0.651
risc-v: 0.649
VMM: 0.628
TCG: 0.623
socket: 0.609
i386: 0.583
boot: 0.507
virtual: 0.453
--------------------
debug: 0.977
user-level: 0.941
x86: 0.731
hypervisor: 0.154
network: 0.117
files: 0.113
i386: 0.086
PID: 0.081
TCG: 0.077
kernel: 0.052
register: 0.049
virtual: 0.048
device: 0.035
performance: 0.035
architecture: 0.023
socket: 0.022
KVM: 0.022
semantic: 0.021
vnc: 0.020
peripherals: 0.020
arm: 0.016
boot: 0.013
permissions: 0.005
assembly: 0.004
ppc: 0.004
VMM: 0.003
mistranslation: 0.003
graphic: 0.003
risc-v: 0.001
libfdt.a git compilation fail
I don't know the commit tags but I checked out dtc on the 28 of october at 20:27 in the tree of qemu (also git checkout out tonight). The compilation fail at line 234 in qemu/dtc/Makefile so I inserted that line:
@$ /usr/bin/strace -o /usr/src/qemu_build/error.log.txt /usr/bin/ar $@
into the makefile at position 234 to see what is the exact problem but the strace log is inconclusive.
for the error: /usr/bin/ar: deux operations différentes spécifiées
liberal translation is: two different operation specified.
the distribution is arch linux with binutils 2.23.2, gcc 4.8.2 and kernel kvm-3.12.0-rc5 from git.
Which version of make are you using? Recently, a bug with make 4.0 has been discovered, please see this thread for a description and a work-around:
http://<email address hidden>/msg198719.html
I am indeed using make v4.0. Thanks you very much for the email thread, I will try to compile qemu again.
Alain
-----Message d'origine-----
De : <email address hidden> [mailto:<email address hidden>] De la part de thh
Envoyé : 29 octobre 2013 04:32
À : <email address hidden>
Objet : [Bug 1245724] Re: libfdt.a git compilation fail
Which version of make are you using? Recently, a bug with make 4.0 has been discovered, please see this thread for a description and a work-
around:
http://<email address hidden>/msg198719.html
--
You received this bug notification because you are subscribed to the bug report.
https://bugs.launchpad.net/bugs/1245724
Title:
libfdt.a git compilation fail
Status in QEMU:
New
Bug description:
I don't know the commit tags but I checked out dtc on the 28 of
october at 20:27 in the tree of qemu (also git checkout out tonight).
The compilation fail at line 234 in qemu/dtc/Makefile so I inserted
that line:
@$ /usr/bin/strace -o /usr/src/qemu_build/error.log.txt /usr/bin/ar $@
into the makefile at position 234 to see what is the exact problem but
the strace log is inconclusive.
for the error: /usr/bin/ar: deux operations différentes spécifiées
liberal translation is: two different operation specified.
the distribution is arch linux with binutils 2.23.2, gcc 4.8.2 and
kernel kvm-3.12.0-rc5 from git.
To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1245724/+subscriptions
This should be working fine again with recent versions of QEMU, so I'm closing the bug. If you still have problems, feel free to open it again.
|