| View previous topic :: View next topic |
| Author |
Message |
jonfr Veteran

Joined: 20 Jul 2003 Posts: 1008 Location: Denmark
|
Posted: Sat Jan 11, 2014 3:22 am Post subject: Evolution-data-server not compiling [unresolved] |
|
|
For some reason, evolution-data-server-2.32.3-r3 is not compiling.
| Code: | 2=1 -pthread -I/usr/include/libxml2 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libgdata -I/usr/include/nss -I/usr/include/nspr -I/usr/include/libsoup-2.4 -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/db4.8 -march=athlon64 -O2 -pipe -c e-book-backend-google-factory.c -fPIC -DPIC -o .libs/libebookbackendgoogle_la-e-book-backend-google-factory.o
libtool: compile: x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -fno-strict-aliasing -DG_LOG_DOMAIN=\"libebookbackendgoogle\" -I../../.. -I../../.. -I../../../addressbook -I../../../addressbook -pthread -I/usr/include/libsoup-2.4 -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -DORBIT2=1 -pthread -I/usr/include/libxml2 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/libgdata -I/usr/include/nss -I/usr/include/nspr -I/usr/include/libsoup-2.4 -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/db4.8 -march=athlon64 -O2 -pipe -c e-book-backend-google.c -fPIC -DPIC -o .libs/libebookbackendgoogle_la-e-book-backend-google.o
e-book-backend-google.c: In function 'e_book_backend_google_remove_contacts':
e-book-backend-google.c:726:3: warning: passing argument 2 of 'gdata_service_delete_entry' from incompatible pointer type [enabled by default]
In file included from e-book-backend-google.c:33:0:
/usr/include/libgdata/gdata/gdata-service.h:197:10: note: expected 'struct GDataAuthorizationDomain *' but argument is of type 'struct GDataEntry *'
e-book-backend-google.c:726:3: warning: passing argument 4 of 'gdata_service_delete_entry' from incompatible pointer type [enabled by default]
In file included from e-book-backend-google.c:33:0:
/usr/include/libgdata/gdata/gdata-service.h:197:10: note: expected 'struct GCancellable *' but argument is of type 'struct GError **'
e-book-backend-google.c:726:3: error: too few arguments to function 'gdata_service_delete_entry'
In file included from e-book-backend-google.c:33:0:
/usr/include/libgdata/gdata/gdata-service.h:197:10: note: declared here
e-book-backend-google.c: In function 'e_book_backend_google_modify_contact':
e-book-backend-google.c:799:4: warning: passing argument 2 of 'gdata_service_update_entry' from incompatible pointer type [enabled by default]
In file included from e-book-backend-google.c:33:0:
/usr/include/libgdata/gdata/gdata-service.h:190:13: note: expected 'struct GDataAuthorizationDomain *' but argument is of type 'struct GDataEntry *'
e-book-backend-google.c:799:4: warning: passing argument 4 of 'gdata_service_update_entry' from incompatible pointer type [enabled by default]
In file included from e-book-backend-google.c:33:0:
/usr/include/libgdata/gdata/gdata-service.h:190:13: note: expected 'struct GCancellable *' but argument is of type 'struct GError **'
e-book-backend-google.c:799:4: error: too few arguments to function 'gdata_service_update_entry'
In file included from e-book-backend-google.c:33:0:
/usr/include/libgdata/gdata/gdata-service.h:190:13: note: declared here
e-book-backend-google.c: In function 'e_book_backend_google_authenticate_user':
e-book-backend-google.c:1048:2: warning: passing argument 1 of 'gdata_contacts_service_new' from incompatible pointer type [enabled by default]
In file included from e-book-backend-google.c:34:0:
/usr/include/libgdata/gdata/services/contacts/gdata-contacts-service.h:65:23: note: expected 'struct GDataAuthorizer *' but argument is of type 'char *'
e-book-backend-google.c: In function 'data_book_error_from_gdata_error':
e-book-backend-google.c:1463:23: error: 'GDATA_AUTHENTICATION_ERROR' undeclared (first use in this function)
e-book-backend-google.c:1463:23: note: each undeclared identifier is reported only once for each function it appears in
e-book-backend-google.c:1466:8: error: 'GDATA_AUTHENTICATION_ERROR_BAD_AUTHENTICATION' undeclared (first use in this function)
e-book-backend-google.c:1469:8: error: 'GDATA_AUTHENTICATION_ERROR_NOT_VERIFIED' undeclared (first use in this function)
e-book-backend-google.c:1470:8: error: 'GDATA_AUTHENTICATION_ERROR_TERMS_NOT_AGREED' undeclared (first use in this function)
e-book-backend-google.c:1471:8: error: 'GDATA_AUTHENTICATION_ERROR_CAPTCHA_REQUIRED' undeclared (first use in this function)
e-book-backend-google.c:1472:8: error: 'GDATA_AUTHENTICATION_ERROR_ACCOUNT_DELETED' undeclared (first use in this function)
e-book-backend-google.c:1473:8: error: 'GDATA_AUTHENTICATION_ERROR_ACCOUNT_DISABLED' undeclared (first use in this function)
e-book-backend-google.c:1476:8: error: 'GDATA_AUTHENTICATION_ERROR_SERVICE_DISABLED' undeclared (first use in this function)
make[4]: *** [libebookbackendgoogle_la-e-book-backend-google.lo] Error 1
make[4]: *** Waiting for unfinished jobs....
make[4]: Leaving directory `/var/tmp/portage/gnome-extra/evolution-data-server-2.32.3-r3/work/evolution-data-server-2.32.3/addressbook/backends/google'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/var/tmp/portage/gnome-extra/evolution-data-server-2.32.3-r3/work/evolution-data-server-2.32.3/addressbook/backends'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/gnome-extra/evolution-data-server-2.32.3-r3/work/evolution-data-server-2.32.3/addressbook'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/gnome-extra/evolution-data-server-2.32.3-r3/work/evolution-data-server-2.32.3'
make: *** [all] Error 2
* ERROR: gnome-extra/evolution-data-server-2.32.3-r3::gentoo failed (compile phase):
* emake failed
*
* If you need support, post the output of `emerge --info '=gnome-extra/evolution-data-server-2.32.3-r3::gentoo'`,
* the complete build log and the output of `emerge -pqv '=gnome-extra/evolution-data-server-2.32.3-r3::gentoo'`.
* The complete build log is located at '/var/tmp/portage/gnome-extra/evolution-data-server-2.32.3-r3/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/gnome-extra/evolution-data-server-2.32.3-r3/temp/environment'.
* Working directory: '/var/tmp/portage/gnome-extra/evolution-data-server-2.32.3-r3/work/evolution-data-server-2.32.3'
* S: '/var/tmp/portage/gnome-extra/evolution-data-server-2.32.3-r3/work/evolution-data-server-2.32.3'
>>> Failed to emerge gnome-extra/evolution-data-server-2.32.3-r3, Log file:
>>> '/var/tmp/portage/gnome-extra/evolution-data-server-2.32.3-r3/temp/build.log'
* Messages for package gnome-extra/evolution-data-server-2.32.3-r3:
|
I can't use the new one because Gnome-3.8 is one big mess and unusable as is in my view. I am not sure what is wrong here or how to fix it. |
|
| Back to top |
|
 |
zlobne n00b


Joined: 17 Jan 2014 Posts: 1 Location: USSR
|
Posted: Fri Jan 17, 2014 10:40 pm Post subject: |
|
|
Just faced the same error.
You probably have gnome-documents-3.8 installed, which depends on libgdata-0.13
Try to unmerge gnome-documents and emerge libgdata-0.8.1 and gdata-2.0.18 |
|
| Back to top |
|
 |
jonfr Veteran

Joined: 20 Jul 2003 Posts: 1008 Location: Denmark
|
Posted: Mon Mar 10, 2014 1:29 pm Post subject: |
|
|
I still can't recompile evolution-data-server. I still get this error.
| Code: | e-book-backend-google.c:726:3: warning: passing argument 2 of 'gdata_service_delete_entry' from incompatible pointer type [enabled by default]
In file included from e-book-backend-google.c:33:0:
/usr/include/libgdata/gdata/gdata-service.h:197:10: note: expected 'struct GDataAuthorizationDomain *' but argument is of type 'struct GDataEntry *'
e-book-backend-google.c:726:3: warning: passing argument 4 of 'gdata_service_delete_entry' from incompatible pointer type [enabled by default]
In file included from e-book-backend-google.c:33:0:
/usr/include/libgdata/gdata/gdata-service.h:197:10: note: expected 'struct GCancellable *' but argument is of type 'struct GError **'
e-book-backend-google.c:726:3: error: too few arguments to function 'gdata_service_delete_entry'
In file included from e-book-backend-google.c:33:0:
/usr/include/libgdata/gdata/gdata-service.h:197:10: note: declared here
e-book-backend-google.c: In function 'e_book_backend_google_modify_contact':
e-book-backend-google.c:799:4: warning: passing argument 2 of 'gdata_service_update_entry' from incompatible pointer type [enabled by default]
In file included from e-book-backend-google.c:33:0:
/usr/include/libgdata/gdata/gdata-service.h:190:13: note: expected 'struct GDataAuthorizationDomain *' but argument is of type 'struct GDataEntry *'
e-book-backend-google.c:799:4: warning: passing argument 4 of 'gdata_service_update_entry' from incompatible pointer type [enabled by default]
In file included from e-book-backend-google.c:33:0:
/usr/include/libgdata/gdata/gdata-service.h:190:13: note: expected 'struct GCancellable *' but argument is of type 'struct GError **'
e-book-backend-google.c:799:4: error: too few arguments to function 'gdata_service_update_entry'
In file included from e-book-backend-google.c:33:0:
/usr/include/libgdata/gdata/gdata-service.h:190:13: note: declared here
e-book-backend-google.c: In function 'e_book_backend_google_authenticate_user':
e-book-backend-google.c:1048:2: warning: passing argument 1 of 'gdata_contacts_service_new' from incompatible pointer type [enabled by default]
In file included from e-book-backend-google.c:34:0:
/usr/include/libgdata/gdata/services/contacts/gdata-contacts-service.h:65:23: note: expected 'struct GDataAuthorizer *' but argument is of type 'char *'
e-book-backend-google.c: In function 'data_book_error_from_gdata_error':
e-book-backend-google.c:1463:23: error: 'GDATA_AUTHENTICATION_ERROR' undeclared (first use in this function)
e-book-backend-google.c:1463:23: note: each undeclared identifier is reported only once for each function it appears in
e-book-backend-google.c:1466:8: error: 'GDATA_AUTHENTICATION_ERROR_BAD_AUTHENTICATION' undeclared (first use in this function)
e-book-backend-google.c:1469:8: error: 'GDATA_AUTHENTICATION_ERROR_NOT_VERIFIED' undeclared (first use in this function)
e-book-backend-google.c:1470:8: error: 'GDATA_AUTHENTICATION_ERROR_TERMS_NOT_AGREED' undeclared (first use in this function)
e-book-backend-google.c:1471:8: error: 'GDATA_AUTHENTICATION_ERROR_CAPTCHA_REQUIRED' undeclared (first use in this function)
e-book-backend-google.c:1472:8: error: 'GDATA_AUTHENTICATION_ERROR_ACCOUNT_DELETED' undeclared (first use in this function)
e-book-backend-google.c:1473:8: error: 'GDATA_AUTHENTICATION_ERROR_ACCOUNT_DISABLED' undeclared (first use in this function)
e-book-backend-google.c:1476:8: error: 'GDATA_AUTHENTICATION_ERROR_SERVICE_DISABLED' undeclared (first use in this function)
make[4]: *** [libebookbackendgoogle_la-e-book-backend-google.lo] Error 1
make[4]: *** Waiting for unfinished jobs....
make[4]: Leaving directory `/var/tmp/portage/gnome-extra/evolution-data-server-2.32.3-r3/work/evolution-data-server-2.32.3/addressbook/backends/google'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/var/tmp/portage/gnome-extra/evolution-data-server-2.32.3-r3/work/evolution-data-server-2.32.3/addressbook/backends'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/gnome-extra/evolution-data-server-2.32.3-r3/work/evolution-data-server-2.32.3/addressbook'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/gnome-extra/evolution-data-server-2.32.3-r3/work/evolution-data-server-2.32.3'
make: *** [all] Error 2
* ERROR: gnome-extra/evolution-data-server-2.32.3-r3::gentoo failed (compile phase):
* emake failed
*
* If you need support, post the output of `emerge --info '=gnome-extra/evolution-data-server-2.32.3-r3::gentoo'`,
* the complete build log and the output of `emerge -pqv '=gnome-extra/evolution-data-server-2.32.3-r3::gentoo'`.
* The complete build log is located at '/var/tmp/portage/gnome-extra/evolution-data-server-2.32.3-r3/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/gnome-extra/evolution-data-server-2.32.3-r3/temp/environment'.
* Working directory: '/var/tmp/portage/gnome-extra/evolution-data-server-2.32.3-r3/work/evolution-data-server-2.32.3'
* S: '/var/tmp/portage/gnome-extra/evolution-data-server-2.32.3-r3/work/evolution-data-server-2.32.3'
>>> Failed to emerge gnome-extra/evolution-data-server-2.32.3-r3, Log file:
>>> '/var/tmp/portage/gnome-extra/evolution-data-server-2.32.3-r3/temp/build.log'
* Messages for package gnome-extra/evolution-data-server-2.32.3-r3:
* ERROR: gnome-extra/evolution-data-server-2.32.3-r3::gentoo failed (compile phase):
* emake failed
*
* If you need support, post the output of `emerge --info '=gnome-extra/evolution-data-server-2.32.3-r3::gentoo'`,
* the complete build log and the output of `emerge -pqv '=gnome-extra/evolution-data-server-2.32.3-r3::gentoo'`.
* The complete build log is located at '/var/tmp/portage/gnome-extra/evolution-data-server-2.32.3-r3/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/gnome-extra/evolution-data-server-2.32.3-r3/temp/environment'.
* Working directory: '/var/tmp/portage/gnome-extra/evolution-data-server-2.32.3-r3/work/evolution-data-server-2.32.3'
* S: '/var/tmp/portage/gnome-extra/evolution-data-server-2.32.3-r3/work/evolution-data-server-2.32.3' |
How do I resolve this issue? I can't move to the new version of Evolution email client. |
|
| Back to top |
|
 |
|