Bug 193210 - net/boinc-client fails to build on 11-CURRENT
Summary: net/boinc-client fails to build on 11-CURRENT
Status: Closed Overcome By Events
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-31 18:21 UTC by Larry Rosenman
Modified: 2015-05-22 23:23 UTC (History)
1 user (show)

See Also:


Attachments
full make output (224.82 KB, text/plain)
2014-08-31 18:21 UTC, Larry Rosenman
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Larry Rosenman freebsd_committer freebsd_triage 2014-08-31 18:21:11 UTC
Created attachment 146613 [details]
full make output

I'm getting a weird (to me) error from net/boinc-client on a fresh re-install of 11-CURRENT.

$ tail -20 make.out
  OBJCXXLD boincmgr
/usr/bin/ld: //usr/lib/libc++.so.1: invalid DSO for symbol `_ZNSt12out_of_rangeD1Ev' definition
//usr/lib/libc++.so.1: could not read symbols: Bad value
gmake[4]: *** [boincmgr] Error 1
gmake[4]: Leaving directory `/usr/ports/net/boinc-client/work/boinc-client-7.2.33/clientgui'
gmake[3]: *** [all-recursive] Error 1
gmake[3]: Leaving directory `/usr/ports/net/boinc-client/work/boinc-client-7.2.33'
gmake[2]: *** [all] Error 2
gmake[2]: Leaving directory `/usr/ports/net/boinc-client/work/boinc-client-7.2.33'
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
*** Error code 1

Stop.
make[1]: stopped in /usr/ports/net/boinc-client
*** Error code 1

Stop.
make: stopped in /usr/ports/net/boinc-client

lrosenman@lrosenman-w520 /cygdrive/C/Users/lrosenman/Downloads
$


borg.lerctr.org /home/ler $ uname -a
FreeBSD borg.lerctr.org 11.0-CURRENT FreeBSD 11.0-CURRENT #1 r270874: Sun Aug 31 07:58:12 CDT 2014     root@borg.lerctr.org:/usr/obj/usr/src/sys/VT-LER  amd64
borg.lerctr.org /home/ler $
Comment 1 Larry Rosenman freebsd_committer freebsd_triage 2014-08-31 18:42:44 UTC
removing the LINUX and MANAGER options allows it to build/install -- should still be looked at.
Comment 2 John Marino freebsd_committer freebsd_triage 2014-09-01 11:10:44 UTC
This port is unmaintained.
There's no patch to evaluate.

The best I can do is "open" the PR where it will probably never be touched.  Somebody might fix it when they see it failing on -current, but it won't be because of this PR.

What do you want to happen with this PR?
Comment 3 Larry Rosenman freebsd_committer freebsd_triage 2014-09-02 15:20:51 UTC
I'll look at it in my free time.

I wanted to at least get it in the system if anyone care(s|d).
Comment 4 John Marino freebsd_committer freebsd_triage 2014-09-04 15:45:59 UTC
moving to open (siberia)
Comment 5 Jason Unovitch freebsd_committer freebsd_triage 2015-05-22 23:17:30 UTC
Larry,
Is this PR still relevant?  Between different Clang revisions and libc++ stack updates, portsmon shows it as building on all platforms.  I can indeed confirm it builds on 11-CURRENT r282874 and in a jail on that host running 10.1-RELEASE-p9.  It's not exactly clean on all the QA validation but for at least what this PR was opened for doesn't appear to be valid anymore.

Ref:
http://portsmon.freebsd.org/portoverview.py?category=net&portname=boinc-client

Jason
Comment 6 Larry Rosenman freebsd_committer freebsd_triage 2015-05-22 23:23:02 UTC
I think it can be closed as OBE.