[Bug 194219] New: [arm] mail/php5-imap fails configure stage
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Oct 7 14:40:40 UTC 2014
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194219
Bug ID: 194219
Summary: [arm] mail/php5-imap fails configure stage
Product: Ports Tree
Version: Latest
Hardware: arm
OS: Any
Status: Needs Triage
Severity: Affects Many People
Priority: ---
Component: Individual Port(s)
Assignee: ale at FreeBSD.org
Reporter: sbruno at FreeBSD.org
Assignee: ale at FreeBSD.org
Flags: maintainer-feedback?(ale at FreeBSD.org)
php5-imap configure is failing its tests:
configure:6629: result: no
configure:6640: checking whether build with IMAP works
configure:6684: /nxb-bin/usr/bin/cc -o conftest -O -pipe
-I/usr/local/include/php -I/usr/local/include/php/main
-I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend
-I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/l
ib -L/usr/lib -lcrypto -lssl -Wl,-rpath,/usr/lib:/usr/local/lib conftest.c
-lcrypto -lssl -lcrypto -Wl,-rpath,/usr/local/lib -L/usr/local/lib -lc-client4
-lcrypt -lpam >&5
/usr/local/lib/libc-client4.so: warning: warning: tmpnam() possibly used
unsafely; consider using mkstemp()
/nxb-bin/usr/bin/ld: conftest: hidden symbol `__aeabi_memcpy' in
/usr/lib/libgcc.a(aeabi_memcpy.o) is referenced by DSO
/nxb-bin/usr/bin/ld: final link failed: Nonrepresentable section on output
cc: error: linker command failed with exit code 1 (use -v to see invocation)
configure:6684: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define COMPILE_DL_IMAP 1
| #define HAVE_IMAP 1
| #define HAVE_IMAP2000 1
| #define HAVE_IMAP2004 1
| #define HAVE_NEW_MIME2TEXT 1
| #define HAVE_LIBPAM 1
| #define HAVE_LIBCRYPT 1
| #define HAVE_IMAP_SSL 1
| /* end confdefs.h. */
|
|
| #if defined(__GNUC__) && __GNUC__ >= 4
| # define PHP_IMAP_EXPORT __attribute__ ((visibility("default")))
| #else
| # define PHP_IMAP_EXPORT
| #endif
|
| PHP_IMAP_EXPORT void mm_log(void){}
| PHP_IMAP_EXPORT void mm_dlog(void){}
| PHP_IMAP_EXPORT void mm_flags(void){}
| PHP_IMAP_EXPORT void mm_fatal(void){}
| PHP_IMAP_EXPORT void mm_critical(void){}
| PHP_IMAP_EXPORT void mm_nocritical(void){}
| PHP_IMAP_EXPORT void mm_notify(void){}
| PHP_IMAP_EXPORT void mm_login(void){}
| PHP_IMAP_EXPORT void mm_diskerror(void){}
| PHP_IMAP_EXPORT void mm_status(void){}
| PHP_IMAP_EXPORT void mm_lsub(void){}
| PHP_IMAP_EXPORT void mm_list(void){}
| PHP_IMAP_EXPORT void mm_exists(void){}
| PHP_IMAP_EXPORT void mm_searched(void){}
| PHP_IMAP_EXPORT void mm_expunged(void){}
|
| char mail_newbody();
| int main() {
| mail_newbody();
| return 0;
| }
|
configure:6696: result: no
configure:6698: error: build test failed. Please check the config.log for
details.
--- Comment #1 from Bugzilla Automation <bugzilla at FreeBSD.org> ---
Auto-assigned to maintainer ale at FreeBSD.org
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list