On Sunday 11 August 2002 03:48 pm, Gary Montalbine scribbled in crayon on a
yellow legal pad:
> I can not find a libgcc3.2. I have libgcc3.0.4 installed which matches
> the g++, gcc and cpp files.
Did you try to symlink those two?
--
Hoyt
http://www.maximumhoyt.com
"Fix it until it breaks."
etc/alternatives was were I changed the symlinks. That seemed to correct
the symlink problem. Everything went fine until I got to the g++ -c
error near the end of the build.
I can not find a libgcc3.2. I have libgcc3.0.4 installed which matches
the g++, gcc and cpp files.
HoytDuff wrote:
>>
On Sunday 11 August 2002 02:44 pm, Gary Montalbine scribbled in crayon on a
yellow legal pad:
> I am using the commercial 3 CD set of LM 8.2. I have tried to do a rpm
> --rebuild of rpmfind and a rpm --rebuild of db3...src.rpm. I keep
> getting errors in the g++, gcc and cpp0 links. Apparently th
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Sunday 11 August 2002 1:44 pm, Gary Montalbine wrote:
> I am using the commercial 3 CD set of LM 8.2. I have tried to do a rpm
> --rebuild of rpmfind and a rpm --rebuild of db3...src.rpm. I keep
> getting errors in the g++, gcc and cpp0 links. Appa
I am using the commercial 3 CD set of LM 8.2. I have tried to do a rpm
--rebuild of rpmfind and a rpm --rebuild of db3...src.rpm. I keep
getting errors in the g++, gcc and cpp0 links. Apparently there are two
versions installed and they are intermixed. I doubt that I am the only
one having thi
Hi!
El Jue 13 Jun 2002 07:01, escribiste:
> >
> > Right now I'm messing around with this trying compile kde3 for mdk 7.2.
> > So... I was editing specs.. :)
>
> Alfredo,
>
> Are you going to be able to do that? I thought kde3 required a later
> version of glibc then what 7.2 has installed.
N
Alfredo C.Lopez wrote:
> Hi!
>
> El Mar 11 Jun 2002 22:26, escribiste:
>
>>All,
>>
>> Now that I have a boxen that is kde3 only (as apposed to kde2) I've
>>been trying to re-build some apps that are kde3 compatible but not yet
>>built into rpms. My Q is How do you pass a prefix using rpm --re
(With tongue firmly planted in cheek)
Are the guys who tell you this the same ones who let RH7.0 out into
the wild (the one that was so complete it even contains the Ramen
Worm!)?
Seriously though. Yeah, I can and do go the route of installing the
src rpms but I was just wondering if anyo
I never use rpmrebuild may be I could try it...
I don't see the difference really I check the man page
http://linuxcommand.org/man_pages/rpmbuild8.html
and the build options are the same as rpm... (??)
And some howtos I check don't point out the difference.
So...
I don't know...
Just as a side note, apparently rpmbuild --rebuild *.src.rpm is the preferred
way of rebuilding now...
That's what the RH guys tell me...
Don't know what the difference is between rpm and rpmbuild...
On Wednesday 12 June 2002 03:02 pm, Alfredo C.Lopez wrote:
> Hi!
>
> El Mar 11 Jun 2002
Hi!
El Mar 11 Jun 2002 22:26, escribiste:
> All,
>
> Now that I have a boxen that is kde3 only (as apposed to kde2) I've
> been trying to re-build some apps that are kde3 compatible but not yet
> built into rpms. My Q is How do you pass a prefix using rpm --rebuild?
You must remember that --
All,
Now that I have a boxen that is kde3 only (as apposed to kde2) I've
been trying to re-build some apps that are kde3 compatible but not yet
built into rpms. My Q is How do you pass a prefix using rpm --rebuild?
Check of the man pages etc. Make it seem that this can be passed only
for a r
The full command then would be 'rpm --rebuild --target i386 filename.rpm'
to rebuild an rpm for i386.
(note the two - in front of 'rebuild')
Michael
--
Michael Viron
Registered Linux User #81978
Senior Systems & Administration Consultant
Web Spinners, University of West Florida
At 06:49 PM 11/2
There was a change on the newer versions of RPM. The "target" flag is
now:
"-target i386" (they dropped the "=".
"man rpm" bears this out:
--target PLATFORM
When building the package, interpret PLATFORM as
arch-vendor-os and
set the macros %_target, %_targe
On Sun, 25 Nov 2001 10:08:05 -0800 (PST)
SI Reasoning <[EMAIL PROTECTED]> wrote:
> If you are rebuilding on the athlon box, then you
> don't need to use --target= as it will automatically
> determine that.
>
First, thanks for your answer.
A new question comes to me: what happens if you want to
If you are rebuilding on the athlon box, then you
don't need to use --target= as it will automatically
determine that.
--- Fedneg <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> I'm trying to rebuild some source RPMs for my athlon
> box but
> I have some problems with option "--target=". I've
> a
Hi,
I'm trying to rebuild some source RPMs for my athlon box but
I have some problems with option "--target=". I've also found
that when I type:
"rpm -rebuild --target=i686 filename.rpm"
the result is:
"--target=i686: unknown option"
Can someone help?
Thanks in advance.
Some rpms are not setup to deal with anything but i386 (codeweavers wine rpms
for instance). You can add the i586 yourself to the specfile (look at the
format used for i386 and do exactly the same thing...it has been a while - I
think it is merely a matter of changing a 3 to a 5 on the exclus
I just installed Linux Mandrake 8.1 beta 3 and now rpm gives me the following
error when trying to rebuild rpms.
rpm -bb --target=i586 specfile.spec
--target=i586: unknown option
I have spechelper installed. Any other ideas on what I need to install?
Want to buy your Pack or Services from
civileme escribió:
> > I'm running "rpm --rebuild file.src.rpm" and what i get is the same
> > output as if it is run without parameters...
> > I'm running MDK8 and rpm is version 4.0-29
>
> Check to make sure
>
> rpm-rebuilder-0.4-1mdk
>
> is in fact installed
>
> rpm -qa | grep ^rpm
>
> would s
>
> And also, once that is done, try
>
> rpm -ivh file.src.rpm
well, why I dont have to do that, I usually
rpm --rebuild source.rpm ; it will extract soucre, run
configure or whatever , make it and buil rpm binary
package put it in /usr/src/RPM/.; I only run rpm
-ivh for the newly built pa
On Sunday 01 July 2001 23:18, Joan Tur wrote:
> Hallo!
>
> I'm running "rpm --rebuild file.src.rpm" and what i get is the same
> output as if it is run without parameters...
>
> I'm running MDK8 and rpm is version 4.0-29
>
> Thanks!!
>
> --
> Joan Tur. Ibiza - Spain
> [EMAIL PROTECTED] [E
On Sunday 01 July 2001 23:18, Joan Tur wrote:
> Hallo!
>
> I'm running "rpm --rebuild file.src.rpm" and what i get is the same
> output as if it is run without parameters...
>
> I'm running MDK8 and rpm is version 4.0-29
>
> Thanks!!
>
> --
> Joan Tur. Ibiza - Spain
> [EMAIL PROTECTED] [E
Hallo!
I'm running "rpm --rebuild file.src.rpm" and what i get is the same
output as if it is run without parameters...
I'm running MDK8 and rpm is version 4.0-29
Thanks!!
--
Joan Tur. Ibiza - Spain
[EMAIL PROTECTED] [EMAIL PROTECTED] ICQ 11407395
Joan.Tur.pagina.de www.ClubIbos
24 matches
Mail list logo