blob: 95c0463fa655b6aa0a003d0108540b4af4d9bad0 (
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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-dev] build problems with x86_64-mageia-linux-gnu-ar
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20build%20problems%20with%20x86_64-mageia-linux-gnu-ar&In-Reply-To=%3CCA%2BvRaM2yvPf3bfkq1681k%2BoPeew7mJ9RKK2ELX2r58W%2BjBBbmw%40mail.gmail.com%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="019064.html">
<LINK REL="Next" HREF="019187.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] build problems with x86_64-mageia-linux-gnu-ar</H1>
<B>Liutauras Adomaitis</B>
<A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20build%20problems%20with%20x86_64-mageia-linux-gnu-ar&In-Reply-To=%3CCA%2BvRaM2yvPf3bfkq1681k%2BoPeew7mJ9RKK2ELX2r58W%2BjBBbmw%40mail.gmail.com%3E"
TITLE="[Mageia-dev] build problems with x86_64-mageia-linux-gnu-ar">liutauras.adomaitis at gmail.com
</A><BR>
<I>Mon Oct 1 09:29:44 CEST 2012</I>
<P><UL>
<LI>Previous message: <A HREF="019064.html">[Mageia-dev] The shiny new Control Center
</A></li>
<LI>Next message: <A HREF="019187.html">[Mageia-dev] Fwd: build problems with x86_64-mageia-linux-gnu-ar
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#19065">[ date ]</a>
<a href="thread.html#19065">[ thread ]</a>
<a href="subject.html#19065">[ subject ]</a>
<a href="author.html#19065">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>Hi there,
I am trying to build sflphone and getting error message saying that
command x86_64-mageia-linux-gnu-ar is not found.
This command doesn't exist, although I can see broken symlinks is
/usr/bin (see below).
So it looks like there 2 errors:
- Couldron has broken symlinks in /usr/bin.
- Even after fixing broken symlinks, build requires
x86_64-mageia-linux-gnu-ar, but there is only
x86_64-mageia-linux-gnu-gcc-ar. Why is that?
Liutauras
if test ! -d ../lib; then mkdir -p ../lib; fi
x86_64-mageia-linux-gnu-ar rv ../lib/libpj-x86_64-mageia-linux-gnu.a
output/pjlib-x86_64-mageia-linux-gnu/ioqueue_select.o
output/pjlib-x86_64-mageia-linux-gnu/file_access_unistd.o
output/pjlib-x86_64-mageia-linux-gnu/file_io_ansi.o
output/pjlib-x86_64-mageia-linux-gnu/os_core_unix.o
output/pjlib-x86_64-mageia-linux-gnu/os_error_unix.o
output/pjlib-x86_64-mageia-linux-gnu/os_time_unix.o
output/pjlib-x86_64-mageia-linux-gnu/os_timestamp_posix.o
output/pjlib-x86_64-mageia-linux-gnu/guid_uuid.o
output/pjlib-x86_64-mageia-linux-gnu/addr_resolv_sock.o
output/pjlib-x86_64-mageia-linux-gnu/log_writer_stdout.o
output/pjlib-x86_64-mageia-linux-gnu/os_timestamp_common.o
output/pjlib-x86_64-mageia-linux-gnu/pool_policy_malloc.o
output/pjlib-x86_64-mageia-linux-gnu/sock_bsd.o
output/pjlib-x86_64-mageia-linux-gnu/sock_select.o
output/pjlib-x86_64-mageia-linux-gnu/activesock.o
output/pjlib-x86_64-mageia-linux-gnu/array.o
output/pjlib-x86_64-mageia-linux-gnu/config.o
output/pjlib-x86_64-mageia-linux-gnu/ctype.o
output/pjlib-x86_64-mageia-linux-gnu/errno.o
output/pjlib-x86_64-mageia-linux-gnu/except.o
output/pjlib-x86_64-mageia-linux-gnu/fifobuf.o
output/pjlib-x86_64-mageia-linux-gnu/guid.o
output/pjlib-x86_64-mageia-linux-gnu/hash.o
output/pjlib-x86_64-mageia-linux-gnu/ip_helper_generic.o
output/pjlib-x86_64-mageia-linux-gnu/list.o
output/pjlib-x86_64-mageia-linux-gnu/lock.o
output/pjlib-x86_64-mageia-linux-gnu/log.o
output/pjlib-x86_64-mageia-linux-gnu/os_time_common.o
output/pjlib-x86_64-mageia-linux-gnu/os_info.o
output/pjlib-x86_64-mageia-linux-gnu/pool.o
output/pjlib-x86_64-mageia-linux-gnu/pool_buf.o
output/pjlib-x86_64-mageia-linux-gnu/pool_caching.o
output/pjlib-x86_64-mageia-linux-gnu/pool_dbg.o
output/pjlib-x86_64-mageia-linux-gnu/rand.o
output/pjlib-x86_64-mageia-linux-gnu/rbtree.o
output/pjlib-x86_64-mageia-linux-gnu/sock_common.o
output/pjlib-x86_64-mageia-linux-gnu/sock_qos_common.o
output/pjlib-x86_64-mageia-linux-gnu/sock_qos_bsd.o
output/pjlib-x86_64-mageia-linux-gnu/ssl_sock_common.o
output/pjlib-x86_64-mageia-linux-gnu/ssl_sock_ossl.o
output/pjlib-x86_64-mageia-linux-gnu/ssl_sock_dump.o
output/pjlib-x86_64-mageia-linux-gnu/string.o
output/pjlib-x86_64-mageia-linux-gnu/timer.o
output/pjlib-x86_64-mageia-linux-gnu/types.o
make[2]: x86_64-mageia-linux-gnu-ar: Command not found
make[2]: *** [../lib/libpj-x86_64-mageia-linux-gnu.a] Error 127
make[2]: Leaving directory
`/home/liutauras/rpmbuild/BUILD/sflphone-1.2.0/daemon/libs/pjproject/pjlib/build'
make[1]: *** [pjlib] Error 2
make[1]: Leaving directory
`/home/liutauras/rpmbuild/BUILD/sflphone-1.2.0/daemon/libs/pjproject/pjlib/build'
make: *** [all] Error 1
error: Bad exit status from /var/tmp/rpm-tmp.qUDU3x (%build)
RPM build errors:
Bad exit status from /var/tmp/rpm-tmp.qUDU3x (%build)
[<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">liutauras at lenovo</A> SPECS]$ ll /usr/bin/x8*
lrwxrwxrwx 1 root root 7 Sep 17 16:48 /usr/bin/x86_64 -> setarch*
lrwxrwxrwx 1 root root 9 Sep 24 08:04
/usr/bin/x86_64-mageia-linux-gnu-c++ -> g++-4.7.2*
lrwxrwxrwx 1 root root 9 Sep 24 08:04
/usr/bin/x86_64-mageia-linux-gnu-g++ -> g++-4.7.2*
lrwxrwxrwx 1 root root 9 Sep 24 08:04
/usr/bin/x86_64-mageia-linux-gnu-gcc -> gcc-4.7.2*
lrwxrwxrwx 1 root root 9 Sep 24 08:04
/usr/bin/x86_64-mageia-linux-gnu-gcc-4.7.2 -> gcc-4.7.2*
lrwxrwxrwx 1 root root 12 Sep 24 08:04
/usr/bin/x86_64-mageia-linux-gnu-gcc-ar -> gcc-ar-4.7.2
lrwxrwxrwx 1 root root 12 Sep 24 08:04
/usr/bin/x86_64-mageia-linux-gnu-gcc-nm -> gcc-nm-4.7.2
lrwxrwxrwx 1 root root 16 Sep 24 08:04
/usr/bin/x86_64-mageia-linux-gnu-gcc-ranlib -> gcc-ranlib-4.7.2
[<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">liutauras at lenovo</A> SPECS]$ ll /usr/bin/gcc*
lrwxrwxrwx 1 root root 21 Sep 18 17:38 /usr/bin/gcc ->
/etc/alternatives/gcc*
-rwxr-xr-x 1 root root 590824 Sep 23 01:47 /usr/bin/gcc-4.7.2*
-rwxr-xr-x 1 root root 23 Sep 23 01:47 /usr/bin/gcc4.7-version*
-rwxr-xr-x 1 root root 28704 Sep 23 01:47 /usr/bin/gcc-ar*
-rwxr-xr-x 1 root root 28696 Sep 23 01:47 /usr/bin/gcc-nm*
-rwxr-xr-x 1 root root 28704 Sep 23 01:47 /usr/bin/gcc-ranlib*
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="019064.html">[Mageia-dev] The shiny new Control Center
</A></li>
<LI>Next message: <A HREF="019187.html">[Mageia-dev] Fwd: build problems with x86_64-mageia-linux-gnu-ar
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#19065">[ date ]</a>
<a href="thread.html#19065">[ thread ]</a>
<a href="subject.html#19065">[ subject ]</a>
<a href="author.html#19065">[ 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>
|