Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 634504 - net-mail/courier-imap-4.18.0 fails compile ( undefined reference to `auth_callback_default_autocreate' )
Summary: net-mail/courier-imap-4.18.0 fails compile ( undefined reference to `auth_ca...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 624004
  Show dependency tree
 
Reported: 2017-10-17 02:28 UTC by Kent Fredric (IRC: kent\n) (RETIRED)
Modified: 2018-06-20 18:09 UTC (History)
0 users

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


Attachments
build.log.xz (courier-imap-4.18.0:20171017-010356.log.xz,14.04 KB, application/x-xz)
2017-10-17 02:29 UTC, Kent Fredric (IRC: kent\n) (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kent Fredric (IRC: kent\n) (RETIRED) gentoo-dev 2017-10-17 02:28:47 UTC
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I.     -I.. -I./.. -Wall -march=native -mtune=native -O2 -pipe -c -o imaplogin.o imaplogin.c    
imaplogin.c: In function ‘login_callback’:                                                                                               
imaplogin.c:222:5: warning: implicit declaration of function ‘auth_callback_default_autocreate’ [-Wimplicit-function-declaration]          rc=auth_callback_default_autocreate(ainfo);                                                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                                                                                    
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I.     -I.. -I./.. -Wall -march=native -mtune=native -O2 -pipe -c -o authenticate_auth.o authent
icate_auth.c                                                                                                                             
x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I.     -I.. -I./.. -Wall -march=native -mtune=native -O2 -pipe -c -o proxy.o proxy.c            /bin/sh ./libtool  --tag=CC   --mode=link x86_64-pc-linux-gnu-gcc  -I.. -I./.. -Wall -march=native -mtune=native -O2 -pipe  -Wl,-O1 -Wl,-
-as-needed -o imaplogin imaplogin.o authenticate_auth.o proxy.o libimapd.la libimaplogin.la -L/usr/lib64/courier-authlib -lcourierauth -l
courierauthsasl                                                                                                                          
libtool: link: x86_64-pc-linux-gnu-gcc -I.. -I./.. -Wall -march=native -mtune=native -O2 -pipe -Wl,-O1 -o imaplogin imaplogin.o authentic
ate_auth.o proxy.o  -Wl,--as-needed ./.libs/libimapd.a -lcourier-unicode ./.libs/libimaplogin.a -L/usr/lib64/courier-authlib /usr/lib64/c
ourier-authlib/libcourierauthsasl.so /usr/lib64/courier-authlib/libcourierauth.so -Wl,-rpath -Wl,/usr/lib64/courier-authlib -Wl,-rpath -W
l,/usr/lib64/courier-authlib                                                                                                             
imaplogin.o: In function `login_callback':                                                                                               
imaplogin.c:(.text+0x2db): undefined reference to `auth_callback_default_autocreate'                                                     
collect2: error: ld returned 1 exit status                                                                                               
make[3]: *** [Makefile:590: imaplogin] Error 1                                                                                           
make[3]: Leaving directory '/var/tmp/portage/net-mail/courier-imap-4.18.0/work/courier-imap-4.18.0/libs/imap'                            
make[2]: *** [Makefile:482: all] Error 2                                                                                                 
make[2]: Leaving directory '/var/tmp/portage/net-mail/courier-imap-4.18.0/work/courier-imap-4.18.0/libs/imap'                            
make[1]: *** [Makefile:889: all-recursive] Error 1                                                                                       
make[1]: Leaving directory '/var/tmp/portage/net-mail/courier-imap-4.18.0/work/courier-imap-4.18.0'                                      
make: *** [Makefile:438: all] Error 2                                                                                                    
 * ERROR: net-mail/courier-imap-4.18.0::gentoo failed (compile phase):                                                                   
 *   emake failed
Comment 1 Kent Fredric (IRC: kent\n) (RETIRED) gentoo-dev 2017-10-17 02:29:29 UTC
Created attachment 498930 [details]
build.log.xz
Comment 2 Gaetan 2017-11-15 14:02:59 UTC
FIX : upgrade net-libs/courier-authlib to latest version (0.66.4 atm). This should be added to net-mail/courier-imap dependencies.
Comment 3 Pacho Ramos gentoo-dev 2018-06-20 18:09:24 UTC
[master 3cdeb38efa83] net-mail/courier-imap: Version bump (#624004)
 2 files changed, 242 insertions(+)
 create mode 100644 net-mail/courier-imap/courier-imap-4.18.2.ebuild