Re: [OpenIndiana-discuss] OpenIndiana-discuss] Building Filezilla 3.12.02 and later, ...:

2019-03-26 Thread Tim Mooney

In regard to: Re: [OpenIndiana-discuss] OpenIndiana-discuss] Building...:

mv -f .deps/filezilla-asksavepassworddialog.Tpo 
.deps/filezilla-asksavepassworddialog.Po
g++ -DHAVE_CONFIG_H -I. -I../../src/include  -I./../include 
-I/usr/lib/wx/include/motif-unicode-3.0 -I/usr/include/wx-3.0 
-D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMOTIF__   -I/usr/include/idn 
-I/usr/include/wx-3.0 -I/usr/include/gnutls-3/gnutls -fpch-preprocess -g -O2 
-Wall -MT filezilla-asyncrequestqueue.o -MD -MP -MF 
.deps/filezilla-asyncrequestqueue.Tpo -c -o filezilla-asyncrequestqueue.o 
`test -f 'asyncrequestqueue.cpp' || echo './'`asyncrequestqueue.cpp

In file included from statusbar.h:6:0,
from Mainfrm.h:4,
from asyncrequestqueue.cpp:7:
state.h:166:32: error: 'wxFileDataObject' does not name a type
 void UploadDroppedFiles(const wxFileDataObject* pFileDataObject, const 
wxString& subdir, bool queueOnly);

   ^~~~
state.h:167:32: error: 'wxFileDataObject' does not name a type
 void UploadDroppedFiles(const wxFileDataObject* pFileDataObject, const 
CServerPath& path, bool queueOnly);

   ^~~~
state.h:168:32: error: 'wxFileDataObject' does not name a type
 void HandleDroppedFiles(const wxFileDataObject* pFileDataObject, const 
CLocalPath& path, bool copy);

   ^~~~


It can't find a data type it's expecting.

Did you remove the system package for library/graphics/wxwidgets before you
installed your copy of wxwidgets 3.0.x?  It seems like the compilation
process might be finding an older (2.8.x) version of one or more header
files.

I personally wouldn't "gmake install" to locations under /usr/include or
/usr/lib, as it may be very difficult to separate OS packages and your
stuff in the future.  If you're not going to package each component
into an IPS package, then using a separate prefix (/usr/local,
/opt/, or something else) is often useful.

Tim
--
Tim Mooney tim.moo...@ndsu.edu
Enterprise Computing & Infrastructure  701-231-1076 (Voice)
Room 242-J6, Quentin Burdick Building  701-231-8541 (Fax)
North Dakota State University, Fargo, ND 58105-5164

___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] OI 20181023 on Lenovo p72/p600 and SuperMicro 7039a-i does not even boot :(

2019-03-26 Thread Joshua M. Clulow
On Tue, 26 Mar 2019 at 15:17, Tomasz Kłoczko  wrote:
> On Sun, 24 Mar 2019 at 20:31, Tomasz Kłoczko 
> wrote:
> > Yeah I'm trying to install IO 20181023 on both :)
> > So fat without success :l
> >
>
> TBH I'm a bit surprised that no one can help with quite fresh HW :(
> No suggestion about what I can do about diagnose the issue .. literally no
> feedback :L

The OI media from 20181023 is getting a bit old at this point.  There
have been various fixes to illumos since then.  Would you be willing
to try booting media from another distribution with a more recent ISO
available?

You could try the "Bloody" release train of OmniOS, available at
https://omniosce.org/download.html

You could also try the latest SmartOS ISO, available at
https://us-east.manta.joyent.com/Joyent_Dev/public/SmartOS/latest.html

Trying those ISOs should relatively easily enable us to see if the
problem you're experiencing is already fixed in illumos, and you just
need fresh OI install media.


Cheers.

-- 
Joshua M. Clulow
Engineer @ Joyent
http://blog.sysmgr.org

___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] OI 20181023 on Lenovo p72/p600 and SuperMicro 7039a-i does not even boot :(

2019-03-26 Thread Tomasz Kłoczko
On Sun, 24 Mar 2019 at 20:31, Tomasz Kłoczko 
wrote:

> Hi,
>
> Yeah I'm trying to install IO 20181023 on both :)
> So fat without success :l
>

TBH I'm a bit surprised that no one can help with quite fresh HW :(
No suggestion about what I can do about diagnose the issue .. literally no
feedback :L

kloczek
-- 
Tomasz Kłoczko | LinkedIn: http://lnkd.in/FXPWxH
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] OpenIndiana-discuss] Building Filezilla 3.12.02 and later, ...:

