Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Mar 2013 07:34:49 GMT
From:      Beeblebrox <zaphod@berentweb.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/176908: sysutils/e2fsprogs build breaks
Message-ID:  <201303130734.r2D7Ynb1086305@red.freebsd.org>
Resent-Message-ID: <201303130740.r2D7e2iu034585@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         176908
>Category:       ports
>Synopsis:       sysutils/e2fsprogs build breaks
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 13 07:40:02 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Beeblebrox
>Release:        10-Current
>Organization:
>Environment:
FreeBSD 10.0-CURRENT #1 r248212: amd64
>Description:
# make for sysutils/e2fsprogs breaks wit below code output. All of below were disabled for debug. World was recently re-built with disabled "WITH_BSD_GREP" after recent find re BSD grep problem.

DISABLED:
#WITH_CCACHE_BUILD=yes
#FORCE_MAKE_JOBS=yes
#MAKE_JOBS_NUMBER=9
#WITH_CPUFLAGS=yes
#BUILD_OPTIMIZED=yes
#CC=gcc46
#CXX=g++46
#CPP=cpp46

ERROR OUTPUT:
	CC gen_bitmap64.c
	CC get_pathname.c
gen_bitmap64.c:77:20: warning: format specifies type 'unsigned long long' but
      the argument has type '__u64' (aka 'unsigned long') [-Wformat]
                        "#%llu for %s", arg, bitmap->description);
                          ~~~~          ^~~
                          %lu
gen_bitmap64.c:79:55: warning: format specifies type 'unsigned long long' but
      the argument has type '__u64' (aka 'unsigned long') [-Wformat]
                com_err(0, bitmap->base_error_code + code, "#%llu", arg);
                                                             ~~~~   ^~~
                                                             %lu
gen_bitmap64.c:660:3: error: non-void function 'ext2fs_test_block_bitmap_range2'
      should return a value [-Wreturn-type]
                return;
                ^
2 warnings and 1 error generated.
gmake[2]: *** [gen_bitmap64.o] Error 1
gmake[2]: *** Waiting for unfinished jobs....
gmake[2]: Leaving directory `/usr/obj/asp/ports/sysutils/e2fsprogs/work/e2fsprogs-1.42.7/lib/ext2fs'
gmake[1]: *** [all-libs-recursive] Error 1
gmake[1]: Leaving directory `/usr/obj/asp/ports/sysutils/e2fsprogs/work/e2fsprogs-1.42.7'
gmake: *** [all] Error 2
*** [do-build] Error code 1
>How-To-Repeat:
build sysutils/e2fsprogs
>Fix:
NA

>Release-Note:
>Audit-Trail:
>Unformatted:



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