On Thu, Jul 24, 2008 at 7:23 PM, russiane39 at gmail.com <mail at belenix.org> wrote: > Well, I need to comment some tasks for 0.7.2: > > * Fix Mplayer issue: ld.so.1: mplayer: fatal: libamrwb.so.2: open > failed: No such file or directory > > This is not really bug in build of Mplayer, it is a bug in our get-pkg > script, because when we installing mplayer, we forgot that 3GPP Adaptive > Multi-Rate - Wideband (AMR-WB) Speech Codec is dependency for mplayer, and we > got it not in multimedia cluster.
Ah good catch. I fixed this just now. > > * Locale support does not work! > > This is really critical (stopper) bug, I think something broken when we > updated FOX to newer version (comparing to 0.7 Belenix, which could be > localized fairly easy). This bug also affects Sun Studio 12 installation. > > * Fix permissions for /dev/nividia0 (trivial). > > I can't tell that this is really trivial, because each time system boots, > /dev/nvidia0 created with wrong permissions. Trivial because of a workaround I put in. I added a fixperms service that does a chmod for OSS devices. One more chmod has to be added for nvidia devices and the KDM service has to be made a dependent of fixperms. > > + I should notice, that 0.7.1 got broken GUI tool for mounting NTFS > partitions, some check here should be done too. Yes it is mentioned in the task list. > > + I probably should repeat again, but XChat should be updated to 2.8.6, .spec > file for it already available. Yes of course. > > + Another thing should be fixed - probably moinak installed OSS from > user=moinakg, so all files like hdaudio.conf got owner=moinakg, which is > wrong IMO. I think better move them to usual owner=root. Yes build issue. I will take care of this. Regards, Moinak. > > > _______________________________________________ > belenix-discuss mailing list > http://mail.opensolaris.org/mailman/listinfo/belenix-discuss > http://groups.google.com/group/belenix-discuss >
