Github messages for voidlinux
 help / color / mirror / Atom feed
* Re: [do not merge ] Samba4
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-9087@inbox.vuxu.org>
@ 2019-05-08 16:34 ` voidlinux-github
  2019-07-06 18:06 ` voidlinux-github
                   ` (24 subsequent siblings)
  25 siblings, 0 replies; 26+ messages in thread
From: voidlinux-github @ 2019-05-08 16:34 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 175 bytes --]

New comment by Anachron on void-packages repository

https://github.com/void-linux/void-packages/pull/9087#issuecomment-490558762
Comment:
@arete please fix remaining issues.

^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: [do not merge ] Samba4
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-9087@inbox.vuxu.org>
                   ` (24 preceding siblings ...)
  2020-02-17 18:19 ` damadmai
@ 2020-11-01 20:11 ` Gottox
  25 siblings, 0 replies; 26+ messages in thread
From: Gottox @ 2020-11-01 20:11 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 147 bytes --]

New comment by Gottox on void-packages repository

https://github.com/void-linux/void-packages/pull/9087#issuecomment-720144331

Comment:
outdated

^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: [do not merge ] Samba4
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-9087@inbox.vuxu.org>
                   ` (23 preceding siblings ...)
  2019-09-21 17:32 ` voidlinux-github
@ 2020-02-17 18:19 ` damadmai
  2020-11-01 20:11 ` Gottox
  25 siblings, 0 replies; 26+ messages in thread
From: damadmai @ 2020-02-17 18:19 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 223 bytes --]

New comment by damadmai on void-packages repository

https://github.com/void-linux/void-packages/pull/9087#issuecomment-587110649

Comment:
Hi @Anachron Do you already have a pull request for samba4?
Could I help somehow?

^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: [do not merge ] Samba4
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-9087@inbox.vuxu.org>
                   ` (22 preceding siblings ...)
  2019-07-12 15:45 ` voidlinux-github
@ 2019-09-21 17:32 ` voidlinux-github
  2020-02-17 18:19 ` damadmai
  2020-11-01 20:11 ` Gottox
  25 siblings, 0 replies; 26+ messages in thread
From: voidlinux-github @ 2019-09-21 17:32 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 161 bytes --]

New comment by Anachron on void-packages repository

https://github.com/void-linux/void-packages/pull/9087#issuecomment-533815978

Comment:
@Gottox @arete ping.

^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: [do not merge ] Samba4
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-9087@inbox.vuxu.org>
                   ` (21 preceding siblings ...)
  2019-07-12 15:45 ` voidlinux-github
@ 2019-07-12 15:45 ` voidlinux-github
  2019-09-21 17:32 ` voidlinux-github
                   ` (2 subsequent siblings)
  25 siblings, 0 replies; 26+ messages in thread
From: voidlinux-github @ 2019-07-12 15:45 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 878 bytes --]

New comment by Anachron on void-packages repository

https://github.com/void-linux/void-packages/pull/9087#issuecomment-510785395
Comment:
1.) One needs to copy the answers file to aarch64: `cp armv7l.answers aarch64.answers` to be able to compile it for that arch.

2.) It's missing some deps `ldb` and `tevent` for ARM. One needs to manually build them on ARM. (Those have nocross right now. Maybe they have been fixed meanwhile?)

3.) Even when one builds those himself (building `ldb` is enough as `tevent` is a dep) it still has some `shlib` issue: 
```
 [rpi@rpi3] ~/pkg/xb/git-repo ˪master » grep 'samba-3.6' common/shlibs
libnetapi.so.0 samba-3.6.23_1
libsmbsharemodes.so.0 samba-3.6.23_1
```
Those shlibs need to be fixed in the `common/shlibs` file.

4.) The template is wrong for `samba4-devel`, should require `libsmbclient4` not `libsmbclient`.


^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: [do not merge ] Samba4
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-9087@inbox.vuxu.org>
                   ` (20 preceding siblings ...)
  2019-07-12 15:44 ` voidlinux-github
@ 2019-07-12 15:45 ` voidlinux-github
  2019-07-12 15:45 ` voidlinux-github
                   ` (3 subsequent siblings)
  25 siblings, 0 replies; 26+ messages in thread
From: voidlinux-github @ 2019-07-12 15:45 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 816 bytes --]

New comment by Anachron on void-packages repository

https://github.com/void-linux/void-packages/pull/9087#issuecomment-510785395
Comment:
1.) One needs to copy the answers file to aarch64: `cp armv7l.answers aarch64.answers` to be able to compile it for that arch.

2.) It's missing some deps `ldb` and `tevent` for ARM. One needs to manually build them on ARM. (Those have nocross right now. Maybe they have been fixed meanwhile?)

3.) Even when one builds those himself (building `ldb` is enough as `tevent` is a dep) it still has some `shlib` issue: 
```
 [rpi@rpi3] ~/pkg/xb/git-repo ˪master » grep 'samba-3.6' common/shlibs
libnetapi.so.0 samba-3.6.23_1
libsmbsharemodes.so.0 samba-3.6.23_1
```
4.) The template is wrong for `samba4-devel`, should require `libsmbclient4` not `libsmbclient`.


^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: [do not merge ] Samba4
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-9087@inbox.vuxu.org>
                   ` (19 preceding siblings ...)
  2019-07-12 12:59 ` voidlinux-github
@ 2019-07-12 15:44 ` voidlinux-github
  2019-07-12 15:45 ` voidlinux-github
                   ` (4 subsequent siblings)
  25 siblings, 0 replies; 26+ messages in thread
From: voidlinux-github @ 2019-07-12 15:44 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 746 bytes --]

New comment by Anachron on void-packages repository

https://github.com/void-linux/void-packages/pull/9087#issuecomment-510785395
Comment:
1.) One needs to copy the answers file to aarch64: `cp armv7l.answers aarch64.answers` to be able to compile it for that arch.

2.) It's missing some deps `ldb` and `tevent` for ARM. One needs to manually build them on ARM.