2019-03-26 Thread russell

Hi,

The compilation of Filezilla 3.31.0 is almost complete it is failing on 
building the GUI (see extract below)

Any advice gratefully received.


Making all in .
gmake[4]: Entering directory '/tmp/filezilla-3.31.0/src/interface'
g++ -DHAVE_CONFIG_H -I. -I../../src/include  -I./../include 
-I/usr/lib/wx/include/motif-unicode-3.0 -I/usr/include/wx-3.0 
-D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMOTIF__   -I/usr/include/idn 
-I/usr/include/wx-3.0 -I/usr/include/gnutls-3/gnutls -fpch-preprocess 
-g -O2 -Wall -MT filezilla-aboutdialog.o -MD -MP -MF 
.deps/filezilla-aboutdialog.Tpo -c -o filezilla-aboutdialog.o `test -f 
'aboutdialog.cpp' || echo './'`aboutdialog.cpp

mv -f .deps/filezilla-aboutdialog.Tpo .deps/filezilla-aboutdialog.Po
g++ -DHAVE_CONFIG_H -I. -I../../src/include  -I./../include 
-I/usr/lib/wx/include/motif-unicode-3.0 -I/usr/include/wx-3.0 
-D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMOTIF__   -I/usr/include/idn 
-I/usr/include/wx-3.0 -I/usr/include/gnutls-3/gnutls -fpch-preprocess 
-g -O2 -Wall -MT filezilla-asksavepassworddialog.o -MD -MP -MF 
.deps/filezilla-asksavepassworddialog.Tpo -c -o 
filezilla-asksavepassworddialog.o `test -f 'asksavepassworddialog.cpp' 
|| echo './'`asksavepassworddialog.cpp
mv -f .deps/filezilla-asksavepassworddialog.Tpo 
.deps/filezilla-asksavepassworddialog.Po
g++ -DHAVE_CONFIG_H -I. -I../../src/include  -I./../include 
-I/usr/lib/wx/include/motif-unicode-3.0 -I/usr/include/wx-3.0 
-D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMOTIF__   -I/usr/include/idn 
-I/usr/include/wx-3.0 -I/usr/include/gnutls-3/gnutls -fpch-preprocess 
-g -O2 -Wall -MT filezilla-asyncrequestqueue.o -MD -MP -MF 
.deps/filezilla-asyncrequestqueue.Tpo -c -o 
filezilla-asyncrequestqueue.o `test -f 'asyncrequestqueue.cpp' || echo 
'./'`asyncrequestqueue.cpp

In file included from statusbar.h:6:0,
 from Mainfrm.h:4,
 from asyncrequestqueue.cpp:7:
state.h:166:32: error: 'wxFileDataObject' does not name a type
  void UploadDroppedFiles(const wxFileDataObject* pFileDataObject, 
const wxString& subdir, bool queueOnly);

^~~~
state.h:167:32: error: 'wxFileDataObject' does not name a type
  void UploadDroppedFiles(const wxFileDataObject* pFileDataObject, 
const CServerPath& path, bool queueOnly);

^~~~
state.h:168:32: error: 'wxFileDataObject' does not name a type
  void HandleDroppedFiles(const wxFileDataObject* pFileDataObject, 
const CLocalPath& path, bool copy);

^~~~
gmake[4]: *** [Makefile:1144: filezilla-asyncrequestqueue.o] Error 1
gmake[4]: Leaving directory '/tmp/filezilla-3.31.0/src/interface'
gmake[3]: *** [Makefile:2902: all-recursive] Error 1
gmake[3]: Leaving directory '/tmp/filezilla-3.31.0/src/interface'
gmake[2]: *** [Makefile:819: all] Error 2
gmake[2]: Leaving directory '/tmp/filezilla-3.31.0/src/interface'
gmake[1]: *** [Makefile:436: all-recursive] Error 1
gmake[1]: Leaving directory '/tmp/filezilla-3.31.0/src'
gmake: *** [Makefile:619: all-recursive] Error 1



