Hello, I was trying to compile a package from source rpm with y2pmbuild. Compilation failed with a message, that 'sys/io.h' is missing. I looked around in ARCHIVES.gz, and for other architectures it's in glibc-devel, but for PPC it's not there. What is the reason for it, and how it could be worked around? Bye, CzP Ps: g++ -DHAVE_CONFIG_H -I. -I. -I../../../config -D_REENTRANT -I../../../base/include -I../../../base/unix/include -I../../../lib/utf8 -I../../../ui/include -I../../../lmc/include -I../../../io/include -I../../../mdb -I./sba -O2 -g -fmessage-length=0 -D_FORTIFY_SOURCE=2 -O2 -g -fmessage-length=0 -D_FORTIFY_SOURCE=2 -MT rio.lo -MD -MP -MF .deps/rio.Tpo -c sba/rio.cpp -fPIC -DPIC -o .libs/rio.o sba/rio.cpp:66:21: error: sys/io.h: No such file or directory