3.) Even when one builds those himself (building `ldb` is enough as `tevent` is a dep) it still has some `shlib` issue: 
```
 [rpi@rpi3] ~/pkg/xb/git-repo ˪master » grep 'samba-3.6' common/shlibs
libnetapi.so.0 samba-3.6.23_1
libsmbsharemodes.so.0 samba-3.6.23_1
```
4.) The template is wrong for `samba4-devel`, should require `libsmbclient4` not `libsmbclient`.


^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: [do not merge ] Samba4
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-9087@inbox.vuxu.org>
                   ` (18 preceding siblings ...)
  2019-07-12 12:51 ` voidlinux-github
@ 2019-07-12 12:59 ` voidlinux-github
  2019-07-12 15:44 ` voidlinux-github
                   ` (5 subsequent siblings)
  25 siblings, 0 replies; 26+ messages in thread
From: voidlinux-github @ 2019-07-12 12:59 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 7019 bytes --]

New comment by Anachron on void-packages repository

https://github.com/void-linux/void-packages/pull/9087#issuecomment-510785395
Comment:
Thanks for the new commits, I'm building it right now and will test it on my raspberry pi 3 B+.

Edit: 

Cross Compiling errors out currently on my machine:
https://gist.github.com/Anachron/7f9d136ec0ab5c40ae35f40257089e3e#file-samba-log-L75

Found the issue, one needs to copy the answers file to aarch64: `cp armv7l.answers aarch64.answers`.

It's missing some deps `ldb` and `tevent` for ARM. 

Even when one builds those himself (building `ldb` is enough as `tevent` is a dep) it still has some `shlib` issue: 
```
 [rpi@rpi3] ~ 8! » sudo xbps-install --repository=samba4 samba4
samba4-4.9.4_1: broken, unresolvable shlib `libnetapi.so.0'
Transaction aborted due to unresolved shlibs.
```

```
 [rpi@rpi3] ~ » sudo xbps-install --repository=samba4 libsamba4 2>&1 | head -n 5
libsamba4-4.9.4_1: broken, unresolvable shlib `libCHARSET3-samba4.so'
libsamba4-4.9.4_1: broken, unresolvable shlib `libHDB-SAMBA4-samba4.so'
libsamba4-4.9.4_1: broken, unresolvable shlib `libMESSAGING-SEND-samba4.so'
libsamba4-4.9.4_1: broken, unresolvable shlib `libMESSAGING-samba4.so'
libsamba4-4.9.4_1: broken, unresolvable shlib `libaddns-samba4.so'
...
```

```
[14:50:21] (samba4) Executing "query" ... 
architecture: x86_64
build-date: 2019-07-12 08:09 CEST
conf_files:
	/etc/pam.d/samba
	/etc/samba/smb.conf
conflicts:
	samba>=0
filename-sha256: c9b95a444cd47edab92364e59dd5e78b1578d1259a314269ee1ffce88a5c031d
filename-size: 3520KB
homepage: http://www.samba.org
installed_size: 33MB
license: GPL-3
maintainer: Gerardo Di Iorio <arete74@gmail.com>
pkgver: samba4-4.9.4_1
provides:
	samba-4.9.4_1
repository: /home/anon/pkg/xb/xbps-repo/pr/9087
shlib-requires:
	libldb.so.1
	libpython2.7.so.1.0
	libtalloc.so.2
	libc.so.6
	libpthread.so.0
	libtevent.so.0
	libtdb.so.1
	libwbclient.so.0
	libpam.so.0
	libpopt.so.0
	libldap-2.4.so.2
	libnetapi.so.0
	libreadline.so.8
	libformw.so.6
	libncursesw.so.6
	libpanelw.so.6
short_desc: SMB/CIFS file, print, and login server for Unix
[14:50:21] (samba4) done [RC=0]
```

```
[14:50:46] (libsamba4) Executing "query" ... 
architecture: x86_64
build-date: 2019-07-12 08:09 CEST
filename-sha256: c9d846876ed4506b49f272d2da22aa4479ca5eeacc012a8833cdaf7065dbb3f5
filename-size: 6333KB
homepage: http://www.samba.org
installed_size: 28MB
license: GPL-3
maintainer: Gerardo Di Iorio <arete74@gmail.com>
pkgver: libsamba4-4.9.4_1
repository: /home/anon/pkg/xb/xbps-repo/pr/9087
shlib-provides:
	libsmbldap.so.2
	libndr-krb5pac.so.0
	libsamba-passdb.so.0
	libdcerpc.so.0
	libnss_wins.so.2
	libnss_winbind.so.2
	libheimbase-samba4.so.1
	libhx509-samba4.so.5
	libpytalloc-util.so.2
	libwind-samba4.so.0
	libgssapi-samba4.so.2
	libtevent.so.0
	libheimntlm-samba4.so.1
	libhcrypto-samba4.so.5
	libasn1-samba4.so.8
	libldb.so.1
	libcom_err-samba4.so.0
	libroken-samba4.so.19
	libhdb-samba4.so.11
	libkrb5-samba4.so.26
	libkdc-samba4.so.2
	libpyldb-util.so.1
	libtevent-util.so.0
	libsamba-util.so.0
	libsamdb.so.0
	libsmbclient.so.0
	libsamba-hostconfig.so.0
	libdcerpc-binding.so.0
	libndr.so.0
	libdcerpc-samr.so.0
	libndr-nbt.so.0
	libdcerpc-server.so.0
	libwbclient.so.0
	libsamba-policy.so.0
	libsmbconf.so.0
	libsamba-credentials.so.0
	libnetapi.so.0
	libsamba-errors.so.1
	libndr-standard.so.0
