similar to: How to build nss-util.i686 on Centos 7 with mock

Displaying 20 results from an estimated 2000 matches similar to: "How to build nss-util.i686 on Centos 7 with mock"

2018 May 20
2
How to build nss-util.i686 on Centos 7 with mock
So, you have to have a full i386 build root to build i386 arch packages .. then only a subset of those built packages are actually used as multilib packages for x86_64. as Nux! said, you have to use the i386 distro to build those. The mock configs we use to build live here: https://git.centos.org/tree/sig-core!bld-seven.git/master/mock Obviously, you would need to modify them for your setup.
2018 May 17
0
How to build nss-util.i686 on Centos 7 with mock
Hi Martin, You need to build a "epel-7-i386" mock profile and use that. Now I call it "epel" so it resembles the default profile, but there is no EPEL 32bit for EL7. There is a 32bit CentOS 7 tree here http://mirror.centos.org/altarch/7/os/i386/ If there are deps required and are not there you'll need to backport them from Fedora I guess. -- Sent from the Delta quadrant
2018 May 25
1
How to build nss-util.i686 on Centos 7 with mock
On 05/20/2018 07:45 AM, Johnny Hughes wrote: > > So, you have to have a full i386 build root to build i386 arch packages > .. then only a subset of those built packages are actually used as > multilib packages for x86_64. > > as Nux! said, you have to use the i386 distro to build those. > I have the problem, that in mock shell the file /etc/rpm/macros.dist has a wrong
2018 May 25
0
How to build nss-util.i686 on Centos 7 with mock
On 05/25/2018 04:47 AM, Martin Vogt wrote: > > > On 05/20/2018 07:45 AM, Johnny Hughes wrote: >> >> So, you have to have a full i386 build root to build i386 arch packages >> .. then only a subset of those built packages are actually used as >> multilib packages for x86_64. >> >> as Nux! said, you have to use the i386 distro to build those. >>
2011 Jun 14
2
[Announce] Samba 3.5.9 Available for Download
=================================================================== "There can't be a crisis next week. My schedule is already full." Henry A. Kissinger ================================================================== Release Announcements ===================== This is the latest stable release of Samba 3.5. Major enhancements in Samba 3.5.9 include: o Sgid bit
2011 Jun 14
2
[Announce] Samba 3.5.9 Available for Download
=================================================================== "There can't be a crisis next week. My schedule is already full." Henry A. Kissinger ================================================================== Release Announcements ===================== This is the latest stable release of Samba 3.5. Major enhancements in Samba 3.5.9 include: o Sgid bit
2018 Jul 05
5
Where can I find the 6.10 centos-release srpm?
On 07/05/2018 06:13 AM, Johnny Hughes wrote: > On 07/04/2018 06:35 PM, me at tdiehl.org wrote: >> On Wed, 4 Jul 2018, Phil Wyett wrote: >>> >>> On Wed, 2018-07-04 at 16:06 -0400, me at tdiehl.org wrote: >>>> Hi, >>>> >>>> Where can I find the srpm for >>>> centos-release-6-10.el6.centos.12.3.x86_64? >>>>
2005 Aug 17
2
[PATCH] Increasing E820MAX
We found machines with >32 E820 memory map entries, where Xen fails to boot (but Linux does boot fine). The native Linux (both x86 and x86_86) already has: #define E820MAX 128 /* number of entries in E820MAP */ Signed-off-by: Jun Nakajima <jun.nakajima@intel.com> Jun --- Intel Open Source Technology Center -- diff -r 3bb1857981e6 -r 51e9c0c806b2 xen/include/asm-x86/e820.h ---
2008 Jun 27
8
Boot from OCFS2
Dear List, I''m thinking about using xen productive in our datacenter, i''m still testing around with it. Now I got some questions, just for basic understanding, we got for example this environment: 2 Nodes 1 SCSI Pool server (Connected via scsi to both nodes) Now I want to build a "cluster" so i would like to make this: Node 1 -> Primary -| | --> domU
2003 Sep 04
1
Looking for R Equivalent of Gauss Statements
Hi, I am translating some Gauss code to R. Gauss has an interesting way of handling constraints. Observe the following code snipplet: e1 = x[.,23] .eq 0; @ remove obs with Regular Hours = 0 @ e2 = x[.,12] .gt 1; @ remove obs with non-regular work status @ e3 = x[.,4] .lt 15; @ remove obs with agricultural and mining industry code (< 15)@ esum = e1 + e2 + e3; e = esum .gt 0; @
2015 Aug 07
4
6.7
On 08/07/2015 01:04 PM, Johnny Hughes wrote: > 6.7 is there most places ... since we have more than 500 external > mirrors (right now 593) not all of them are updated. (looks like > 4% still are not completely updated) what about the src.rpms? it seems http://vault.centos.org/6.7/os/ and http://vault.centos.org/6.7/cr/Source/ is empty and while
2011 Apr 20
8
Bug in PCI Passthrough
Hello all I tried to enable PCI Passthrough in my Debian Squeeze installation. Unfortunately, it didnt work. The following bug showed up (excerpt from dmesg): [ 10.148612] uhci_hcd 0000:00:14.2: PCI INT D -> Link[LNKD] -> GSI 11 (level, low) -> IRQ 11 [ 4.678352] Failed to setup GSI :11, err_code:-22 [ 4.678480] dmfe 0000:00:0e.0: PCI INT A -> Link[LNKB] -> GSI 11 (level, low)
2003 Nov 19
1
RMySQL_5.2 SuSE9.0
Hi, i try to install, but getting no success. What this mean cannot find -lz , any necessary lib left in my SuSE Installation? Many thanks, Christian linux:/usr/lib/R/bin # R CMD INSTALL RMySQL_0.5-2.tar.gz * Installing *source* package 'RMySQL' ... creating cache ./config.cache checking how to run the C preprocessor... cc -E checking for mysql_init in -lmysqlclient... yes checking
2006 Feb 13
2
Package compiling problem in Linux
Hi, I am trying to install packages in R-2.2.1 on a Redhat WS4 system. I get the following error messages trying to install, for example, the akima package: > R.version.string [1] "R version 2.2.1, 2005-12-20" > install.packages("akima", lib="/usr/lib/R/library", repos = "http://cran.fhcrc.org/") . . . gcc -shared -L/usr/local/lib -o akima.so
2008 Aug 14
1
cryptic message of R CMD check
Hi R-devels, recently, we have seen a new warning by "R CMD check" appearing for the devel-version of our package distrEx available on r-forge, e.g. as *|install.packages("/distrEx/",repos="http://r-forge.r-project.org")|* Here is the warning: %--------------------- [...snip ...] * checking for unstated dependencies in R code ... WARNING .get_S4_methods_list():
2016 Feb 26
1
CentOS Extras SRPMs for 7.1 / 7.2
Hello, I noticed that recent source repositories for CentOS Extras packages do not have SRPMs for each available RPM. In particular, I wanted to download the SRPM for cloud-init. After enabling the extras-source repository, `yumdownloader --source cloud-init` doesn't find any package. This used to work on CentOS 7.0. See the content of the following two repos:
2003 Nov 12
4
column extraction by name ?
I have a data frame (df) with colums x, y and z. e.g. df <- data.frame(x = sample(4), y = sample(4), z = sample(4)) I can extract column z by: df$z or df[3] I can also extract columns x,y by: df[1:2] or by df[-3]. Is it possible to extract x,y columns in a "symbolic" fashion i.e. by equivalent of df[-z] (which is illegal) ??? Or alternativeley, is there an equivalent of
2018 Jul 11
2
Where can I find the 6.10 centos-release srpm?
On 07/11/2018 09:20 AM, Leonard den Ottolander wrote: > On Thu, 2018-07-05 at 06:34 -0500, Johnny Hughes wrote: >> I pushed the 3 SRPMs that are not in CR to: >> >> http://vault.centos.org/6.10/os/Source/SPackages/ > >> All the other new SRPMS should be available from : >> >> http://vault.centos.org/6.9/cr/Source/SPackages/ > > When you have time,
2014 Mar 05
6
gnutls bug
I am running centos6.4. Where do I find the updated gnutls packages? I see the updated source file here: http://vault.centos.org/6.5/updates/Source/SPackages/ But I don't see the correct version of the packages in the 6.4 tree here: http://vault.centos.org/6.4/updates/x86_64/Packages/ Where should I be looking for the updated package for 6.4? Thanks. -- -MichaelC
2012 Mar 12
2
perl .spec / srpm
Hi Can anyone here point me in the direction of a .spec or SRPM for Perl 5.12.4 for CentOS6? Or even any newer version would do. Whilst I'm asking, ditto a Perl-enabled version of OpenLDAP (latest stable release)? IIRC, the version in the base repo has the Perl extensions disabled. Thanks, Nick