Re: Stale pkg repo?

2020-12-12 Thread Kevin Oberman
On Fri, Dec 11, 2020 at 10:56 PM Greg Rivers 
wrote:

> On Saturday, 12 December 2020 00:10:04 CST Kevin Oberman wrote:
> > A pkg build in 121amd64 latest was completed on 7-Dec after running for
> > over 90 hours and another on 10-Dec that took a more typical 48 hours
> > build. FWIW, gtk3 is hardly a big package. Try chromium, rust, llvm* or
> > libreoffice. I've seen cases when multiple of these monsters are included
> > in a single build of packages for amd64. My last chromium build took over
> > 13 hours on my build system.
> >
> I have observed similar times. From the spot checks I've done, a full
> build of all packages averages between 50 and 60 hours.
>
> > The pointis that 12.1 latest for amd64 has completed two big builds with
> > the distribution system net getting the updated packages.
> >
> Which brings us back to my original point (for 12.1amd64/latest
> specifically). Why have the repos still not caught up with the builds? If
> rsync is proving unreliable, perhaps switching to replicating via
> incremental ZFS send/receive would be better? Can anyone in the know give
> an ETA on fixing the immediate problem?
>
> --
> Greg
>

The build of 121amd64 latest run started on 2-Dec ran for over 90 hours.
That is the longest I've seen, but there may be longer cases.
--
Kevin Oberman, Part time kid herder and retired Network Engineer
E-mail: rkober...@gmail.com
PGP Fingerprint: D03FB98AFA78E3B78C1694B318AB39EF1B055683
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: graphics/librsvg2-rust fails to build

2020-12-12 Thread Jan Beich
Torfinn Ingolfsen  writes:

> On Sat, Dec 12, 2020 at 6:50 PM Jan Beich  wrote:
>>
>> "SSL_CTX_set_cipher_list:no cipher match" is likely due to OpenSSL 1.0
>> on FreeBSD 11.* lacking TLS 1.3 or similar. However, libgit2 shouldn't
>> be used during build. And the port builds fine on the package cluster.
>>
>> http://beefy9.nyi.freebsd.org/data/114amd64-default/557772/logs/librsvg2-rust-2.50.2.log
>>
>> Can you reproduce inside poudriere? If so attach complete build log.
>> Building via plain "make" or portmaster is a recipe for pilot errors.
>
> Unfortunately - no poudriere here.
> The ports system should work fine without use of third-party tools, yes?

poudriere isn't third-party but developed by FreeBSD project and used by
the package cluster. Also "works fine" here.

Compare your current environment against a pristine/freshly-installed
system then bisect the difference. Once you have "steps to reproduce"
it should be easier to reason what to do next.
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: FreeBSD Port: teamspeak3-server-3.12.1_1,1

2020-12-12 Thread Ultima
Hello Thomas,

It has been updated in r557862.

Best regards,
Richard Gallamore

On Fri, Dec 11, 2020 at 3:02 AM Thomas Besoke <
thomas.bes...@my-data-cloud.de> wrote:

> Hello,
>
> there is a new version of Teamspeak available. Version 3.13.2.
>
> I would be happy to receive an update.
>
> With kind regards
> Thomas Besoke
>
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: graphics/librsvg2-rust fails to build

2020-12-12 Thread Torfinn Ingolfsen
On Sat, Dec 12, 2020 at 6:50 PM Jan Beich  wrote:
>
>
> "SSL_CTX_set_cipher_list:no cipher match" is likely due to OpenSSL 1.0
> on FreeBSD 11.* lacking TLS 1.3 or similar. However, libgit2 shouldn't
> be used during build. And the port builds fine on the package cluster.
>
> http://beefy9.nyi.freebsd.org/data/114amd64-default/557772/logs/librsvg2-rust-2.50.2.log
>
> Can you reproduce inside poudriere? If so attach complete build log.
> Building via plain "make" or portmaster is a recipe for pilot errors.

Unfortunately - no poudriere here.
The ports system should work fine without use of third-party tools, yes?

-- 
Regards,
Torfinn Ingolfsen
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: graphics/librsvg2-rust fails to build