shlib-requires:
	libsamba-util.so.0
	libsmbconf.so.0
	libsamba-debug-samba4.so
	libtevent.so.0
	libsmbd-shim-samba4.so
	libsamba-security-samba4.so
	liblber-2.4.so.2
	libldap-2.4.so.2
	libtalloc.so.2
	libc.so.6
	libndr.so.0
	libndr-standard.so.0
	libpthread.so.0
	libwbclient.so.0
	libsamdb-common-samba4.so
	libsamdb.so.0
	libsamba-credentials.so.0
	libreplace-samba4.so
	libsecrets3-samba4.so
	libldbsamba-samba4.so
	libcliauth-samba4.so
	libldb.so.1
	libcli-ldap-common-samba4.so
	libndr-samba-samba4.so
	libsamba-hostconfig.so.0
	libsamba-errors.so.1
	libdbwrap-samba4.so
	libtdb-wrap-samba4.so
	libutil-tdb-samba4.so
	libevents-samba4.so
	libsamba3-util-samba4.so
	libsamba-modules-samba4.so
	libtdb.so.1
	libsmbclient-raw-samba4.so
	libtevent-util.so.0
	libndr-nbt.so.0
	libdcerpc-binding.so.0
	libgensec-samba4.so
	libcli-cldap-samba4.so
	libcli-smb-common-samba4.so
	libdcerpc-samba-samba4.so
	libsamba-sockets-samba4.so
	libauthkrb5-samba4.so
	libgenrand-samba4.so
	libcli-ldap-samba4.so
	libwinbind-client-samba4.so
	libdnsserver-common-samba4.so
	libdl.so.2
	libsmb-transport-samba4.so
	libndr-samba4.so
	libcommon-auth-samba4.so
	libkrb5-samba4.so.26
	libkrb5samba-samba4.so
	libndr-krb5pac.so.0
	libidmap-samba4.so
	libsamba-passdb.so.0
	libads-samba4.so
	libasn1util-samba4.so
	libnss-info-samba4.so
	libgse-samba4.so
	libsmbldap.so.2
	libgssapi-samba4.so.2
	libresolv.so.2
	librt.so.1
	libMESSAGING-samba4.so
	libauth-unix-token-samba4.so
	libdcerpc-samba4.so
	libpam.so.0
	libflag-mapping-samba4.so
	libsocket-blocking-samba4.so
	libmessages-dgm-samba4.so
	libserver-id-db-samba4.so
	libcli-nbt-samba4.so
	libaddns-samba4.so
	libnetif-samba4.so
	libsys-rw-samba4.so
	libmsrpc3-samba4.so
	libasn1-samba4.so.8
	libcom_err-samba4.so.0
	libprinting-migrate-samba4.so
	libCHARSET3-samba4.so
	libnetapi.so.0
	libnpa-tstream-samba4.so
	libauth-samba4.so
	liblibsmb-samba4.so
	libsamba-cluster-support-samba4.so
	libcli-spoolss-samba4.so
	libtime-basic-samba4.so
	liblibcli-lsa3-samba4.so
	libutil-reg-samba4.so
	libavahi-client.so.3
	libacl.so.1
	libavahi-common.so.3
	libcups.so.2
	libldb-key-value-samba4.so
	liblmdb.so.0
	libservice-samba4.so
	libauth4-samba4.so
	libsamba-python-samba4.so
	libpython2.7.so.1.0
	libdcerpc.so.0
	libkdc-samba4.so.2
	libHDB-SAMBA4-samba4.so
	libpac-samba4.so
	libhdb-samba4.so.11
	libdsdb-module-samba4.so
	libdsdb-garbage-collect-tombstones-samba4.so
	libscavenge-dns-records-samba4.so
	libdcerpc-server.so.0
	libprocess-model-samba4.so
	libmsghdr-samba4.so
	libMESSAGING-SEND-samba4.so
	libpopt.so.0
	libutil-cmdline-samba4.so
	libcmdline-contexts-samba4.so
	libcluster-samba4.so
	libdb-glue-samba4.so
	libsmbldaphelper-samba4.so
	liblibcli-netlogon3-samba4.so
	libnsl.so.1
	libjansson.so.4
	libldb-mdb-int-samba4.so
	libgnutls.so.30
	libcmdline-credentials-samba4.so
	libsmbpasswdparser-samba4.so
	libcrypt.so.1
	libgpgme.so.11
	libsmbd-base-samba4.so
	libpytalloc-util.so.2
	libserver-role-samba4.so
	libtrusts-util-samba4.so
	libz.so.1
	libposix-eadb-samba4.so
	libxattr-tdb-samba4.so
	libdbus-1.so.3
	libsamba-net-samba4.so
	libcap.so.2
short_desc: Shared libraries for communication with SMB/CIFS servers
[14:50:46] (libsamba4) done [RC=0]
```

Seems like some shlib updates were missing:
```
 [rpi@rpi3] ~/pkg/xb/git-repo ˪master » grep 'samba-3.6' common/shlibs
libnetapi.so.0 samba-3.6.23_1
libsmbsharemodes.so.0 samba-3.6.23_1
```

^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: [do not merge ] Samba4
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-9087@inbox.vuxu.org>
                   ` (17 preceding siblings ...)
  2019-07-12 12:39 ` voidlinux-github
@ 2019-07-12 12:51 ` voidlinux-github
  2019-07-12 12:59 ` voidlinux-github
                   ` (6 subsequent siblings)
  25 siblings, 0 replies; 26+ messages in thread
From: voidlinux-github @ 2019-07-12 12:51 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 6815 bytes --]

New comment by Anachron on void-packages repository

https://github.com/void-linux/void-packages/pull/9087#issuecomment-510785395
Comment:
Thanks for the new commits, I'm building it right now and will test it on my raspberry pi 3 B+.

Edit: 

Cross Compiling errors out currently on my machine:
https://gist.github.com/Anachron/7f9d136ec0ab5c40ae35f40257089e3e#file-samba-log-L75

Found the issue, one needs to copy the answers file to aarch64: `cp armv7l.answers aarch64.answers`.

It's missing some deps `ldb` and `tevent` for ARM. 

Even when one builds those himself (building `ldb` is enough as `tevent` is a dep) it still has some `shlib` issue: 
```
 [rpi@rpi3] ~ 8! » sudo xbps-install --repository=samba4 samba4
samba4-4.9.4_1: broken, unresolvable shlib `libnetapi.so.0'
Transaction aborted due to unresolved shlibs.
```

```
 [rpi@rpi3] ~ » sudo xbps-install --repository=samba4 libsamba4 2>&1 | head -n 5
