Bug 201135 - lang/pfe: fix installation
Summary: lang/pfe: fix installation
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Johan van Selst
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-26 21:30 UTC by Dmitry Marakasov
Modified: 2015-07-01 16:38 UTC (History)
0 users

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


Attachments
Patch (909 bytes, patch)
2015-06-26 21:30 UTC, Dmitry Marakasov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Marakasov freebsd_committer freebsd_triage 2015-06-26 21:30:48 UTC
Created attachment 158084 [details]
Patch

Disable utterly broken testmodule installation, which fixes bunch of check-plist errors. Note that you can't just `rm ${STAGEDIR}/usr/ports` as in creates different directories in different environments.

Also note that I've marked the port BROKEN on i386:

/bin/sh ./libtool --silent --tag=CC   --mode=link cc  -O2 -pipe  -fstack-protector -fno-strict-aliasing -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Werror-implicit-function-declaration -Wno-sign-compare -fno-builtin -momit-leaf-frame-pointer -export-dynamic -fstack-protector -W,--warn-common -o pfe main-def.o libpfe.la
./.libs/libpfe.so: undefined reference to `p4TH'
cc: error: linker command failed with exit code 1 (use -v to see invocation)
Makefile:849: recipe for target 'pfe' failed
Comment 1 commit-hook freebsd_committer freebsd_triage 2015-07-01 10:07:00 UTC
A commit references this bug:

Author: johans
Date: Wed Jul  1 10:06:37 UTC 2015
New revision: 391044
URL: https://svnweb.freebsd.org/changeset/ports/391044

Log:
  Disable utterly broken testmodule installation

  PR:		201135
  Submitted by:	amdmi3

Changes:
  head/lang/pfe/Makefile
  head/lang/pfe/pkg-plist
Comment 2 Johan van Selst freebsd_committer freebsd_triage 2015-07-01 10:07:21 UTC
Committed, thanks.

Will try to fix this for i386 later.
Comment 3 Dmitry Marakasov freebsd_committer freebsd_triage 2015-07-01 16:38:25 UTC
Thank you!