Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Sep 2014 07:56:43 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 193916] Update port: vsftpd-ext update to staged.
Message-ID:  <bug-193916-13-u1MAxfAxr2@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-193916-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-193916-13@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=193916

--- Comment #2 from Xu Jing <xjflyttp@gmail.com> ---
Created attachment 147683
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=147683&action=edit
use @sample, USERS=ftp GROUPS=ftp, trim @dirrm

use @sample, USERS=ftp GROUPS=ftp, trim @dirrm

I can't complie with 3.0.2, author change complie *.c mode in Makefile, only
patch for 2.3.5

about 3.0.2 fail, I'm check problem in this line, nothing *.c file be complie,
but continue link for vsftpd
================
OBJS    =    $(patsubst %.c,%.o,$(wildcard *.c))
=================

cc -o vsftpd -fPIE -pie -Wl,-z,relro -Wl,-z,now   `./vsf_findlibs.sh`
egrep: tcpwrap.o: No such file or directory
egrep: sysdeputil.o: No such file or directory
egrep: ssl.o: No such file or directory
/usr/lib/Scrt1.o: In function `_start':
/usr/src/lib/csu/amd64/crt1.c:(.text+0x19f): undefined reference to `main'
cc: error: linker command failed with exit code 1 (use -v to see invocation)
*** [vsftpd] Error code 1

-- 
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-193916-13-u1MAxfAxr2>