Bug 197776 - lang/cython: strip C modules
Summary: lang/cython: strip C modules
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Jan Beich
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-18 00:26 UTC by Jan Beich
Modified: 2015-02-19 09:31 UTC (History)
1 user (show)

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


Attachments
v1 (395 bytes, patch)
2015-02-18 00:26 UTC, Jan Beich
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.