TIA

Russell

___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


[OpenIndiana-discuss] OpenIndiana-discuss] Building Filezilla 3.12.02 and later, ...:

2019-03-26 Thread russell

Hi

Thanks Tim for your assistance, I have finally built Guile though it did 
 take longer to build than watching the fifth Pirates of the Carribbean.


So far I built the following prequisites for Filezilla 3.31.0 and 
earlier can use libfilezilla-0.12.1


For Filezilla 3.7.4.1

1. Build libfilezilla-0.12.1

$ CC=gcc CXX=g++ ./configure --prefix=/usr --enable-shared=yes 
--disable-static

$ gmake
# gmake install

2. Build Filezilla 3.7.4.1

$ CC=gcc CXX=g++ CPPFLAGS="-I/usr/include/idn -I/usr/include/wx-2.8" 
./configure  --prefix=/usr --enable-shared=yes --disable-locales 
--disable-static --disable-autoupdatecheck --with-tinyxml=builtin

$ gmake
# gmake install


For Filezilla 3.9 - 3.31

1. Build wx-3.0.4 - the 3.1.X release is flagged as development and will 
not be used

$ CC=gcc CXX=g++ ./configure --prefix=/usr --enable-printfposparam
$ gmake
# gmake install

2. Build libnettle 3.4.1
$ CC=gcc CXX=g++ CFLAGS="-I/usr/include/gmp" ./configure --prefix=/usr 
-disable-static -enable-shared=yes --enable-public-key --enable-openssl

$ gmake
# gmake install

Build libunbound 1.9.1
$ CC=gcc  PKG_CONFIG_PATH=/opt/lib/pkgconfig ./configure  --prefix=/usr
$ gmake
# gmake install

GNU MP 6.1.2 - already installed via OpenIndiana repository

Build GNU Guile 2.2 or later
$ CC=gcc CFLAGS="-I/usr/include/gmp" LIBS='-lsocket -lnsl' 
PKG_CONFIG_PATH=/usr/lib/pkgconfig ./configure  --prefix=/usr 
-disable-static -enable-shared=yes

$ gmake
# gmake install

3. Build GnuTLS 3.6.6
CC=gcc CXX=g++ CFLAGS="-I/usr/include/idn -I/usr/include/idn2 
-I/usr/include/gmp" LDFLAGS="-L/usr/lib" 
PKG_CONFIG_PATH=/opt/lib/pkgconfig ./configure --prefix=/usr 
--enable-openssl-compatibility --disable-ssl2-support 
--disable-dependency-tracking



I have attempted to build Filezilla 3.41.2 (latest release) and 
discovered that Filezilla 3.41.2 requires libfilezilla-0.15.1.


I will work on getting Filezilla 3.31.0 built.


___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] installing pthreads for compiling

2019-03-26 Thread Tim Mooney

In regard to: [OpenIndiana-discuss] installing pthreads for compiling,...:


I have setup Openindiana from the live DVD just now and have installed
gcc-8, cmake, and some libraries as I want to compile a small application,
but am getting a message that "pthreads,h - not found"


People have already mentioned the 'build-essential' meta package, that
installs packages that are likely needed (essential) for any build.

Depending on what you're trying to do, there are certainly additional
development-related packages that aren't included in build-essential.


I looked on the OpenIndiana package library online and found

library/pth@2.0.7,5.11-2018.0.0.0:20180211T123900Z



I don't think library/pth is what's missing.


x11/library/libpthread-stubs@0.3,5.11-2018.0.0.0:20180212T053005Z



I have had a few packages that haven't compiled because of that missing
stub, so I typically install it when I'm setting up a build system:

sudo pkg install x11/library/pthread-stubs


for which I tried to install them but it said that no update was necessary
for these images.


Are they actually installed?

pkg list | egrep 'libpthread-stubs|library/pth'

Tim
--
Tim Mooney tim.moo...@ndsu.edu
Enterprise Computing & Infrastructure  701-231-1076 (Voice)
Room 242-J6, Quentin Burdick Building  701-231-8541 (Fax)
North Dakota State University, Fargo, ND 58105-5164

___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] installing pthreads for compiling

