[Bug 664726] New: Empty /etc/alternatives directory on huge live-dvd build by susestudio, dhcp can`t work without
https://bugzilla.novell.com/show_bug.cgi?id=664726 https://bugzilla.novell.com/show_bug.cgi?id=664726#c0 Summary: Empty /etc/alternatives directory on huge live-dvd build by susestudio, dhcp can`t work without Classification: openSUSE Product: openSUSE 11.3 Version: Final Platform: i686 OS/Version: openSUSE 11.3 Status: NEW Severity: Major Priority: P5 - None Component: Other AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: bgerz@gmx.net QAContact: qa@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.2.13) Gecko/20101203 SUSE/3.6.13-0.2.1 Firefox/3.6.13 Hi, I tried to build a big 3548 packages live dvd on susestudio.com But most of the rebuild times(in last 4 weeks) I get a empty /etc/alternatives (not all the time). Main result: DHCP network does not start(no awk found). My last test appliance #311705(look to package list inside) RPM-Build bug/timeout/memory problem because of size? gawk-3.1.8-31.6.i586 vim-base-7.2-23.1.i586 vim-7.2-23.1.i586 vim-data-7.2-23.1.noarch vim-enhanced-7.2-23.1.i586 vim-plugin-devhelp-2.32.0-1.3.i586 gvim-7.2-23.1.i586 rpm-4.8.0-4.4.i586 build-mkdrpms-2010.12.15-42.1.noarch rpmrebuild-2.4-1.2.noarch patterns-openSUSE-devel_rpm_build-11.3-22.1.i586 rpm-python-4.8.0-4.4.i586 rpmkey-packman-0.3.9-2.pm.2.1.noarch rpmlint-mini-0.95-1.27.i586 rpmlint-0.95-11.1.noarch rpmorphan-1.8-0.pm.1.1.noarch deltarpm-3.5-6.1.i586 rpmlint-Factory-1.0-58.1.noarchbuild-compare-2009.10.14-103.1.noarch build-mkdrpms-2010.12.15-42.1.noarch build-mkbaselibs-2010.12.15-42.1.noarch rpmrebuild-2.4-1.2.noarch libfwbuilder-4.1.3-2.1.i586 patterns-openSUSE-devel_rpm_build-11.3-22.1.i586 openSUSE-build-key-1.0-8.2.noarch lsb-buildenv-4.0-6.3.i586 build-2010.12.15-42.1.noarch post-build-checks-1.0-77.1.noarch arpwatch-ethercodes-build-2.1a15-268.3.i586 kbuild-0.1.5svn2336-7.1.i586 aaa_base-11.3-8.5.1.i586 q Reproducible: Sometimes Steps to Reproduce: 1. try the appliance 311705 and look to the many other open bugzilla entries about aliases(most java alias problems) ;-) Actual Results: no link from gawk to awk, no vi-link, empty /etc/alternatives on my live image Expected Results: working aliases or a helpful error message from build service to the user(if timeout, out of space/limits), working dhcp network out of a live medium -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=664726 https://bugzilla.novell.com/show_bug.cgi?id=664726#c1 --- Comment #1 from Bruno Gerz <bgerz@gmx.net> 2011-01-14 23:27:00 UTC --- Created an attachment (id=408501) --> (http://bugzilla.novell.com/attachment.cgi?id=408501) repositories source repository-list /etc/YaST2/control.xml -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=664726 https://bugzilla.novell.com/show_bug.cgi?id=664726#c3 Marius Tomaschewski <mt@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED --- Comment #3 from Marius Tomaschewski <mt@novell.com> 2011-01-18 09:45:44 UTC --- I've no much clue about all this, but I don't see update-alternatives in the above package lists. Do you ignore dependencies somehow? Make sure, you've installed this updater script for /etc/alternatives. It is called in the gawk post-install scripts: $ rpm -q --requires gawk info update-alternatives .. $ rpm -q --scripts gawk postinstall scriptlet (using /bin/sh): /usr/sbin/update-alternatives --install /bin/awk awk /bin/gawk 20 \ --slave /usr/bin/awk usr-bin-awk /bin/gawk \ --slave /usr/share/man/man1/awk.1.gz awk.1.gz /usr/share/man/man1/gawk.1.gz .. $ rpm -q --whatrequires update-alternatives vim-base-7.2-23.1.x86_64 gawk-3.1.6-31.1.x86_64 lukemftp-1.5-730.1.x86_64 vim-7.2-23.1.x86_64 ksh-93t-176.2.x86_64 .. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=664726 https://bugzilla.novell.com/show_bug.cgi?id=664726#c4 Marius Tomaschewski <mt@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |INVALID AssignedTo|mt@novell.com |bnc-team-screening@forge.pr | |ovo.novell.com --- Comment #4 from Marius Tomaschewski <mt@novell.com> 2011-01-18 10:03:24 UTC --- I've switched to use gawk directly in sysconfig git master http://gitorious.org/opensuse/sysconfig/commit/09584c5bf36c7f2a2cf6d3b4cdb26... and it will go to 11.4, because of this problem (the gawk rpm dependency were already there). But I think something is wrong in your build (obviously ignored depencencies or something like that) and does not happen on normal (correctly built and installed) 11.3 systems where gawk post-install script creates the link, so IMO INVALID. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=664726 https://bugzilla.novell.com/show_bug.cgi?id=664726#c5 Marcus Rückert <mrueckert@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED CC| |mrueckert@novell.com Resolution|INVALID | --- Comment #5 from Marcus Rückert <mrueckert@novell.com> 2011-01-18 10:45:23 UTC --- this bug isnt fixed at all. the gawk change is just a workaround, the real problem is that update-alternative didnt work properly. though that could be a studio bug. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=664726 https://bugzilla.novell.com/show_bug.cgi?id=664726#c zj jia <zjjia@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |zjjia@novell.com AssignedTo|bnc-team-screening@forge.pr |bnc-team-java@forge.provo.n |ovo.novell.com |ovell.com -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=664726 https://bugzilla.novell.com/show_bug.cgi?id=664726#c6 Michal Vyskocil <mvyskocil@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mvyskocil@novell.com --- Comment #6 from Michal Vyskocil <mvyskocil@novell.com> 2011-06-30 10:24:03 UTC --- Are there any build logs available? Those things are handled by rpm's scripplets and I doubt if susestudio is doing something different here ... -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=664726 https://bugzilla.novell.com/show_bug.cgi?id=664726#c Michal Vyskocil <mvyskocil@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |NEEDINFO InfoProvider| |bgerz@gmx.net -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=664726 https://bugzilla.novell.com/show_bug.cgi?id=664726#c7 --- Comment #7 from Bruno Gerz <bgerz@gmx.net> 2011-07-08 19:27:32 UTC --- No logs from my side, but SUSE Studio does not allow me to test newest factory things from 12.1 tree(rpm db3 checksum type errors). Based on 1.4 tree it seems to be ok for me. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=664726 https://bugzilla.novell.com/show_bug.cgi?id=664726#c8 Michal Vyskocil <mvyskocil@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |RESOLVED InfoProvider|bgerz@gmx.net | Resolution| |FIXED --- Comment #8 from Michal Vyskocil <mvyskocil@novell.com> 2011-07-11 07:42:08 UTC --- OK, then let's close it as FIXED. If problem appear again, please reopen. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com