libsamba4-4.9.4_1: broken, unresolvable shlib `libCHARSET3-samba4.so'
libsamba4-4.9.4_1: broken, unresolvable shlib `libHDB-SAMBA4-samba4.so'
libsamba4-4.9.4_1: broken, unresolvable shlib `libMESSAGING-SEND-samba4.so'
libsamba4-4.9.4_1: broken, unresolvable shlib `libMESSAGING-samba4.so'
libsamba4-4.9.4_1: broken, unresolvable shlib `libaddns-samba4.so'
...
```

```
[14:50:21] (samba4) Executing "query" ... 
architecture: x86_64
build-date: 2019-07-12 08:09 CEST
conf_files:
	/etc/pam.d/samba
	/etc/samba/smb.conf
conflicts:
	samba>=0
filename-sha256: c9b95a444cd47edab92364e59dd5e78b1578d1259a314269ee1ffce88a5c031d
filename-size: 3520KB
homepage: http://www.samba.org
installed_size: 33MB
license: GPL-3
maintainer: Gerardo Di Iorio <arete74@gmail.com>
pkgver: samba4-4.9.4_1
provides:
	samba-4.9.4_1
repository: /home/anon/pkg/xb/xbps-repo/pr/9087
shlib-requires:
	libldb.so.1
	libpython2.7.so.1.0
	libtalloc.so.2
	libc.so.6
	libpthread.so.0
	libtevent.so.0
	libtdb.so.1
	libwbclient.so.0
	libpam.so.0
	libpopt.so.0
	libldap-2.4.so.2
	libnetapi.so.0
	libreadline.so.8
	libformw.so.6
	libncursesw.so.6
	libpanelw.so.6
short_desc: SMB/CIFS file, print, and login server for Unix
[14:50:21] (samba4) done [RC=0]
```

```
[14:50:46] (libsamba4) Executing "query" ... 
architecture: x86_64
build-date: 2019-07-12 08:09 CEST
filename-sha256: c9d846876ed4506b49f272d2da22aa4479ca5eeacc012a8833cdaf7065dbb3f5
filename-size: 6333KB
homepage: http://www.samba.org
installed_size: 28MB
license: GPL-3
maintainer: Gerardo Di Iorio <arete74@gmail.com>
pkgver: libsamba4-4.9.4_1
repository: /home/anon/pkg/xb/xbps-repo/pr/9087
shlib-provides:
	libsmbldap.so.2
	libndr-krb5pac.so.0
	libsamba-passdb.so.0
	libdcerpc.so.0
	libnss_wins.so.2
	libnss_winbind.so.2
	libheimbase-samba4.so.1
	libhx509-samba4.so.5
	libpytalloc-util.so.2
	libwind-samba4.so.0
	libgssapi-samba4.so.2
	libtevent.so.0
	libheimntlm-samba4.so.1
	libhcrypto-samba4.so.5
	libasn1-samba4.so.8
	libldb.so.1
	libcom_err-samba4.so.0
	libroken-samba4.so.19
	libhdb-samba4.so.11
	libkrb5-samba4.so.26
	libkdc-samba4.so.2
	libpyldb-util.so.1
	libtevent-util.so.0
	libsamba-util.so.0
	libsamdb.so.0
	libsmbclient.so.0
	libsamba-hostconfig.so.0
	libdcerpc-binding.so.0
	libndr.so.0
	libdcerpc-samr.so.0
	libndr-nbt.so.0
	libdcerpc-server.so.0
	libwbclient.so.0
	libsamba-policy.so.0
	libsmbconf.so.0
	libsamba-credentials.so.0
	libnetapi.so.0
	libsamba-errors.so.1
	libndr-standard.so.0
shlib-requires:
	libsamba-util.so.0
	libsmbconf.so.0
	libsamba-debug-samba4.so
	libtevent.so.0
	libsmbd-shim-samba4.so
	libsamba-security-samba4.so
	liblber-2.4.so.2
	libldap-2.4.so.2
	libtalloc.so.2
	libc.so.6
	libndr.so.0
	libndr-standard.so.0
	libpthread.so.0
	libwbclient.so.0
	libsamdb-common-samba4.so
	libsamdb.so.0
	libsamba-credentials.so.0
	libreplace-samba4.so
	libsecrets3-samba4.so
	libldbsamba-samba4.so
	libcliauth-samba4.so
	libldb.so.1
	libcli-ldap-common-samba4.so
	libndr-samba-samba4.so
	libsamba-hostconfig.so.0
	libsamba-errors.so.1
	libdbwrap-samba4.so
	libtdb-wrap-samba4.so
	libutil-tdb-samba4.so
	libevents-samba4.so
	libsamba3-util-samba4.so
	libsamba-modules-samba4.so
	libtdb.so.1
	libsmbclient-raw-samba4.so
	libtevent-util.so.0
	libndr-nbt.so.0
	libdcerpc-binding.so.0
	libgensec-samba4.so
	libcli-cldap-samba4.so
	libcli-smb-common-samba4.so
	libdcerpc-samba-samba4.so
	libsamba-sockets-samba4.so
	libauthkrb5-samba4.so
	libgenrand-samba4.so
	libcli-ldap-samba4.so
	libwinbind-client-samba4.so
	libdnsserver-common-samba4.so
	libdl.so.2
	libsmb-transport-samba4.so
	libndr-samba4.so
	libcommon-auth-samba4.so
	libkrb5-samba4.so.26
	libkrb5samba-samba4.so
	libndr-krb5pac.so.0
	libidmap-samba4.so
	libsamba-passdb.so.0
	libads-samba4.so
	libasn1util-samba4.so
	libnss-info-samba4.so
	libgse-samba4.so
	libsmbldap.so.2
	libgssapi-samba4.so.2
	libresolv.so.2
	librt.so.1
	libMESSAGING-samba4.so
	libauth-unix-token-samba4.so
	libdcerpc-samba4.so
	libpam.so.0
	libflag-mapping-samba4.so
	libsocket-blocking-samba4.so
	libmessages-dgm-samba4.so
	libserver-id-db-samba4.so
	libcli-nbt-samba4.so
	libaddns-samba4.so
	libnetif-samba4.so
	libsys-rw-samba4.so
	libmsrpc3-samba4.so
	libasn1-samba4.so.8
	libcom_err-samba4.so.0
	libprinting-migrate-samba4.so
	libCHARSET3-samba4.so
	libnetapi.so.0
	libnpa-tstream-samba4.so
	libauth-samba4.so
	liblibsmb-samba4.so
	libsamba-cluster-support-samba4.so
	libcli-spoolss-samba4.so
	libtime-basic-samba4.so
	liblibcli-lsa3-samba4.so
	libutil-reg-samba4.so
	libavahi-client.so.3
	libacl.so.1
	libavahi-common.so.3
	libcups.so.2
	libldb-key-value-samba4.so
	liblmdb.so.0
	libservice-samba4.so
	libauth4-samba4.so
	libsamba-python-samba4.so
	libpython2.7.so.1.0
	libdcerpc.so.0
	libkdc-samba4.so.2
	libHDB-SAMBA4-samba4.so
	libpac-samba4.so
	libhdb-samba4.so.11
	libdsdb-module-samba4.so
	libdsdb-garbage-collect-tombstones-samba4.so
	libscavenge-dns-records-samba4.so
	libdcerpc-server.so.0
	libprocess-model-samba4.so
	libmsghdr-samba4.so
	libMESSAGING-SEND-samba4.so
	libpopt.so.0
	libutil-cmdline-samba4.so
	libcmdline-contexts-samba4.so
	libcluster-samba4.so
	libdb-glue-samba4.so
	libsmbldaphelper-samba4.so
	liblibcli-netlogon3-samba4.so
	libnsl.so.1
	libjansson.so.4
	libldb-mdb-int-samba4.so
	libgnutls.so.30
	libcmdline-credentials-samba4.so
	libsmbpasswdparser-samba4.so
	libcrypt.so.1
	libgpgme.so.11
	libsmbd-base-samba4.so
	libpytalloc-util.so.2
	libserver-role-samba4.so
	libtrusts-util-samba4.so
	libz.so.1
	libposix-eadb-samba4.so
	libxattr-tdb-samba4.so
	libdbus-1.so.3
	libsamba-net-samba4.so
	libcap.so.2
short_desc: Shared libraries for communication with SMB/CIFS servers
[14:50:46] (libsamba4) done [RC=0]
```

