Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Aug 2015 05:04:58 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 202564] emulators/wine-devel: Does not compile
Message-ID:  <bug-202564-13@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 202564
           Summary: emulators/wine-devel: Does not compile
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: gerald@FreeBSD.org
          Reporter: basarevych@gmail.com
             Flags: maintainer-feedback?(gerald@FreeBSD.org)
          Assignee: gerald@FreeBSD.org

cc -o wineserver async.o atom.o change.o class.o clipboard.o completion.o
console.o debugger.o device.o directory.o event.o fd.o file.o handle.o hook.o
mach.o mailslot.o main.o mapping.o mutex.o named_pipe.o object.o process.o
procfs.o ptrace.o queue.o region.o registry.o request.o semaphore.o serial.o
signal.o snapshot.o sock.o symlink.o thread.o timer.o token.o trace.o unicode.o
user.o window.o winstation.o -L../libs/wine -lwine ../libs/port/libwine_port.a
-L/usr/local/lib -fstack-protector    -Wl,--rpath,\$ORIGIN/../libs/wine
change.o: In function `create_dir_obj':
change.c:(.text+0x456): undefined reference to `inotify_add_watch'
change.o: In function `req_read_directory_changes':
change.c:(.text+0x5d2): undefined reference to `inotify_init'
change.c:(.text+0x932): undefined reference to `inotify_add_watch'
change.o: In function `inotify_poll_event':
change.c:(.text+0xf81): undefined reference to `inotify_add_watch'
change.o: In function `free_inode':
change.c:(.text+0x146f): undefined reference to `inotify_rm_watch'
cc: error: linker command failed with exit code 1 (use -v to see invocation)
Makefile:202: recipe for target 'wineserver' failed
gmake[3]: *** [wineserver] Error 1
gmake[3]: Leaving directory
'/usr/ports/emulators/wine-devel/work/wine-1.7.48/server'
Makefile:18380: recipe for target 'server' failed
gmake[2]: *** [server] Error 2
gmake[2]: *** Waiting for unfinished jobs....
cc -c -o actxprxy_urlhist_p.o actxprxy_urlhist_p.c -I. -I../../include
-D__WINESRC__ -D_REENTRANT -fPIC -Wall \
  -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body
-Wignored-qualifiers \
  -Wstrict-prototypes -Wtype-limits -Wvla -Wwrite-strings -Wpointer-arith
-I/usr/local/include \
  -D__builtin_ms_va_list=__builtin_va_list
-D__builtin_ms_va_start=__builtin_va_start \
  -D__builtin_ms_va_end=__builtin_va_end
-D__builtin_ms_va_copy=__builtin_va_copy -O2 -pipe  -fstack-protector
-fno-strict-aliasing
../../tools/winegcc/winegcc -o actxprxy.dll.so -B../../tools/winebuild -m64
-fasynchronous-unwind-tables -shared actxprxy.spec \
  usrmarshal.o dlldata.o actxprxy_activscp_p.o actxprxy_comcat_p.o
actxprxy_docobj_p.o \
  actxprxy_hlink_p.o actxprxy_htiface_p.o actxprxy_htiframe_p.o
actxprxy_objsafe_p.o \
  actxprxy_ocmm_p.o actxprxy_servprov_p.o actxprxy_shldisp_p.o
actxprxy_shobjidl_p.o \
  actxprxy_urlhist_p.o actxprxy_activscp_r.res actxprxy_comcat_r.res
actxprxy_docobj_r.res \
  actxprxy_hlink_r.res actxprxy_htiface_r.res actxprxy_htiframe_r.res
actxprxy_objsafe_r.res \
  actxprxy_ocmm_r.res actxprxy_servprov_r.res actxprxy_shldisp_r.res
actxprxy_shobjidl_r.res \
  actxprxy_urlhist_r.res -luuid -loleaut32 -lole32 -lrpcrt4 -lwine
../../libs/port/libwine_port.a \
  -L/usr/local/lib -fstack-protector
../../tools/winegcc/winegcc -o actxprxy.dll.fake -B../../tools/winebuild -m64
-fasynchronous-unwind-tables -shared actxprxy.spec \
  usrmarshal.o dlldata.o actxprxy_activscp_p.o actxprxy_comcat_p.o
actxprxy_docobj_p.o \
  actxprxy_hlink_p.o actxprxy_htiface_p.o actxprxy_htiframe_p.o
actxprxy_objsafe_p.o \
  actxprxy_ocmm_p.o actxprxy_servprov_p.o actxprxy_shldisp_p.o
actxprxy_shobjidl_p.o \
  actxprxy_urlhist_p.o actxprxy_activscp_r.res actxprxy_comcat_r.res
actxprxy_docobj_r.res \
  actxprxy_hlink_r.res actxprxy_htiface_r.res actxprxy_htiframe_r.res
actxprxy_objsafe_r.res \
  actxprxy_ocmm_r.res actxprxy_servprov_r.res actxprxy_shldisp_r.res
actxprxy_shobjidl_r.res \
  actxprxy_urlhist_r.res -luuid -loleaut32 -lole32 -lrpcrt4 -lwine
../../libs/port/libwine_port.a \
  -L/usr/local/lib -fstack-protector
gmake[3]: Leaving directory
'/usr/ports/emulators/wine-devel/work/wine-1.7.48/dlls/actxprxy'
gmake[2]: Leaving directory '/usr/ports/emulators/wine-devel/work/wine-1.7.48'
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
*** Error code 1

Stop.
make[1]: stopped in /usr/ports/emulators/wine-devel
*** Error code 1

Stop.
make: stopped in /usr/ports/emulators/wine-devel

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