Bug 193989 - [Update]: ftp/vsftpd-ext: FreeBSD9.1 i386 compile fail
Summary: [Update]: ftp/vsftpd-ext: FreeBSD9.1 i386 compile fail
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Kurt Jaeger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-28 12:05 UTC by Xu Jing
Modified: 2014-10-21 19:53 UTC (History)
1 user (show)

See Also:


Attachments
fix (374 bytes, patch)
2014-09-28 12:05 UTC, Xu Jing
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Xu Jing 2014-09-28 12:05:49 UTC
Created attachment 147747 [details]
fix

FreeBSD 9.1 i386

cc -o vsftpd -fPIE -pie -Wl,-z,relro -Wl,-z,now http.o privops.o sysstr.o charconv.o oneprocess.o ftppolicy.o secbuf.o ptracesandbox.o ascii.o netstr.o twoprocess.o sysutil.o sslslave.o hash.o main.o seccompsandbox.o ipaddrparse.o parseconf.o str.o opts.o privsock.o sysdeputil.o postprivparent.o secutil.o features.o access.o http_msg.o ls.o pasvrules.o prelogin.o ftpcmdio.o tunables.o ftpdataio.o ssl.o filestr.o strlist.o utility.o usersip.o readwrite.o logging.o tcpwrap.o banner.o standalone.o postlogin.o http_str.o  `./vsf_findlibs.sh`
sysutil.o: In function `vsf_sysutil_tzset':
sysutil.c:(.text+0x13da): undefined reference to `__stack_chk_fail_local'
sysutil.o: In function `vsf_sysutil_parse_time':
sysutil.c:(.text+0x306a): undefined reference to `__stack_chk_fail_local'
sysutil.o: In function `vsf_sysutil_sockaddr_in_mask':
sysutil.c:(.text+0x3ac8): undefined reference to `__stack_chk_fail_local'
sysutil.o: In function `vsf_sysutil_getpeername':
sysutil.c:(.text+0x3c75): undefined reference to `__stack_chk_fail_local'
sysutil.o: In function `vsf_sysutil_getsockname':
sysutil.c:(.text+0x3d45): undefined reference to `__stack_chk_fail_local'
sysutil.o:sysutil.c:(.text+0x44d2): more undefined references to `__stack_chk_fail_local' follow
gmake: *** [vsftpd] Error 1
*** [do-build] Error code 1
Comment 1 commit-hook freebsd_committer freebsd_triage 2014-10-21 19:53:28 UTC
A commit references this bug:

Author: pi
Date: Tue Oct 21 19:53:12 UTC 2014
New revision: 371336
URL: https://svnweb.freebsd.org/changeset/ports/371336

Log:
  ftp/vsftpd-ext: fix build for 9.1 i386

  PR:		193989
  Submitted by:	Xu Jing <xjflyttp@gmail.com> (maintainer)

Changes:
  head/ftp/vsftpd-ext/Makefile
Comment 2 Kurt Jaeger freebsd_committer freebsd_triage 2014-10-21 19:53:43 UTC
Committed, thanks!