Bryan Drewery
2016-Feb-19 22:01 UTC
make buildworld Failure on 10-STABLE and WITHOUT_OPENSSL=TRUE
On 2/6/2016 6:21 AM, Jim Ohlstein wrote:> Hello, > > First noticed: > > root at rubicon:/usr/src # svn info > Path: . > Working Copy Root Path: /usr/src > URL: https://svn.freebsd.org/base/stable/10 > Relative URL: ^/stable/10 > Repository Root: https://svn.freebsd.org/base > Repository UUID: ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f > Revision: 295341 > Node Kind: directory > Schedule: normal > Last Changed Author: marius > Last Changed Rev: 295289 > Last Changed Date: 2016-02-04 19:14:24 -0500 (Thu, 04 Feb 2016) > > > Still present: > > root at rubicon:/usr/src # svn info > Path: . > Working Copy Root Path: /usr/src > URL: https://svn.freebsd.org/base/stable/10 > Relative URL: ^/stable/10 > Repository Root: https://svn.freebsd.org/base > Repository UUID: ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f > Revision: 295351 > Node Kind: directory > Schedule: normal > Last Changed Author: wblock > Last Changed Rev: 295350 > Last Changed Date: 2016-02-06 09:03:31 -0500 (Sat, 06 Feb 2016) > > > root at rubicon:/usr/src # make clean && make buildworld > > > [snip] > > > > cc -O2 -pipe -I. -DINET6 -DFTP_COMBINE_CWDS -std=iso9899:1999 > -Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall > -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes > -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual > -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align > -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls > -Wold-style-definition -Wmissing-variable-declarations -Wno-pointer-sign > -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -c > /usr/src/lib/libfetch/common.c -o common.o > /usr/src/lib/libfetch/common.c:811:43: error: unused parameter 'URL' > [-Werror,-Wunused-parameter] > fetch_ssl(conn_t *conn, const struct url *URL, int verbose) > ^Try this patch please: https://people.freebsd.org/~bdrewery/patches/libfetch-unused-ssl.patch -- Regards, Bryan Drewery -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 473 bytes Desc: OpenPGP digital signature URL: <http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20160219/19ba19b0/attachment.sig>
Dewayne Geraghty
2016-Feb-19 22:40 UTC
make buildworld Failure on 10-STABLE and WITHOUT_OPENSSL=TRUE
On 20 February 2016 at 09:01, Bryan Drewery <bdrewery at freebsd.org> wrote:> On 2/6/2016 6:21 AM, Jim Ohlstein wrote: > > Hello, > > > > First noticed: > > > > root at rubicon:/usr/src # svn info > > Path: . > > Working Copy Root Path: /usr/src > > URL: https://svn.freebsd.org/base/stable/10 > > Relative URL: ^/stable/10 > > Repository Root: https://svn.freebsd.org/base > > Repository UUID: ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f > > Revision: 295341 > > Node Kind: directory > > Schedule: normal > > Last Changed Author: marius > > Last Changed Rev: 295289 > > Last Changed Date: 2016-02-04 19:14:24 -0500 (Thu, 04 Feb 2016) > > > > > > Still present: > > > > root at rubicon:/usr/src # svn info > > Path: . > > Working Copy Root Path: /usr/src > > URL: https://svn.freebsd.org/base/stable/10 > > Relative URL: ^/stable/10 > > Repository Root: https://svn.freebsd.org/base > > Repository UUID: ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f > > Revision: 295351 > > Node Kind: directory > > Schedule: normal > > Last Changed Author: wblock > > Last Changed Rev: 295350 > > Last Changed Date: 2016-02-06 09:03:31 -0500 (Sat, 06 Feb 2016) > > > > > > root at rubicon:/usr/src # make clean && make buildworld > > > > > > [snip] > > > > > > > > cc -O2 -pipe -I. -DINET6 -DFTP_COMBINE_CWDS -std=iso9899:1999 > > -Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall > > -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes > > -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual > > -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align > > -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls > > -Wold-style-definition -Wmissing-variable-declarations -Wno-pointer-sign > > -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -c > > /usr/src/lib/libfetch/common.c -o common.o > > /usr/src/lib/libfetch/common.c:811:43: error: unused parameter 'URL' > > [-Werror,-Wunused-parameter] > > fetch_ssl(conn_t *conn, const struct url *URL, int verbose) > > ^ > > > Try this patch please: > https://people.freebsd.org/~bdrewery/patches/libfetch-unused-ssl.patch> > > -- > Regards, > Bryan Drewery > >Unfortunately, I think you'll find that you'll need openssl for: libarchive, geom_eli, tar and gssd as well. Good luck (I tried a few years ago but failed because I really needed geli).