pre-3alpha2 (Oct 9th) installing with Gnome desktop from the i586 classic installer DVD. https://dl.dropbox.com/u/4147101/mga3a2/DSC01115.JPG The installation begins by installing filesystem twice.
CC: (none) => ennael1, thierry.vignaudWhiteboard: (none) => 3alpha2
I'll check with a KDE and LXDE installation also but IINM it should be unrelated.
yes it's for all installation
Hardware: i586 => AllSee Also: (none) => https://bugs.mageia.org/show_bug.cgi?id=7295
rpm -q filesystem?
$ rpm -q filesystem filesystem-2.1.9-18.mga3
valid 3alpha3
Whiteboard: 3alpha2 => 3alpha2 3alpha3
Summary: Package installation starts by installing filesystem twice - pre-3alpha2 classic DVD => Package installation starts by installing filesystem twice - classic DVD
Looks like open callback got called twice
Priority: Normal => LowSeverity: normal => minor
valid 3beta2
Whiteboard: 3alpha2 3alpha3 => 3alpha2 3alpha3 3beta2
callback got called twice callback_open got called one too much (it got called twice for first which is actually filesystem) the call chain is: rpmtsRun() -> runTransScripts() -> rpmteProcess() which says: /* Dont bother opening for elements without pre/posttrans scripts */ But since we now have package ('filesystem') with %pretrans due to /usr migration, it goes further and calls rpmteOpen()->rpmteFDHeader() which notifys us about a package opening in order to get its file descriptor. Thus we got an extra line in install.log
Status: NEW => ASSIGNED
Fixed in SVN
Status: ASSIGNED => RESOLVEDResolution: (none) => FIXED