-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Thu, 2018-07-05 at 06:16 -0500, Johnny Hughes wrote:> On 07/03/2018 09:04 AM, Sean wrote: > > ><snip>> OK guys .. Firefox 60 is going to take some time .. likely more for > CentOS-6 than CentOS-7. > > They both (C6 and C7 versions) require many non OS tools to build. > > For CentOS-7 .. we need the rust-toolset, llvm-toolset, and > devtoolset-7, to get the firefox to build. > ><snip> My current issue building the latest firefox is the required rust version. In the [sclo-rh] section of the epel-7 mock config I change line: includepkgs=devtoolset* to includepkgs=devtoolset* llvm-toolset* rust-toolset* Current rust is 1.20 and configure will stop asking for 1.24. Regards Phil - -- *** If this is a mailing list, I am subscribed, no need to CC me.*** Playing the game for the games sake. IRC: kathenas Web: https://kathenas.org Github: https://github.com/kathenas GitLab: https://gitlab.com/kathenas Twitter: kathenasorg GPG: A0C3 4C6A AC2B B8F4 F1E5?EDF4 333F 60DC B0B9 BB77 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (GNU/Linux) iQIcBAEBAgAGBQJbPnFIAAoJEDM/YNywubt3NXMP/0YGfjySiKn32hGwA/TdS+yg ivmQR8hBXz4arFXSeOz3X4ZnkgEtY9q3K0/w+L5P1kE62nVsnh4emJOvE9rOqBNA oYrE7FponWFYtB8xOR9EtkFUD2zeooE8Wo0w7qzh4AvWu3awR0u8QtvXWo4IhGC3 N2VFK86jVuKO1ym3UKWaJCL9vwmuoA7qPuRe3US9bzp4vLEBgXWFwG3j59XDOZWU NeZJd1YU+UpPNW1L7g+lQvNwV658krIpQl5KKgSozwFhiIXw48nmlJM1/5ZikSZx rTEHn8siW98jNWqdVskHjOZWbHHH7P++pKPF7cpuO9j3nc7ZhnH/MxxWUvH+agy+ sYoIYiHZECfBBYNmMKLLwSq9PdDr1i45amnUXqfjGZ0xagUoRsMotKC5Wrv1y/4h zqWc/vsoNeowo9ZI+1z0Xr63jBlzV5Glhz4TLz1iVrh2ORrWfVT0d2Dj+Gy4f9MF nUvf6YLsXOXrG3GwR0wFVCv+dm88sktDqbMbihBEN2GC132PkUz0pc2SVK2g1uXp KK8uQOjijqrt1ASJnoPbMi5YF7rU5Oz6RMw73htS/4ydgYzTCC6OSebpYpGy1Wtn cvp8p3PN57Trf9eWgnT4elmqezhYj7QoBHG6tkWkGM988FqNqpgpVq3vRZWDatqm f+l9tQ9+dcBCX7AVfRuV =kdRU -----END PGP SIGNATURE-----
On 07/05/2018 02:27 PM, Phil Wyett wrote:> On Thu, 2018-07-05 at 06:16 -0500, Johnny Hughes wrote: >> On 07/03/2018 09:04 AM, Sean wrote: >>> > > > <snip> > >> OK guys .. Firefox 60 is going to take some time .. likely more for >> CentOS-6 than CentOS-7. > >> They both (C6 and C7 versions) require many non OS tools to build. > >> For CentOS-7 .. we need the rust-toolset, llvm-toolset, and >> devtoolset-7, to get the firefox to build. > > > > <snip> > > My current issue building the latest firefox is the required rust version. > > In the [sclo-rh] section of the epel-7 mock config I change line: > > includepkgs=devtoolset* > > to > > includepkgs=devtoolset* llvm-toolset* rust-toolset* > > Current rust is 1.20 and configure will stop asking for 1.24. >indeed .. that is one issue. I am working on it .. we also have to do i386 as that is released in the base OS .. so I have to get a working devtoolset-7 for i386, ppc64, ppc as well .. and the latest rust and the latest llvm .. for i386, x86_64, ppc64le, ppc64, ppc, aarch64, armhfp .. that is for C& I would just do x86_64 and i386 first, then the rest .. BUT .. since I have to bootstrap the devtoolket and llvm and rust on c7 for i386 anyway .. also doig ti for the other arches does nto really add any more time as the compiles are in parallel on different machines. Hopefully for C7 I will have updates by Monday For C6 .. I am going to need to rework rust, etc. .. that will take longer .. rust requires python27 not python26 .. so lots of patches are going to be req'd for that. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: OpenPGP digital signature URL: <http://lists.centos.org/pipermail/centos/attachments/20180706/84cf31f9/attachment-0001.sig>
On 07/06/2018 10:30 AM, Johnny Hughes wrote:> On 07/05/2018 02:27 PM, Phil Wyett wrote: >> On Thu, 2018-07-05 at 06:16 -0500, Johnny Hughes wrote: >>> On 07/03/2018 09:04 AM, Sean wrote: >>>> >> >> >> <snip> >> >>> OK guys .. Firefox 60 is going to take some time .. likely more for >>> CentOS-6 than CentOS-7. >> >>> They both (C6 and C7 versions) require many non OS tools to build. >> >>> For CentOS-7 .. we need the rust-toolset, llvm-toolset, and >>> devtoolset-7, to get the firefox to build. >> >> >> >> <snip> >> >> My current issue building the latest firefox is the required rust version. >> >> In the [sclo-rh] section of the epel-7 mock config I change line: >> >> includepkgs=devtoolset* >> >> to >> >> includepkgs=devtoolset* llvm-toolset* rust-toolset* >> >> Current rust is 1.20 and configure will stop asking for 1.24. >> > > indeed .. that is one issue. I am working on it .. we also have to do > i386 as that is released in the base OS .. so I have to get a working > devtoolset-7 for i386, ppc64, ppc as well .. and the latest rust and the > latest llvm .. for i386, x86_64, ppc64le, ppc64, ppc, aarch64, armhfp > .. that is for C& > > I would just do x86_64 and i386 first, then the rest .. BUT .. since I > have to bootstrap the devtoolket and llvm and rust on c7 for i386 anyway > .. also doig ti for the other arches does nto really add any more time > as the compiles are in parallel on different machines. > > Hopefully for C7 I will have updates by Monday > > For C6 .. I am going to need to rework rust, etc. .. that will take > longer .. rust requires python27 not python26 .. so lots of patches are > going to be req'd for that. >This is a status update .. I now have the c7-devtoolkit-7 built for all arches (i386, x86_64, armhfp, aarch64, ppc64le, ppc64, ppc). I now have the c6-devtoolkit-7 built for all arches (i386. x86_64). I am in the process of building the latest llvm-toolkit and the rust-toolkit for CentOS 7 on all arches. (Both needed for firefox-60 on c7) I am in the process of figuring out all the changes needed to build the rust-toolkit for CentOS-6 as there is no released source code with the proper patches yet .. and it needs to be modified to build with the python used in EL6. So, hopefully very soon we will have all the required kits to build firefox for CentOS-7 .. CentOS-6 may be a bit longer. Thanks, Johnny Hughes -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: OpenPGP digital signature URL: <http://lists.centos.org/pipermail/centos/attachments/20180709/479eb0a3/attachment-0001.sig>