Re: [oi-dev] Firefox 52 preliminary testing

2017-05-17 Thread bentahyr
Hi Alexander, I noticed that there are issues with JS engine. For example, sites with banners that change over time, circle through the various items without any delay : http://www.pbtech.co.nz http://www.hardware.fr The followings keeps on being reloaded :

Re: [oi-dev] Updated Graphics DRM support for OI

2016-11-28 Thread bentahyr
Hi Gordon, Thank you. I've tried it on a Dell Latitude E4300 (i965) and it seems to work fine at first glance. I have my login screen, I can login and work as usual. I tried some GL stuff and despite that it works, I have some errors on the terminal ouput. $ glxinfo | more

Re: [oi-dev] Wine 1.9.10 : compilation trial

2016-05-24 Thread bentahyr
Thanks for the link but DirectX installation went fine, and since 2010, winetricks appeared and helped to automate quite a lot of these tiedous tasks. What I had no luck with is that with or without DirectX native implementation, I have the same memory error. I'll keep that under the hood when

Re: [oi-dev] Wine 1.9.10 : compilation trial

2016-05-23 Thread bentahyr
After a few tests it appears that every 3d stuff do not run. I tried a few Windows Application (SumatraPDF, LibreOffice 4.4.2.2, other minor application) and when I switched to some DirectX things, it crashes with error : fixme:ddraw:DirectDrawEnumerateExA flags 0x0006 not handled (0) :

Re: [oi-dev] Wine 1.9.10 : compilation trial

2016-05-23 Thread bentahyr
Yes, you're right... I was reading what I sent and realized that I may have redefined gregs being regs. Then I read your mail. Ok... here is the state : [...] gmake[1]: Leaving directory '/home/ben/tmp/wine-1.9.10/programs/winetest' Wine build complete. Cool, To sum up $ ./configure

Re: [oi-dev] Wine 1.9.10 : compilation trial

2016-05-23 Thread bentahyr
Ok, good one... The regset.h was the reason for this one : #ifdef _SCO_DS #include #define gregs regs #endif I'm not sure how in wine's world you define you're on OI/Solaris, but for the sake of trial, I just put the include and define out the ifdef block. So I go a little bit further away : $

[oi-dev] Wine 1.9.10 : compilation trial

2016-05-22 Thread bentahyr
Hi I have a bit of free time today and thought I could give wine compilation a go. configure stage is ok I need to add the -std=gnu99 to C(XX)FLAGS to pass first error then unfortunately it fails a lot later with the following error : gmake[1]: Entering directory

Re: [oi-dev] MATE 1.14 Desktop for OpenIndiana

2016-05-11 Thread bentahyr
Hi, After unconmpressing the archive from / (so location of binaries are in /usr/local/bin), most of the binaries complains about not having access to libdconf.so.1 which isn't in the archive nor standard repos. Calculator works fine, though Best regards. Ben On Sun, May 08, 2016 at

Re: [oi-dev] MATE 1.14 Desktop for OpenIndiana

2016-05-09 Thread bentahyr
Hi I' m glad to hear this excellent news but mate-panel (and quite a few other) fails to start due to missing libdconf.so.1 which is not part of the archive nor current repos. Best regards. Ben ___ oi-dev mailing list oi-dev@openindiana.org

Re: [oi-dev] Pull request : how to get back on track (git lost)

2016-03-20 Thread bentahyr
Thanks Aurélien, Considering the number of commits and the size of the components it was easier to cherry-pick one commit at a time rather than rebase or other bulk method. So here I am with my 2 branches (Maybe I should think about naming branches) : $ git branch libconfig * oi/hipster

[oi-dev] Pull request : how to get back on track (git lost)

2016-03-20 Thread bentahyr
Hi, I have hard time to get through the git way of doing things right now. So, I forked oi-userland, added components or changes to it and did a pull request. Ok, I understand that I should have done one component at a time. It seems that the git way of doing this is to create one branch per

Re: [oi-dev] Pull request #1701 for sslh+libconfig

2016-02-15 Thread bentahyr
Ok, I already found issues : sslh.8.gz is not in gzip format (make publish scramble the gzip format of the file) I'm not sure what is happening here as after make install, the file in the prototype directory tree is good. service doesn't start with SMF while ok with command line

[oi-dev] Pull request #1701 for sslh+libconfig

2016-02-15 Thread bentahyr
Hi, I just did a pull request for sslh and libconfig component. These are new components. This is my first contribution so please, look in depth as I tried to follow as much as I can the rules and docs. Pfiuu, it was quite a work to go through all the package publishing process. I'm not used

[oi-dev] Userland dev, Zone and processes

