hello there guys,
it's a trivial thing!
can somebody grab a source of gcc, preferably on x86_64, fedora 16
] # yum install rpmdevtools && rpmdev-setuptree && cd rpmbuild
] # yumdownloader --source gcc && yum-builddep gcc_$justDownloaded.rpm
and try to rpm rebuild it
] # rpmbuild -bb --target x86_64 --nodeps SPECS/gcc.spec
or
] # rpbuild --rebuild gcc_$justDownloaded.rpm
mind you gcc_$justDownloaded.rpm is just a name here in this post and when you do it it should be whatever rpm package version your yum fetched
!! can you only please make sure you do NOT use any custom macros nor variables in/durring your rpm build. It should be plain-vanilla rpmenv
if you do then please be patient as it takes time to rebuild
for me these rebuilds always!! fail and RedHat claim it is my environment and there is nothing wrong with rpm.src
a million!! thanks to you for helping out
let us know how it went for you
cheers
lejeczek