Bug 195690 - lang/python27 fails to package on i386 (nis.so)
Summary: lang/python27 fails to package on i386 (nis.so)
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: i386 Any
: --- Affects Only Me
Assignee: freebsd-python (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-04 21:58 UTC by Beeblebrox
Modified: 2015-01-04 17:26 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (python)


Attachments
poudriere log (543.10 KB, text/plain)
2014-12-04 21:58 UTC, Beeblebrox
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Beeblebrox 2014-12-04 21:58:47 UTC
Created attachment 150201 [details]
poudriere log

Building lang/python27 in i386 poudriere jail fails at package stage with below error. Changing options or disabling ccache had no effect. Host is amd64 and no such problem in the amd64 build jail.

<phase: package
===>  Building package for python27-2.7.8_6
pkg-static: lstat(/wrkdirs/usr/ports/lang/python27/work/stage/usr/local/lib/python2.7/lib-dynload/nis.so): No such file or directory
*** Error code 1

Seems similar to https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=165359
Comment 1 Bugzilla Automation freebsd_committer freebsd_triage 2014-12-04 21:58:47 UTC
Auto-assigned to maintainer python@FreeBSD.org
Comment 2 Beeblebrox 2015-01-04 17:26:11 UTC
SOLVED: This was probably an issue related to the i386 jail's world.
I re-built i386 world with latest source and the jail with latest world builds the port without problem.