Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
Icecast-Server
Icecast-Server
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 94
    • Issues 94
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 1
    • Merge Requests 1
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • External Wiki
    • External Wiki
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Xiph.Org
  • Icecast-ServerIcecast-Server
  • Issues
  • #1108

Closed
Open
Opened Dec 10, 2006 by Daniel@dragonheart

icecast-2.3.1 fails to compile against curl-7.16.0

Small bug report:

CURLOPT_PASSWDFUNCTION is a depreciated option ref: curl.haxx.se/mail/lib-2003-10/0100.html curl.haxx.se/mail/archive-2003-11/0001.html

They have finally removed it in curl-7.16.0.

Compile error as follows:

source='auth_url.c' object='auth_url.o' libtool=no
depfile='.deps/auth_url.Po' tmpdepfile='.deps/auth_url.TPo'
depmode=gcc3 /bin/sh ../depcomp \

i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -ffast-math -fsigned-char -I/usr/include/libxml2 -I/usr/include -pthread -march=athlon-xp -O2 -pipe -c test -f 'auth_url.c' || echo './'auth_url.c auth_url.c: In function auth_get_url_auth': auth_url.c:521: error: CURLOPT_PASSWDFUNCTION' undeclared (first use in this function) auth_url.c:521: error: (Each undeclared identifier is reported only once auth_url.c:521: error: for each function it appears in.) make[3]: *** [auth_url.o] Error 1 make[3]: Leaving directory /var/tmp/portage/net-misc/icecast-2.3.1-r1/work/icecast-2.3.1/src' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory /var/tmp/portage/net-misc/icecast-2.3.1-r1/work/icecast-2.3.1/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/var/tmp/portage/net-misc/icecast-2.3.1-r1/work/icecast-2.3.1' make: *** [all] Error 2

also reported here; bugs.gentoo.org/show_bug.cgi?id=157756

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: xiph/icecast-server#1108