On Mon, Mar 15, 2010 at 07:14:47AM +0000, Tom Yates wrote: > On Mon, 15 Mar 2010, Cry wrote: > > >r...@om-gta02 ~ $ opkg upgrade > >Upgrading e2fsprogs on root from 1.41.9-r0.4 to 1.41.9-r21a.4... > >Downloading http://build.shr-project.org/shr-unstable/ipk//armv4t > > /e2fsprogs_1.41.9-r21a.4_armv4t.ipk. > >Installing util-linux-ng (2.17-r16.4) to root... > >Downloading http://build.shr-project.org/shr-unstable/ipk//armv4t/ > > util-linux-ng_2.17-r16.4_armv4t.ipk. > >Collected errors: > >* check_data_file_clashes: Package util-linux-ng wants to install > > file /usr/bin/uuidgen > > But that file is already provided by package > >* check_data_file_clashes: e2fsprogs-uuidgen > > i got that and did an > opkg --force-overwrite upgrade > without any apparent ill effects. if my eyes didn't deceive me, it > noted later in the upgrade that the e2fsprogs-uuidgen package was > now orphaned, and removed it, so i guess it's some sort of > sequencing error in the upgrade logic.
Yes, that's right, e2fsprogs-uuidgen should be removed with e2fsprogs upgrade, but because util-linux-ng is upgraded in the same opkg upgrade, it says it's conflict. You can as well opkg remove -force-depends e2fsprogs-uuidgen before opkg upgrade. > that's just a guess, though, and it could be that i've totally > roached my phone and haven't noticed it yet! I hope that e2fsprogs-uuidgen removal after /usr/bin/uuidgen is provided also by util-linux-ng doesn't remove this file. Regards, -- uin:136542059 jid:[email protected] Jansa Martin sip:[email protected] JaMa _______________________________________________ Shr-User mailing list [email protected] http://lists.shr-project.org/mailman/listinfo/shr-user
