Re: simple-scan on CENTOS 6

Posted by beaker_ on 2011/9/27 17:23:03
ok, I'll say it. You're trying to rebuild a program with gtk3 dependencies. Good luck with it.

Yes you'll have better luck with 2.xx.fc15 but I'd check the change-log. Basically you want to stay under gtk3 so fc14 ~ maybe fc15 And pull in the dependencies before rebuilding. So, at minimum and for sanities sake, it should go like:

su -c 'yum-builddep YourSourcePackage.src.rpm'
rpmbuild --rebuild YourSourcePackage.src.rpm


Late Edit: Also check the scipts. It doesn't look so straght forward. You might have dive into 1.x... or do some more work.

Late late edit: Ah. monitor, job control. It should work, or be made to work.

This Post was from: https://www.centos.org/newbb/viewtopic.php?forum=56&topic_id=33470&post_id=143550