<?xml version="1.0" encoding="UTF-8" ?>

<bugzilla version="5.2"
          urlbase="https://bugzilla.altlinux.org/"
          
          maintainer="jenya@basealt.ru"
>

    <bug>
          <bug_id>31662</bug_id>
          
          <creation_ts>2015-12-26 16:29:27 +0300</creation_ts>
          <short_desc>Не работает</short_desc>
          <delta_ts>2016-11-04 20:15:06 +0300</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>4</classification_id>
          <classification>Development</classification>
          <product>Sisyphus</product>
          <component>proxychains</component>
          <version>unstable</version>
          <rep_platform>all</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>CLOSED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P3</priority>
          <bug_severity>critical</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Evgenii Terechkov">evg</reporter>
          <assigned_to name="Vladimir D. Seleznev">vseleznv</assigned_to>
          <cc>slchess</cc>
    
    <cc>vseleznv</cc>
          
          <qa_contact>qa-sisyphus</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>154426</commentid>
    <comment_count>0</comment_count>
    <who name="Evgenii Terechkov">evg</who>
    <bug_when>2015-12-26 16:29:27 +0300</bug_when>
    <thetext>=8&lt;==============================================
evg@thinkpad ~ $proxychains curl http://www.ru 
ProxyChains-3.1 (http://proxychains.sf.net)
Cannot load symbol &apos;getnameinfo0&apos; (null)
[1]    9952 exit 1     proxychains curl http://www.ru

evg@thinkpad ~ $proxyresolv ya.ru             
Cannot load symbol &apos;getnameinfo0&apos; (null)
=8&lt;==============================================

x86_64/std-def/systemd.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>156140</commentid>
    <comment_count>1</comment_count>
    <who name="Chess">slchess</who>
    <bug_when>2016-04-17 17:44:04 +0300</bug_when>
    <thetext>Мне помогло изменение патча, т.е. изменить dlsym ...getnameinfo0 на getnameinfo

--- proxychains-getnameinfo.patch.orig  2011-08-22 16:37:39.000000000 +0300
+++ proxychains-getnameinfo.patch       2016-04-17 17:40:37.491001413 +0300
@@ -7,7 +7,7 @@
        }
        true_getnameinfo = (getnameinfo_t) 
 -              dlsym(RTLD_NEXT, &quot;getnameinfo&quot;);
-+              dlsym(RTLD_NEXT, &quot;getnameinfo0&quot;);
++              dlsym(RTLD_NEXT, &quot;getnameinfo&quot;);
  
        if (!true_getnameinfo) {
 -              fprintf(stderr, &quot;Cannot load symbol &apos;getnameinfo&apos; %s\n&quot;,</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>159731</commentid>
    <comment_count>2</comment_count>
    <who name="Repository Robot">repository-robot</who>
    <bug_when>2016-11-04 18:50:42 +0300</bug_when>
    <thetext>proxychains-3.1-alt2 -&gt; sisyphus:

* Fri Nov 04 2016 Terechkov Evgenii &lt;evg@altlinux&gt; 3.1-alt2
- Fix patch2 to make program really work (ALT#31662)</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>