Bug 146615

Summary: security/qca-ossl build failure prevents /net/kdenetwork4 from building
Product: Ports & Packages Reporter: Gerard Seibert <gerard>
Component: Individual Port(s)Assignee: freebsd-kde (group) <kde>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.txt
none
qca-ossl.diff none

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!