hi!

I'm maintaining a RedHat 6.2 installation CD with
all the RH updates plus some extra packages for
our internal use.

This has been going fine up until now, when the RPM
database and headers changed with the rpm 3->4 change.

I can generate a new hdlist by using the genhdlist from
the redhat 7.0 anaconda packages, but when I try to build
the bootdisks with

cd misc/src/trees/
 
make all
make do-make
make clean


I get all sorts of problems. I tried to add "-lrpmio" where
"-lrpm" is used in misc makefiles but I still cannot build
the boot disks.

examples:
rpmmodule.c:1653: warning: implicit declaration of function `fdGetFp'
rpmmodule.c:1653: warning: assignment makes pointer from integer
without a cast
rpmmodule.c: At top level:
rpmmodule.c:1627: warning: `doFopen' defined but not used
make[3]: *** [rpmmodule.o] Error 1
/usr/bin/../lib/librpm.so: undefined reference to `Fdopen'
/usr/bin/../lib/librpm.so: undefined reference to `rpmDigestInit'
/usr/bin/../lib/librpm.so: undefined reference to `Unlink'


and

Traceback (innermost last):
  File "/usr/bin/anaconda", line 176, in ?
    import rpm
ImportError: No module named rpm

...etc


plus a heap of unresolved symbols from depmod (those
have been present for quite a while, mostly in vfat, but
they have not been fatal.) now I get failures from modules
such as ne.o which is a bit more alarming.




I have rpm-* version 4 and all current updates on
my build box.


Anyone have some appropriate patches to the misc/ tree
or other tips?



/magnus


-- 
 Magnus Stenman   mailto:[EMAIL PROTECTED]   http://www.hkust.se

 Get it up, keep it up.  Linux -- Viagra for your PC



_______________________________________________
Redhat-devel-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-devel-list

Reply via email to