2019-03-26 Thread Peter Tribble
On Tue, Mar 26, 2019 at 5:51 PM Lonnie Cumberland 
wrote:

> Hello Andreas.
>
> Thanks for your response.
>
> Unfortunately, although I just installed the "system/header" and
> "build-essential" packages, when I tried a clean "cmake" on the code, it
> still says that it cannot find "pthread.h" for some reason.
>

The file CMakeFiles/CMakeOutput.log ought to have more verbose details of
why it failed.


> I was just trying to build a project that I found on Github "slim" (
> https://github.com/iwamatsu/slim)  which is a very lightweight login
> greeter that I wanted to try as my understanding is that the
> "LightDM+GTK-Greeter" needs a lot of support libraries and has a large
> footprint although I am not completely sure about this part and may have to
> try it.
>

You may find https://github.com/ptribble/tslim (which is a Solarish port of
SLiM)
to work better. (Although if you can't find pthread.h for regular slim, my
fork
shouldn't be any different. But mine is designed for use in illumos, and is
used
as the login manager in Tribblix.)


> Cheers,
> Lonnie
>
>
>
> On Tue, Mar 26, 2019 at 1:07 PM Andreas Wacknitz 
> wrote:
>
> > Am 26.03.19 um 16:57 schrieb Lonnie Cumberland:
> > > Hello,
> > >
> > > I have setup Openindiana from the live DVD just now and have installed
> > > gcc-8, cmake, and some libraries as I want to compile a small
> > application,
> > > but am getting a message that "pthreads,h - not found"
> > Are you sure that it's pthreads.h? I only see pthread.h in my build env.
> > You could check whether the
> > package "system/header" is installed. We also have the package
> > "build-essential" which should install
> > a foundation of what is needed to compile software.
> >
> > Regards,
> > Andreas
> > >
> > > I looked on the OpenIndiana package library online and found
> > >
> > > library/pth@2.0.7,5.11-2018.0.0.0:20180211T123900Z
> > > <
> >
> http://pkg.openindiana.org/hipster/info/0/library%2Fpth%402.0.7%2C5.11-2018.0.0.0%3A20180211T123900Z
> > >
> > >
> > > and
> > > x11/library/libpthread-stubs@0.3,5.11-2018.0.0.0:20180212T053005Z
> > > <
> >
> http://pkg.openindiana.org/hipster/info/0/x11%2Flibrary%2Flibpthread-stubs%400.3%2C5.11-2018.0.0.0%3A20180212T053005Z
> > >
> > >
> > > for which I tried to install them but it said that no update was
> > necessary
> > > for these images.
> > >
> > > Can someone please tell me how I might be able to fix this?
> > > Thanks,
> > > Lonnie
> > > ___
> > > openindiana-discuss mailing list
> > > openindiana-discuss@openindiana.org
> > > https://openindiana.org/mailman/listinfo/openindiana-discuss
> >
> >
> > ___
> > openindiana-discuss mailing list
> > openindiana-discuss@openindiana.org
> > https://openindiana.org/mailman/listinfo/openindiana-discuss
> >
>
>
> --
> Best Regards,
>
> Lonnie T. Cumberland, PhD.
> Email: lonnie.cumberl...@outstep.com
> ___
> openindiana-discuss mailing list
> openindiana-discuss@openindiana.org
> https://openindiana.org/mailman/listinfo/openindiana-discuss
>


-- 
-Peter Tribble
http://www.petertribble.co.uk/ - http://ptribble.blogspot.com/
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] installing pthreads for compiling

2019-03-26 Thread Alan Coopersmith

On 3/26/19 10:50 AM, Lonnie Cumberland wrote:

Hello Andreas.

Thanks for your response.

Unfortunately, although I just installed the "system/header" and
"build-essential" packages, when I tried a clean "cmake" on the code, it > still says 
that it cannot find "pthread.h" for some reason.


Check the output of "pkg facet" to make sure you have not set the "devel"
facet to False, as that will prevent installing headers and other files
needed to build software.

--
-Alan Coopersmith-   alan.coopersm...@oracle.com
 Oracle Solaris Engineering - https://blogs.oracle.com/alanc

___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] installing pthreads for compiling

2019-03-26 Thread Lonnie Cumberland
Hello Andreas.

Thanks for your response.

