Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Apr 2019 14:10:22 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 237545] [patch][maintainer] update net/onedrive to 2.3.3
Message-ID:  <bug-237545-7788-sW9aEq5Wk5@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-237545-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-237545-7788@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=3D237545

Kurt Jaeger <pi@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pi@FreeBSD.org

--- Comment #1 from Kurt Jaeger <pi@FreeBSD.org> ---
It fails to build with this error:

ldc2 -w -g -ofonedrive -O  -L-lcurl -L-lsqlite3 -L-linotify -L-ldl -J.
src/config.d src/itemdb.d src/log.d src/main.d src/monitor.d src/onedrive.d
src/qxor.d src/selective.d src/sqlite.d src/sync.d src/upload.d src/util.d
src/progress.d src/freebsd_inotify.d
src/progress.d(29): Error: undefined identifier `TIOCGWINSZ`
gmake[1]: *** [Makefile:91: onedrive] Error 1
gmake[1]: Leaving directory
'/wrkdirs/usr/ports/net/onedrive/work/onedrive-2.3.3'

TIOCGWINSZ can be found in /usr/include/sys/ttycom.h:

#define  TIOCGWINSZ      _IOR('t', 104, struct winsize)  /* get window size=
 */

but I'm unsure how it can be used in dlang. Can you check ?

--=20
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-237545-7788-sW9aEq5Wk5>