From owner-freebsd-ports@FreeBSD.ORG Sat Jan 5 19:50:12 2013 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 160DE849; Sat, 5 Jan 2013 19:50:12 +0000 (UTC) (envelope-from awarecons@gmail.com) Received: from mail-ie0-f169.google.com (mail-ie0-f169.google.com [209.85.223.169]) by mx1.freebsd.org (Postfix) with ESMTP id DCBBFF7F; Sat, 5 Jan 2013 19:50:11 +0000 (UTC) Received: by mail-ie0-f169.google.com with SMTP id c14so21309078ieb.14 for ; Sat, 05 Jan 2013 11:50:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=Cj4WNMyWhwbvXlCrWe67GC7kL1ZHmsnpvkvfCxqgwwE=; b=Dn5Ogrt4w1TPzp3N0JzzcbX6RNh2f+xJKW/0oJLFoAogrlVTiGWoUovzTqbvS7ihMF lIxDczSmMamytqQm9XBKw9X5z0ooLA/wESylMQx8YG/LcWwv/FyJU2VTBnZYBd5lUNLr 7NCVVPi+esYPTBrbB6tYEFPmVqCO+NsVW1kcrJwSydykDz/oTr8Jiq8rzZHeIQQPF2re Oa66FBwGYR6Vd0JHgCmU5mwU7cL4zvjOkY0mhUKugBL661ZcwthbOb4cAiUbbO7yB7xM WSAL0tmRzGfew+SUfJLbtPZRUYagwXYWHwAYeXmRQwfRXkM/4JABP7VXITHO1UU6iN1r 7qKQ== MIME-Version: 1.0 X-Received: by 10.50.104.232 with SMTP id gh8mr2049887igb.45.1357415411050; Sat, 05 Jan 2013 11:50:11 -0800 (PST) Received: by 10.64.176.175 with HTTP; Sat, 5 Jan 2013 11:50:10 -0800 (PST) Date: Sat, 5 Jan 2013 23:50:10 +0400 Message-ID: Subject: print/acroreadwrapper and gcc 4.6.3 ISSUE From: awarecons To: ports@freebsd.org, ports-bugs@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jan 2013 19:50:12 -0000 Building for acroreadwrapper-0.0.20110920 Warning: Object directory not changed from original /usr/ports/print/acroreadwrapper/work/linux_adobe_kmod-20110920 @ -> /usr/src/sys machine -> /usr/src/sys/i386/include x86 -> /usr/src/sys/x86/include gcc46 -O2 -pipe -march=pentium4 -mtune=pentium4 -Wl,-rpath=/usr/local/lib/gcc46 -fno-strict-aliasing -march=pentium4 -mtune=pentium4 -Werror -D_KERNEL -DKLD_MODULE -nostdinc -I. -I@ -I@/contrib/altq -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-sse -mno-mmx -msoft-float -ffreestanding -fstack-protector -std=iso9899:1999 -fstack-protector -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -c linux_adobe.c cc1: error: unrecognized command line option '-mno-align-long-strings' cc1: error: unrecognized command line option '-fformat-extensions' *** Error code 1 Stop in /usr/ports/print/acroreadwrapper/work/linux_adobe_kmod-20110920. *** Error code 1 Stop in /usr/ports/print/acroreadwrapper. But gcc 4.2+ works fine. It seems that all the *kmod* ports/parts have 4.2 'origin' and can't be properly compiled with higher versions of gcc or clang.