^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: [do not merge ] Samba4
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-9087@inbox.vuxu.org>
                   ` (16 preceding siblings ...)
  2019-07-12 12:39 ` voidlinux-github
@ 2019-07-12 12:39 ` voidlinux-github
  2019-07-12 12:51 ` voidlinux-github
                   ` (7 subsequent siblings)
  25 siblings, 0 replies; 26+ messages in thread
From: voidlinux-github @ 2019-07-12 12:39 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1314 bytes --]

New comment by Anachron on void-packages repository

https://github.com/void-linux/void-packages/pull/9087#issuecomment-510785395
Comment:
Thanks for the new commits, I'm building it right now and will test it on my raspberry pi 3 B+.

Edit: 

Cross Compiling errors out currently on my machine:
https://gist.github.com/Anachron/7f9d136ec0ab5c40ae35f40257089e3e#file-samba-log-L75

Found the issue, one needs to copy the answers file to aarch64: `cp armv7l.answers aarch64.answers`.

It's missing some deps `ldb` and `tevent` for ARM. 

Even when one builds those himself (building `ldb` is enough as `tevent` is a dep) it still has some `shlib` issue: 
```
 [rpi@rpi3] ~ 8! » sudo xbps-install --repository=samba4 samba4
samba4-4.9.4_1: broken, unresolvable shlib `libnetapi.so.0'
Transaction aborted due to unresolved shlibs.
```

```
 [rpi@rpi3] ~ » sudo xbps-install --repository=samba4 libsamba4 2>&1 | head -n 5
libsamba4-4.9.4_1: broken, unresolvable shlib `libCHARSET3-samba4.so'
libsamba4-4.9.4_1: broken, unresolvable shlib `libHDB-SAMBA4-samba4.so'
libsamba4-4.9.4_1: broken, unresolvable shlib `libMESSAGING-SEND-samba4.so'
libsamba4-4.9.4_1: broken, unresolvable shlib `libMESSAGING-samba4.so'
libsamba4-4.9.4_1: broken, unresolvable shlib `libaddns-samba4.so'
...
```

^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: [do not merge ] Samba4
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-9087@inbox.vuxu.org>
                   ` (15 preceding siblings ...)
  2019-07-12 12:38 ` voidlinux-github
@ 2019-07-12 12:39 ` voidlinux-github
  2019-07-12 12:39 ` voidlinux-github
                   ` (8 subsequent siblings)
  25 siblings, 0 replies; 26+ messages in thread
From: voidlinux-github @ 2019-07-12 12:39 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1312 bytes --]

New comment by Anachron on void-packages repository

https://github.com/void-linux/void-packages/pull/9087#issuecomment-510785395
Comment:
Thanks for the new commits, I'm building it right now and will test it on my raspberry pi 3 B+.

Edit: 

Cross Compiling errors out currently on my machine:
https://gist.github.com/Anachron/7f9d136ec0ab5c40ae35f40257089e3e#file-samba-log-L75

Found the issue, one needs to copy the answers file to aarch64: `cp armv7l.answers aarch64.answers`.

It's missing some deps `ldb` and `tevent` for ARM. 

Even when one builds those himself (building `ldb` is enough as `tevent` is a dep) it still has some `shlib` issue: 
```
 [rpi@rpi3] ~ 8! » sudo xbps-install --repository=samba4 samba4
samba4-4.9.4_1: broken, unresolvable shlib `libnetapi.so.0'
Transaction aborted due to unresolved shlibs.
```

```
 [rpi@rpi3] ~ » sudo xbps-install --repository=samba4 libsamba4 2>&1 | head -n 5libsamba4-4.9.4_1: broken, unresolvable shlib `libCHARSET3-samba4.so'
libsamba4-4.9.4_1: broken, unresolvable shlib `libHDB-SAMBA4-samba4.so'
libsamba4-4.9.4_1: broken, unresolvable shlib `libMESSAGING-SEND-samba4.so'
libsamba4-4.9.4_1: broken, unresolvable shlib `libMESSAGING-samba4.so'
libsamba4-4.9.4_1: broken, unresolvable shlib `libaddns-samba4.so'
...
```

