Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 07 Oct 2014 14:40:40 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 194219] New: [arm] mail/php5-imap fails configure stage
Message-ID:  <bug-194219-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
          Reporter: sbruno@FreeBSD.org
          Assignee: ale@FreeBSD.org
             Flags: maintainer-feedback?(ale@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@FreeBSD.org> ---
Auto-assigned to maintainer ale@FreeBSD.org

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-194219-13>