Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 3110] New: make dist fails

Date: Wed, 10 Dec 2008 18:01:50 -0800 (PST)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3110

           Summary: make dist fails
           Product: Wireshark
           Version: 1.0.4
          Platform: Sun
        OS/Version: Solaris
            Status: NEW
          Severity: Minor
          Priority: Low
         Component: TShark
        AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
        ReportedBy: asif.haswarey@xxxxxxxxx


Build Information:
SunOS blue 5.11 snv_99 sun4u sparc SUNW,Sun-Blade-1500

Compiled with GLib 1.2.10, with libpcap 0.9.4, with libz 1.2.3, without POSIX
capabilities, with libpcre 4.5, without SMI, without ADNS, without Lua, with
GnuTLS 2.0.4, with Gcrypt 1.4.1, without Kerberos.

Running on SunOS 5.11, with libpcap version 0.9.4.

Built using gcc 4.0.2.

--
make dist

LANG=C /opt/csw/bin/perl ./make-version.pl .
Version configuration file version.conf not found.  Using defaults.
This is not a SVN build.
svnversion.h is up-to-date.
{ test ! -d wireshark-1.0.4  || { find wireshark-1.0.4 -type d ! -perm -200
-exec chmod u+w {} ';'  && rm -fr wireshark-1.0.4; }; }
test -d wireshark-1.0.4 || mkdir wireshark-1.0.4
list='asn1 codecs doc epan gtk help packaging plugins tools wiretap'; for
subdir in $list; do \
  if test "$subdir" = .; then :; else \
    test -d "wireshark-1.0.4/$subdir" \
    || ./install-sh -c -d "wireshark-1.0.4/$subdir" \
    || exit 1; \
    distdir=`CDPATH="${ZSH_VERSION+.}:" && cd wireshark-1.0.4 && pwd`; \
    top_distdir=`CDPATH="${ZSH_VERSION+.}:" && cd wireshark-1.0.4 && pwd`; \
    (cd $subdir && \
      make  \
        top_distdir="$top_distdir" \
        distdir="$distdir/$subdir" \
        am__remove_distdir=: \
        am__skip_length_check=: \
        distdir) \
      || exit 1; \
  fi; \
done
list='acp133             acse            ansi_map        ansi-tcap       camel 
         cdt             cmip            cms             dap             disp  
         dop             dsp             ess             ftam            gnm   
         gsmmap          h225            h235            h245            h248  
         h282            h283            h323            h450           
h450-ros        h460            h501            inap            ldap           
logotype-cert-extn      mms             mpeg-audio      mpeg-pes        nbap   
        ns-cert-exts    ocsp            p7              pcap            pkcs1  
        pkcs12          pkinit          pkix1explicit   pkix1implicit   pkixcmp
                pkixcrmf        pkixproxy       pkixqualified   pkixtsp        
        pres            q932            q932-ros        qsig            ranap  
        rnsap           ros             rrc             rrlp            rtse   
        s1ap            s4406           sabp            smrse           snmp   
        spnego          t125            t38             tcap            ulp    
        wlancertextn    x2ap            x411            x420            x509af 
        x509ce          x509if          x509sat                 x721'; for
subdir in $list; do \
  if test "$subdir" = .; then :; else \
    test -d "/root/Tmp/Src/wireshark-1.0.4/wireshark-1.0.4/asn1/$subdir" \
    || .././install-sh -c -d
"/root/Tmp/Src/wireshark-1.0.4/wireshark-1.0.4/asn1/$subdir" \
    || exit 1; \
    distdir=`CDPATH="${ZSH_VERSION+.}:" && cd
/root/Tmp/Src/wireshark-1.0.4/wireshark-1.0.4/asn1 && pwd`; \
    top_distdir=`CDPATH="${ZSH_VERSION+.}:" && cd
/root/Tmp/Src/wireshark-1.0.4/wireshark-1.0.4 && pwd`; \
    (cd $subdir && \
      make  \
        top_distdir="$top_distdir" \
        distdir="$distdir/$subdir" \
        am__remove_distdir=: \
        am__skip_length_check=: \
        distdir) \
      || exit 1; \
  fi; \
done
make: Fatal error in reader: Makefile, line 590: Badly formed macro assignment
Current working directory /root/Tmp/Src/wireshark-1.0.4/asn1/ansi_map
*** Error code 1
make: Fatal error: Command failed for target `distdir'
Current working directory /root/Tmp/Src/wireshark-1.0.4/asn1
*** Error code 1
make: Fatal error: Command failed for target `distdir'


-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.