Bugzilla – Bug 156414
build-2006.2.8-5 stop on SuSEconfig
Last modified: 2006-03-17 18:11:53 UTC
When i start build with the horde.spec it stops the installation by executing SuSEconfig with a Error ? "We do not have enough disk space in . Exit." Attached Fils: df -h output df_h.txt and build.log
Created attachment 71950 [details] the df -h output
Created attachment 71951 [details] The build log
What's happening is that SuSEconfig calls the my_test_for_space from /lib/YaST/SuSEconfig.functions, which fails. Due to a bug the error message is broken. I think the real reason for the error is that /dev/zero doesn't get created by the current build script. I'm working on a new version that will work correctly with the FACTORY tree. For now reassigned to ro@suse.de because of the broken error message.
I make the /dev/zero and run a test, with horde.spec. The Test was abort with many Errors ? Is this a spec File Problem, or a build Problem ? Can you please test this ? I am not a programmer :(, I can only handle this for my tests.
fixed typo in SuSEconfig.functions ($DIR -> $1)
the build.rpm from the current beta should work. Please reopen the bug if it doesn't...