4

I'm trying to use the same CentOS instance to get me to build packages for both versions 5 and 6. Until now everything was working OK, but I think an update in the building instance (6) now includes some dependencies that seems they're not available in version 5:

error: Failed dependencies: rpmlib(FileDigests) <= 4.6.0-1 is needed by pulse-13.1.0-181013.noarch rpmlib(PayloadIsXz) <= 5.2-1 is needed by pulse-13.1.0-181013.noarch

My question: is there any way of doing this? Is this even suppose to work i.e. building RPM for different target versions?

Alexxio
  • 1,091
  • 3
  • 16
  • 38
rpvilao
  • 1,116
  • 2
  • 14
  • 31

2 Answers2

1

There are two ways whose performance is better than normal VM:

Like
  • 1,470
  • 15
  • 21
0

you can try crosstool-ng. OSDev Wiki page has a lot of information about cross compilation.

madrag
  • 1,685
  • 1
  • 9
  • 4