Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Mar 2015 14:11:44 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 198791] net/mpd5: didn't compile on latest -current (since insecure SSLv2 was disabled in base OpenSSL)
Message-ID:  <bug-198791-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198791

            Bug ID: 198791
           Summary: net/mpd5: didn't compile on latest -current (since
                    insecure SSLv2 was disabled in base OpenSSL)
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: mav@FreeBSD.org
          Reporter: olivier@cochard.me
          Assignee: mav@FreeBSD.org
             Flags: maintainer-feedback?(mav@FreeBSD.org)

On -current (since r280306), net/mpd5 failed to compile with this error:

cc -O2 -pipe  -DNO_IDEA -fstack-protector -fno-strict-aliasing  
-DPROTO_NAME_LIST -DUSE_WRAP -DUSE_PAM -DUSE_SYSTEM
-DPATH_CONF_DIR=\"/usr/local/etc/mpd5\" -DSYSLOG_FACILITY=LOG_DAEMON
-DMPD_VERSION='"5.7 (root@orange.bsdrp.net 12:17 22-Mar-2015)"' -g -Wall 
-Wcast-align  -Wchar-subscripts  -Wformat  -Winline  -Wmissing-declarations 
-Wmissing-prototypes  -Wnested-externs  -Wpointer-arith  -Wwrite-strings 
-pthread  -I/usr/local/include -DNOLIBPDEL -I./contrib/libpdel -DPHYSTYPE_MODEM
-DPHYSTYPE_UDP -DPHYSTYPE_TCP -DPHYSTYPE_NG_SOCKET -DPHYSTYPE_PPTP
-DRANDOMIZE_CID -DPHYSTYPE_PPPOE -DPHYSTYPE_L2TP -DCCP_DEFLATE -DUSE_NG_DEFLATE
-DCCP_MPPC -DUSE_NG_MPPC -DCCP_PRED1 -DUSE_NG_PRED1 -DECP_DES -DUSE_NG_BPF
-DUSE_NG_CAR -DUSE_NG_IPACCT -DUSE_NG_NAT -DUSE_NG_NETFLOW -DUSE_NG_TCPMSS
-DUSE_NG_VJC -DUSE_IPFW -DUSE_FETCH -std=gnu99 -fstack-protector  
-Qunused-arguments  -Wl,-rpath,/usr/lib:/usr/local/lib -fstack-protector -o
mpd5 modem.o chat.o udp.o tcp.o ng.o pptp.o pptp_ctrl.o pppoe.o l2tp.o
l2tp_avp.o l2tp_ctrl.o ccp_deflate.o ccp_mppc.o ccp_pred1.o ecp_dese.o
ecp_dese_bis.o nat.o assert.o auth.o bund.o rep.o ccp.o chap.o console.o
command.o ecp.o event.o fsm.o iface.o input.o ip.o ipcp.o ipv6cp.o lcp.o link.o
log.o main.o mbuf.o mp.o msg.o ngfunc.o pap.o phys.o proto.o radius.o radsrv.o
timer.o util.o vars.o eap.o msoft.o ippool.o web.o typed_mem.o pevent.o
paction.o ghash.o gtree.o mesg_port.o structs.o structs_generic.o
structs_type_array.o structs_type_int.o structs_type_string.o
structs_type_struct.o http_connection.o http_head.o http_message.o http_mime.o
http_request.o http_response.o http_server.o http_servlet_basicauth.o
http_ssl.o http_status.o boundary_fp.o ssl_fp.o string_fp.o timeout_fp.o -lwrap
-lpam -lcrypt -lnetgraph -lutil -L/usr/lib -lradius -lssl -lpcap -lfetch
-lcrypto
http_server.o: In function `http_server_start':
/usr/workdir/usr/ports/net/mpd5/work/mpd-5.7/src/contrib/libpdel/http/http_server.c:200:
undefined reference to `SSLv2_server_method'
cc: error: linker command failed with exit code 1 (use -v to see invocation)
*** [mpd5] Error code 1

make[2]: stopped in /usr/workdir/usr/ports/net/mpd5/work/mpd-5.7/src
1 error

-- 
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-198791-13>