Re: Differences between ports build and poudriere

2022-06-16 Thread Tatsuki Makino
Paul Armstrong wrote on 2022/06/16 17:11: > > Still, I'm confused as to why the ports build servers choke on this and my > personal poudriere server > is fine. It's using the defaults for networking, other than photoprism, so it > should block everything and I would expect it to error out in the

Re: Differences between ports build and poudriere

2022-06-16 Thread Paul Armstrong
Thanks all for the various suggestions. Looking at the Gentoo build for bazel https://gitweb.gentoo.org/repo/gentoo.git/tree/eclass/bazel.eclass I noticed --distdir. I also found yet another manifest file. This is also mention

Re: Differences between ports build and poudriere

2022-06-15 Thread Michael Gmelin
> On 15. Jun 2022, at 23:11, Tatsuki Makino wrote: > > I write optimistically in reference to the ports I maintain, but it seems > very difficult to port a build by Bazel. > Only port of games/anki exist that are built by Bazel, but there are a lot of > patches. > > It looks like it would

Re: Differences between ports build and poudriere

2022-06-15 Thread Tatsuki Makino
I write optimistically in reference to the ports I maintain, but it seems very difficult to port a build by Bazel. Only port of games/anki exist that are built by Bazel, but there are a lot of patches. It looks like it would be better to do something about the http_archive and http_file in the

Re: Differences between ports build and poudriere

2022-06-13 Thread Daniel Engberg
Hi, You might want to have a look at what Gentoo does, it's 2.x but it seems to work the same with 1.x https://gitweb.gentoo.org/repo/gentoo.git/tree/sci-libs/tensorflow/tensorflow-2.8.0.ebuild Best regards, Daniel

Re: Differences between ports build and poudriere

2022-06-13 Thread Tatsuki Makino
Hello. Using the network is only allowed during the fetch phase. However, there is also something that sometimes tries to download during the build phase. (e.g. audio/libamrnb) It can sometimes be avoided by copying the distfiles to the proper location. The build cluster logs show... > ERROR: no

Differences between ports build and poudriere

2022-06-13 Thread Paul Armstrong
I'm a new porter and have run into a weird situation I'm having trouble resolving. Any assistance would be appreciated. On my server, science/libtensorflow1 does not attempt to download anything. However, I'm getting regular mail from pkg-fallout@ saying that this is happening on the main build