On 01/03/03 Ferguson, Neale wrote: > When I build mono-0.17 from the source RPM I get: > > Processing files: mono-0.17-2 > File not found: /var/tmp/mono-root/etc/mono/config > File not found: /var/tmp/mono-root/etc/mono/machine.config > File not found: /var/tmp/mono-root/usr/bin/mono > File not found by glob: /var/tmp/mono-root/usr/lib/*.so.* [...] > My rpm is at rpm-3.0.6-247. What am I getting wrong or missing?
I guess the spec file only works for the x86 architecture where mono and libmono is created. It should still have installed etc/mono/config and etc/mono/machine.config, though. (I assume you're building it on s/390). The quick solution is to remove the offending lines from the spec file. I don't know the right solution, since I never studied how the rpm build process works. lupus -- ----------------------------------------------------------------- [EMAIL PROTECTED] debian/rules [EMAIL PROTECTED] Monkeys do it better _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
