Re: problem with a src.rpm

2002-04-20 Thread Shawn Tayler
On Sun, 21 Apr 2002 07:38:04 +1000, Keith Antoine wrote: > >Shawn, just thought you might like to know that the pictures you took of >'Cockie' were the last, he died Friday night. Burided with neighbourhood >honours. Ah man That is terrible. natural or did somebody get him? I was ju

Re: problem with a src.rpm

2002-04-20 Thread Keith Antoine
On Sunday 21 April 2002 03:05, you wrote: > On Sat, 20 Apr 2002 12:21:37 +1000, Keith Antoine wrote: > >I got exactly the same output from glib --version so it is 1.2.10 > >that I have installed so what is it that it is lacking to 'see' glib. > > > >BTW thanks for the reply > > I've seen this beha

Re: problem with a src.rpm

2002-04-20 Thread Shawn Tayler
On Sat, 20 Apr 2002 12:21:37 +1000, Keith Antoine wrote: >I got exactly the same output from glib --version so it is 1.2.10 >that I have installed so what is it that it is lacking to 'see' glib. > >BTW thanks for the reply I've seen this behavoir on several different applications. The configure

Re: problem with a src.rpm

2002-04-20 Thread Net Llama!
OK, you're starting to descend into RPM hell here. First, i'd suggest uninstalling libglib (which looks to be a Mandrake bastardization of glib). Then remove glib and glib-devel, as they're not the latest stable versions. Next grab this: ftp://ftp.redhat.com/pub/redhat/linux/7.2/en/os/i386/S

Re: problem with a src.rpm

2002-04-20 Thread Keith Antoine
On Saturday 20 April 2002 15:47, you wrote: > glib2 is not the same as glib. Grab glib and glib-devel and install those. I went back and grabbed glib-1.2.8, it was either that or glib2-. Installed the rpms and now the damd thing is even more confusing. Sorry about this but I have no idea

Re: problem with a src.rpm

2002-04-19 Thread Net Llama!
Keith Antoine wrote: > On Saturday 20 April 2002 14:43, you wrote: > > Post the output from: rpm -qa | grep glib >>> >>>[root@CPE-203-45-140-190 kantoine]# rpm -qa | grep glib >>>libglib1.2-1.2.10-3mdk >>>glibc-devel-2.2.4-9.1mdk >>>glibc-2.2.4-9.1mdk >> >>Doesn't look like you have glib

Re: problem with a src.rpm

2002-04-19 Thread Keith Antoine
On Saturday 20 April 2002 14:43, you wrote: > >>Post the output from: > >>rpm -qa | grep glib > > > > [root@CPE-203-45-140-190 kantoine]# rpm -qa | grep glib > > libglib1.2-1.2.10-3mdk > > glibc-devel-2.2.4-9.1mdk > > glibc-2.2.4-9.1mdk > > Doesn't look like you have glib instaled anywhere, at le

Re: problem with a src.rpm

2002-04-19 Thread Bill Campbell
On Sat, Apr 20, 2002 at 02:53:23PM +1000, Keith Antoine wrote: > >Ok you ain't got rid of me yet, so I found the spec file, and its short >without anything in %build. So do I just copy what you sent me into that part >of the file sna d save it, but how then do I insert the new specfile into the

Re: problem with a src.rpm

2002-04-19 Thread Keith Antoine
On Saturday 20 April 2002 13:53, you wrote: > On Sat, Apr 20, 2002 at 12:34:00PM +1000, Keith Antoine wrote: > ... > > >Bill, thanks for the reply. I am getting far behind in uptodate knowledge > > and I really have no idea about spec files and how to get to them. But I > > probably have updated l

Re: problem with a src.rpm

2002-04-19 Thread Net Llama!
Keith Antoine wrote: > On Saturday 20 April 2002 12:52, you wrote: > > Umm Lonni, seems to be differing compiles ! > > >>Post the output from: >>rpm -qa | grep glib > > > [root@CPE-203-45-140-190 kantoine]# rpm -qa | grep glib > libglib1.2-1.2.10-3mdk > glibc-devel-2.2.4-9.1mdk > glibc-2.2.4-

Re: problem with a src.rpm

