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

Bug 511472

Summary: net-mail/dovecot-2.2.10 - configure: error: cannot run test program while cross compiling
Product: Gentoo Linux Reporter: Hristo Venev <hristo>
Component: [OLD] ServerAssignee: Eray Aslan <eras>
Status: UNCONFIRMED ---    
Severity: normal CC: net-mail+disabled
Priority: Normal Keywords: PATCH
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: dovecot.log.tar.xz

Description Hristo Venev 2014-05-25 16:30:13 UTC
configure complains about its inability to execute files.

Fix: add the following to config.site: (works for me)
i_cv_epoll_works=yes
i_cv_inotify_works=yes
i_cv_posix_fallocate_works=yes
i_cv_signed_size_t=no
i_cv_signed_time_t=yes
i_cv_gmtime_max_time_t=32
i_cv_mmap_plays_with_write=yes
i_cv_fd_passing=yes
i_cv_c99_vsnprintf=yes
lib_cv_va_copy=yes
lib_cv___va_copy=yes
lib_cv_va_val_copy=yes


Reproducible: Always
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2014-05-25 23:23:58 UTC
1) Please post your `(cross-)emerge --info' output in a comment.
2) Please attach the entire build log to this bug report.
Comment 2 Hristo Venev 2014-05-26 07:42:08 UTC
Created attachment 377650 [details]
dovecot.log.tar.xz

i_cv_epoll_works=yes
i_cv_inotify_works=yes
i_cv_posix_fallocate_works=yes
i_cv_signed_size_t=no
i_cv_gmtime_max_time_t=32
i_cv_mmap_plays_with_write=yes
i_cv_fd_passing=yes
i_cv_c99_vsnprintf=yes
lib_cv_va_copy=yes
lib_cv___va_copy=yes
lib_cv_va_val_copy=yes

i_cv_signed_time_t=yes is not needed