bugThe eXtended osip library - Bugs: bug #35627, Bug#661321: libexosip2: FTBFS on...

 
 

bug #35627: Bug#661321: libexosip2: FTBFS on hurd-i386: typo in variable name

Submitter:  None
Submitted:  Sun 26 Feb 2012 10:52:30 AM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  None
Privacy:  Public Assigned to:  None
Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Thu 03 Jan 2013 10:38:33 AM UTC, comment #2: 

Right! This is fixed in 4.0.0
Tks for report.

Aymeric MOIZARD <aymeric>
Group administrator
Mon 24 Dec 2012 11:43:21 PM UTC, comment #1: 

This appears fixed in 4.0.0

Anonymous
Sun 26 Feb 2012 10:52:30 AM UTC, original submission:  

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=661321

----------  Forwarded Message  ----------

Subject: Bug #661321: libexosip2: FTBFS on hurd-i386: typo in variable name
Date: Sun, 26 Feb 2012, 21:25:58
From: Pino Toscano <pino@debian.org>
To: Debian Bug Tracking System <submit@bugs.debian.org>

Package: libexosip2
Version: 3.6.0-2
Severity: important
Tags: patch
User: -email is unavailable-
Usertags: hurd

Hi,

currently[1], libexosip2 does not build on GNU/Hurd.

The problem is in src/eXtl_udp.c (udp_tl_open): the 'retval' variable
does not exist, while 'ret' does.
Attached there is a patch to fix the name of the return value variable.

[1] https://buildd.debian.org/status/fetch.php?pkg=libexosip2&arch=hurd-i386&ver=3.6.0-2&stamp=1330217170

Thanks,
--
Pino

-----------------------------------------


--- a/src/eXtl_udp.c
+++ b/src/eXtl_udp.c
@@ -178,7 +178,7 @@
                res = setsockopt(udp_socket, IPPROTO_IPV6, IPV6_TCLASS,
                        (SOCKET_OPTION_VALUE)&tos, sizeof(tos));
 #else
-               retval = setsockopt(udp_socket, IPPROTO_IPV6, IP_TOS,
+               res = setsockopt(udp_socket, IPPROTO_IPV6, IP_TOS,
                        (SOCKET_OPTION_VALUE)&tos, sizeof(tos));
 #endif
        }

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by aymeric (Posted a comment)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follows 1 latest change.

    Date Changed by Updated Field Previous Value => Replaced by
    2013-01-03 aymeric Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-758e.
    Corresponding source code