2002-04-19 Thread Keith Antoine
On Saturday 20 April 2002 12:52, you wrote: Umm Lonni, seems to be differing compiles ! > Post the output from: > rpm -qa | grep glib [root@CPE-203-45-140-190 kantoine]# rpm -qa | grep glib libglib1.2-1.2.10-3mdk glibc-devel-2.2.4-9.1mdk glibc-2.2.4-9.1mdk -- Keith Antoine (GANDALF) aka 'skip

Re: problem with a src.rpm

2002-04-19 Thread Bill Campbell
On Sat, Apr 20, 2002 at 12:34:00PM +1000, Keith Antoine wrote: ... >Bill, thanks for the reply. I am getting far behind in uptodate knowledge and >I really have no idea about spec files and how to get to them. But I probably >have updated libtools but not autoconf. This by the way is also happen

Re: problem with a src.rpm

2002-04-19 Thread Net Llama!
Keith Antoine wrote: > On Saturday 20 April 2002 10:52, you wrote: > >>Kurt Wall wrote: >> >>>Scribbling feverishly on April 20, Keith Antoine managed to emit: >>> checking for glib-config... /usr/bin/glib-config checking for GLIB - version >= 1.2.0... no >>> >>>It is looking for glib gre

Re: problem with a src.rpm

2002-04-19 Thread Keith Antoine
On Saturday 20 April 2002 10:16, you wrote: > There's a very good possibility that this is the result of differences in > the build system's autoconf, automake, libtool versions, and those on your > system. All you may need to do is add a few lines in the %build section of > the SPEC file before

Re: problem with a src.rpm

2002-04-19 Thread Keith Antoine
On Saturday 20 April 2002 10:52, you wrote: > Kurt Wall wrote: > > Scribbling feverishly on April 20, Keith Antoine managed to emit: > >>checking for glib-config... /usr/bin/glib-config > >>checking for GLIB - version >= 1.2.0... no > > > > It is looking for glib greater than version 1.2 and not f

Re: problem with a src.rpm

2002-04-19 Thread Keith Antoine
On Saturday 20 April 2002 10:36, you wrote: > It isn't looking for glibc, it is looking for glib, a basic utility > library for C. Quite different from glibc. Ok! yes, I did not 'see' what it was saying. > > checking for glib-config... /usr/bin/glib-config > > Okay. If found glib-config. > > >

Re: problem with a src.rpm

2002-04-19 Thread Kurt Wall
Scribbling feverishly on April 19, Net Llama! managed to emit: > > Alternatively: > rpm -qa | grep glib Quite so. > > What is it on yours? You may simply need to upgrade (see > > XFREE->Libraries for upgrading instructions). > > Errr...Kurt, what does XFree have to do with glib? Brain fart...

Re: problem with a src.rpm

2002-04-19 Thread Net Llama!
Kurt Wall wrote: > Scribbling feverishly on April 20, Keith Antoine managed to emit: >>checking for glib-config... /usr/bin/glib-config >>checking for GLIB - version >= 1.2.0... no > > > It is looking for glib greater than version 1.2 and not finding it. > On my system, the output of glib-config

Re: problem with a src.rpm

2002-04-19 Thread Kurt Wall
Scribbling feverishly on April 19, Kurt Wall managed to emit: > > What is it on yours? You may simply need to upgrade (see > XFREE->Libraries for upgrading instructions). Err, that's *really* UPGRADE on the Steps... Kurt -- You will be audited by the Internal Revenue Service. _

Re: problem with a src.rpm

2002-04-19 Thread Kurt Wall
Scribbling feverishly on April 20, Keith Antoine managed to emit: > Actually its not the .src.rpm or the tarball thats at fault its me and my lack of >knowledge/memory. > > I am trying to get linuxvideostudio to install but am stopped either in configure or >--rebuild by the > system not seei

Re: problem with a src.rpm

2002-04-19 Thread Bill Campbell
On Sat, Apr 20, 2002 at 09:49:45AM +1000, Keith Antoine wrote: >Actually its not the .src.rpm or the tarball thats at fault its me and my >lack of knowledge/memory. >I am trying to get linuxvideostudio to install but am stopped either in >configure or --rebuild by the system not seeing GLIBC. Th

problem with a src.rpm

2002-04-19 Thread Keith Antoine
Actually its not the .src.rpm or the tarball thats at fault its me and my lack of knowledge/memory. I am trying to get linuxvideostudio to install but am stopped either in configure or --rebuild by the system not seeing GLIBC. The build stops at this point:- checking for glib-config... /usr/