2020-12-12 Thread Jan Beich
Torfinn Ingolfsen  writes:

> thread 'main' panicked at 'couldn't initialize the libgit2 library:
> -1, error: could not initialize openssl: error:1410D0B9:SSL
> routines:SSL_CTX_set_cipher_list:no cipher match',
> /usr/ports/lang/rust/work/rustc-1.48.0-src/vendor/libgit2-sys/lib.rs:3807:9
> note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
[...]
> This on FreeBSD 11.4-stable:
> tingo@kg-core1$ uname -a
> FreeBSD kg-core1.kg4.no 11.4-STABLE FreeBSD 11.4-STABLE #3 r362432:
> Sat Jun 20 12:51:06 CEST 2020
> r...@kg-core1.kg4.no:/zs/usr/obj/usr/src/sys/GENERIC  amd64

"SSL_CTX_set_cipher_list:no cipher match" is likely due to OpenSSL 1.0
on FreeBSD 11.* lacking TLS 1.3 or similar. However, libgit2 shouldn't
be used during build. And the port builds fine on the package cluster.

http://beefy9.nyi.freebsd.org/data/114amd64-default/557772/logs/librsvg2-rust-2.50.2.log

Can you reproduce inside poudriere? If so attach complete build log.
Building via plain "make" or portmaster is a recipe for pilot errors.
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


graphics/librsvg2-rust fails to build

2020-12-12 Thread Torfinn Ingolfsen
Trying to build latest librsvg2-rust (ports tree updated just now),
but it is failing:

===>  librsvg2-rust-2.50.2 conflicts with installed package(s):
  librsvg2-2.40.21

  They install files into the same place.
  You may want to stop build with Ctrl + C.
===>  License LGPL20 accepted by the user
===>   librsvg2-rust-2.50.2 depends on file: /usr/local/sbin/pkg - found
===> Fetching all distfiles required by librsvg2-rust-2.50.2 for building
===>  Extracting for librsvg2-rust-2.50.2
=> SHA256 Checksum OK for gnome2/librsvg-2.50.2.tar.xz.
===>  Patching for librsvg2-rust-2.50.2
===>   librsvg2-rust-2.50.2 depends on package: rust>=1.39.0 - found
===>   librsvg2-rust-2.50.2 depends on executable: valac - found
===>   librsvg2-rust-2.50.2 depends on executable: msgfmt - found
===>   librsvg2-rust-2.50.2 depends on package: gmake>=4.3 - found
===>   librsvg2-rust-2.50.2 depends on executable: g-ir-scanner - found
===>   librsvg2-rust-2.50.2 depends on package: pkgconf>=1.3.0_1 - found
===>   librsvg2-rust-2.50.2 depends on shared library:
libfontconfig.so - found (/usr/local/lib/libfontconfig.so)
===>   librsvg2-rust-2.50.2 depends on shared library: libfreetype.so
- found (/usr/local/lib/libfreetype.so)
===>   librsvg2-rust-2.50.2 depends on shared library: libharfbuzz.so
- found (/usr/local/lib/libharfbuzz.so)
===>   librsvg2-rust-2.50.2 depends on shared library: libpng.so -
found (/usr/local/lib/libpng.so)
===>   librsvg2-rust-2.50.2 depends on shared library: libintl.so -
found (/usr/local/lib/libintl.so)
===>   librsvg2-rust-2.50.2 depends on shared library: libcairo.so -
found (/usr/local/lib/libcairo.so)
===>   librsvg2-rust-2.50.2 depends on shared library:
libgdk_pixbuf-2.0.so - found (/usr/local/lib/libgdk_pixbuf-2.0.so)
===>   librsvg2-rust-2.50.2 depends on shared library: libglib-2.0.so
- found (/usr/local/lib/libglib-2.0.so)
===>   librsvg2-rust-2.50.2 depends on shared library: libintl.so -
found (/usr/local/lib/libintl.so)
===>   librsvg2-rust-2.50.2 depends on shared library: libxml2.so -
found (/usr/local/lib/libxml2.so)
===>   librsvg2-rust-2.50.2 depends on shared library: libpango-1.0.so
- found (/usr/local/lib/libpango-1.0.so)
===>  Configuring for librsvg2-rust-2.50.2
thread 'main' panicked at 'couldn't initialize the libgit2 library:
-1, error: could not initialize openssl: error:1410D0B9:SSL
routines:SSL_CTX_set_cipher_list:no cipher match',
/usr/ports/lang/rust/work/rustc-1.48.0-src/vendor/libgit2-sys/lib.rs:3807:9
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
*** Error code 101

