From owner-freebsd-emulation@freebsd.org Mon Aug 1 20:02:36 2016 Return-Path: Delivered-To: freebsd-emulation@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 38341BABFDE for ; Mon, 1 Aug 2016 20:02:36 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 21E091290 for ; Mon, 1 Aug 2016 20:02:36 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 21338BABFDD; Mon, 1 Aug 2016 20:02:36 +0000 (UTC) Delivered-To: emulation@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 20D72BABFDC for ; Mon, 1 Aug 2016 20:02:36 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EB3BA128F for ; Mon, 1 Aug 2016 20:02:35 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id u71K2Z5M023985 for ; Mon, 1 Aug 2016 20:02:35 GMT (envelope-from bugzilla-noreply@freebsd.org) Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" From: bugzilla-noreply@freebsd.org To: emulation@FreeBSD.org Subject: maintainer-feedback requested: [Bug 211510] linux_base-c6 install doesn't install anything in /compat/linux Date: Mon, 01 Aug 2016 20:02:35 +0000 X-Bugzilla-Type: request X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: emulation@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? Message-ID: In-Reply-To: References: X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Aug 2016 20:02:36 -0000 jeremy.m.cox@gmail.com has reassigned Bugzilla Automation 's request for maintainer-feedback to emulation@FreeBSD.org: Bug 211510: linux_base-c6 install doesn't install anything in /compat/linux https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D211510 --- Description --- After trying to install emulators/linux_base-c6 from portmaster or from the /usr/ports/emulators/linux_base-c6 using make clean and make install clean, emulators/linux_base-c6 gives the following error: root@riotskates:/ # cd /usr/ports/emulators/linux_base-c6 root@riotskates:/usr/ports/emulators/linux_base-c6 # make clean =3D=3D=3D> Cleaning for linux_base-c6-6.8 root@riotskates:/usr/ports/emulators/linux_base-c6 # make install clean =3D=3D=3D> linux_base-c6-6.8 depends on file: /usr/local/sbin/pkg - found =3D=3D=3D> Fetching all distfiles required by linux_base-c6-6.8 for building =3D=3D=3D> Extracting for linux_base-c6-6.8 [: rpm/i686/centos/6.8/filesystem-2.4.30-3.el6.i686.rpm: unexpected operator =3D=3D=3D> Patching for linux_base-c6-6.8 =3D=3D=3D> Configuring for linux_base-c6-6.8 =3D=3D=3D> Building for linux_base-c6-6.8 =3D=3D=3D> Staging for linux_base-c6-6.8 =3D=3D=3D> Generating temporary packing list 348287 blocks =3D=3D=3D=3D> Compressing man pages (compress-man) =3D=3D=3D> Installing for linux_base-c6-6.8 =3D=3D=3D> Checking if linux_base-c6 already installed =3D=3D=3D> Registering installation for linux_base-c6-6.8 Installing linux_base-c6-6.8... cp: /compat/linux/etc/nsswitch.conf.dist: No such file or directory cp: /compat/linux/etc/krb5.conf.dist: No such file or directory cp: /compat/linux/etc/yp.conf.sample: No such file or directory Running linux ldconfig... /bin/sh: /compat/linux/sbin/ldconfig: not found It appears to install properly, however when looking in the /compat/linux folder, nothing is installed.