^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: [do not merge ] Samba4
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-9087@inbox.vuxu.org>
                   ` (14 preceding siblings ...)
  2019-07-12 11:40 ` voidlinux-github
@ 2019-07-12 12:38 ` voidlinux-github
  2019-07-12 12:39 ` voidlinux-github
                   ` (9 subsequent siblings)
  25 siblings, 0 replies; 26+ messages in thread
From: voidlinux-github @ 2019-07-12 12:38 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1311 bytes --]

New comment by Anachron on void-packages repository

https://github.com/void-linux/void-packages/pull/9087#issuecomment-510785395
Comment:
Thanks for the new commits, I'm building it right now and will test it on my raspberry pi 3 B+.

Edit: 

Cross Compiling errors out currently on my machine:
https://gist.github.com/Anachron/7f9d136ec0ab5c40ae35f40257089e3e#file-samba-log-L75

Found the issue, one needs to copy the answers file to aarch64: `cp armv7l.answers aarch64.answers`.

It's missing some deps `ldb` and `tevent` for ARM. 

Even when one builds those himself (building `ldb` is enough as `tevent is a dep) it still has some `shlib` issue: 
```
 [rpi@rpi3] ~ 8! » sudo xbps-install --repository=samba4 samba4
samba4-4.9.4_1: broken, unresolvable shlib `libnetapi.so.0'
Transaction aborted due to unresolved shlibs.
```

```
 [rpi@rpi3] ~ » sudo xbps-install --repository=samba4 libsamba4 2>&1 | head -n 5libsamba4-4.9.4_1: broken, unresolvable shlib `libCHARSET3-samba4.so'
libsamba4-4.9.4_1: broken, unresolvable shlib `libHDB-SAMBA4-samba4.so'
libsamba4-4.9.4_1: broken, unresolvable shlib `libMESSAGING-SEND-samba4.so'
libsamba4-4.9.4_1: broken, unresolvable shlib `libMESSAGING-samba4.so'
libsamba4-4.9.4_1: broken, unresolvable shlib `libaddns-samba4.so'
...
```

^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: [do not merge ] Samba4
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-9087@inbox.vuxu.org>
                   ` (13 preceding siblings ...)
  2019-07-12 10:35 ` voidlinux-github
@ 2019-07-12 11:40 ` voidlinux-github
  2019-07-12 12:38 ` voidlinux-github
                   ` (10 subsequent siblings)
  25 siblings, 0 replies; 26+ messages in thread
From: voidlinux-github @ 2019-07-12 11:40 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 553 bytes --]

New comment by Anachron on void-packages repository

https://github.com/void-linux/void-packages/pull/9087#issuecomment-510785395
Comment:
Thanks for the new commits, I'm building it right now and will test it on my raspberry pi 3 B+.

Edit: Cross Compiling errors out currently on my machine:
https://gist.github.com/Anachron/7f9d136ec0ab5c40ae35f40257089e3e#file-samba-log-L75

Edit: Found the issue, one needs to copy the answers file to aarch64: `cp armv7l.answers aarch64.answers`.

Edit: It's missing some deps `ldb` and `tevent` for ARM. 

^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: [do not merge ] Samba4
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-9087@inbox.vuxu.org>
                   ` (12 preceding siblings ...)
  2019-07-12 10:02 ` voidlinux-github
@ 2019-07-12 10:35 ` voidlinux-github
  2019-07-12 11:40 ` voidlinux-github
                   ` (11 subsequent siblings)
  25 siblings, 0 replies; 26+ messages in thread
From: voidlinux-github @ 2019-07-12 10:35 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 492 bytes --]

New comment by Anachron on void-packages repository

https://github.com/void-linux/void-packages/pull/9087#issuecomment-510785395
Comment:
Thanks for the new commits, I'm building it right now and will test it on my raspberry pi 3 B+.

Edit: Cross Compiling errors out currently on my machine:
https://gist.github.com/Anachron/7f9d136ec0ab5c40ae35f40257089e3e#file-samba-log-L75

Edit: Found the issue, one needs to copy the answers file to aarch64: `cp armv7l.answers aarch64.answers`.

^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: [do not merge ] Samba4
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-9087@inbox.vuxu.org>
                   ` (11 preceding siblings ...)
  2019-07-12  7:44 ` voidlinux-github
@ 2019-07-12 10:02 ` voidlinux-github
  2019-07-12 10:35 ` voidlinux-github
                   ` (12 subsequent siblings)
  25 siblings, 0 replies; 26+ messages in thread
From: voidlinux-github @ 2019-07-12 10:02 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 382 bytes --]

New comment by Anachron on void-packages repository

https://github.com/void-linux/void-packages/pull/9087#issuecomment-510785395
Comment:
Thanks for the new commits, I'm building it right now and will test it on my raspberry pi 3 B+.

Edit: Cross Compiling errors out currently on my machine:
https://gist.github.com/Anachron/7f9d136ec0ab5c40ae35f40257089e3e#file-samba-log-L75

^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: [do not merge ] Samba4
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-9087@inbox.vuxu.org>
                   ` (10 preceding siblings ...)
  2019-07-12  6:07 ` voidlinux-github
@ 2019-07-12  7:44 ` voidlinux-github
  2019-07-12 10:02 ` voidlinux-github
                   ` (13 subsequent siblings)
  25 siblings, 0 replies; 26+ messages in thread
From: voidlinux-github @ 2019-07-12  7:44 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 235 bytes --]

New comment by Anachron on void-packages repository

https://github.com/void-linux/void-packages/pull/9087#issuecomment-510785395
Comment:
Thanks for the new commits, I'm building it right now and will test it on my raspberry pi 3 B+.

^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: [do not merge ] Samba4
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-9087@inbox.vuxu.org>
                   ` (9 preceding siblings ...)
  2019-07-11 14:10 ` voidlinux-github
