ports/76460: amule port aborts when compiling

Guilherme J. R. Oliveira guilherme.oliveira at gmail.com
Wed Jan 19 12:10:28 UTC 2005


>Number:         76460
>Category:       ports
>Synopsis:       amule port aborts when compiling
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jan 19 12:10:27 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Guilherme J. R. Oliveira
>Release:        5.3-RELEASE-p2
>Organization:
http://www.sator.pt
>Environment:
FreeBSD tarpa 5.3-RELEASE-p2 FreeBSD 5.3-RELEASE-p2 #0: Thu Dec 23 17:02:20 WET 2004     root at tarpa:/usr/obj/usr/src/sys/GENERIC  i386
>Description:
When 'make install' on /usr/ports/net/amule/ it aborts during compilation. It seems related to curl because it is missing an header file:

if cc -DHAVE_CONFIG_H -I. -I. -I..   -I/usr/local/include   -I/usr/X11R6/include/wx/gtk2-2.4 -I/usr/X11R6/include -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DXTHREADS -DXUSE_MTSAFE_API -I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/X11R6/include/pango-1.0 -I/usr/local/include/freetype2 -I/usr/local/include   -D__GTK2__  -O -pipe -march=k6-2  -g -O2  -MT amule-gtkplugxembed.o -MD -MP -MF ".deps/amule-gtkplugxembed.Tpo" \
  -c -o amule-gtkplugxembed.o `test -f 'gtkplugxembed.c' || echo './'`gtkplugxembed.c; \
then mv -f ".deps/amule-gtkplugxembed.Tpo" ".deps/amule-gtkplugxembed.Po"; \
else rm -f ".deps/amule-gtkplugxembed.Tpo"; exit 1; \
fi
if c++ -DHAVE_CONFIG_H -I. -I. -I..   -I/usr/local/include   -I/usr/X11R6/include/wx/gtk2-2.4 -I/usr/X11R6/include -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DXTHREADS -DXUSE_MTSAFE_API -I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/X11R6/include/pango-1.0 -I/usr/local/include/freetype2 -I/usr/local/include   -D__GTK2__  -O -pipe -march=k6-2 -I/usr/local/include  -g -O2  -MT amule-HTTPDownloadDlg.o -MD -MP -MF ".deps/amule-HTTPDownloadDlg.Tpo" \
  -c -o amule-HTTPDownloadDlg.o `test -f 'HTTPDownloadDlg.cpp' || echo './'`HTTPDownloadDlg.cpp; \
then mv -f ".deps/amule-HTTPDownloadDlg.Tpo" ".deps/amule-HTTPDownloadDlg.Po"; \
else rm -f ".deps/amule-HTTPDownloadDlg.Tpo"; exit 1; \
fi
HTTPDownloadDlg.cpp:25:23: curl/curl.h: No such file or directory
HTTPDownloadDlg.cpp: In member function `virtual void* myThread::Entry()':
HTTPDownloadDlg.cpp:98: error: `CURL' undeclared (first use this function)
HTTPDownloadDlg.cpp:98: error: (Each undeclared identifier is reported only once for each function it appears in.)
HTTPDownloadDlg.cpp:98: error: `curl_handle' undeclared (first use this function)
HTTPDownloadDlg.cpp:100: error: `CURL_GLOBAL_ALL' undeclared (first use this function)
HTTPDownloadDlg.cpp:100: error: `curl_global_init' undeclared (first use this function)
HTTPDownloadDlg.cpp:102: error: `curl_easy_init' undeclared (first use this function)
HTTPDownloadDlg.cpp:107: error: `CURLOPT_URL' undeclared (first use this function)
HTTPDownloadDlg.cpp:107: error: `curl_easy_setopt' undeclared (first use this function)
HTTPDownloadDlg.cpp:108: error: `CURLOPT_VERBOSE' undeclared (first use this function)
HTTPDownloadDlg.cpp:109: error: `CURLOPT_MAXREDIRS' undeclared (first use this function)
HTTPDownloadDlg.cpp:110: error: `CURLOPT_FOLLOWLOCATION' undeclared (first use this function)
HTTPDownloadDlg.cpp:111: error: `CURLOPT_TIMEOUT' undeclared (first use this function)
HTTPDownloadDlg.cpp:112: error: `CURLOPT_USERAGENT' undeclared (first use this function)
HTTPDownloadDlg.cpp:113: error: `CURLOPT_FILE' undeclared (first use this function)
HTTPDownloadDlg.cpp:115: error: `curl_easy_perform' undeclared (first use this function)
HTTPDownloadDlg.cpp:115: error: `CURLE_OK' undeclared (first use this function)
gmake[2]: *** [amule-HTTPDownloadDlg.o] Error 1
gmake[2]: Leaving directory `/usr/ports/net/amule/work/aMule-1.2.8/src'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/ports/net/amule/work/aMule-1.2.8'
gmake: *** [all] Error 2
*** Error code 2

Stop in /usr/ports/net/amule.
tarpa#
>How-To-Repeat:
cd /usr/ports/net/amule && make install      
>Fix:
      
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list