2016-02-04 Thread bentahyr
Hi, I created a zone with oi-userland dev and tools and I finally made my 2 first packages. I gave up on cloning the dev zone (zoneadm clone doesn't work) to try to install the package and relied VBox as I don't need much power to test the package. Now I would like to install these packages

[oi-dev] oi-userland component build and directory structure

2016-01-18 Thread bentahyr
Hi, I'm trying to build simple software as packages. If I understand correctly, the way the oi-userland works is package is compiled in a build directory different from the source tarball extraction. My issue is that some include files are not transferred from the source to the build directory

Re: [oi-dev] libjpeg-turbo and VLC

2016-01-09 Thread bentahyr
I'll answer my own mail : nvidia graphic driver is required by ffmpeg postgres libs are required by qt4. Best regards. - Mail original - De: benta...@chez.com À: "OpenIndiana Developer mailing list" Envoyé: Dimanche 10 Janvier 2016 16:43:05 Objet: Re: [oi-dev]

Re: [oi-dev] libjpeg-turbo and VLC

2016-01-09 Thread bentahyr
Hi, I plugged the hardware and was about to test vlc. I noticed the package vlc v2.2.1 in hipster-encumbered. I tried to installed it but when I do so it pulls out : - postgres libs database/postgres-93/library 9.3.10-2015.0.2.0 - nvidia graphic driver/graphics/nvidia 0.340.93-2015.0.1.0 If the

Re: [oi-dev] libjpeg-turbo and VLC

2016-01-09 Thread bentahyr
I made some tests, these are some minor (integration) issues I noticed : - When I insert a DVD, the icon appears on the desktop, if I right click and do "Open with/vlc", vlc fails with the following logs : [08062798] core libvlc: Lancement de vlc avec l'interface par défaut. Utilisez « cvlc »

Re: [oi-dev] libjpeg-turbo and VLC

2015-12-21 Thread bentahyr
Hi, I performed some additional tests and they went fine decoding any video from "Vidéo for Everybody" test page but performance was underneath firefox (framerate, slugish video). I couldn't play a dvd due to rights and access to DVD drive through virtualbox. I really need to test on hardware

Re: [oi-dev] libjpeg-turbo and VLC

2015-12-17 Thread bentahyr
Hi, I'm kind of digging out this but as I'm slow to do things. I did a compile of vlc out of the oi-userland component you made and it compiled fine. I tried a few video and old stuff MPEG, mp3,.. are fine. Regarding MP4 (x264) I have issues (XCB messages in console) but I'm not sure how much

Re: [oi-dev] libjpeg-turbo and VLC

2015-12-17 Thread bentahyr
Aurélien, I have as well the LUA and QT messages but I "discarded" them as you mentioned it in previous post. I haven't gone through the issues in VLC/LUA bug report systems to see how things were going upstream yet. The more time I spend with the git repos (oi-userland/oi-hipster), the more I

Re: [oi-dev] libjpeg-turbo and VLC

2015-12-11 Thread bentahyr
Indeed I didn't have the encumbered repo. I found about it after posting. I installed Hipster on refurbished Ultra 20 and I'm pretty amazed of the work you guys have done. If we have recent : - navigator - office suite - multimedia player I think we cover nearly 80% of generic desktop computer

Re: [oi-dev] libjpeg-turbo and VLC

2015-12-10 Thread bentahyr
Hi Aurélien, This is great news. I tried myself and my results are way less optimistic than yours. How did you compiled the libraries necessary for VLC ? After installing all I could from repo, I'm still left to compile the following : a52 bluray caca chromaprint dca dvbpsi dvdcss dvdnav dvdread

Re: [oi-dev] Effort focus

2015-07-27 Thread bentahyr
Hi Aurélien, I actually didn't meet this issue as I partially built MATE against GTK2. I supposed I assumed that building something that looks like Gnome 2 would be easier on a platform that supports Gnome 2 already. This was my first mistake learning wisdom is a long path. These

Re: [oi-dev] Effort focus

2015-07-27 Thread bentahyr
Having GTK3 spec files are a good news. I'll focus on that then so we got a GTK3 to build on. I'll leave MATE aside for the moment as we have a working desktop. GTK3 will open more option to desktops alternative or application. Best regards. Franck - Mail original - De: Alexander

Re: [oi-dev] Effort focus

2015-07-26 Thread bentahyr
Sorry, my English is really bad.. I'll try to re-read my next post a few time next time. Best regards. Ben - Mail original - De: benta...@chez.com À: oi-dev@openindiana.org Envoyé: Lundi 27 Juillet 2015 16:19:23 Objet: [oi-dev] Effort focus Hi, I've been trying for the last 2 month to