Bug 197776

Summary: lang/cython: strip C modules
Product: Ports & Packages Reporter: Jan Beich <jbeich>
Component: Individual Port(s)Assignee: Jan Beich <jbeich>
Status: Closed FIXED    
Severity: Affects Only Me CC: vmagerya
Priority: --- Flags: bugzilla: maintainer-feedback? (vmagerya)
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
v1 none

Description Jan Beich freebsd_committer freebsd_triage 2015-02-18 00:26:21 UTC
Created attachment 153130 [details]
v1

poudriere testport reports the following:

  ====> Running Q/A tests (stage-qa)
  Warning: 'lib/python2.7/site-packages/Cython/Compiler/FlowControl.so' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD}
  Warning: 'lib/python2.7/site-packages/Cython/Compiler/Lexicon.so' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD}
  Warning: 'lib/python2.7/site-packages/Cython/Compiler/Parsing.so' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD}
  Warning: 'lib/python2.7/site-packages/Cython/Compiler/Code.so' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD}
  Warning: 'lib/python2.7/site-packages/Cython/Compiler/Visitor.so' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD}
  Warning: 'lib/python2.7/site-packages/Cython/Compiler/Scanning.so' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD}
  Warning: 'lib/python2.7/site-packages/Cython/Runtime/refnanny.so' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD}
  Warning: 'lib/python2.7/site-packages/Cython/Tempita/_tempita.so' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD}
  Warning: 'lib/python2.7/site-packages/Cython/Plex/Scanners.so' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD}
  Warning: 'lib/python2.7/site-packages/Cython/Plex/Actions.so' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD}
Comment 1 Bugzilla Automation freebsd_committer freebsd_triage 2015-02-18 00:26:21 UTC
Maintainer CC'd
Comment 2 Vitaly Magerya 2015-02-18 09:37:17 UTC
Looks good, feel free to commit it.

Maybe add "/Cython" after "${PYTHONPREFIX_SITELIBDIR}".
(Not that it matters with staging).
Comment 3 commit-hook freebsd_committer freebsd_triage 2015-02-19 09:29:07 UTC
A commit references this bug:

Author: jbeich
Date: Thu Feb 19 09:28:43 UTC 2015
New revision: 379335
URL: https://svnweb.freebsd.org/changeset/ports/379335

Log:
  - Update to 0.22 [1]
  - Strip C modules [2]
  - Mark py-kivy as BROKEN [3]

  PR:		197375 [1]
  PR:		197776 [2]
  Submitted by:	Viltaly Magerya <vmagerya@gmail.com> (maintainer) [1]
  Approved by:	Viltaly Magerya <vmagerya@gmail.com> (maintainer) [2]
  Approved by:	dbn (maintainer) [3]

Changes:
  head/lang/cython/Makefile
  head/lang/cython/distinfo
  head/x11-toolkits/py-kivy/Makefile
Comment 4 Jan Beich freebsd_committer freebsd_triage 2015-02-19 09:31:32 UTC
Thanks. Committed.