[Bug 273122] lang/python311: backport netlink support

2023-09-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273122 --- Comment #15 from Matthias Andree --- I am not a member of portmgr@. But I still feel, as a long-time FreeBSD committer, that there is a certain amount of obstructionism going on here that annoys me, in the form of requiring meena to ju

[Bug 274099] lang/python27 fails to compile on 14.0-BETA2

2023-09-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274099 --- Comment #19 from John Hein --- (In reply to Charlie Li from comment #18) Ok. Your (python team) call, of course. The patch is fairly trivial and worthwhile, so it could help people. I know there are a lot of python2 users still out t

[Bug 274099] lang/python27 fails to compile on 14.0-BETA2

2023-09-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274099 Charlie Li changed: What|Removed |Added Depends on|273961 | --- Comment #18 from Charlie Li ---

[Bug 274099] lang/python27 fails to compile on 14.0-BETA2

2023-09-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274099 --- Comment #17 from John Hein --- (In reply to Charlie Li from comment #15) pkg-config/pkgconf is not involved at all for openssl in lang/python27 -- You are receiving this mail because: You are on the CC list for the bug. You are the as

[Bug 274099] lang/python27 fails to compile on 14.0-BETA2

2023-09-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274099 Charlie Li changed: What|Removed |Added Depends on||273961 Referenced Bugs: https://bug

maintainer-approval requested: [Bug 274099] lang/python27 fails to compile on 14.0-BETA2 : [Attachment 245256] [patch] convince py27 setup.py to look in the desired openssl include dir

2023-09-26 Thread bugzilla-noreply
John Hein has asked freebsd-python (Nobody) for maintainer-approval: Bug 274099: lang/python27 fails to compile on 14.0-BETA2 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274099 Attachment 245256: [patch] convince py27 setup.py to look in the desired openssl include dir https://bugs.freebsd

[Bug 274099] lang/python27 fails to compile on 14.0-BETA2

2023-09-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274099 John Hein changed: What|Removed |Added CC||jcfyecr...@liamekaens.com,

[Bug 274099] lang/python27 fails to compile on 14.0-BETA2

2023-09-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274099 Charlie Li changed: What|Removed |Added Flags|maintainer-feedback?(python |maintainer-feedback+

[Bug 274099] lang/python27 fails to compile on 14.0-BETA2

2023-09-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274099 --- Comment #14 from Muhammad Moinur Rahman --- We have a forum at https://forums.freebsd.org which I have never tried but there are topics. For ports related issues try ports@ and when you are using most bleeding edge like HEAD/BETA/RC/ALP

[Bug 273122] lang/python311: backport netlink support

2023-09-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273122 --- Comment #14 from Charlie Li --- (autotools) configure patches, against the generated-by-autoconf output, are unwieldy by default; this is no exception. The existing local as in ${PATCHDIR} patch against configure deals with LTO support,

[Bug 274099] lang/python27 fails to compile on 14.0-BETA2

2023-09-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274099 --- Comment #13 from Philip Homburg --- For future reference, which forums and mailing lists do you recommend if I use DEFAULT_VERSIONS+=ssl=openssl. Does that apply to all FreeBSD ports or just to the python-related ones? -- You are rec

[Bug 274099] lang/python27 fails to compile on 14.0-BETA2

2023-09-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274099 --- Comment #12 from Muhammad Moinur Rahman --- In truth there is no configure knobs for defining openssl path in python27. So even if someone has DEFAULT_VERSIONS+=ssl=openssl* it will always bind with the base version of openssl so be car

[Bug 274099] lang/python27 fails to compile on 14.0-BETA2

2023-09-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274099 --- Comment #11 from Philip Homburg --- Replacing openssl3* with openssl* makes it build. Thanks. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 273122] lang/python311: backport netlink support

2023-09-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273122 Dave Cottlehuber changed: What|Removed |Added CC||d...@freebsd.org --- Comment #1

[Bug 274099] lang/python27 fails to compile on 14.0-BETA2

2023-09-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274099 --- Comment #10 from Muhammad Moinur Rahman --- At the end of the line: https://cgit.freebsd.org/ports/tree/lang/python27/Makefile#n127 There is openssl3*. Replace it with openssl* and let me know the result. I have never used ssl from th

[Bug 274099] lang/python27 fails to compile on 14.0-BETA2

2023-09-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274099 --- Comment #9 from John Hein --- (In reply to Philip Homburg from comment #3) You are using openssl from ports (openssl-1.1.1w). The openssl shown in comment 1 (and comment 2) is from base. So these two builds are not the same. In the

[Bug 274099] lang/python27 fails to compile on 14.0-BETA2

2023-09-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274099 --- Comment #8 from Philip Homburg --- Created attachment 245249 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=245249&action=edit Diff between two 14.0-BETA2 log files Here is a diff between your log and mine. I have no clue ab

[Bug 274099] lang/python27 fails to compile on 14.0-BETA2

2023-09-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274099 --- Comment #7 from Muhammad Moinur Rahman --- Although you are demanding that you have the most recent updates of the tree but I am more than sure that your failure is due to either of the following: 1. You are using portsnap to update the

[Bug 274099] lang/python27 fails to compile on 14.0-BETA2

2023-09-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274099 --- Comment #6 from Philip Homburg --- Obviously I have the most recent updates of the ports tree. I have the same python27 version as you. And poudriere just does a git checkout. I seems we cannot have a constructive discussion. I leave i

[Bug 274099] lang/python27 fails to compile on 14.0-BETA2

2023-09-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274099 --- Comment #5 from Muhammad Moinur Rahman --- (In reply to Philip Homburg from comment #4) This is not nasty. This is perfect. I have mentioned what might be the problem. And you have to understand the difference between a bug reporting s

[Bug 274099] lang/python27 fails to compile on 14.0-BETA2

2023-09-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274099 Philip Homburg changed: What|Removed |Added Status|Closed |Open Resolution|Unable to

[Bug 274099] lang/python27 fails to compile on 14.0-BETA2

2023-09-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274099 Philip Homburg changed: What|Removed |Added Attachment #245247|text/x-log |text/plain mime type|

[Bug 274099] lang/python27 fails to compile on 14.0-BETA2

2023-09-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274099 Muhammad Moinur Rahman changed: What|Removed |Added Resolution|--- |Unable to Reproduce

[Bug 274099] lang/python27 fails to compile on 14.0-BETA2

2023-09-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274099 Muhammad Moinur Rahman changed: What|Removed |Added Status|New |Open CC|

[Bug 274099] lang/python27 fails to compile on 14.0-BETA2

2023-09-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274099 Philip Homburg changed: What|Removed |Added Summary|lang/python27 |lang/python27 fails to

[Bug 274099] lang/python27

2023-09-26 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274099 Bug ID: 274099 Summary: lang/python27 Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me

maintainer-feedback requested: [Bug 274099] lang/python27

2023-09-26 Thread bugzilla-noreply
Bugzilla Automation has asked freebsd-python (Nobody) for maintainer-feedback: Bug 274099: lang/python27 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274099 --- Description --- python27-2.7.18_2 fails to compile on 14.0-BETA2 At the end I see in the poudriere log: ==