@ 2019-07-12  6:07 ` voidlinux-github
  2019-07-12  7:44 ` voidlinux-github
                   ` (14 subsequent siblings)
  25 siblings, 0 replies; 26+ messages in thread
From: voidlinux-github @ 2019-07-12  6:07 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 579 bytes --]

New comment by Anachron on void-packages repository

https://github.com/void-linux/void-packages/pull/9087#issuecomment-510404317
Comment:
Please update this PR, I will try to help as good as possible because I urgently need it.

~~Edit:
Tried to build it locally on x86_64 and received:
https://github.com/void-linux/void-packages/issues/12991~~

Edit2:
I've replaced the `libgpg-error` package by the current repo one and build continues.  https://raw.githubusercontent.com/void-linux/void-packages/96d599c51b5073d457da4f4b02577b0b83a484f0/srcpkgs/libgpg-error/template

^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: [do not merge ] Samba4
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-9087@inbox.vuxu.org>
                   ` (8 preceding siblings ...)
  2019-07-11 14:09 ` voidlinux-github
@ 2019-07-11 14:10 ` voidlinux-github
  2019-07-12  6:07 ` voidlinux-github
                   ` (15 subsequent siblings)
  25 siblings, 0 replies; 26+ messages in thread
From: voidlinux-github @ 2019-07-11 14:10 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 579 bytes --]

New comment by Anachron on void-packages repository

https://github.com/void-linux/void-packages/pull/9087#issuecomment-510404317
Comment:
Please update this PR, I will try to help as good as possible because I urgently need it.

~~Edit:
Tried to build it locally on x86_64 and received:
https://github.com/void-linux/void-packages/issues/12991~~

Edit2:
I've replaced the `libgpg-error` package by the current repo one and build continues.  https://raw.githubusercontent.com/void-linux/void-packages/96d599c51b5073d457da4f4b02577b0b83a484f0/srcpkgs/libgpg-error/template

^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: [do not merge ] Samba4
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-9087@inbox.vuxu.org>
                   ` (7 preceding siblings ...)
  2019-07-11 14:07 ` voidlinux-github
@ 2019-07-11 14:09 ` voidlinux-github
  2019-07-11 14:10 ` voidlinux-github
                   ` (16 subsequent siblings)
  25 siblings, 0 replies; 26+ messages in thread
From: voidlinux-github @ 2019-07-11 14:09 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 579 bytes --]

New comment by Anachron on void-packages repository

https://github.com/void-linux/void-packages/pull/9087#issuecomment-510404317
Comment:
Please update this PR, I will try to help as good as possible because I urgently need it.

--Edit:
Tried to build it locally on x86_64 and received:
https://github.com/void-linux/void-packages/issues/12991--

Edit2:
I've replaced the `libgpg-error` package by the current repo one and build continues.  https://raw.githubusercontent.com/void-linux/void-packages/96d599c51b5073d457da4f4b02577b0b83a484f0/srcpkgs/libgpg-error/template

^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: [do not merge ] Samba4
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-9087@inbox.vuxu.org>
                   ` (6 preceding siblings ...)
  2019-07-11 13:55 ` voidlinux-github
@ 2019-07-11 14:07 ` voidlinux-github
  2019-07-11 14:09 ` voidlinux-github
                   ` (17 subsequent siblings)
  25 siblings, 0 replies; 26+ messages in thread
From: voidlinux-github @ 2019-07-11 14:07 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 575 bytes --]

New comment by Anachron on void-packages repository

https://github.com/void-linux/void-packages/pull/9087#issuecomment-510404317
Comment:
Please update this PR, I will try to help as good as possible because I urgently need it.

Edit:
Tried to build it locally on x86_64 and received:
https://github.com/void-linux/void-packages/issues/12991

Edit2:
I've replaced the `libgpg-error` package by the current repo one and build continues.  https://raw.githubusercontent.com/void-linux/void-packages/96d599c51b5073d457da4f4b02577b0b83a484f0/srcpkgs/libgpg-error/template

^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: [do not merge ] Samba4
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-9087@inbox.vuxu.org>
                   ` (5 preceding siblings ...)
  2019-07-11 13:47 ` voidlinux-github
@ 2019-07-11 13:55 ` voidlinux-github
  2019-07-11 14:07 ` voidlinux-github
                   ` (18 subsequent siblings)
  25 siblings, 0 replies; 26+ messages in thread
From: voidlinux-github @ 2019-07-11 13:55 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 347 bytes --]

New comment by Anachron on void-packages repository

https://github.com/void-linux/void-packages/pull/9087#issuecomment-510404317
Comment:
Please update this PR, I will try to help as good as possible because I urgently need it.

Edit:
Tried to build it locally on x86_64 and received:
https://github.com/void-linux/void-packages/issues/12991

^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: [do not merge ] Samba4
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-9087@inbox.vuxu.org>
                   ` (4 preceding siblings ...)
  2019-07-11  9:16 ` voidlinux-github
@ 2019-07-11 13:47 ` voidlinux-github
  2019-07-11 13:55 ` voidlinux-github
                   ` (19 subsequent siblings)
  25 siblings, 0 replies; 26+ messages in thread
From: voidlinux-github @ 2019-07-11 13:47 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 2461 bytes --]

New comment by Anachron on void-packages repository

https://github.com/void-linux/void-packages/pull/9087#issuecomment-510404317
Comment:
Please update this PR, I will try to help as good as possible because I urgently need it.

Edit:
Tried to build it locally on x86_64 and received:
```
=> libgpg-error-1.35_1: running do_build ...
make  all-recursive
make[1]: Entering directory '/builddir/libgpg-error-1.35'
Making all in m4
make[2]: Entering directory '/builddir/libgpg-error-1.35/m4'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/builddir/libgpg-error-1.35/m4'
Making all in src
make[2]: Entering directory '/builddir/libgpg-error-1.35/src'
gawk -f ./mkerrnos.awk ./errnos.in >code-to-errno.h
gawk: ./mkerrnos.awk:86: warning: regexp escape sequence `\#' is not a known regexp operator
gawk -f ./mkerrcodes1.awk ./errnos.in >_mkerrcodes.h
gawk: ./mkerrcodes1.awk:84: warning: regexp escape sequence `\#' is not a known
regexp operator
cpp   -P _mkerrcodes.h | grep GPG_ERR_ | \
               gawk -f ./mkerrcodes.awk >mkerrcodes.h
gawk: ./mkerrcodes.awk:88: warning: regexp escape sequence `\#' is not a known regexp operator
rm _mkerrcodes.h
cc -I. -I. -o mkerrcodes ./mkerrcodes.c
./mkerrcodes | gawk -f ./mkerrcodes2.awk >code-from-errno.h
gawk: ./mkerrcodes2.awk:94: warning: regexp escape sequence `\#' is not a known
regexp operator
gawk -f ./mkstrtable.awk -v textidx=2 -v nogettext=1 \
        ./err-sources.h.in >err-sources-sym.h
gawk: ./mkstrtable.awk:113: warning: regexp escape sequence `\#' is not a known
regexp operator
gawk -f ./mkstrtable.awk -v textidx=2 -v nogettext=1 \
        ./err-codes.h.in >err-codes-sym.h
