[Bug 226135] lang/python27: fails to install/build package since r462630 (missing lib-dynload so's)

2018-02-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226135

--- Comment #13 from Kubilay Kocak  ---
@Chip

Additionally, could you please run a second test:

Using python27 *as is* (verbatim r462630, *without* requested change in comment
10)

- pkg delete -f expat
- rebuild python27
- confirm whether issue is reproducible

I'm continuing to isolate locally

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


[Bug 226135] lang/python27: fails to install/build package since r462630 (missing lib-dynload so's)

2018-02-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226135

--- Comment #12 from Kubilay Kocak  ---
@Chip Could you please:

- Comment out the LIBS entry
- Rebuild, confirm whether issue is still reproducible
- In either case, attach the build log

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


[Bug 226135] lang/python27: fails to install/build package since r462630 (missing lib-dynload so's)

2018-02-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226135

--- Comment #11 from Sunpoet Po-Chuan Hsieh  ---
Here is my poudriere build log of lang/python27-pr226135 (copied from
lang/python27 with following change).
https://people.freebsd.org/~sunpoet/logs/python27-pr226135.log

% diff -u lang/python27/Makefile lang/python27-pr226135/Makefile
--- lang/python27/Makefile  2018-02-23 03:51:29.048434000 +0800
+++ lang/python27-pr226135/Makefile 2018-02-24 01:22:44.675219000 +0800
@@ -5,7 +5,8 @@
 PORTREVISION=  1
 CATEGORIES=lang python ipv6
 MASTER_SITES=  PYTHON/ftp/python/${PORTVERSION}
-PKGNAMESUFFIX= 27
+#PKGNAMESUFFIX=27
+PKGNAMESUFFIX= 27-pr226135
 DISTNAME=  Python-${PORTVERSION}
 DIST_SUBDIR=   python

@@ -44,7 +45,8 @@
OSMAJOR=${OSVERSION:C/([0-9]*)[0-9]{5}/\1/}
# For plat-freebsd* in pkg-plist. https://bugs.python.org/issue19554

 OPTIONS_DEFINE=DEBUG IPV6 LIBFFI NLS PYMALLOC THREADS
-OPTIONS_DEFAULT=   LIBFFI PYMALLOC THREADS UCS4
+#OPTIONS_DEFAULT=  LIBFFI PYMALLOC THREADS UCS4
+OPTIONS_DEFAULT=   LIBFFI NLS PYMALLOC THREADS UCS4
 OPTIONS_SINGLE=UNICODE
 OPTIONS_SINGLE_UNICODE=UCS2 UCS4
 OPTIONS_SUB=   yes

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


[Bug 226135] lang/python27: fails to install/build package since r462630 (missing lib-dynload so's)

2018-02-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226135

--- Comment #10 from Sunpoet Po-Chuan Hsieh  ---
(In reply to Kubilay Kocak from comment #4)

Yes, MFH is suspended.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


[Bug 226135] lang/python27: fails to install/build package since r462630 (missing lib-dynload so's)

2018-02-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226135

--- Comment #9 from Chip Cuccio  ---
(In reply to Bernard Spil from comment #6)

@Bernard,
I have made the make.conf changes as you advised: Same build issue.
Updated build log attached.

Thanks!

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


[Bug 226135] lang/python27: fails to install/build package since r462630 (missing lib-dynload so's)

2018-02-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226135

--- Comment #8 from Chip Cuccio  ---
Created attachment 190956
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=190956&action=edit
Updated build log after make.conf changes.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


[Bug 226135] lang/python27: fails to install/build package since r462630 (missing lib-dynload so's)

2018-02-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226135

--- Comment #7 from Chip Cuccio  ---
(In reply to Bernard Spil from comment #6)

@Bernard,

OK I will do that, and report back. Thanks!
- chip

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


[Bug 226135] lang/python27: fails to install/build package since r462630 (missing lib-dynload so's)

2018-02-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226135

--- Comment #6 from Bernard Spil  ---
(In reply to Chip Cuccio from comment #5)
Hi Chip,

Please remove

> CC=clang
> CXX=clang++
> CPP=clang-cpp
> OPENSSLBASE=/usr/local

from your make.conf, these are redundant and set either by Mk/Uses/ssl.mk or in
the ports framework.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


[Bug 226135] lang/python27: fails to install/build package since r462630 (missing lib-dynload so's)

2018-02-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226135

--- Comment #5 from Chip Cuccio  ---
(In reply to Kubilay Kocak from comment #3)

@Kubilay there should be an attachment already with my build log, env/config
details etc.

However here's my make.conf

FAVORITE_COMPILER=clang
COMPILER_TYPE=  clang
MAKE_JOBS_NUMBER?=3

CC=clang
CXX=clang++
CPP=clang-cpp
WITH_CCACHE_BUILD=yes
CPUTYPE?=core2

DEFAULT_VERSIONS+=ssl=openssl
OPENSSLBASE=/usr/local  # Use ports version of openssl with TLS 1.2
OPTIONS_UNSET+= GSSAPI_BASE
OPTIONS_SET+=   GSSAPI_MIT

Thanks!

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


[Bug 226135] lang/python27: fails to install/build package since r462630 (missing lib-dynload so's)

2018-02-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226135

--- Comment #2 from Sunpoet Po-Chuan Hsieh  ---
I cannot reproduce the failure in poudriere builds (11.1-RELEASE amd64 with the
specific option setting: -DEBUG +IPV6 +LIBFFI +NLS +PYMALLOC +THREADS -UCS2
+UCS4).

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


[Bug 226135] lang/python27: fails to install/build package since r462630 (missing lib-dynload so's)

2018-02-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226135

Kubilay Kocak  changed:

   What|Removed |Added

 Status|New |Open

--- Comment #3 from Kubilay Kocak  ---
(In reply to Sunpoet Po-Chuan Hsieh from comment #2)

Likewise.

@Chip Can you provide system environment/configuration information (uname -a,
sanitized /etc/make.conf) along with an the full build log (as an attachmennt)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


[Bug 226135] lang/python27: fails to install/build package since r462630 (missing lib-dynload so's)

2018-02-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226135

Kubilay Kocak  changed:

   What|Removed |Added

   See Also||https://bugs.freebsd.org/bu
   ||gzilla/show_bug.cgi?id=2227
   ||95

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


[Bug 226135] lang/python27: fails to install/build package since r462630 (missing lib-dynload so's)

2018-02-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226135

--- Comment #4 from Kubilay Kocak  ---
@Sunpoet, Can we hold off on MFH'ing ports r462630 until we figure out whats
happening?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


[Bug 226135] lang/python27: fails to install/build package since r462630 (missing lib-dynload so's)

2018-02-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226135

Kubilay Kocak  changed:

   What|Removed |Added

   Keywords||needs-qa
 CC||ko...@freebsd.org,
   ||sunp...@freebsd.org

--- Comment #1 from Kubilay Kocak  ---
This will likely be related to the CFLAGS/LIBS change (additions) in ports
r462630

For more context see this block in python27/Makefile:

# Use CPPFLAGS over CFLAGS due to -I ordering, causing elementtree and pyexpat
# to break in Python 2.7, or preprocessor complaints in Python >= 3.3
# Upstream Issue: https://bugs.python.org/issue6299

The issue is not scoped only to NLS.

For more context see:

https://bugs.python.org/issue6299#msg210189

There have been countless ports issues reported in the past related to
hacking/modifying CFLAGS (and other variables, and these changes should not be
attempted until the root underlying issue(s) are fixed (correctly/completely).

I'll see if I can prepare a patch for you to test. If that can't be done, we'll
need to revert the change.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


[Bug 226135] lang/python27: fails to install/build package since r462630 (missing lib-dynload so's)

2018-02-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226135

Kubilay Kocak  changed:

   What|Removed |Added

   Keywords||regression

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


maintainer-feedback requested: [Bug 226135] lang/python27: fails to install/build package since r462630 (missing lib-dynload so's)

2018-02-22 Thread bugzilla-noreply
Chip Cuccio  has reassigned Bugzilla Automation
's request for maintainer-feedback to FreeBSD Python
:
Bug 226135: lang/python27: fails to install/build package since r462630
(missing lib-dynload so's)
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226135



--- Description ---
Created attachment 190911
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=190911&action=edit
Build logs, env and ver. details, config options.

Previous commit builds fine on both amd64 and powerpc. Today's r462630 commit
won't build/install packages on both archs: 11.1-RELEASE;

pkg-static: Unable to access file
/usr/ports/lang/python27/work/stage/usr/local/lib/python2.7/lib-dynload/_elemen
ttree.so:No
such file or directory
pkg-static: Unable to access file
/usr/ports/lang/python27/work/stage/usr/local/lib/python2.7/lib-dynload/pyexpat
.so:No
such file or directory

Attached is the build log, uname, pkg version -v, etc. in a single file.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"


[Bug 226135] lang/python27: fails to install/build package since r462630 (missing lib-dynload so's)

2018-02-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226135

Bug ID: 226135
   Summary: lang/python27: fails to install/build package since
r462630 (missing lib-dynload so's)
   Product: Ports & Packages
   Version: Latest
  Hardware: amd64
OS: Any
Status: New
  Severity: Affects Only Me
  Priority: ---
 Component: Individual Port(s)
  Assignee: pyt...@freebsd.org
  Reporter: chip.cuc...@gmail.com
 Flags: maintainer-feedback?(pyt...@freebsd.org)
  Assignee: pyt...@freebsd.org

Created attachment 190911
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=190911&action=edit
Build logs, env and ver. details, config options.

Previous commit builds fine on both amd64 and powerpc. Today's r462630 commit
won't build/install packages on both archs: 11.1-RELEASE;

pkg-static: Unable to access file
/usr/ports/lang/python27/work/stage/usr/local/lib/python2.7/lib-dynload/_elementtree.so:No
such file or directory
pkg-static: Unable to access file
/usr/ports/lang/python27/work/stage/usr/local/lib/python2.7/lib-dynload/pyexpat.so:No
such file or directory

Attached is the build log, uname, pkg version -v, etc. in a single file.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"