There is a bug in x11/xcb-proto, failing the build for Python 3.7.
Python 3.7 is still supported version. Can this fix be committed to main
and 2022Q3 please?
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265022
Kind regards
Miroslav Lachman
st and llvm10?
Why Poudriere tried to build rust if it fetches it as pkg?
And why it does not fetch llvm10 even if it is available and we do not
have options stored for devel_llvm10?
Kind regards
Miroslav Lachman
On 15/02/2023 22:02, Mark Millard wrote:
Miroslav Lachman <000.fbsd_at_quip.cz> wrote on
Date: Wed, 15 Feb 2023 19:50:59 UTC :
[..]
TMPFS_BLACKLIST="rust"
TMPFS_BLACKLIST_TMPDIR=${BASEFS}/data/cache/tmp
(Of course, the file system for TMPFS_BLACKLIST_TMPDIR
needs to have
ll be almost
always (re)built because of their dependencies changes a lot.
I'll try to dig deeper into this subject, maybe I will try to pre fetch
dependencies of llvm, gcc and rust as well (if they don't have a
different options then we need)
Thank you!
Miroslav Lachman
Kind regards
Miroslav Lachman
e repository that is only used for the bulk build,
and if it fails, your real repository remains untouched.
If you want to keep older repositories, you can set the following
variables (we keep 3)
KEEP_OLD_PACKAGES=yes
KEEP_OLD_PACKAGES_COUNT=3
Kind regards
Miroslav Lachman
FreeBSD, but not now.
Does anybody know what can cause this problem on FreeBSD 13.2?
Kind regards
Miroslav Lachman
On 15/05/2023 15:35, Charlie Li wrote:
Yuri wrote:
Miroslav Lachman wrote:
cc -pthread -shared -L/usr/local/lib -fstack-protector-strong
build/temp.freebsd-13.2-RELEASE-amd64-cpython-39/c/_cffi_backend.o
-L/usr/local/lib -L/usr/local/lib -lffi -o
build/lib.freebsd-13.2-RELEASE-amd64
On 15/05/2023 16:08, Miroslav Lachman wrote:
So is there some bug in "make delete-old"?
Should I delete /usb/bin/ld on all machines?
This fixed the problem:
# rm /usr/bin/ld
# ln -s /usr/bin/ld.lld /usr/bin/ld
But now I need to fix it on all machines.
Thank you so much!
Ki
process of preparing and distributing updates where rsync is involved
and there is the problem (some changes are not transferred)
So really not a bug in FreeBSD.
Kind regards
Miroslav Lachman
he list running processes
# ps auxww | egrep 'mariadb|mysql'
I think mariadb will not stop with newer rc script and you will need to
kill it manually.
Kind regards
Miroslav Lachman
s and npm install in top level
failed on electron install, because it tries to build everything, not
only CLI bw)
Info for npm pkg https://github.com/vercel/pkg
I am not node / JS developer, my knowledge of building node packages
with npm / npx is very limited.
Any help is really appreciated.
Kind regards
Miroslav Lachman
ommand and necessary node modules. I have only lightly tested the
package on FreeBSD 13/amd64 and it seems working.
This is great news! I didn't expect somebody is already working on the
porting. Thank you! I will test it and let you know!
Best regards
Miroslav Lachman
On 2023/06/23
ll" works with noexec set on /tmp?
Is there a way to fix it? I really would like to keep /tmp noexec.
Kind regards
Miroslav Lachman
DIR somewhere other than "/tmp".
Thank you for the explanation, you are right. I tested it on Debian now
at it failed the same way.
I will remount /tmp or will try to push TMPDIR env in to scripts using "bw".
Kind regards
Miroslav Lachman
it and commit it.
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268833
(my last patches for pecl-imagick were left uncommitted from March 2023)
Kind regards
Miroslav Lachman
Ping.
Please, can somebody check it and commit it? Please.
On 04/07/2023 23:17, Miroslav Lachman wrote:
For historic reason there are pecl-imagick depending on ImageMagick 6
and pecl-imagick-im7 depending on ImageMagick 7. As far as I know no
ports depend on pecl-imagick with ImageMagic 6 by
ee.
Best regards
Miroslav Lachman
On 26/07/2023 13:19, Hiroki Tagato wrote:
On 2023/07/25 6:14, Miroslav Lachman wrote:
On 23/06/2023 13:11, Hiroki Tagato wrote:
Hi Miroslav,
I have a WIP port of Bitwarden CLI in my forked ports repository.
Take a look at:
https://github.com/tagattie/freebsd-ports/tree/main/security
On 12/07/2023 06:01, Tatsuki Makino wrote:
Hello.
Perhaps this.
=>> Building audio/libopenshot-audio
︙
Host OSVERSION: 1400089
Jail OSVERSION: 1204000
It happens sometimes :)
Regards.
Is there some problem with build cluster again?
I received 6 e-mails with build errors for pecl-imagic,
matching 'wine' have been found in
the repositories
What was changed and how can I run 32-bit Windows applications with Wine 8?
Kind regards
Miroslav Lachman
the only thing on my list "what to try to
fix it". I am surprised wine 7 was upgraded automatically to wine 8 when
there is some uncompatible change and nothing is in pkg-message nor
UPDATING.
Kind regards
Miroslav Lachman
to configure vaultwarden now?
Kind regards
Miroslav Lachman
Miroslav Lachman
On 20/12/2023 19:46, Miroslav Lachman wrote:
This PR was assigned to mm@ more than a year ago, but not committed.
I submitted new patch. Libsodium provides support for ed25519 public
keys and Scrypt and Argon2 paswords.
Can comebody take a look and commit it?
https://bugs.freebsd.org
ny help to keep
proftpd up to date is really appreciated.
Best regards
Miroslav Lachman
On 07.01.2024 13:10, Miroslav Lachman wrote:
On 20/12/2023 19:46, Miroslav Lachman wrote:
This PR was assigned to mm@ more than a year ago, but not committed.
I submitted new patch. Libsodium provides s
py39-requests-2.31.0
py39-urllib3-1.26.18,1 py39-openssl-23.2.0,1
py39-cryptography-41.0.7_1,1 py39-setuptools-rust-1.8.1
Is it supposed to work? How can I trace what port / option is pulling
"bad dependency"?
Kind regards
Miroslav Lachman
ge in one build.
I'm glad to see this feature. It seems ideal for ports like MySQL /
MariaDB / PostgreSQL where the -client or -contrib port is just a slave
Makefile of -server and if you need to install server, you need client
installed too.
Thank you for the work on it.
Kind regards
Miroslav Lachman
, unlink
'/var/run/kibana.pid'
^^^ PID file cannot be deleted as user www because parent dir is owned
by root and no one else can write to it.
[1] https://cgit.freebsd.org/ports/tree/textproc/kibana8/files/kibana.in
Kind regards
Miroslav Lachman
eason... "just to be sure". You want to build update for one small
package ended up waiting half a day for rebuild of rust, cmake, llvm...
--
Miroslav Lachman
ities that weren’t addressed in the ports tree for
more than 3 months
Kind regards
Miroslav Lachman
process, same dependencies (but the Iridium takes care about privacy),
and throwing out hundreds of ports prematurely when Python 2.7 had to
stay in the ports tree anyway was completely unnecessary and unhelpful.
From my point of view, it was just a political decision and not a
technical one, that shouldn't have been there.
Kind regards
Miroslav Lachman
textproc/pecl-yamltextproc pear
Should I submit a PR with a patch for all 27 ports?
[1] https://pecl.php.net/
[2] https://pear.php.net/
Kind regards
Miroslav Lachman
Please, can anybody commit submitted patch to update devel/pecl-excimer
to current version?
PR 277399 - devel/pecl-excimer Update to new version 1.2.1
Kind regards
Miroslav Lachman
On 06/03/2024 19:17, Yasuhiro Kimura wrote:
From: Miroslav Lachman <000.f...@quip.cz>
Subject: committer needed for PR 277399 devel/pecl-excimer update
Date: Wed, 6 Mar 2024 18:33:46 +0100
Please, can anybody commit submitted patch to update
devel/pecl-excimer to current version?
PR
.
I tried to create some patch to one the port and it seems like
"shebangfix" is run before "patch" but I don't know how to see what is
true order of the targets.
Kind reagards
Miroslav Lachman
s.freebsd.org/bugzilla/show_bug.cgi?id=277703
Le 14/03/2024 à 19:55, Miroslav Lachman a écrit :
Is there a way to see the order of the executed steps by "make"?
tl;dr: I know "make" will run many targets like fetch, checksum,
extract, patch... but I would like to see some verbo
On 14/03/2024 20:35, Moin Rahman wrote:
On Mar 14, 2024, at 7:55 PM, Miroslav Lachman <000.f...@quip.cz> wrote:
Is there a way to see the order of the executed steps by "make"?
tl;dr: I know "make" will run many targets like fetch, checksum, extract, patch... but
On 14/03/2024 20:59, Moin Rahman wrote:
On Mar 14, 2024, at 8:57 PM, Miroslav Lachman <000.f...@quip.cz> wrote:
On 14/03/2024 20:35, Moin Rahman wrote:
On Mar 14, 2024, at 7:55 PM, Miroslav Lachman <000.f...@quip.cz> wrote:
Is there a way to see the order of the executed steps by
On 14/03/2024 22:20, Moin Rahman wrote:
On Mar 14, 2024, at 10:08 PM, Miroslav Lachman <000.f...@quip.cz> wrote:
On 14/03/2024 20:59, Moin Rahman wrote:
On Mar 14, 2024, at 8:57 PM, Miroslav Lachman <000.f...@quip.cz> wrote:
On 14/03/2024 20:35, Moin Rahman wrote:
On Mar 14, 2
Thank you. I find these commands useful. Really interesting output.
And this line should explain the order of patch and fix-shebang
_PATCH_REAL_SEQ = ${:Uask-license} ${:Upatch-message}
${:Upatch-depends} ${:Ufix-shebang} ${:Udo-patch}
Thanks again.
Kind regards
Miroslav Lachman
ts is not that
easy. There are too many personal views to this simple problem.
Kind regards
Miroslav Lachman
it my-self in a Poudriere but is 6.48 still working
or is it outdated too?
(I really hate this style of deprecating application every 3 months or
so without any incompatible changes in a protocol)
Kind regards
Miroslav Lachman
#x27;m not sure whether to go for a
source build if there is some problem with the Signal build that causes
the package to not be created.
# pkg version -vRL = | grep -i signal
signal-desktop-6.42.0_1 ? orphaned: net-im/signal-desktop
# pkg search signal-desktop
Exit 1
Best regards
Miroslav Lachman
On 21/04/2024 22:09, Stefan Ehmann wrote:
On Sunday, April 21, 2024 12:01:30 PM CEST Miroslav Lachman wrote:
Hello Mikael,
First of all, I would like to thank you for your work on Signal Desktop,
even though I know that you have dropped the maintainership. I really
appreciate it!
I see that
On 22/04/2024 00:43, Miroslav Lachman wrote:
On 21/04/2024 22:09, Stefan Ehmann wrote:
[...]
The problem is that devel/electron29 is blacklisted on the build server.
See https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278049
signal-desktop-7.5.0_1 builds/runs fine here on 14.0/amd64. Note
ove' (I remember mate-desktop, which I don't use at all, I use
KDE Plasma) It was right before I tried to install Signal Desktop.
Kind regards
Miroslav Lachman
On 29/04/2024 17:21, Baptiste Daroussin wrote:
On Mon 29 Apr 16:41, Miroslav Lachman wrote:
On 29/04/2024 12:49, Alexander Leidinger wrote:
Hi,
pkg wants to remove some package on upgrade. I do not understand why...
---snip---
# pkg upgrade
Updating FreeBSD repository catalogue...
Fetching
On 29/04/2024 19:36, Baptiste Daroussin wrote:
Le 29 avril 2024 19:33:35 GMT+02:00, Miroslav Lachman <000.f...@quip.cz> a
écrit :
On 29/04/2024 17:21, Baptiste Daroussin wrote:
I see similar behavior from time to time. Last time (a few days ago) pkg
wanted to uninstall about 30 pa
ms, but it was years ago.
I will use pkg check -da next time :)
Kind regards
Miroslav Lachman
causes some problem to rubygem-mysql2
configure, but I don't know what is wrong. MariaDB installed mysql.h as
usual.
Does anybody built rubygem-mysql2 with MariaDB 10.11?
I can create PR in bugzilla with a full build log from the Poudriere if
somebody is interested.
Kind regards
Miroslav Lachman
Something like E_ALL & ~E_DEPRECATED &
~E_STRICT should silence "deprecated" messages.
Beware that this deprecated feature will be removed in PHP 8.3 and
rainloop will not work with PHP 8.3 at all.
Kind regards
Miroslav Lachman
t of
unix domain socket of running PHP daemon.
Kind regards
Miroslav Lachman
regards
Miroslav Lachman
dbook/jails/#service-jails-config
https://docs.freebsd.org/en/articles/rc-scripting/#rcng-service-jails
Kind regards
Miroslav Lachman
On 25/06/2024 09:39, Harry Schmalzbauer wrote:
Revert "Framework: Introduce bsd.sponsor.mk"
This reverts commit 274cd4df4dcce0a9aa78da47bb6e35ab3dbcbf8c
See also: https://reviews.freebsd.org/D44487
> In D44487#1014651, @mat wrote:
>>
>> but we want users to stop using ports and u
yphen in the $name
name="background-fsck"
rcvar="background_fsck"
Which is now fixed to an underscore, so I agree that this should be
fixed for all ports rc scripts too. A hyphen in the value of the
variable name can break anything at any time.
Kind regards
Miroslav Lachman
nk.
YMMV
Miroslav Lachman
ound in the repositories
pkg: No packages available to install matching 'vlc' have been found in
the repositories
pkg: No packages available to install matching 'wireshark' have been
found in the repositories
pkg: No packages available to install matching 'xsane' have been found
in the repositories
Given that the quarterly is in the middle of its lifetime, it cannot be
some transient breakage after branch creation. Are the quarterly
branches / packages abandoned?
Kind regards
Miroslav Lachman
6 weeks
is terrible experience.
Kind regards
Miroslav Lachman
On 16/08/2024 16:09, Dimitry Andric wrote:
On 16 Aug 2024, at 15:49, Chris wrote:
On 2024-08-16 00:37, Miroslav Lachman wrote:
On 16/08/2024 01:34, henrichhart...@tuta.io wrote:
Hi Miroslav,
Please see my email titled: "Quarterly backport for multimedia/x265 patch" sent
to this
uld be MFH. I know it is sometimes complicated because of
cross dependencies, but other cases are simple.
Are some rules for MFH to quarterly defined in handbook or somewhere else?
Kind regards
Miroslav Lachman
f.
It only brought me more trouble.
Kind regards
Miroslav Lachman
Double Commander?
I am really curious what's wrong with my setup for all these years.
Kind regards
Miroslav Lachman
Hi,
committer needed for graphics/pecl-imagick (and pecl-imagick-im7) update
for PHP 8 compatibility.
PR 256557
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256557
Kind regards
Miroslav Lachman
we cannot build packages without X11
anymore?
Can this be fixed somehow?
Are there any official QA / exp run tests to build ports tree without X11?
Kind regards
Miroslav Lachman
7; returned non-zero exit status 1.
*** Error code 1
Stop.
make: stopped in /usr/ports/devel/py-zipp
=>> Cleaning up wrkdir
===> Cleaning for py37-zipp-3.4.0
build of devel/py-zipp | py37-zipp-3.4.0 ended at Tue Aug 17 01:46:11
CEST 2021
build time: 00:00:10
!!! build failure encountered !!!
Poudriere builder and the target machine are both FreeBSD 12.2 amd64.
Options in Poudriere are
OPTIONS_UNSET= X11 GUI CUPS DOCS EXAMPLES NLS HAL
DEFAULT_VERSIONS=apache=2.4 perl5=5.32 mysql=10.3m php=7.4 python=3.7
python3=3.7 pgsql=12 bdb=5
Kind regards
Miroslav Lachman
hing in rc.conf, use it. Otherwise, leave it
TOTALLY UNSET. Not to the null string. Undefined.
Easily readable syntax can be like this:
[ -n "$kdc_pid" ] && pidfile="$kdc_pid"
Variable pidfile will be set to a value of $kdc_pid only if $kdc_pid is
set and is not empty.
Miroslav Lachman
ffect.
Please keep shar and classic diff patches supported. Git is not the only
tool for everybody on this planet.
Kind regards
Miroslav Lachman
lps.
What can cause this error?
Kind regards
Miroslav Lachman
On 03/11/2021 09:03, Fernando Apesteguía wrote:
On Tue, Nov 2, 2021 at 10:13 PM Miroslav Lachman <000.f...@quip.cz> wrote:
Hello,
I am trying to build wine-devel in poudriere for FreeBSD 12.2 amd64 but
it fails with some openal error. I tried it again with updated ports
tree from yesterd
On 03/11/2021 11:09, Fernando Apesteguía wrote:
On Wed, Nov 3, 2021 at 10:46 AM Miroslav Lachman <000.f...@quip.cz> wrote:
On 03/11/2021 09:03, Fernando Apesteguía wrote:
..
..
I am building it in a poudriere with "poudrieer bulk", 547 ports were
built, only wine-devel fai
On 03/11/2021 11:09, Fernando Apesteguía wrote:
On Wed, Nov 3, 2021 at 10:46 AM Miroslav Lachman <000.f...@quip.cz> wrote:
On 03/11/2021 09:03, Fernando Apesteguía wrote:
On Tue, Nov 2, 2021 at 10:13 PM Miroslav Lachman <000.f...@quip.cz> wrote:
Hello,
I am trying to build w
On 03/11/2021 16:01, Fernando Apesteguía wrote:
On Wed, Nov 3, 2021 at 12:04 PM Miroslav Lachman <000.f...@quip.cz> wrote:
On 03/11/2021 11:09, Fernando Apesteguía wrote:
On Wed, Nov 3, 2021 at 10:46 AM Miroslav Lachman <000.f...@quip.cz> wrote:
On 03/11/2021 09:03, Fernand
s point we should open a PR for further reference.
I can confirm that wine-devel was built fine with option JACK turned off
for openal.
Kind regards
Miroslav Lachman
ir best to not commit it.
Miroslav Lachman
7 but some (Chromium) are still there even if all
of them use Python 2.7 for build.
For example Iridium expired 2020-12-31, Falkon is marked expired
2021-06-23 but Chromium? Nothing, like it is not depending on the same
Python 2.7. This disparity ** me off.
regards
Miroslav Lachman
.
Kind regards
Miroslav Lachman
g
changed and we still have / need Python 2.7 because of these ports.
Saying "feel free to bring it back " is very vague statement.
Kind regards
Miroslav Lachman
oes not exist in the
main tree too. For example if you create "mail/postfix-mysql" with MYSQL
option enabled, then "poudriere options" fail with message that this
port origine does not exists in /vol0/poudriere/ports/2021Q3
Miroslav Lachman
m
package list (-f) just to run "poudriere options" on set with 100+ ports.
Miroslav Lachman
, oldpath)
ZEND_ARG_INFO(0, newstate)
ZEND_ARG_INFO(0, newpath)
ZEND_END_ARG_INFO()
But I don't know if this will fix it or destroy the whole universe.
Miroslav Lachman
nd regards
Miroslav Lachman
On 15/11/2024 17:06, Andriy Gapon wrote:
On 15/11/2024 17:13, Miroslav Lachman wrote:
On 15/11/2024 12:08, Alexander Leidinger wrote:
Am 2024-11-15 11:14, schrieb Moin Rahman:
Just for everyone else in the list, I have gone through some discussion
with the original author of the mail and it
Is there some reason not to commit this new port of yass "http / socks4
/ socks5 proxy" to the tree? It sits in a bug zilla for about 6 months.
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279849
Kind regards
Miroslav Lachman
h.pl
If there is a shebangfix there is no need to patch it.
Kind regards
Miroslav Lachman
On 03/08/2025 21:09, Moin Rahman wrote:
On Aug 3, 2025, at 21:04, Miroslav Lachman <000.f...@quip.cz> wrote:
Hello,
I have seen you your last two commits in devel/pear. One adding
IGNORE_WITH_PHP= 81 and the other reverting this commit. But I cannot find any
information in Bugzil
87 matches
Mail list logo