Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Oct 2015 11:53:09 +0000
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
Message-ID:  <bug-203760-13-NHhfCpRP1N@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-203760-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-203760-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203760

--- Comment #6 from Niklaas Baudet von Gersdorff <niklaas@kulturflatrate.net> ---
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.



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