Bug 146615 - security/qca-ossl build failure prevents /net/kdenetwork4 from building
Summary: security/qca-ossl build failure prevents /net/kdenetwork4 from building
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-kde (group)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-15 15:00 UTC by Gerard Seibert
Modified: 2010-05-21 22:50 UTC (History)
0 users

See Also:


Attachments
file.txt (2.53 KB, text/plain)
2010-05-15 15:00 UTC, Gerard Seibert
no flags Details
qca-ossl.diff (8.66 KB, patch)
2010-05-15 17:30 UTC, Max Brazhnikov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gerard Seibert 2010-05-15 15:00:15 UTC
The security/qca-ossl port will not build. This causes the net/kdenetwork4 port to fail. I believe, although I have not confirmed it, that the problem may have to do with the fact that I have "openssl-1.0.0_1" via the ports system installed. I also have "WITH_OPENSSL_PORT=yes" entered in the /etc/make.conf file. There have been other ports that have failed because of this. The last one I reported: PR 146409 was just fixed.

A copy of the failed build attempt for the qca-ossl port is attached. The entire build failure for kdenetwork4 can be found here: http://seibercom.net/logs/qca-ossl.txt

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-05-15 15:00:26 UTC
Responsible Changed
From-To: freebsd-ports-bugs->kde

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Max Brazhnikov 2010-05-15 17:30:57 UTC
Please, test the patch.
Comment 3 Max Brazhnikov freebsd_committer freebsd_triage 2010-05-16 12:04:00 UTC
State Changed
From-To: open->feedback

Wait for response.
Comment 4 Gerard Seibert 2010-05-21 11:28:01 UTC
I tested the patch and it appears to work correctly. The port built
without any problems. I had thought that I had reported this back
previously; however, it appears that I had not.
Comment 5 dfilter service freebsd_committer freebsd_triage 2010-05-21 22:42:17 UTC
makc        2010-05-21 21:42:01 UTC

  FreeBSD ports repository

  Modified files:
    security/qca-ossl    Makefile 
  Added files:
    security/qca-ossl/files patch-qca-ossl.cpp 
  Removed files:
    security/qca-ossl/files patch-qca-oss.cpp 
  Log:
  Fix build with OpenSSL 1.0
  
  PR:             ports/146615
  Reported by:    Gerard Seibert <gerard at seibercom.net>
  
  Revision  Changes    Path
  1.6       +1 -1      ports/security/qca-ossl/Makefile
  1.2       +0 -27     ports/security/qca-ossl/files/patch-qca-oss.cpp (dead)
  1.1       +282 -0    ports/security/qca-ossl/files/patch-qca-ossl.cpp (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 6 Max Brazhnikov freebsd_committer freebsd_triage 2010-05-21 22:43:40 UTC
State Changed
From-To: feedback->closed

Fixed, thanks for reports!