From owner-freebsd-ports-bugs@freebsd.org Mon Oct 19 11:53:09 2015 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 78E3FA197A3 for ; Mon, 19 Oct 2015 11:53:09 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5DC91AD5 for ; Mon, 19 Oct 2015 11:53:09 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id t9JBr9WP062014 for ; Mon, 19 Oct 2015 11:53:09 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 203760] [NEW PORT] net/s3ql: File system that stores all its data online using cloud storage services Date: Mon, 19 Oct 2015 11:53:09 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-qa, patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: niklaas@kulturflatrate.net X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Oct 2015 11:53:09 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203760 --- Comment #6 from Niklaas Baudet von Gersdorff --- Created attachment 162205 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=162205&action=edit Output of `poudriere testport` Looks fine; despite 9 compiler warnings that I will submit upstream. --- cc -DNDEBUG -O2 -pipe -fstack-protector -fno-strict-aliasing -I/usr/local/include -fPIC -I/usr/local/include/python3.4m -c src/s3ql/deltadump.c -o build/temp.freebsd-10.1-RELEASE-p22-amd64-3.4/src/s3ql/deltadump.o -Wall -Wextra -Wconversion -Wsign-compare -Werror=conversion -Werror=sign-compare src/s3ql/deltadump.c:11414:32: warning: unused function '__Pyx_PyUnicode_FromString' [-Wunused-function] static CYTHON_INLINE PyObject* __Pyx_PyUnicode_FromString(const char* c_str) { ^ src/s3ql/deltadump.c:9065:32: warning: unused function '__Pyx_GetItemInt_List_Fast' [-Wunused-function] static CYTHON_INLINE PyObject *__Pyx_GetItemInt_List_Fast(PyObject *o, Py_ssize_t i, ^ src/s3ql/deltadump.c:9080:32: warning: unused function '__Pyx_GetItemInt_Tuple_Fast' [-Wunused-function] static CYTHON_INLINE PyObject *__Pyx_GetItemInt_Tuple_Fast(PyObject *o, Py_ssize_t i, ^ src/s3ql/deltadump.c:9293:26: warning: unused function '__Pyx_PyBytes_Equals' [-Wunused-function] static CYTHON_INLINE int __Pyx_PyBytes_Equals(PyObject* s1, PyObject* s2, int equals) { ^ src/s3ql/deltadump.c:9992:28: warning: unused function '__Pyx_CyFunction_InitDefaults' [-Wunused-function] static CYTHON_INLINE void *__Pyx_CyFunction_InitDefaults(PyObject *func, size_t size, int pyobjects) { ^ src/s3ql/deltadump.c:10001:27: warning: unused function '__Pyx_CyFunction_SetDefaultsTuple' [-Wunused-function] static CYTHON_INLINE void __Pyx_CyFunction_SetDefaultsTuple(PyObject *func, PyObject *tuple) { ^ src/s3ql/deltadump.c:10006:27: warning: unused function '__Pyx_CyFunction_SetDefaultsKwDict' [-Wunused-function] static CYTHON_INLINE void __Pyx_CyFunction_SetDefaultsKwDict(PyObject *func, PyObject *dict) { ^ src/s3ql/deltadump.c:10011:27: warning: unused function '__Pyx_CyFunction_SetAnnotationsDict' [-Wunused-function] static CYTHON_INLINE void __Pyx_CyFunction_SetAnnotationsDict(PyObject *func, PyObject *dict) { ^ src/s3ql/deltadump.c:11104:27: warning: function '__Pyx_PyInt_As_long' is not needed and will not be emitted [-Wunneeded-internal-declaration] static CYTHON_INLINE long __Pyx_PyInt_As_long(PyObject *x) { ^ 9 warnings generated. -- You are receiving this mail because: You are the assignee for the bug.