From owner-freebsd-emulation@freebsd.org Sat Jan 30 23:35:56 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 8BC45A722FF for ; Sat, 30 Jan 2016 23:35:56 +0000 (UTC) (envelope-from miguelmclara@gmail.com) Received: from mail-lf0-x22f.google.com (mail-lf0-x22f.google.com [IPv6:2a00:1450:4010:c07::22f]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 275F3E08 for ; Sat, 30 Jan 2016 23:35:55 +0000 (UTC) (envelope-from miguelmclara@gmail.com) Received: by mail-lf0-x22f.google.com with SMTP id l143so9732579lfe.2 for ; Sat, 30 Jan 2016 15:35:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=fQX0Lw3mY3Zsbq6Y7QTcMBDJd5xpjWgyHzyAQEc6Qyw=; b=hYEh7SRDWeroQJNHjhwZbHoLc0TOcBsYjyTFss6pBa1MYAwF82Ov/GnGSrTtr+yHH9 Nw6kPN3PI3bi15uKcEi/H+vUjVQD4G4cAZ23BDvEqHvhPf4ezK4rD98FSgSICy0o33tc hitb4O3MfnQIw7qzrUMCdrvTXNUYdASscvA/D1IN/OubHDutYCXUVnLbf4wc3Tv5wwwa 83zHEoGsCDpoWy1HwEQjenLg26iO7K5bEws7poQrzQtTpEofjMZUCWO8Ka629oB/sYL4 01hZJFy+4/qZwEvcUxRoXff3wYVLcCF8fVuOj5Sc51+7S3yHVZUbVJjT4194vyuapK/a 6zyA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=fQX0Lw3mY3Zsbq6Y7QTcMBDJd5xpjWgyHzyAQEc6Qyw=; b=i9qz6REm+JevYD/4ELFW3wlQfQVxNt/jwb2McGlR2rpXakLbtoiP+FB3IKkhxhRAcG RPhBK6lJh5RiVWclmCZT6GqkfI4I00QBsik4CN9RDYSukqKNADxacxkGjnjtmZ7/VLuV iAJYubr5ms7Zanzf8EOkWaU6uYhfTYG0rCuy0SHSi1pQFyEYcpLLjqN5cheblfN8ai+t eoTxCIGgpOG41VndD5wAkVXazlKvrKuxwjTSXYqGjuTaCBzBLyzVcFMhi8QjFtiLBrz7 X8vzgVSySHhkaKp8oZAUbpYpykTPRDhyn1B1p6emSjMJ+JJKmrOFo/lHBS9lNXGXv3UV yy5A== X-Gm-Message-State: AG10YOS6Bx/WNDJTio9n7kSKFbzCvxbh3wg2JDYEX7Yj2YNCNaW4mLxzWE19T2XJeahQ6xXhJ/9XU4KbBRN4Hw== X-Received: by 10.25.149.21 with SMTP id x21mr5889688lfd.124.1454196954167; Sat, 30 Jan 2016 15:35:54 -0800 (PST) MIME-Version: 1.0 Received: by 10.25.19.94 with HTTP; Sat, 30 Jan 2016 15:35:14 -0800 (PST) In-Reply-To: <56AD3AB6.4050404@meixner.dk> References: <56AD3AB6.4050404@meixner.dk> From: Miguel C Date: Sat, 30 Jan 2016 23:35:14 +0000 Message-ID: Subject: Re: Call for Testing: CentOS c6_64 ports now with 32bit libraries. To: Johannes Jost Meixner Cc: "freebsd-emulation@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.20 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: Sat, 30 Jan 2016 23:35:56 -0000 Hi, should we just update the ports tree and try to compile linux-c6+skype4 or should we "arc patch D5141" the try to compile? I tried both cases, in the first skype fails to build do to: ``` ===> Building for linux-skype_oss_wrapper-0.1.1 --- skype_oss --- --- libpulse.o --- /compat/linux/usr/bin/gcc -O2 -pipe -fstack-protector -fno-strict-aliasing -m32 -fPIC -c libpulse.c -o libpulse.o --- skype_oss --- echo "#!/bin/sh" > skype_oss && echo "LD_LIBRARY_PATH=/compat/linux/lib/skype_oss_wrapper:\$LD_LIBRARY_PATH skype" >> skype_o ss && chmod +x skype_oss --- libpulse.o --- In file included from /usr/include/features.h:385, from /usr/include/stdio.h:28, from libpulse.c:1: /usr/include/gnu/stubs.h:7:27: error: gnu/stubs-32.h: No such file or directory *** [libpulse.o] Error code 1 ``` If I on the other hand update the ports tree and then apply the patch it fails to bulld linux-c6 cause libstdc is missing in the repos: `=> Attempting to fetch http://distcache.FreeBSD.org/ports-distfiles/rpm/x86_64/centos/6.7/compat-libstdc++-296-2.96-144.el6.i 686.rpm fetch: 78832: No such file or directory ` Cheers, Miguel Melhores Cumprimentos // Best Regards ----------------------------------------------- *Miguel Clara* *IT - Sys Admin & Developer* On Sat, Jan 30, 2016 at 10:35 PM, Johannes Jost Meixner wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA256 > > Given that miwi@ was able to land the CentOS 6.7 upgrade in > https://svnweb.freebsd.org/changeset/ports/407537, > > I'm following up with the latest call for testing straight out of xmj > labs. > > > Using > > https://reviews.freebsd.org/D5141 > > you will be able install 32bit Linux libraries on systems that > otherwise use CentOS 6.7 64bit things, hence allowing such goodies as > finally being able to run Skype4 while enjoying an otherwise 64bit > CentOS userland. > > Test instructions are inside of Phabricator. > > Please let me know if you have any questions, issues, feedback etc. > > Best > > Johannes > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v2 > > iQIcBAEBCAAGBQJWrTq1AAoJEElqnXBiUNQCyJoQAKzeDMi1JhikyhP2KwRTPV+/ > OF2j1x8VJOACu4J82XJnWxrzUIQJd4lTg6MVhqSLJ30PVrr2i+mS0IG6/gA2MqxT > X2x4YoLs/FJii4QkDe9MIrvcLSKBFr6VIc80+nqm/8azRrvgrbdWBP4xz6tIRIoY > JPaAZZLtN04Oq6YZudoV/m9MsX2DaeYI1VJJ/T+0hMdUjkp24yIuxAAl9k7iOMYd > tM80wB2CE33scWNfLBjKyB1lR9AaUsMDY5oCIlp85bjQS0nY8mUj/A4jw7DFU8RX > +6FGjiCuPAoKdc+4oLUAxTMIMqwR52bEpQ2dJqPtLYvFcqJmwmI+7/CsFkHzx50d > klqDmx8A4tSvShMzqT3w6vktt9V/Vc2ziXhHrVYUe7SkxSgUHrctP0raxzNjy31A > WNJ+MQAvn1deYUGeDQojhthEsx6lK9W+ow5K7ONfYu7zTjYtpEvq66dKUBsFRDwO > PwbIDTJxAu6G6lQlA9SvCTEASGxmk34HuwJ1TvWxiFMjutLuTjDw3SWjm7rvw147 > ZcHWr8DTAufZ2EvRn/NI+gXiImiZZAX6xE77qoMcF/Ho3lxe4xJuidnF1AlhnoDk > K2xSmjHA+JnHXAIN+OIys3JuzxKErqpzvQngwpnxX18IZ8SvwbHj/CXmyY/SSmrK > 7n6xk+IPdQJga92HbU3w > =9eOw > -----END PGP SIGNATURE----- > _______________________________________________ > freebsd-emulation@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-emulation > To unsubscribe, send any mail to " > freebsd-emulation-unsubscribe@freebsd.org" >