Hello-
I am having trouble updating the existing rsync port to the latest version. First I tried the usual portmaster upgrade procedure but it barfed up a message as follows:
I have since then deinstalled and reinstalled rsync but it keeps coming up with the same error message. Message in full below:
I've done
I've googled around for error messages similar to the above and am unable to find anything relevant online.
I'm running FreeBSD 9.3:
~Doug
I am having trouble updating the existing rsync port to the latest version. First I tried the usual portmaster upgrade procedure but it barfed up a message as follows:
Code:
rsync.c: In function 'set_file_attrs':
rsync.c:561: error: 'struct stat' has no member named 'ST_MTIME_NSEC'
*** [rsync.o] Error code 1
I have since then deinstalled and reinstalled rsync but it keeps coming up with the same error message. Message in full below:
Code:
[8:23]root@test:/usr/ports/net/rsync # make install
===> Building for rsync-3.1.2_1
true
cc -std=gnu99 -I. -I. -I./popt -O2 -pipe -fno-strict-aliasing -DHAVE_CONFIG_H -Wall -W -Wno-unused-parameter -c rsync.c -o rsync.o
rsync.c: In function 'set_file_attrs':
rsync.c:561: error: 'struct stat' has no member named 'ST_MTIME_NSEC'
*** [rsync.o] Error code 1
Stop in /usr/ports/net/rsync/work/rsync-3.1.2.
*** [do-build] Error code 1
Stop in /usr/ports/net/rsync.
*** [install] Error code 1
Stop in /usr/ports/net/rsync.
[8:23]root@test:/usr/ports/net/rsync #
I've done
make deinstall clean
and 'make install clean' several times to no avail. My make.conf is as follows:
Code:
#turn off graphic for server
#WITHOUT_X11=YES
OPTIONS_UNSET=X11
#WITHOUT_FONTCONFIG=YES
OPTIONS_UNSET=FONTCONFIG
WITH_PKGNG=YES
# Line for custom kernel configuration
KERNCONF=FreeBSDzfs
DEFAULT_VERSIONS+=apache=2.2
MAKE_JOBS_UNSAFE=yes
I've googled around for error messages similar to the above and am unable to find anything relevant online.
I'm running FreeBSD 9.3:
Code:
FreeBSD test.dawnsign.com 9.3-RELEASE-p30 FreeBSD 9.3-RELEASE-p30 #3 r290407: Fri Nov 6 13:52:41 PST 2015 root@test.dawnsign.com:/usr/obj/usr/src/sys/FreeBSDzfs i386
~Doug