Date: Fri, 05 Dec 2014 14:14:32 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 195708] New: www/aria2 - build failure: libtool: link: `DownloadEngine.lo' is not a valid libtool object Message-ID: <bug-195708-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195708 Bug ID: 195708 Summary: www/aria2 - build failure: libtool: link: `DownloadEngine.lo' is not a valid libtool object Product: Ports Tree Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: sunpoet@FreeBSD.org Reporter: parv@pair.com Assignee: sunpoet@FreeBSD.org Flags: maintainer-feedback?(sunpoet@FreeBSD.org) Build of www/aria2 fails ... ... CXX DownloadCommand.lo CXX DownloadContext.lo CXX DownloadEngine.lo CXX DownloadEngineFactory.lo DownloadEngine.cc: In member function 'void aria2::DownloadEngine::waitData()': DownloadEngine.cc:192:5: error: 'lldiv_t' was not declared in this scope lldiv_t qr = lldiv(refreshInterval_*1000, 1000000); ^ DownloadEngine.cc:192:13: error: expected ';' before 'qr' lldiv_t qr = lldiv(refreshInterval_*1000, 1000000); ^ DownloadEngine.cc:193:17: error: 'qr' was not declared in this scope tv.tv_sec = qr.quot; ^ CXX DownloadFailureException.lo CXX DownloadHandler.lo CXX DownloadHandlerConstants.lo ... CXX MetalinkResource.lo CXX metalink_helper.lo CXX PollEventPoll.lo CXX KqueueEventPoll.lo CXX ApiCallbackDownloadEventListener.lo CXX aria2api.lo CXX KeepRunningCommand.lo CXX main.o CXXLD libaria2.la libtool: link: `DownloadEngine.lo' is not a valid libtool object *** Error code 1 1 error *** Error code 1 1 error *** Error code 1 1 error *** Error code 2 1 error ===> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to the maintainer. *** Error code 1 --- Comment #1 from Bugzilla Automation <bugzilla@FreeBSD.org> --- Auto-assigned to maintainer sunpoet@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-195708-13>