Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 480690 - 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*)}’
Summary: app-office/libreoffice-4.1.0.4: ucb/source/ucp/webdav-neon/NeonSession.cxx:79...
Status: RESOLVED DUPLICATE of bug 479604
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-12 07:54 UTC by Dennis Schridde
Modified: 2013-08-12 21:54 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (xz compressed) (build.log.xz,201.07 KB, application/x-xz)
2013-08-12 07:55 UTC, Dennis Schridde
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***