Bug 87433

Summary: Can't compile /usr/ports/net/mldonkey-devel
Product: Ports & Packages Reporter: Victor Prylipko <vic>
Component: Individual Port(s)Assignee: Mario Sergio Fujikawa Ferreira <lioux>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Victor Prylipko 2005-10-14 12:00:27 UTC
Can't compile /usr/ports/net/mldonkey-devel

Fix: patch for fixing problem:



#include "CryptoPP.h"

+#include <stdio.h>
+
 ////////////////////////////////////////////////////////////////////////////////
 #ifndef CRYPTOPP_FLTRIMPL_H
 #define CRYPTOPP_FLTRIMPL_H--SYDHwX3eOKougaVh5HMOnaLw7UmNmATzzmz0NIZJJvhMz24r
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

--- src/utils/lib/CryptoPP.cc.orig      Thu Oct  6 14:50:31 2005
+++ src/utils/lib/CryptoPP.cc   Fri Oct 14 14:25:25 2005
@@ -84,6 +84,8 @@
How-To-Repeat: cd /usr/ports/net/mldonkey-devel
make clean && make -DWITHOUT_GUI=yes

..

c++  -o src/utils/lib/CryptoPP.o -O -pipe    -D_THREAD_SAFE -c src/utils/lib/CryptoPP.cc
src/utils/lib/CryptoPP.cc:1713: warning: #warning "You do not have GCC 3.3 or later, or did not specify -msse2 compiler option, so use of SSE2 intrinsics will be disabled."
src/utils/lib/CryptoPP.cc: In method `void CryptoPP::NonblockingRng::GenerateBlock(byte *, unsigned int)':
src/utils/lib/CryptoPP.cc:9262: implicit declaration of function `int CryptoPP::printf(...)'
gmake: *** [src/utils/lib/CryptoPP.o] Error 1
*** Error code 2

Stop in /usr/ports/net/mldonkey-devel.
Comment 1 Volker Stolz freebsd_committer freebsd_triage 2005-10-14 13:39:40 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lioux

Over to maintainer
Comment 2 Mario Sergio Fujikawa Ferreira freebsd_committer freebsd_triage 2005-11-18 21:24:36 UTC
	Is this problem reproduceable with the latest version of
the port? It contains mldonkey version 2.5.7.

	Regards,

-- 
Mario S F Ferreira - DF - Brazil - "I guess this is a signature."
feature, n: a documented bug | bug, n: an undocumented feature
Comment 3 Mario Sergio Fujikawa Ferreira freebsd_committer freebsd_triage 2005-11-21 08:50:43 UTC
> > Is this problem reproduceable with the latest version of
> > the port? It contains mldonkey version 2.5.7.

> No. It builded without problem.

> But there is another problem in mldonkey - network transfer is very slow - outbound about
> 100-150kBytes/sec insted of 3-5MBytes/sec in same configuration of version 2.5.4.

	That could be related to changes done by the developers on the
source code.

	Please check with them to see if something can be changed for your
particular situation.

	Regards,

-- 
Mario S F Ferreira - DF - Brazil - "I guess this is a signature."
feature, n: a documented bug | bug, n: an undocumented feature
Comment 4 Mario Sergio Fujikawa Ferreira freebsd_committer freebsd_triage 2005-11-21 09:21:57 UTC
State Changed
From-To: open->closed

Problem has been fixed in the latest versions.