gawk: ./mkstrtable.awk:113: warning: regexp escape sequence `\#' is not a known
regexp operator
gawk -f ./mkstrtable.awk -v textidx=2 -v nogettext=1 \
        -v prefix=GPG_ERR_ -v namespace=errnos_ \
        ./errnos.in >errnos-sym.h
gawk: fatal: cannot use gawk builtin `namespace' as variable name
make[2]: *** [Makefile:1617: errnos-sym.h] Error 2
make[2]: Leaving directory '/builddir/libgpg-error-1.35/src'
make[1]: *** [Makefile:509: all-recursive] Error 1
make[1]: Leaving directory '/builddir/libgpg-error-1.35'
make: *** [Makefile:441: all] Error 2
=> ERROR: libgpg-error-1.35_1: do_build: '${make_cmd} ${makejobs} ${make_build_args} ${make_build_target}' exited with 2
=> ERROR:   in do_build() at common/build-style/gnu-configure.sh:13
```

^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: [do not merge ] Samba4
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-9087@inbox.vuxu.org>
                   ` (3 preceding siblings ...)
  2019-07-08  5:04 ` voidlinux-github
@ 2019-07-11  9:16 ` voidlinux-github
  2019-07-11 13:47 ` voidlinux-github
                   ` (20 subsequent siblings)
  25 siblings, 0 replies; 26+ messages in thread
From: voidlinux-github @ 2019-07-11  9:16 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 229 bytes --]

New comment by Anachron on void-packages repository

https://github.com/void-linux/void-packages/pull/9087#issuecomment-510404317
Comment:
Please update this PR, I will try to help as good as possible because I urgently need it.

^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: [do not merge ] Samba4
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-9087@inbox.vuxu.org>
                   ` (2 preceding siblings ...)
  2019-07-06 18:06 ` voidlinux-github
@ 2019-07-08  5:04 ` voidlinux-github
  2019-07-11  9:16 ` voidlinux-github
                   ` (21 subsequent siblings)
  25 siblings, 0 replies; 26+ messages in thread
From: voidlinux-github @ 2019-07-08  5:04 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 187 bytes --]

New comment by arete on void-packages repository

https://github.com/void-linux/void-packages/pull/9087#issuecomment-509079934
Comment:
Hi, i try to  work to update at last version 4.11.

^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: [do not merge ] Samba4
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-9087@inbox.vuxu.org>
  2019-05-08 16:34 ` [do not merge ] Samba4 voidlinux-github
  2019-07-06 18:06 ` voidlinux-github
@ 2019-07-06 18:06 ` voidlinux-github
  2019-07-08  5:04 ` voidlinux-github
                   ` (22 subsequent siblings)
  25 siblings, 0 replies; 26+ messages in thread
From: voidlinux-github @ 2019-07-06 18:06 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 232 bytes --]

New comment by Anachron on void-packages repository

https://github.com/void-linux/void-packages/pull/9087#issuecomment-508944235
Comment:
Tried to build this locally but I get a ton of errors for unresolved dependencies and alike.

^ permalink raw reply	[flat|nested] 26+ messages in thread

* Re: [do not merge ] Samba4
       [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-9087@inbox.vuxu.org>
  2019-05-08 16:34 ` [do not merge ] Samba4 voidlinux-github
@ 2019-07-06 18:06 ` voidlinux-github
  2019-07-06 18:06 ` voidlinux-github
                   ` (23 subsequent siblings)
  25 siblings, 0 replies; 26+ messages in thread
From: voidlinux-github @ 2019-07-06 18:06 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 175 bytes --]

New comment by Anachron on void-packages repository

https://github.com/void-linux/void-packages/pull/9087#issuecomment-490558762
Comment:
@arete please fix remaining issues.

^ permalink raw reply	[flat|nested] 26+ messages in thread

end of thread, other threads:[~2020-11-01 20:11 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-9087@inbox.vuxu.org>
2019-05-08 16:34 ` [do not merge ] Samba4 voidlinux-github
2019-07-06 18:06 ` voidlinux-github
2019-07-06 18:06 ` voidlinux-github
2019-07-08  5:04 ` voidlinux-github
2019-07-11  9:16 ` voidlinux-github
2019-07-11 13:47 ` voidlinux-github
2019-07-11 13:55 ` voidlinux-github
2019-07-11 14:07 ` voidlinux-github
2019-07-11 14:09 ` voidlinux-github
2019-07-11 14:10 ` voidlinux-github
2019-07-12  6:07 ` voidlinux-github
2019-07-12  7:44 ` voidlinux-github
2019-07-12 10:02 ` voidlinux-github
2019-07-12 10:35 ` voidlinux-github
2019-07-12 11:40 ` voidlinux-github
2019-07-12 12:38 ` voidlinux-github
2019-07-12 12:39 ` voidlinux-github
2019-07-12 12:39 ` voidlinux-github
2019-07-12 12:51 ` voidlinux-github
2019-07-12 12:59 ` voidlinux-github
2019-07-12 15:44 ` voidlinux-github
2019-07-12 15:45 ` voidlinux-github
2019-07-12 15:45 ` voidlinux-github
2019-09-21 17:32 ` voidlinux-github
2020-02-17 18:19 ` damadmai
2020-11-01 20:11 ` Gottox

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).