Re: Why NOARCH packages aren't available on all architectures?

2022-08-06 Thread Yuri
On 8/5/22 13:19, Mark Millard wrote: Part of what is going on is that having a NOARCH end result can still involve the build using build-environment-ARCH specific toolchains. You are implying that NOARCH packages should be built on each architecture individually. But NOARCH packages fit an

Re: Why NOARCH packages aren't available on all architectures?

2022-08-06 Thread Tatsuki Makino
Hmmm, it seems to me that this is a problem due to the difference between noarch being a tag-like classification and packages being provided in a tree-like classification for each architecture. And other things, like that reason for the file system not being able to create hard links of directo

Re: Why NOARCH packages aren't available on all architectures?

2022-08-06 Thread Mark Millard
On 2022-Aug-5, at 23:51, Yuri wrote: > On 8/5/22 13:19, Mark Millard wrote: >> Part of what is going on is that having a NOARCH end result >> can still involve the build using build-environment-ARCH >> specific toolchains. > > > You are implying that NOARCH packages should be built on each arch

Re: Why NOARCH packages aren't available on all architectures?

2022-08-06 Thread Stefan Esser
Am 06.08.22 um 09:40 schrieb Tatsuki Makino: Hmmm, it seems to me that this is a problem due to the difference between noarch being a tag-like classification and packages being provided in a tree-like classification for each architecture. Yes, this is the result of how NO_ARCH packages are be

Re: Why NOARCH packages aren't available on all architectures?

2022-08-06 Thread Mark Millard
On 2022-Aug-6, at 00:42, Mark Millard wrote: > On 2022-Aug-5, at 23:51, Yuri wrote: > >> On 8/5/22 13:19, Mark Millard wrote: >>> Part of what is going on is that having a NOARCH end result >>> can still involve the build using build-environment-ARCH >>> specific toolchains. >> >> >> You are

Re: go modules fetching problem

2022-08-06 Thread Ronald Klop
You get an ipv6 address for the host. But the host is not reachable. “ dial tcp [2a00:1450:4003:80c::2011]:443: conn ect: no route to host” Is ipv6 properly configured in your network? Regards, Ronald Van: Nuno Teixeira Datum: 6 augustus 2022 00:16 Aan: FreeBSD Mailing List Onderwerp: R

Re: [NEWS] GitLab plans to delete dormant projects in free accounts

2022-08-06 Thread Stefan Esser
Am 04.08.22 um 19:19 schrieb Yuri: Hi, This article may be of interest to some because many ported projects are hosted on GitLab. https://www.theregister.com/2022/08/04/gitlab_data_retention_policy/ Old news ... :-) https://www.theregister.com/2022/08/05/gitlab_reverses_deletion_policy/ S

Re: go modules fetching problem

2022-08-06 Thread Nuno Teixeira
Hi Ronald, I don't use ipv6. --- wlan0: flags=8843 metric 0 mtu 1500 ether 6c:6a:77:df:09:21 inet 192.168.1.65 netmask 0xff00 broadcast 192.168.1.255 groups: wlan ssid MEO-3637C0 channel 60 (5300 MHz 11a) bssid 00:06:91:36:37:c1 regdomain ETSI country PT

Re: go modules fetching problem

2022-08-06 Thread Nuno Teixeira
Hello, I've found a fix: configure ethernet to ipv6 --- ifconfig_re0="DHCP" ifconfig_re0_ipv6="inet6 accept_rtadv" rtsold_enable="YES" --- This is very strange because I've never used ipv6 before, and until a couple days 14 current was running fine in ipv4 using re0/iwlwifi0. Maybe something chan

Re: go modules fetching problem

2022-08-06 Thread Larry Rosenman
Is it possible your ISP just enabled IPv6? On 08/06/2022 10:34 am, Nuno Teixeira wrote: Hello, I've found a fix: configure ethernet to ipv6 --- ifconfig_re0="DHCP" ifconfig_re0_ipv6="inet6 accept_rtadv" rtsold_enable="YES" --- This is very strange because I've never used ipv6 before, and un

Re: go modules fetching problem

2022-08-06 Thread Nuno Teixeira
Hi Larry, That's a possibility and as always they never notify clients about changes. Before I switched to ipv6 on local machine I've tried to disable router ipv6 but thats not possible because there is no option to configured it on web interface nor cmd line interface: --- /cli> lan/ipv6/show +-

poudriere & cron

2022-08-06 Thread David Powers
Not sure if this is the appropriate list, but I have constantly encountered issues with poudriere jobs not completing when fired via cron. The job will get through a small number of packages and eventually the builders will indicate that the port in progress is status build_port_done, and no fu

Unmaintained FreeBSD ports which are out of date

2022-08-06 Thread portscout
Dear port maintainers, The portscout new distfile checker has detected that one or more unmaintained ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. Please consider also adopting this po

Examples of ports with text relocations

2022-08-06 Thread Evgeniy Khramtsov
Hi. Does anyone know any ports that have text relocations? I collect a list, but would prefer avoid downloading every package and checking locally. I need several examples. I couldn't find any locally. Thanks.

Re: Examples of ports with text relocations

2022-08-06 Thread Rodrigo Osorio
On 8/6/22 22:53, Evgeniy Khramtsov wrote: Hi. Does anyone know any ports that have text relocations? I collect a list, but would prefer avoid downloading every package and checking locally. I need several examples. I couldn't find any locally. Thanks. Hi Evgeniy, What do you mean by text re

Re: Checking for pkg-plist issues shows strange error message

2022-08-06 Thread Matthias Fechner
Am 05.08.2022 um 09:21 schrieb Matthias Fechner: The patch itself looks fine: https://gitlab.fechner.net/mfechner/Gitlab/-/commit/14b18afc4075d6f2f2816670bf593efb23948320#81344ed94757cf52e8c0574de0f528b2badf2495_98_105 But if I do a test build with poudriere I get something strange: ===> Check

Re: Why NOARCH packages aren't available on all architectures?

2022-08-06 Thread Tatsuki Makino
I too thought the ports Yuri-san mentioned were not that good as examples, so let's add these to the examples as well :) https://www.freshports.org/ports-mgmt/pkg_tree https://www.freshports.org/multimedia/openshot pkg_tree is a mixture of _4 and _5. As long as we have perl, it should work, but

Re: Examples of ports with text relocations

2022-08-06 Thread Evgeniy Khramtsov
(forgot to mail the list again...) > > Does anyone know any ports that have text relocations? > > > > I collect a list, but would prefer avoid downloading > > every package and checking locally. I need several > > examples. I couldn't find any locally. > > > > Thanks. > > > Hi Evgeniy, > > Wha

Re: nextcloudclient and QNetwork

2022-08-06 Thread David Powers
“Host not found”, sounds like a DNS resolution issue. David Powers dnpow...@me.com https://discord.gg/ZQnCUGXv4Y Ephesians 2 14-16 For he himself is our peace, who has made the two groups one and has destroyed the barrier, the dividing w

Re: Why NOARCH packages aren't available on all architectures?

2022-08-06 Thread Mark Millard
On 2022-Aug-6, at 15:19, Tatsuki Makino wrote: > I too thought the ports Yuri-san mentioned were not that good as examples, so > let's add these to the examples as well :) > > https://www.freshports.org/ports-mgmt/pkg_tree > https://www.freshports.org/multimedia/openshot > > pkg_tree is a mixt