Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 511472 - net-mail/dovecot-2.2.10 - configure: error: cannot run test program while cross compiling
Summary: net-mail/dovecot-2.2.10 - configure: error: cannot run test program while cro...
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Eray Aslan
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2014-05-25 16:30 UTC by Hristo Venev
Modified: 2014-05-26 12:14 UTC (History)
1 user (show)

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


Attachments
dovecot.log.tar.xz (dovecot.log.tar.xz,4.29 KB, application/x-xz)
2014-05-26 07:42 UTC, Hristo Venev
Details

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