similar to: building package troubles

Displaying 20 results from an estimated 2000 matches similar to: "building package troubles"

2004 Sep 10
1
building package troubles
> > when i try to build rpm package of 1.0.1 i get > > some error messages (in attach)... version 1.0 > > with the same spec builds fine... any ideas? > > The problem is likely with your spec file; > send a copy to the list and I'll look at it. thanks, i've found the error by myself. there was export LDFLAGS="-L$RPM_BUILD_ROOT/usr/lib" missing.
2004 Sep 10
2
flac-1.0.3_beta released
On Tue, 11 Jun 2002 11:51:33 +0400 Andrey Astafiev <andrei@tvcell.ru> wrote: > flac-1.0.3_beta compilation breaks for me with message: I had the same experience, too. I think that a cause is in configure and configure.in files. Therefore, let's rebuild these files. I took the following, and solved the problem. $ cd flac-1.0.3_beta $ automake $ autoconf $ ./configure ;make --
2004 Sep 10
11
flac-1.0.3_beta released
I have just released a source distribution which is the candidate for the 1.0.3 release. At this time I would ask anyone who is willing to help test it to do the following: 1. download the tarball and unzip it: http://prdownloads.sourceforge.net/flac/flac-1.0.3_beta-src.tar.gz?download 2. do ./configure && make && make check This will build all code and run all the tests.
2004 Sep 10
3
possible format change
After doing a lot of automated seek testing on files, it looks like the length of the sync code (currently 9 bits) is not long enough to enable a really robust AND efficient seek algorithm. Lengthening the sync code will require a format change (i.e. FLAC <0.8 streams won't play back on FLAC >0.9 decoders), so I'm sending this message out to see if there is any "NO DON'T DO
2004 Sep 10
0
flac-1.0.3_beta released
On Tue, Jun 11, 2002 at 12:07:38AM -0700, Josh Coalson wrote: > I have just released a source distribution which is the > candidate for the 1.0.3 release. At this time I would > ask anyone who is willing to help test it to do the > following: > > 1. download the tarball and unzip it: > http://prdownloads.sourceforge.net/flac/flac-1.0.3_beta-src.tar.gz?download > > 2.
2007 Oct 12
1
OT: a very big problem with ipsec-tools on CentOS5 (SOLVED)
Buf ... Solved. Problem was that /etc/pam.d/racoon doesn't exists (I found this tip on NetBSD ipsec pages). Simply I have copied /etc/pam.d/passwd to /etc/pam.d/racoon and now all works as expected. Many thanks for your help Ross. Ross S. W. Walker wrote: > > I think it might just use another one like /etc/pam.d/remote > cause I audited the package and it wasn't there.
2009 Apr 09
4
Segmentation fault using flash-plugin under CentOS 5.3
Hi all I have a very strange problem on my CentOS 5.3 laptop. I have installed latest firefox version from updates repository (3.0.7) with flash-plugin downloaded from adobe website. When i open firefox and i need to access to some web site with flash content, firefox crash with this message: /usr/lib/firefox-3.0.7/run-mozilla.sh: line 131: 9133 Segmentation fault "$prog"
2010 Apr 14
1
Exporting nfs share with glusterfs?
Hi all, Is it possible to use a nfs share to serve as a glusterfs server process?? For example: I have a host that mounts a nfs share from a solaris server under /mnt. Can I use this /mnt directory for a glusterfs server?? Thanks. -- CL Martinez carlopmart {at} gmail {d0t} com
2004 Sep 10
1
Problems with FLAC make
Hi, I have been making an RPM of FLAC to bundle with GStreamer. In order to get it working I had to make some rather hackish solutions in the SPEC file. The flac Makefile does to build into the correct directories while creating an RPM for some reason. I have attached the SPEC file I ended up with if it is of interest. Of course it didn't help me much cause it turned up we had a bug in the
2011 Apr 23
4
A question about memory ballooning
Hi all, How can I manage automatically memory ballooning under a kvm host (C5.6 and future C6)?? For example if I define a kvm guest to boot up with 512MB of RAM and I have configured 1GB as a maximum memory for this guest, how can I allocate this memory when guest will need it?? And the opposite question, can memory balloon be deallocated?? And is it possible to do this automatically or
2006 Sep 12
4
2.6.9-42.ELsmp kernel and 3ware 9550 tools
I have the latest kernel with the drivers for my 3ware 9550SX built in. Where can I find the tools and monitoring apps for this card? Are there rpms hiding somewhere, or do I need to build it from source? -- Bowie
2003 Jan 28
2
rsync-2.5.6 build on Red Hat 8.0 fails
The packaging/lsb/rsync.spec file is broken as shipped: It has a "Sept" month (rpmbuild here takes only 3-letter month names), and RH gzips the manpages, so the %files list can't find them. I also added doc/README-SGML and doc/rsync.sgml to the %doc files. Patch follows. Thanks for all the good work! --- rsync-2.5.6/packaging/lsb/rsync.spec.orig 2003-01-28 06:28:35.000000000 +0100
2015 Mar 18
2
Need help for write rpm spec
Hi I am try to write rpm spec for install tomcat on a linux machine.But while build the rpm i found following error + /usr/lib/rpm/find-debuginfo.sh --strict-build-id /home/rpmbuild/BUILD/Install_tomcat-1.0 extracting debug info from /home/rpmbuild/BUILDROOT/Install_tomcat-1.0-1.el6.x86_64/usr/local/jdk1.7.0_13/lib/visualvm/profiler/lib/deployed/jdk16/linux-amd64/libprofilerinterface.so ***
2007 Oct 30
1
OT: Apache config error
Hi all, I have setup a local yum repository for CentOS-3 and CentOS-5. Servers can download and install updates correctly, but apache returns me this error every time that a centos-3 machine do a yum update: [Tue Oct 30 12:36:48 2007] [error] [client 172.25.50.30] (70014)End of file found: mod_mime_magic: read failed from uncompress of
2007 Dec 01
1
Good tutorial about using heartbeat2, ocfs2 and evms with xen 3.x
Hi all Sombedody can points me to a good tutorial about using high availabilty clusters with xen using heratbeat2, ocfs2 and evms under rhel/centos, debian or sles?? I am doing various searches without a result ... (google shows me a lot of references, mailing lists, etc but not a good doc) Many thanks. -- CL Martinez carlopmart {at} gmail {d0t} com
2006 Jul 06
2
Question about setting up a bridge
Hi all, Where I can find docs about config a bridge interface under CentOS 4.3?? I can not find anything on Redhat and CentOS sites about this. many thanks -- CL Martinez carlopmart {at} gmail {d0t} com
2011 Jan 28
2
OT: Recommendations for a virtual storage server
Hi all, I need to install a virtual machine acting as a virtual storage server under CentOS 5.x (using kvm, xen, virtualbox or vmware). This virtual storage machine needs to server storage to another ESXi server and at the same time to the host where is installed. This is due to the limitations of hardware I have available. Both hosts needs to server several machines. It is very
2013 Mar 16
1
Problems with qemu img disks allocated in a nfs share
Hi all, I have a strange problem with qemu img disks allocated in a nfs share on a CentOS 6.4 host. Every time when I try to start a vm this error appears: char device redirected to /dev/pts/1 qemu-kvm: -drive file=/data/vmachines/win2k12adsrv/win2k12vol01.img,if=none,id=drive-virtio-disk0,format=qcow2,cache=none: could not open disk image /data/vmachines/win2k12adsrv/win2k12vol01.img:
2013 Sep 24
2
USB redirection under CentOS 6.4
Hi all, Does usb redirection works?? I am trying to assign to a Win7 kvm guest an usb HP printer without luck ... My second attempt is to use usb redirection, but according to Redhat's docs, this option is only available for windows using RHEV ... Is this correct?? Exists another tool to assign a printer via usb to a kvm guest?? Thanks. -- CL Martinez carlopmart {at} gmail {d0t} com
2013 Oct 08
1
Avoid sharing interrupts under kvm guest
Hi all, How can I avoid sharing interrupts in a kvm guest? I have installed a debian 7 guest in a centos 6.4 host with 5 virtio vnics and 2 virtio disks and irq11 is used by eth2, eth3, eth4 and irq10 eth0, eth1 ... Is it possible to avoid this situation?? Thanks. -- CL Martinez carlopmart {at} gmail {d0t} com