Unfortunately, although I just installed the "system/header" and
"build-essential" packages, when I tried a clean "cmake" on the code, it
still says that it cannot find "pthread.h" for some reason.

I was just trying to build a project that I found on Github "slim" (
https://github.com/iwamatsu/slim)  which is a very lightweight login
greeter that I wanted to try as my understanding is that the
"LightDM+GTK-Greeter" needs a lot of support libraries and has a large
footprint although I am not completely sure about this part and may have to
try it.

Cheers,
Lonnie



On Tue, Mar 26, 2019 at 1:07 PM Andreas Wacknitz  wrote:

> Am 26.03.19 um 16:57 schrieb Lonnie Cumberland:
> > Hello,
> >
> > I have setup Openindiana from the live DVD just now and have installed
> > gcc-8, cmake, and some libraries as I want to compile a small
> application,
> > but am getting a message that "pthreads,h - not found"
> Are you sure that it's pthreads.h? I only see pthread.h in my build env.
> You could check whether the
> package "system/header" is installed. We also have the package
> "build-essential" which should install
> a foundation of what is needed to compile software.
>
> Regards,
> Andreas
> >
> > I looked on the OpenIndiana package library online and found
> >
> > library/pth@2.0.7,5.11-2018.0.0.0:20180211T123900Z
> > <
> http://pkg.openindiana.org/hipster/info/0/library%2Fpth%402.0.7%2C5.11-2018.0.0.0%3A20180211T123900Z
> >
> >
> > and
> > x11/library/libpthread-stubs@0.3,5.11-2018.0.0.0:20180212T053005Z
> > <
> http://pkg.openindiana.org/hipster/info/0/x11%2Flibrary%2Flibpthread-stubs%400.3%2C5.11-2018.0.0.0%3A20180212T053005Z
> >
> >
> > for which I tried to install them but it said that no update was
> necessary
> > for these images.
> >
> > Can someone please tell me how I might be able to fix this?
> > Thanks,
> > Lonnie
> > ___
> > openindiana-discuss mailing list
> > openindiana-discuss@openindiana.org
> > https://openindiana.org/mailman/listinfo/openindiana-discuss
>
>
> ___
> openindiana-discuss mailing list
> openindiana-discuss@openindiana.org
> https://openindiana.org/mailman/listinfo/openindiana-discuss
>


-- 
Best Regards,

Lonnie T. Cumberland, PhD.
Email: lonnie.cumberl...@outstep.com
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] installing pthreads for compiling

2019-03-26 Thread Andreas Wacknitz
Am 26.03.19 um 16:57 schrieb Lonnie Cumberland:
> Hello,
>
> I have setup Openindiana from the live DVD just now and have installed
> gcc-8, cmake, and some libraries as I want to compile a small application,
> but am getting a message that "pthreads,h - not found"
Are you sure that it's pthreads.h? I only see pthread.h in my build env.
You could check whether the
package "system/header" is installed. We also have the package
"build-essential" which should install
a foundation of what is needed to compile software.

Regards,
Andreas
>
> I looked on the OpenIndiana package library online and found
>
> library/pth@2.0.7,5.11-2018.0.0.0:20180211T123900Z
> 
>
> and
> x11/library/libpthread-stubs@0.3,5.11-2018.0.0.0:20180212T053005Z
> 
>
> for which I tried to install them but it said that no update was necessary
> for these images.
>
> Can someone please tell me how I might be able to fix this?
> Thanks,
> Lonnie
> ___
> openindiana-discuss mailing list
> openindiana-discuss@openindiana.org
> https://openindiana.org/mailman/listinfo/openindiana-discuss


___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


[OpenIndiana-discuss] installing pthreads for compiling

2019-03-26 Thread Lonnie Cumberland
Hello,

I have setup Openindiana from the live DVD just now and have installed
gcc-8, cmake, and some libraries as I want to compile a small application,
but am getting a message that "pthreads,h - not found"

I looked on the OpenIndiana package library online and found

library/pth@2.0.7,5.11-2018.0.0.0:20180211T123900Z


and
x11/library/libpthread-stubs@0.3,5.11-2018.0.0.0:20180212T053005Z


for which I tried to install them but it said that no update was necessary
for these images.

Can someone please tell me how I might be able to fix this?
Thanks,
Lonnie
___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss