[Bug 876713] Re: Soap bind always tries IPV6_V6ONLY on bind and fails with Protocol not available

2015-06-24 Thread Mattias Ellert
Since 14.04 is an LTS release I guess it would make sense to fix this. A
debdiff is attached. In addition to a number of IPv6 fixes it also fixes
an issue with the default include paths that has been fixed in later
ubuntu versions. (With this update ubuntu 14.04 has rhe same patches as
EPEL 7 that uses the same upstream version.)

The same test as before (see comment #13 and comment #14) can be used to
verify the fix also for trusty.


** Patch added: gsoap_2.8.16-2ubuntu1.debdiff
   
https://bugs.launchpad.net/ubuntu/+source/gsoap/+bug/876713/+attachment/4420005/+files/gsoap_2.8.16-2ubuntu1.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/876713

Title:
  Soap bind always tries IPV6_V6ONLY on bind and fails with  Protocol
  not available

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gsoap/+bug/876713/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 876713] Re: Soap bind always tries IPV6_V6ONLY on bind and fails with Protocol not available

2015-06-22 Thread Brian Peschel
Any word if this fix will be applied to 14.04 (trusty)?  Or should I
assume since the last post is a year old that it won't be applied?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/876713

Title:
  Soap bind always tries IPV6_V6ONLY on bind and fails with  Protocol
  not available

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gsoap/+bug/876713/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 876713] Re: Soap bind always tries IPV6_V6ONLY on bind and fails with Protocol not available

2014-06-04 Thread Mattias Ellert
Thank you for your comment. You are right, the bug was fixed upstream
but remerged later due to a change to the meaning of the --enable-ipv6
flag in configure script. A fix has been applied to release 2.8.16-3.
This version is now in 14.10 (utopic).

This issue was already reported upstream as
http://sourceforge.net/p/gsoap2/bugs/959/.

The fix applied uses the proposed fix from the upstrem report that comes
from opensuse.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/876713

Title:
  Soap bind always tries IPV6_V6ONLY on bind and fails with  Protocol
  not available

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gsoap/+bug/876713/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 876713] Re: Soap bind always tries IPV6_V6ONLY on bind and fails with Protocol not available

2014-04-24 Thread Zaki Manian
I've observed this bug re-emerge in Ubuntu 13.10. I haven't checked
14.04 yet

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/876713

Title:
  Soap bind always tries IPV6_V6ONLY on bind and fails with  Protocol
  not available

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gsoap/+bug/876713/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 876713] Re: Soap bind always tries IPV6_V6ONLY on bind and fails with Protocol not available

2011-11-20 Thread Launchpad Bug Tracker
This bug was fixed in the package gsoap - 2.8.3-1ubuntu1

---
gsoap (2.8.3-1ubuntu1) oneiric-proposed; urgency=low

  * Fix an issue with IPv4 only sockets when IPv6 is enabled (LP: #876713)
 -- Mattias Ellert mattias.ell...@fysast.uu.se   Sun, 23 Oct 2011 11:47:12 
+0200

** Changed in: gsoap (Ubuntu Oneiric)
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/876713

Title:
  Soap bind always tries IPV6_V6ONLY on bind and fails with  Protocol
  not available

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gsoap/+bug/876713/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 876713] Re: Soap bind always tries IPV6_V6ONLY on bind and fails with Protocol not available

2011-11-15 Thread Mattias Ellert
Reproduce bug with current verison:

ellert@ubuntu-oneiric:~/soap$ ./soaptest 
Error 28 fault: SOAP-ENV:Server [no subcode]
Protocol not available
Detail: setsockopt IPV6_V6ONLY failed in soap_bind()
ellert@ubuntu-oneiric:~/soap$ 

Download and install new version:

ellert@ubuntu-oneiric:~$ wget -N 
https://launchpad.net/ubuntu/+archive/primary/+files/gsoap_2.8.3-1ubuntu1_amd64.deb
ellert@ubuntu-oneiric:~$ wget -N 
https://launchpad.net/ubuntu/+archive/primary/+files/libgsoap0_2.8.3-1ubuntu1_amd64.deb
ellert@ubuntu-oneiric:~$ sudo dpkg --install gsoap_2.8.3-1ubuntu1_amd64.deb 
libgsoap0_2.8.3-1ubuntu1_amd64.deb

Rerun test with new version:

ellert@ubuntu-oneiric:~/soap$ ./soaptest 
ellert@ubuntu-oneiric:~/soap$ 

With the new version there is no error.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/876713

Title:
  Soap bind always tries IPV6_V6ONLY on bind and fails with  Protocol
  not available

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gsoap/+bug/876713/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 876713] Re: Soap bind always tries IPV6_V6ONLY on bind and fails with Protocol not available

2011-11-15 Thread Mattias Ellert
** Attachment added: The test program used for verification
   
https://bugs.launchpad.net/ubuntu/+source/gsoap/+bug/876713/+attachment/2598171/+files/soap.tar.gz

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/876713

Title:
  Soap bind always tries IPV6_V6ONLY on bind and fails with  Protocol
  not available

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gsoap/+bug/876713/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 876713] Re: Soap bind always tries IPV6_V6ONLY on bind and fails with Protocol not available

2011-11-15 Thread Martin Pitt
Thanks for testing!

** Tags removed: verification-needed
** Tags added: verification-done

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/876713

Title:
  Soap bind always tries IPV6_V6ONLY on bind and fails with  Protocol
  not available

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gsoap/+bug/876713/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 876713] Re: Soap bind always tries IPV6_V6ONLY on bind and fails with Protocol not available

2011-11-13 Thread Martin Pitt
Hello Zaki, or anyone else affected,

Accepted gsoap into oneiric-proposed, the package will build now and be
available in a few hours. Please test and give feedback here. See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed. Thank you in advance!

** Tags added: verification-needed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/876713

Title:
  Soap bind always tries IPV6_V6ONLY on bind and fails with  Protocol
  not available

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gsoap/+bug/876713/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 876713] Re: Soap bind always tries IPV6_V6ONLY on bind and fails with Protocol not available

2011-11-13 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/oneiric-proposed/gsoap

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/876713

Title:
  Soap bind always tries IPV6_V6ONLY on bind and fails with  Protocol
  not available

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gsoap/+bug/876713/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 876713] Re: Soap bind always tries IPV6_V6ONLY on bind and fails with Protocol not available

2011-11-10 Thread Daniel Holbach
Thanks for your work on this. Uploaded. It should be sitting in the SRU
queue now.

** Changed in: gsoap (Ubuntu Oneiric)
   Status: Confirmed = Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/876713

Title:
  Soap bind always tries IPV6_V6ONLY on bind and fails with  Protocol
  not available

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gsoap/+bug/876713/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 876713] Re: Soap bind always tries IPV6_V6ONLY on bind and fails with Protocol not available

2011-11-04 Thread Mattias Ellert
** Changed in: gsoap (Ubuntu Oneiric)
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/876713

Title:
  Soap bind always tries IPV6_V6ONLY on bind and fails with  Protocol
  not available

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gsoap/+bug/876713/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 876713] Re: Soap bind always tries IPV6_V6ONLY on bind and fails with Protocol not available

2011-11-02 Thread Daniel Holbach
Closed the 'precise' task, opened a task for 'oneiric'. The whole
process is explained at https://wiki.ubuntu.com/StableReleaseUpdates

** Changed in: gsoap (Ubuntu)
   Status: Confirmed = Fix Released

** Also affects: gsoap (Ubuntu Oneiric)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/876713

Title:
  Soap bind always tries IPV6_V6ONLY on bind and fails with  Protocol
  not available

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gsoap/+bug/876713/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 876713] Re: Soap bind always tries IPV6_V6ONLY on bind and fails with Protocol not available

2011-11-01 Thread Launchpad Bug Tracker
This bug was fixed in the package gsoap - 2.8.3-3

---
gsoap (2.8.3-3) unstable; urgency=low

  * Fix an issue with IPv4 only sockets when IPv6 is enabled (LP: #876713)
  * Use dpkg's build flags
 -- Ubuntu Archive Auto-Sync arch...@ubuntu.com   Tue,  01 Nov 2011 10:32:49 
+

** Changed in: gsoap (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/876713

Title:
  Soap bind always tries IPV6_V6ONLY on bind and fails with  Protocol
  not available

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gsoap/+bug/876713/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 876713] Re: Soap bind always tries IPV6_V6ONLY on bind and fails with Protocol not available

2011-11-01 Thread Mattias Ellert
Hi!

This bug is only fixed in precise. It is not fixed in oneiric which is
the release the bug was reported against.

I am unable to reopen the bug (i.e change the state to something else
than Fix Released) even though I am the one assigned to the bug.

Searching the launchpad documentation, the original bug reporter should
be able to reopen it - so Zaki, could you try.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/876713

Title:
  Soap bind always tries IPV6_V6ONLY on bind and fails with  Protocol
  not available

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gsoap/+bug/876713/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 876713] Re: Soap bind always tries IPV6_V6ONLY on bind and fails with Protocol not available

2011-11-01 Thread Zaki Manian
I was able to change the state back to confirmed.

** Changed in: gsoap (Ubuntu)
   Status: Fix Released = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/876713

Title:
  Soap bind always tries IPV6_V6ONLY on bind and fails with  Protocol
  not available

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gsoap/+bug/876713/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 876713] Re: Soap bind always tries IPV6_V6ONLY on bind and fails with Protocol not available

2011-10-23 Thread Mattias Ellert
This issue has been addressed in version 2.8.3-3 in debian unstable. I
expect this version to be imported to ubuntu precise universe shortly. I
attach a debdiff that applies the same patch to the version in ubuntu
oneiric.

** Patch added: This debdiff applies the patch from debian unstable to ubuntu 
oneiric
   
https://bugs.launchpad.net/ubuntu/+source/gsoap/+bug/876713/+attachment/2567824/+files/gsoap-ipv6.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/876713

Title:
  Soap bind always tries IPV6_V6ONLY on bind and fails with  Protocol
  not available

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gsoap/+bug/876713/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 876713] Re: Soap bind always tries IPV6_V6ONLY on bind and fails with Protocol not available

2011-10-23 Thread Mattias Ellert
** Patch added: Now with (LP: xxx) in the changelog
   
https://bugs.launchpad.net/ubuntu/+source/gsoap/+bug/876713/+attachment/2567829/+files/gsoap-ipv6.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/876713

Title:
  Soap bind always tries IPV6_V6ONLY on bind and fails with  Protocol
  not available

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gsoap/+bug/876713/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 876713] Re: Soap bind always tries IPV6_V6ONLY on bind and fails with Protocol not available

2011-10-23 Thread Mattias Ellert
** Changed in: gsoap (Ubuntu)
   Status: In Progress = Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/876713

Title:
  Soap bind always tries IPV6_V6ONLY on bind and fails with  Protocol
  not available

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gsoap/+bug/876713/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 876713] Re: Soap bind always tries IPV6_V6ONLY on bind and fails with Protocol not available

2011-10-23 Thread Ubuntu QA's Bug Bot
The attachment This debdiff applies the patch from debian unstable to
ubuntu oneiric of this bug report has been identified as being a patch
in the form of a debdiff.  The ubuntu-sponsors team has been subscribed
to the bug report so that they can review and hopefully sponsor the
debdiff.  In the event that this is in fact not a patch you can resolve
this situation by removing the tag 'patch' from the bug report and
editing the attachment so that it is not flagged as a patch.
Additionally, if you are member of the ubuntu-sponsors please also
unsubscribe the team from this bug report.

[This is an automated message performed by a Launchpad user owned by
Brian Murray.  Please contact him regarding any issues with the action
taken in this bug report.]

** Tags added: patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/876713

Title:
  Soap bind always tries IPV6_V6ONLY on bind and fails with  Protocol
  not available

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gsoap/+bug/876713/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 876713] Re: Soap bind always tries IPV6_V6ONLY on bind and fails with Protocol not available

2011-10-22 Thread Launchpad Bug Tracker
** Branch linked: lp:debian/gsoap

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/876713

Title:
  Soap bind always tries IPV6_V6ONLY on bind and fails with  Protocol
  not available

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gsoap/+bug/876713/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 876713] Re: Soap bind always tries IPV6_V6ONLY on bind and fails with Protocol not available

2011-10-21 Thread Mattias Ellert
** Changed in: gsoap (Ubuntu)
   Status: New = In Progress

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/876713

Title:
  Soap bind always tries IPV6_V6ONLY on bind and fails with  Protocol
  not available

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gsoap/+bug/876713/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 876713] Re: Soap bind always tries IPV6_V6ONLY on bind and fails with Protocol not available

2011-10-19 Thread Mattias Ellert
Gsoap 2.8.3 will automatically enable the option to call setsockopt if
you enable IPv6 support, and there is no option to disable this feature.
In my opinion this option should not be forcefully be enabled in this
way. I have contacted upstream for input on the matter.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/876713

Title:
  Soap bind always tries IPV6_V6ONLY on bind and fails with  Protocol
  not available

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gsoap/+bug/876713/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 876713] Re: Soap bind always tries IPV6_V6ONLY on bind and fails with Protocol not available

2011-10-17 Thread Zaki Manian
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/876713

Title:
  Soap bind always tries IPV6_V6ONLY on bind and fails with  Protocol
  not available

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gsoap/+bug/876713/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 876713] Re: Soap bind always tries IPV6_V6ONLY on bind and fails with Protocol not available

2011-10-17 Thread Zaki Manian
Prepending  ::: to your IPv4 address fixes the problem.

I tried the upstream debian packages and found the same effect.

Gsoap 2.8.3 can be compiled with an option to disable to setsockopt to
IPV6_V6ONLY. I'm not yes sure if this would be a better idea given the
default response.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/876713

Title:
  Soap bind always tries IPV6_V6ONLY on bind and fails with  Protocol
  not available

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gsoap/+bug/876713/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 876713] Re: Soap bind always tries IPV6_V6ONLY on bind and fails with Protocol not available

2011-10-17 Thread Mattias Ellert
** Changed in: gsoap (Ubuntu)
 Assignee: (unassigned) = Mattias Ellert (mattias-ellert-fysast)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/876713

Title:
  Soap bind always tries IPV6_V6ONLY on bind and fails with  Protocol
  not available

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gsoap/+bug/876713/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs