Re: [OpenIndiana-discuss] Need some building expertise, Thank You.

2018-05-23 Thread Alexander Pyhalov
On 05/22/18 08:32 PM, Jason Martin wrote: Please look over my attempt. Four WHY,s below. First off it's up and running if you understand autotools, make and etc. # Two patches; One is a ubuntu no gettext patch for configure.ac # Do not know if it is even needed. So why adding it? CFLAGS +=

Re: [OpenIndiana-discuss] Wine and recent Openindiana

2018-05-23 Thread openbabel
Has anyone managed to compile the latest versions 3.x of wine ? regards, Robert On 22/05/2018 18:48, Apostolos Syropoulos via openindiana-discuss wrote: Hi, can you rebuild it with -ggdb -O0 and resend the back trace? $ gdb /opt/gnu/wine/bin/wine core GNU gdb (GDB) 7.10.1 Copyright (C) 2015

[OpenIndiana-discuss] mkvmerge fails

2018-05-23 Thread Apostolos Syropoulos via openindiana-discuss
After upgrading I have noticed that neither mkvmerge nor mkvextract work anymore! $ mkvmerge -D audio.avi -A video.avi -o GAMES.mkv terminate called after throwing an instance of 'std::bad_cast'   what():  std::bad_cast Abort (core dumped) I have no idea what this KTPI thing does but it certainly

Re: [OpenIndiana-discuss] mkvmerge fails

2018-05-23 Thread Aurélien Larcher
On Wed, May 23, 2018 at 5:28 PM, Apostolos Syropoulos via openindiana-discuss wrote: > After upgrading I have noticed that neither mkvmerge nor mkvextract > work anymore! > $ mkvmerge -D audio.avi -A video.avi -o GAMES.mkv > terminate called after throwing an instance of 'std::bad_cast' > what

Re: [OpenIndiana-discuss] mkvmerge fails

2018-05-23 Thread Aurélien Larcher
On Wed, May 23, 2018 at 5:31 PM, Aurélien Larcher < aurelien.larc...@gmail.com> wrote: > > > On Wed, May 23, 2018 at 5:28 PM, Apostolos Syropoulos via > openindiana-discuss wrote: > >> After upgrading I have noticed that neither mkvmerge nor mkvextract >> work anymore! >> $ mkvmerge -D audio.avi

Re: [OpenIndiana-discuss] mkvmerge fails

2018-05-23 Thread Jacques Hugo
See if ffmpeg works for you. Something like ffmpeg -i video.avi -i audio.avi -map 0:0 -map 1:0 -c copy -f matroska games.mkv -Jacques Jacques Hugo Three Two Labs Information Technology | Solaris Engineering 32L Phone +44 7939 433701 jacques.h...@threetwo.co.uk

Re: [OpenIndiana-discuss] mkvmerge fails

2018-05-23 Thread Apostolos Syropoulos via openindiana-discuss
>See if ffmpeg works for you.  Something like> >ffmpeg -i video.avi -i audio.avi -map 0:0 -map 1:0 -c copy -f matroska >games.mkv First I have compiled both ffmpeg and mkvtools. fmpeg --version ffmpeg version 3.4.1 Copyright (c) 2000-2017 the FFmpeg developers   built with gcc 4.9.4 (GCC)   c

Re: [OpenIndiana-discuss] mkvmerge fails

2018-05-23 Thread Alan Coopersmith
On 05/23/18 08:28 AM, Apostolos Syropoulos via openindiana-discuss wrote: > I have no idea what this KTPI thing does but it certainly has > made my life more difficult. How can I deactivate it? KPTI protects you from Meltdown attacks, which could be run as Javascript in your web browser if you vis

Re: [OpenIndiana-discuss] mkvmerge fails

2018-05-23 Thread Aurélien Larcher
On Wed, May 23, 2018 at 5:44 PM, Apostolos Syropoulos via openindiana-discuss wrote: > > >See if ffmpeg works for you. Something like> > >ffmpeg -i video.avi -i audio.avi -map 0:0 -map 1:0 -c copy -f matroska > games.mkv > > First I have compiled both ffmpeg and mkvtools. > > fmpeg --version >

[OpenIndiana-discuss] How do I fix over counting boot message

2018-05-23 Thread Jason Martin
It used to say (mounting something): (number/same_number) Now it is like it over counts and states (null): (14/13) Have noticed after updating weeks ago. ___ openindiana-discuss mailing list openindiana-discuss@openindiana.org https://openindiana.org/m

Re: [OpenIndiana-discuss] Need some building expertise, Thank You.

2018-05-23 Thread Jason Martin
When building the subversion plugin why is PKG_CHECK_MODULES returning 32 bit? Patched configure.ac to echo PKG_CONFIG_PATH YES /usr/lib/amd64/pkgconfig/gnutls-3: YES /usr/lib/amd64/pkgconfig: YES /usr/apr/lib/amd64/pkgconfig: YES /usr/apr-util/lib/amd64/pkgconfig: echo what is returned afte

Re: [OpenIndiana-discuss] Need some building expertise, Thank You.

2018-05-23 Thread Jason Martin
In /usr/apr/lib/pkgconfig mv apr-1.pc apr-1_32.pc Works! -L/usr/apr/lib/amd64 -lapr-1 -luuid -lsendfile -lsocket -lnsl -lpthread Some kind of pkg-config nested search bug??? ___ openindiana-discuss mailing list openindiana-discuss@openindiana.org h

Re: [OpenIndiana-discuss] mkvmerge fails

2018-05-23 Thread Apostolos Syropoulos via openindiana-discuss
>Multimedia libraries were updated recently, though advertized as ABI >compatible. >If you compiled mkvmerge and mkvextract yourself then you may need to rebuild >them. Thanks for the suggestion. I rebuild the mkvtools and now they work as expected. A.S. PS So something else is responsible fo

Re: [OpenIndiana-discuss] Need some building expertise, Thank You.

2018-05-23 Thread Jason Martin
Sorry, just tired and sick I had link to 32 bit in /usr/lib/amd64/pkgconfig from days ago On 05/23/18 03:18 PM, Jason Martin wrote: In /usr/apr/lib/pkgconfig mv apr-1.pc apr-1_32.pc Works! -L/usr/apr/lib/amd64 -lapr-1 -luuid -lsendfile -lsocket -lnsl -lpthread Some kind of pkg-config nest

Re: [OpenIndiana-discuss] Wine and recent Openindiana

2018-05-23 Thread bentahyr
Yes, thanks for the work by the OI team, it is quite easy to compile recent version. For wine 3.8, just use the following patch : = BEGIN --- dlls/ntdll/signal_i386.c2016-12-24 08:52:13.0 +1300 +++ dlls/ntdll/signal_i386.c2017-01-03 15:34:44.137167786 +1300 @@ -32

Re: [OpenIndiana-discuss] mkvmerge fails

2018-05-23 Thread Alexander Pyhalov
On 23.05.2018 18:46, Alan Coopersmith wrote: https://omniosce.org/info/kpti documents how to disable for OmniOS - I'd guess OpenIndiana is very similar. Unfortunately, KPTI-related changes have side effects even if you disable KPTI on boot :( --- System Administrator of Southern Federal U