On Fri, 2005-03-11 at 18:51 -0500, abayomi onibudo wrote: > Hi, > > i have just mdofied a custom anaconda src such that it only allows > installation for desktop-install i.e. server, custom and workstation > sources taken out of BUILD/anaconda-10.0/installclassses/ > I have also created the patch using diff -ruN anaconda-9.2.orig > anaconda-9.2 > /usr/src/redhat/SOURCES/my-changes.patch > and updated the anaconda.spec with custom patch > > can anyone tell me why i am getting the follow rpmbuild error > error [... error clipped ...] Because you're taking buggy code from anaconda-9 and using it in anaconda-10, which is being built with -Wall -Werror . I'm a little wary of explaining what the error means. You're clearly taking buggy code that you don't understand from an old anaconda and putting it into a newer version. If you really must know, look up "-Wpacked" in the gcc info pages. If you really need that code, fix it appropriately. -- Peter