Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 01 Jan 2015 17:33:39 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 196421] New: [patch] comms/owfs fails to build with owfs option set
Message-ID:  <bug-196421-13@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 196421
           Summary: [patch] comms/owfs fails to build with owfs option set
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: osidorkin@gmail.com
                CC: johan@stromnet.se
             Flags: maintainer-feedback?(johan@stromnet.se)
                CC: johan@stromnet.se

Created attachment 151193
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=151193&action=edit
change non-existent umount call to unmount

If owfs option is selected comms/owfs fails to build with the following
message:

gmake-lite[6]: Entering directory
'/usr/ports/comms/owfs/work/owfs-2.9p8/module/owfs/src/c'
/bin/sh ../../../../libtool  --tag=CC   --mode=link cc -I../include
-DFUSE_USE_VERSION=26 -I/usr/local/include -I../../../owlib/src/include
-L../../../owlib/src/c -fexceptions -Wall -W -Wundef -Wshadow -Wpointer-arith
-Wcast-qual -Wcast-align -Wstrict-prototypes -Wredundant-decls
-D_FILE_OFFSET_BITS=64 -D_XOPEN_SOURCE=600 -D_BSD_SOURCE=1 -D_ISOC99_SOURCE=1
-D_POSIX_C_SOURCE=200112L  -D_THREAD_SAFE -pthread -O2 -pipe -march=core2 
-fstack-protector -fno-strict-aliasing -DNO_NESTED_FUNCTIONS
-D_XOPEN_SOURCE=600 -D_BSD_SOURCE=1 -D_ISOC99_SOURCE=1
-D_POSIX_C_SOURCE=200112L  -lusb -fstack-protector -o owfs owfs.o
owfs_callback.o fuse_line.o -low -L/usr/local/lib -lfuse -lusb    -lrt -lm 
libtool: link: cc -I../include -DFUSE_USE_VERSION=26 -I/usr/local/include
-I../../../owlib/src/include -fexceptions -Wall -W -Wundef -Wshadow
-Wpointer-arith -Wcast-qual -Wcast-align -Wstrict-prototypes -Wredundant-decls
-D_FILE_OFFSET_BITS=64 -D_XOPEN_SOURCE=600 -D_BSD_SOURCE=1 -D_ISOC99_SOURCE=1
-D_POSIX_C_SOURCE=200112L -D_THREAD_SAFE -pthread -O2 -pipe -march=core2
-fstack-protector -fno-strict-aliasing -DNO_NESTED_FUNCTIONS
-D_XOPEN_SOURCE=600 -D_BSD_SOURCE=1 -D_ISOC99_SOURCE=1
-D_POSIX_C_SOURCE=200112L -fstack-protector -o .libs/owfs owfs.o
owfs_callback.o fuse_line.o  -L../../../owlib/src/c
/usr/ports/comms/owfs/work/owfs-2.9p8/module/owlib/src/c/.libs/libow.so
-L/usr/local/lib -lfuse -lusb -lrt -lm -pthread -Wl,-rpath -Wl,/usr/local/lib
owfs.o: In function `main':
owfs.c:(.text+0x29d): undefined reference to `umount'
cc: error: linker command failed with exit code 1 (use -v to see invocation)
Makefile:538: recipe for target 'owfs' failed
gmake-lite[6]: *** [owfs] Error 1

The attached patch changes umount call to unmount and allows the build to
complete

--- Comment #1 from Bugzilla Automation <bugzilla@FreeBSD.org> ---
Maintainer CC'd

-- 
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-196421-13>