Stop.
make: stopped in /usr/ports/graphics/librsvg2-rust

with RUST_BACKTRACE=1
root@kg-core1# RUST_BACKTRACE=1 make

===>  librsvg2-rust-2.50.2 conflicts with installed package(s):
  librsvg2-2.40.21

  They install files into the same place.
  You may want to stop build with Ctrl + C.
===>  License LGPL20 accepted by the user
===>   librsvg2-rust-2.50.2 depends on file: /usr/local/sbin/pkg - found
===> Fetching all distfiles required by librsvg2-rust-2.50.2 for building
===>  Extracting for librsvg2-rust-2.50.2
=> SHA256 Checksum OK for gnome2/librsvg-2.50.2.tar.xz.
===>  Patching for librsvg2-rust-2.50.2
===>   librsvg2-rust-2.50.2 depends on package: rust>=1.39.0 - found
===>   librsvg2-rust-2.50.2 depends on executable: valac - found
===>   librsvg2-rust-2.50.2 depends on executable: msgfmt - found
===>   librsvg2-rust-2.50.2 depends on package: gmake>=4.3 - found
===>   librsvg2-rust-2.50.2 depends on executable: g-ir-scanner - found
===>   librsvg2-rust-2.50.2 depends on package: pkgconf>=1.3.0_1 - found
===>   librsvg2-rust-2.50.2 depends on shared library:
libfontconfig.so - found (/usr/local/lib/libfontconfig.so)
===>   librsvg2-rust-2.50.2 depends on shared library: libfreetype.so
- found (/usr/local/lib/libfreetype.so)
===>   librsvg2-rust-2.50.2 depends on shared library: libharfbuzz.so
- found (/usr/local/lib/libharfbuzz.so)
===>   librsvg2-rust-2.50.2 depends on shared library: libpng.so -
found (/usr/local/lib/libpng.so)
===>   librsvg2-rust-2.50.2 depends on shared library: libintl.so -
found (/usr/local/lib/libintl.so)
===>   librsvg2-rust-2.50.2 depends on shared library: libcairo.so -
found (/usr/local/lib/libcairo.so)
===>   librsvg2-rust-2.50.2 depends on shared library:
libgdk_pixbuf-2.0.so - found (/usr/local/lib/libgdk_pixbuf-2.0.so)
===>   librsvg2-rust-2.50.2 depends on shared library: libglib-2.0.so
- found (/usr/local/lib/libglib-2.0.so)
===>   librsvg2-rust-2.50.2 depends on shared library: libintl.so -
found (/usr/local/lib/libintl.so)
===>   librsvg2-rust-2.50.2 depends on shared library: libxml2.so -
found (/usr/local/lib/libxml2.so)
===>   librsvg2-rust-2.50.2 depends on shared library: libpango-1.0.so
- found (/usr/local/lib/libpango-1.0.so)
===>  Configuring for librsvg2-rust-2.50.2
thread 'main' panicked at 'couldn't initialize the libgit2 library:
-1, error: could not initialize openssl: error:1410D0B9:SSL

Committer request to upgrade MythTV to remove dependency on Python 2.7

2020-12-12 Thread Alan Hicks via freebsd-ports
Could a committer look into commiting the MythTV family of ports in pr 
249484


It would be great to get a working digital video recorder in ports and 
remove a dependency on Python 2.7.


Status  |Bug Id | Description
+---+---
Open|249484    
|multimedia/mythtv: Update to 31.0  


Many Thanks,

Alan

___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


FreeBSD Port: transmission-remote-gui-qt5-5.18.0_3

2020-12-12 Thread Alex V. Petrov
Connection error after last update, If present even one torrent:
Duplicate object member: "status".

-- 
-
Alex.
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"