Re: [oi-dev] fmemopen not found for compiling samba-4.10.0

2019-03-20 Thread Rouven WEILER
Okay thanks for the info.

Samba devs are informed about that special issue with fmemopen.
The issue came up with the update from samba-4.9.4 to 4.10.0. Before there was 
no fmemopen in the code.
Maybe I will just push a WIP concerning samba-4.10.0 request to oi-userland. 
There are some issue with python as the samba team change the python bindings 
to bind to python35 and I am right now struggeling with that.
So I can ask quite good for help I think.


> Am 20.03.2019 um 22:35 schrieb Till Wegmüller :
> 
> Hi
> 
> fmemopen Seems to be only from the newest iteration of the Posix
> Standard. We do not support that yet.
> 
> If I look into pkgsrc I see quite a few Patches you might want to look
> at[0]. Pkgsrc being SmartOS package management wich is also available on
> OI as addition to IPS. [1]
> 
> We would welcome any Makefiles and manifests under [2]. Have a look at
> [3] for instructions on how to make one.
> 
> Greetings
> Till
> 
> 
> [0] https://github.com/joyent/pkgsrc/tree/trunk/net/samba4/patches
> [1] https://pkgsrc.joyent.com/
> [2] https://github.com/OpenIndiana/oi-userland
> [3] https://wiki.openindiana.org/oi/Building+with+oi-userland
> On 3/20/19 9:07 PM, Rouven WEILER wrote:
>> I am trying to create the IPS package for samba-4.10.0.
>> 
>> The samba team changed a lot there and introduced a tool that needs 
>> fmemopen. Compinling on OI shows an error with an unknown linker reference 
>> to the respective symbol.
>> As of now I just pathed the source code for avoiding the build of that tool 
>> as recommended by the samba team.
>> 
>> But now the question:
>> How do I get the respective library that includes this symbol?
>> fmemopen seems to be kind of a posix standard and is included in glibc.
>> 
>> 
>> ___
>> oi-dev mailing list
>> oi-dev@openindiana.org
>> https://openindiana.org/mailman/listinfo/oi-dev
>> 
> 
> ___
> oi-dev mailing list
> oi-dev@openindiana.org
> https://openindiana.org/mailman/listinfo/oi-dev


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


Re: [oi-dev] fmemopen not found for compiling samba-4.10.0

2019-03-20 Thread Till Wegmüller
Hi

fmemopen Seems to be only from the newest iteration of the Posix
Standard. We do not support that yet.

If I look into pkgsrc I see quite a few Patches you might want to look
at[0]. Pkgsrc being SmartOS package management wich is also available on
OI as addition to IPS. [1]

We would welcome any Makefiles and manifests under [2]. Have a look at
[3] for instructions on how to make one.

Greetings
Till


[0] https://github.com/joyent/pkgsrc/tree/trunk/net/samba4/patches
[1] https://pkgsrc.joyent.com/
[2] https://github.com/OpenIndiana/oi-userland
[3] https://wiki.openindiana.org/oi/Building+with+oi-userland
On 3/20/19 9:07 PM, Rouven WEILER wrote:
> I am trying to create the IPS package for samba-4.10.0.
> 
> The samba team changed a lot there and introduced a tool that needs fmemopen. 
> Compinling on OI shows an error with an unknown linker reference to the 
> respective symbol.
> As of now I just pathed the source code for avoiding the build of that tool 
> as recommended by the samba team.
> 
> But now the question:
> How do I get the respective library that includes this symbol?
> fmemopen seems to be kind of a posix standard and is included in glibc.
> 
> 
> ___
> oi-dev mailing list
> oi-dev@openindiana.org
> https://openindiana.org/mailman/listinfo/oi-dev
> 

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


[oi-dev] fmemopen not found for compiling samba-4.10.0

2019-03-20 Thread Rouven WEILER
I am trying to create the IPS package for samba-4.10.0.

The samba team changed a lot there and introduced a tool that needs fmemopen. 
Compinling on OI shows an error with an unknown linker reference to the 
respective symbol.
As of now I just pathed the source code for avoiding the build of that tool as 
recommended by the samba team.

But now the question:
How do I get the respective library that includes this symbol?
fmemopen seems to be kind of a posix standard and is included in glibc.


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