From owner-freebsd-ports@FreeBSD.ORG Mon Oct 13 00:56:32 2014 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 39132B4A; Mon, 13 Oct 2014 00:56:32 +0000 (UTC) Received: from mail-lb0-x22c.google.com (mail-lb0-x22c.google.com [IPv6:2a00:1450:4010:c04::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 87662BE; Mon, 13 Oct 2014 00:56:31 +0000 (UTC) Received: by mail-lb0-f172.google.com with SMTP id b6so5655369lbj.17 for ; Sun, 12 Oct 2014 17:56:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:mime-version:content-type :content-transfer-encoding:thread-index:content-language :disposition-notification-to; bh=7IFGlm6IFlwLg5qfFjHznDK3A/ko58XkJBXpX29X8Ak=; b=m/n7uMwLuy+Kq14IRJucfdSvZn/Nn5zqtOERekiN9+U6GqyrHTSPmUqBeFzGLIP0a/ 6ckS2pjPh/f1c7s1IETSVefsaLYunFV7SA+86gIs8QqGGCfQ+uJFNUhRLQsSq2OUZ5tz gJQKaPp6rc7xntvBMlrTFhLDVCrRE4GhHSMon1QAE034xNJ1iISGMddmb1dUTNBsPy/p OYxXV/8qF4vD+KbITcjdhN1OpNfnSkMQhWVvP6fV450vVq/5iJdJXfwQf1hroUPL37j7 sryy6nmfCuz68pt8HU5WwGhyeQTUWV84sSwxSOdTsXLA6+UToL2kLqU2m26xEv3Dva+W Hd+A== X-Received: by 10.152.202.135 with SMTP id ki7mr20562942lac.16.1413161789541; Sun, 12 Oct 2014 17:56:29 -0700 (PDT) Received: from crea7or ([188.134.21.60]) by mx.google.com with ESMTPSA id nb7sm4064531lbb.43.2014.10.12.17.56.27 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 12 Oct 2014 17:56:28 -0700 (PDT) From: "Pavel Sokolov" To: Subject: FreeBSD Port: sendmail+tls+sasl2-8.14.9_2 Date: Mon, 13 Oct 2014 04:56:35 +0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Outlook 15.0 Thread-Index: Ac/mfoLjaVtYeDb1StqDchtHVWQ6PQ== Content-Language: ru Cc: ports@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Oct 2014 00:56:32 -0000 Hi! I use gcc48 to build ports. While building the port I receive this error = message: gcc48 -O2 -pipe -fno-strict-aliasing -I. -I../../include = -I/usr/local/include -DNEWDB -DNIS -DMAP_REGEX -DTCPWRAPPERS = -I/usr/local/include -DSASL=3D2 -DMILTER -DHASSRANDOMDEV -DSTARTTLS = -D_FFR_TLS_1 -c version.c gcc48 -o sendmail -Wl -L/usr/local/lib -L/usr/local/lib main.o alias.o = arpadate.o bf.o collect.o conf.o control.o convtime.o daemon.o deliver.o = domain.o envelope.o err.o headers.o macro.o map.o mci.o milter.o mime.o = parseaddr.o queue.o ratectrl.o readcf.o recipient.o sasl.o savemail.o = sfsasl.o shmticklib.o sm_resolve.o srvrsmtp.o stab.o stats.o sysexits.o = timers.o tls.o trace.o udb.o usersmtp.o util.o version.o -lwrap = -lsasl2 -lssl -lcrypto = /usr/ports/mail/sendmail/work/sendmail-8.14.9/obj.FreeBSD.8.4-RELEASE-p16= .i386/libsmutil/libsmutil.a = /usr/ports/mail/sendmail/work/sendmail-8.14.9/obj.FreeBSD.8.4-RELEASE-p16= .i386/libsm/libsm.a -lutil gcc48: error: unrecognized command line option '-Wl' *** Error code 1 1 error *** Error code 2 1 error =3D=3D=3D> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=3Dyes and rebuild before reporting the = failure to the maintainer. *** Error code 1 Stop in /usr/ports/mail/sendmail. *** Error code 1 Stop in /usr/ports/mail/sendmail. root@system:/usr/ports/mail/sendmail # -- Pavel Sokolov