Lieber Besucher, herzlich willkommen bei: GentooForum.de.
Falls dies Ihr erster Besuch auf dieser Seite ist, lesen Sie sich bitte die Hilfe durch. Dort wird Ihnen die Bedienung dieser Seite näher erläutert.
Darüber hinaus sollten Sie sich registrieren, um alle Funktionen dieser Seite nutzen zu können.
Benutzen Sie das Registrierungsformular, um sich zu registrieren oder informieren Sie sich ausführlich über den Registrierungsvorgang.
Falls Sie sich bereits zu einem früheren Zeitpunkt registriert haben, können Sie sich hier anmelden.
gnome-contacts-3.8.3
Hi,
sorry, ich muss noch mal nerven: folgendes Paket emerget nicht au fem Laptop mit folgendem Fehler (aus dem build.log):
|
Quellcode
|
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
|
""/usr/lib64/gnome-contacts"" -DGNOME_DESKTOP_USE_UNSTABLE_API -O2 -march=native -pipe -fomit-frame-pointer -c -o egg-list-box.o `test -f 'listbox/egg-list-box.c' || echo './'`listbox/egg-list-box.c
contacts-linking.vala:97.45-97.74: error: The type name `HashDataFunc' could not be found
return new HashSet<PersonaAttribute>((HashDataFunc<PersonaAttribute>) PersonaAttribute.hash,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
contacts-linking.vala:98.10-98.40: error: The type name `EqualDataFunc' could not be found
(EqualDataFunc<PersonaAttribute>) PersonaAttribute.equal);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
contacts-contact.vala:1147.24-1147.47: error: Argument 1: Cannot convert from `GLib.CompareDataFunc<Folks.Persona>' to `GLib.CompareFunc?'
persona_list.sort (compare_persona_by_store);
^^^^^^^^^^^^^^^^^^^^^^^^
contacts-contact.vala:1015.10-1015.62: warning: regular expression literals are experimental
if (/https?:\/\/www.facebook.com\/profile\.php\?id=[0-9]+$/.match(uri) ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
contacts-contact.vala:1016.3-1016.45: warning: regular expression literals are experimental
/https?:\/\/www.facebook.com\/[a-zA-Z0-9.]+$/.match(uri))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
contacts-contact.vala:1019.10-1019.50: warning: regular expression literals are experimental
if (/https?:\/\/twitter.com\/#!\/[a-zA-Z0-9]+$/.match(uri))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
contacts-contact.vala:1022.10-1022.53: warning: regular expression literals are experimental
if (/https?:\/\/www.google.com\/profiles\/[0-9]+$/.match(uri))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
contacts-contact.vala:1250.7-1250.50: warning: regular expression literals are experimental
if (/https?:\/\/www.google.com\/profiles\/[0-9]+$/.match(url.value))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
contacts-contact.vala:1314.24-1314.41: error: Argument 1: Cannot convert from `GLib.CompareDataFunc<string>' to `GLib.CompareFunc?'
sorted_props.sort (compare_properties);
^^^^^^^^^^^^^^^^^^
contacts-shell-search-provider.vala:65.18-65.60: error: Argument 1: Cannot convert from `GLib.CompareDataFunc<Contacts.Contact>' to `GLib.CompareFunc?'
matches.sort((CompareDataFunc<Contact>) compare_contacts);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Compilation failed: 3 error(s), 5 warning(s)
make[2]: *** [gnome_contacts_search_provider_vala.stamp] Error 1
make[2]: *** Waiting for unfinished jobs....
Compilation failed: 2 error(s), 0 warning(s)
make[2]: *** [gnome_contacts_vala.stamp] Error 1
make[2]: Leaving directory `/var/tmp/portage/gnome-extra/gnome-contacts-3.8.3/work/gnome-contacts-3.8.3/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/gnome-extra/gnome-contacts-3.8.3/work/gnome-contacts-3.8.3'
make: *** [all] Error 2
[31;01m*[0m ERROR: gnome-extra/gnome-contacts-3.8.3::gentoo failed (compile phase):
[31;01m*[0m emake failed
|
Was tun?
Rüdiger
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »Regidür« (06.10.2013, 21:58)
Offenbar ist der Fehler ein unvollständiges emerge --sync gewesen -- schaun mer mal,
Rüdiger
Mhm, der Fehler bleibt trotzdem, 3.8.3 scheint die aktuelle Version zu sein
|
Quellcode
|
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
|
contacts-linking.vala:97.45-97.74: error: The type name `HashDataFunc' could not be found
return new HashSet<PersonaAttribute>((HashDataFunc<PersonaAttribute>) PersonaAttribute.hash,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
contacts-linking.vala:98.10-98.40: error: The type name `EqualDataFunc' could not be found
(EqualDataFunc<PersonaAttribute>) PersonaAttribute.equal);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
contacts-contact.vala:1147.24-1147.47: error: Argument 1: Cannot convert from `GLib.CompareDataFunc<Folks.Persona>' to `GLib.CompareFunc?'
persona_list.sort (compare_persona_by_store);
^^^^^^^^^^^^^^^^^^^^^^^^
contacts-contact.vala:1015.10-1015.62: warning: regular expression literals are experimental
if (/https?:\/\/www.facebook.com\/profile\.php\?id=[0-9]+$/.match(uri) ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
contacts-contact.vala:1016.3-1016.45: warning: regular expression literals are experimental
/https?:\/\/www.facebook.com\/[a-zA-Z0-9.]+$/.match(uri))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
contacts-contact.vala:1019.10-1019.50: warning: regular expression literals are experimental
if (/https?:\/\/twitter.com\/#!\/[a-zA-Z0-9]+$/.match(uri))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
contacts-contact.vala:1022.10-1022.53: warning: regular expression literals are experimental
if (/https?:\/\/www.google.com\/profiles\/[0-9]+$/.match(uri))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
contacts-contact.vala:1250.7-1250.50: warning: regular expression literals are experimental
if (/https?:\/\/www.google.com\/profiles\/[0-9]+$/.match(url.value))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
contacts-contact.vala:1314.24-1314.41: error: Argument 1: Cannot convert from `GLib.CompareDataFunc<string>' to `GLib.CompareFunc?'
sorted_props.sort (compare_properties);
^^^^^^^^^^^^^^^^^^
contacts-shell-search-provider.vala:65.18-65.60: error: Argument 1: Cannot convert from `GLib.CompareDataFunc<Contacts.Contact>' to `GLib.CompareFunc?'
matches.sort((CompareDataFunc<Contact>) compare_contacts);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Compilation failed: 3 error(s), 5 warning(s)
make[2]: *** [gnome_contacts_search_provider_vala.stamp] Error 1
make[2]: *** Waiting for unfinished jobs....
Compilation failed: 2 error(s), 0 warning(s)
make[2]: *** [gnome_contacts_vala.stamp] Error 1
make[2]: Leaving directory `/var/tmp/portage/gnome-extra/gnome-contacts-3.8.3/work/gnome-contacts-3.8.3/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/gnome-extra/gnome-contacts-3.8.3/work/gnome-contacts-3.8.3'
make: *** [all] Error 2
[31;01m*[0m ERROR: gnome-extra/gnome-contacts-3.8.3::gentoo failed (compile phase):
[31;01m*[0m emake failed
[31;01m*[0m
[31;01m*[0m If you need support, post the output of `emerge --info '=gnome-extra/gnome-contacts-3.8.3::gentoo'`,
[31;01m*[0m the complete build log and the output of `emerge -pqv '=gnome-extra/gnome-contacts-3.8.3::gentoo'`.
[31;01m*[0m The complete build log is located at '/var/log/portage/gnome-extra:gnome-contacts-3.8.3:20131006-191848.log'.
[31;01m*[0m For convenience, a symlink to the build log is located at '/var/tmp/portage/gnome-extra/gnome-contacts-3.8.3/temp/build.log'.
[31;01m*[0m The ebuild environment file is located at '/var/tmp/portage/gnome-extra/gnome-contacts-3.8.3/temp/environment'.
[31;01m*[0m Working directory: '/var/tmp/portage/gnome-extra/gnome-contacts-3.8.3/work/gnome-contacts-3.8.3'
[31;01m*[0m S: '/var/tmp/portage/gnome-extra/gnome-contacts-3.8.3/work/gnome-contacts-3.8.3'
shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
shell-init: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
job-working-directory: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
chdir: error retrieving current directory: getcwd: cannot access parent directories: No such file or directory
|
Rüdiger
So, hab's jetzt. Emerge hat beim world update die Abhängigkeiten nicht richtig aufgelöst. ein einzelnes emerge gnome-contacts tat es, und dann hat es kompiliert.
Rüidger