Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 480690

Summary: app-office/libreoffice-4.1.0.4: ucb/source/ucp/webdav-neon/NeonSession.cxx:794:85: error: invalid conversion from ‘int (*)(void*, const char*, const char*, int, char*, char*)’ to ‘ne_auth_creds {aka int (*)(void*, const char*, int, char*, char*)}’
Product: Gentoo Linux Reporter: Dennis Schridde <dschridde+gentoobugs>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal CC: bkohler
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log (xz compressed)

Description Dennis Schridde 2013-08-12 07:54:16 UTC
Using net-libs/neon-0.30.0:
/var/tmp/portage/app-office/libreoffice-4.1.0.4/work/libreoffice-4.1.0.4/ucb/source/ucp/webdav-neon/NeonSession.cxx: In member function ‘void webdav_ucp::NeonSession::Init()’:
/var/tmp/portage/app-office/libreoffice-4.1.0.4/work/libreoffice-4.1.0.4/ucb/source/ucp/webdav-neon/NeonSession.cxx:793:85: error: invalid conversion from ‘int (*)(void*, const char*, const char*, int, char*, char*)’ to ‘ne_auth_creds {aka
 int (*)(void*, const char*, int, char*, char*)}’ [-fpermissive]
         ne_add_server_auth( m_pHttpSession, NE_AUTH_ALL, NeonSession_NeonAuth, this );
                                                                                     ^
In file included from /var/tmp/portage/app-office/libreoffice-4.1.0.4/work/libreoffice-4.1.0.4/ucb/source/ucp/webdav-neon/NeonSession.cxx:37:0:
/usr/include/neon/ne_auth.h:132:6: error:   initializing argument 3 of ‘void ne_add_server_auth(ne_session*, unsigned int, ne_auth_creds, void*)’ [-fpermissive]
 void ne_add_server_auth(ne_session *sess, unsigned protocol, 
      ^
/var/tmp/portage/app-office/libreoffice-4.1.0.4/work/libreoffice-4.1.0.4/ucb/source/ucp/webdav-neon/NeonSession.cxx:794:85: error: invalid conversion from ‘int (*)(void*, const char*, const char*, int, char*, char*)’ to ‘ne_auth_creds {aka
 int (*)(void*, const char*, int, char*, char*)}’ [-fpermissive]
         ne_add_proxy_auth ( m_pHttpSession, NE_AUTH_ALL, NeonSession_NeonAuth, this );
                                                                                     ^
In file included from /var/tmp/portage/app-office/libreoffice-4.1.0.4/work/libreoffice-4.1.0.4/ucb/source/ucp/webdav-neon/NeonSession.cxx:37:0:
/usr/include/neon/ne_auth.h:134:6: error:   initializing argument 3 of ‘void ne_add_proxy_auth(ne_session*, unsigned int, ne_auth_creds, void*)’ [-fpermissive]
 void ne_add_proxy_auth(ne_session *sess, unsigned protocol, 
      ^
make[1]: *** [/var/tmp/portage/app-office/libreoffice-4.1.0.4/work/libreoffice-4.1.0.4/workdir/unxlngx6.pro/CxxObject/ucb/source/ucp/webdav-neon/NeonSession.o] Error 1
Comment 1 Dennis Schridde 2013-08-12 07:55:41 UTC
Created attachment 355736 [details]
build.log (xz compressed)
Comment 2 Ben Kohler gentoo-dev 2013-08-12 21:54:33 UTC

*** This bug has been marked as a duplicate of bug 479604 ***