[jira] [Updated] (TS-4973) ubuntu 14.04 ATS 6.2.0 proxy/hdrs undefined reference to symbol 'Tcl_NextHashEntry'

2016-10-14 Thread Huaping Gu (JIRA)

 [ 
https://issues.apache.org/jira/browse/TS-4973?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Huaping Gu updated TS-4973:
---
Description: 
build failed in Docker, on image ubuntu 14.04, 14.04.5

add explicit command to install tcl, still failed
"RUN apt-get install -y libtcl8.6"

Following are stack trace of the error message. Similar error found in TS-4521

Making check in proxy/hdrs
make[1]: Entering directory `/proxy/hdrs'
make  test_mime
make[2]: Entering directory `/proxy/hdrs'
  CXX  test_mime.o
  CXXLDtest_mime
/usr/bin/ld: ./libhdrs.a(HttpCompat.o): undefined reference to symbol 
'Tcl_NextHashEntry'
//usr/lib/x86_64-linux-gnu/libtcl8.6.so: error adding symbols: DSO missing from 
command line
collect2: error: ld returned 1 exit status
make[2]: *** [test_mime] Error 1
make[2]: Leaving directory `/proxy/hdrs'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `/proxy/hdrs'
make: *** [check-recursive] Error 1
The command '/bin/sh -c make check' returned a non-zero code: 2

==

Append: Same source code build success on Mac (10.12)

  was:
build failed in Docker, on image ubuntu 14.04, 14.04.5

add explicit command to install tcl, still failed
"RUN apt-get install -y libtcl8.6"

Following are stack trace of the error message. Similar error found in TS-4521

Making check in proxy/hdrs
make[1]: Entering directory `/proxy/hdrs'
make  test_mime
make[2]: Entering directory `/proxy/hdrs'
  CXX  test_mime.o
  CXXLDtest_mime
/usr/bin/ld: ./libhdrs.a(HttpCompat.o): undefined reference to symbol 
'Tcl_NextHashEntry'
//usr/lib/x86_64-linux-gnu/libtcl8.6.so: error adding symbols: DSO missing from 
command line
collect2: error: ld returned 1 exit status
make[2]: *** [test_mime] Error 1
make[2]: Leaving directory `/proxy/hdrs'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `/proxy/hdrs'
make: *** [check-recursive] Error 1
The command '/bin/sh -c make check' returned a non-zero code: 2


> ubuntu 14.04 ATS 6.2.0 proxy/hdrs undefined reference to symbol 
> 'Tcl_NextHashEntry'
> ---
>
> Key: TS-4973
> URL: https://issues.apache.org/jira/browse/TS-4973
> Project: Traffic Server
>  Issue Type: Bug
>  Components: Build
>Affects Versions: 6.2.0
>Reporter: Huaping Gu
>
> build failed in Docker, on image ubuntu 14.04, 14.04.5
> add explicit command to install tcl, still failed
> "RUN apt-get install -y libtcl8.6"
> Following are stack trace of the error message. Similar error found in TS-4521
> 
> Making check in proxy/hdrs
> make[1]: Entering directory `/proxy/hdrs'
> make  test_mime
> make[2]: Entering directory `/proxy/hdrs'
>   CXX  test_mime.o
>   CXXLDtest_mime
> /usr/bin/ld: ./libhdrs.a(HttpCompat.o): undefined reference to symbol 
> 'Tcl_NextHashEntry'
> //usr/lib/x86_64-linux-gnu/libtcl8.6.so: error adding symbols: DSO missing 
> from command line
> collect2: error: ld returned 1 exit status
> make[2]: *** [test_mime] Error 1
> make[2]: Leaving directory `/proxy/hdrs'
> make[1]: *** [check-am] Error 2
> make[1]: Leaving directory `/proxy/hdrs'
> make: *** [check-recursive] Error 1
> The command '/bin/sh -c make check' returned a non-zero code: 2
> ==
> Append: Same source code build success on Mac (10.12)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (TS-4973) ubuntu 14.04 ATS 6.2.0 proxy/hdrs undefined reference to symbol 'Tcl_NextHashEntry'

2016-10-14 Thread Huaping Gu (JIRA)

 [ 
https://issues.apache.org/jira/browse/TS-4973?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Huaping Gu updated TS-4973:
---
Affects Version/s: 6.2.0

> ubuntu 14.04 ATS 6.2.0 proxy/hdrs undefined reference to symbol 
> 'Tcl_NextHashEntry'
> ---
>
> Key: TS-4973
> URL: https://issues.apache.org/jira/browse/TS-4973
> Project: Traffic Server
>  Issue Type: Bug
>  Components: Build
>Affects Versions: 6.2.0
>Reporter: Huaping Gu
>
> build failed in Docker, on image ubuntu 14.04, 14.04.5
> add explicit command to install tcl, still failed
> "RUN apt-get install -y libtcl8.6"
> Following are stack trace of the error message. Similar error found in TS-4521
> 
> Making check in proxy/hdrs
> make[1]: Entering directory `/proxy/hdrs'
> make  test_mime
> make[2]: Entering directory `/proxy/hdrs'
>   CXX  test_mime.o
>   CXXLDtest_mime
> /usr/bin/ld: ./libhdrs.a(HttpCompat.o): undefined reference to symbol 
> 'Tcl_NextHashEntry'
> //usr/lib/x86_64-linux-gnu/libtcl8.6.so: error adding symbols: DSO missing 
> from command line
> collect2: error: ld returned 1 exit status
> make[2]: *** [test_mime] Error 1
> make[2]: Leaving directory `/proxy/hdrs'
> make[1]: *** [check-am] Error 2
> make[1]: Leaving directory `/proxy/hdrs'
> make: *** [check-recursive] Error 1
> The command '/bin/sh -c make check' returned a non-zero code: 2



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (TS-4973) ubuntu 14.04 ATS 6.2.0 proxy/hdrs undefined reference to symbol 'Tcl_NextHashEntry'

2016-10-14 Thread Huaping Gu (JIRA)

 [ 
https://issues.apache.org/jira/browse/TS-4973?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Huaping Gu updated TS-4973:
---
Description: 
build failed in Docker, on image ubuntu 14.04, 14.04.5

add explicit command to install tcl, still failed
"RUN apt-get install -y libtcl8.6"

Following are stack trace of the error message. Similar error found in TS-4521

Making check in proxy/hdrs
make[1]: Entering directory `/proxy/hdrs'
make  test_mime
make[2]: Entering directory `/proxy/hdrs'
  CXX  test_mime.o
  CXXLDtest_mime
/usr/bin/ld: ./libhdrs.a(HttpCompat.o): undefined reference to symbol 
'Tcl_NextHashEntry'
//usr/lib/x86_64-linux-gnu/libtcl8.6.so: error adding symbols: DSO missing from 
command line
collect2: error: ld returned 1 exit status
make[2]: *** [test_mime] Error 1
make[2]: Leaving directory `/proxy/hdrs'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `/proxy/hdrs'
make: *** [check-recursive] Error 1
The command '/bin/sh -c make check' returned a non-zero code: 2

  was:
build failed in Docker, on image ubuntu 14.04, 14.04.5

add explicit command to install tcl, still failed
"RUN apt-get install -y libtcl8.6"

Following are stack trace of the error message
===
Making check in proxy/hdrs
make[1]: Entering directory `/proxy/hdrs'
make  test_mime
make[2]: Entering directory `/proxy/hdrs'
  CXX  test_mime.o
  CXXLDtest_mime
/usr/bin/ld: ./libhdrs.a(HttpCompat.o): undefined reference to symbol 
'Tcl_NextHashEntry'
//usr/lib/x86_64-linux-gnu/libtcl8.6.so: error adding symbols: DSO missing from 
command line
collect2: error: ld returned 1 exit status
make[2]: *** [test_mime] Error 1
make[2]: Leaving directory `/proxy/hdrs'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `/proxy/hdrs'
make: *** [check-recursive] Error 1
The command '/bin/sh -c make check' returned a non-zero code: 2


> ubuntu 14.04 ATS 6.2.0 proxy/hdrs undefined reference to symbol 
> 'Tcl_NextHashEntry'
> ---
>
> Key: TS-4973
> URL: https://issues.apache.org/jira/browse/TS-4973
> Project: Traffic Server
>  Issue Type: Bug
>  Components: Build
>Reporter: Huaping Gu
>
> build failed in Docker, on image ubuntu 14.04, 14.04.5
> add explicit command to install tcl, still failed
> "RUN apt-get install -y libtcl8.6"
> Following are stack trace of the error message. Similar error found in TS-4521
> 
> Making check in proxy/hdrs
> make[1]: Entering directory `/proxy/hdrs'
> make  test_mime
> make[2]: Entering directory `/proxy/hdrs'
>   CXX  test_mime.o
>   CXXLDtest_mime
> /usr/bin/ld: ./libhdrs.a(HttpCompat.o): undefined reference to symbol 
> 'Tcl_NextHashEntry'
> //usr/lib/x86_64-linux-gnu/libtcl8.6.so: error adding symbols: DSO missing 
> from command line
> collect2: error: ld returned 1 exit status
> make[2]: *** [test_mime] Error 1
> make[2]: Leaving directory `/proxy/hdrs'
> make[1]: *** [check-am] Error 2
> make[1]: Leaving directory `/proxy/hdrs'
> make: *** [check-recursive] Error 1
> The command '/bin/sh -c make check' returned a non-zero code: 2



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (TS-4973) ubuntu 14.04 ATS 6.2.0 proxy/hdrs undefined reference to symbol 'Tcl_NextHashEntry'

2016-10-14 Thread Huaping Gu (JIRA)

 [ 
https://issues.apache.org/jira/browse/TS-4973?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Huaping Gu updated TS-4973:
---
Description: 
build failed in Docker, on image ubuntu 14.04, 14.04.5

add explicit command to install tcl, still failed
"RUN apt-get install -y libtcl8.6"

Following are stack trace of the error message
===
Making check in proxy/hdrs
make[1]: Entering directory `/proxy/hdrs'
make  test_mime
make[2]: Entering directory `/proxy/hdrs'
  CXX  test_mime.o
  CXXLDtest_mime
/usr/bin/ld: ./libhdrs.a(HttpCompat.o): undefined reference to symbol 
'Tcl_NextHashEntry'
//usr/lib/x86_64-linux-gnu/libtcl8.6.so: error adding symbols: DSO missing from 
command line
collect2: error: ld returned 1 exit status
make[2]: *** [test_mime] Error 1
make[2]: Leaving directory `/proxy/hdrs'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `/proxy/hdrs'
make: *** [check-recursive] Error 1
The command '/bin/sh -c make check' returned a non-zero code: 2

  was:
Making check in proxy/hdrs
make[1]: Entering directory `/proxy/hdrs'
make  test_mime
make[2]: Entering directory `/proxy/hdrs'
  CXX  test_mime.o
  CXXLDtest_mime
/usr/bin/ld: ./libhdrs.a(HttpCompat.o): undefined reference to symbol 
'Tcl_NextHashEntry'
//usr/lib/x86_64-linux-gnu/libtcl8.6.so: error adding symbols: DSO missing from 
command line
collect2: error: ld returned 1 exit status
make[2]: *** [test_mime] Error 1
make[2]: Leaving directory `/proxy/hdrs'
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `/proxy/hdrs'
make: *** [check-recursive] Error 1
The command '/bin/sh -c make check' returned a non-zero code: 2


> ubuntu 14.04 ATS 6.2.0 proxy/hdrs undefined reference to symbol 
> 'Tcl_NextHashEntry'
> ---
>
> Key: TS-4973
> URL: https://issues.apache.org/jira/browse/TS-4973
> Project: Traffic Server
>  Issue Type: Bug
>  Components: Build
>Reporter: Huaping Gu
>
> build failed in Docker, on image ubuntu 14.04, 14.04.5
> add explicit command to install tcl, still failed
> "RUN apt-get install -y libtcl8.6"
> Following are stack trace of the error message
> ===
> Making check in proxy/hdrs
> make[1]: Entering directory `/proxy/hdrs'
> make  test_mime
> make[2]: Entering directory `/proxy/hdrs'
>   CXX  test_mime.o
>   CXXLDtest_mime
> /usr/bin/ld: ./libhdrs.a(HttpCompat.o): undefined reference to symbol 
> 'Tcl_NextHashEntry'
> //usr/lib/x86_64-linux-gnu/libtcl8.6.so: error adding symbols: DSO missing 
> from command line
> collect2: error: ld returned 1 exit status
> make[2]: *** [test_mime] Error 1
> make[2]: Leaving directory `/proxy/hdrs'
> make[1]: *** [check-am] Error 2
> make[1]: Leaving directory `/proxy/hdrs'
> make: *** [check-recursive] Error 1
> The command '/bin/sh -c make check' returned a non-zero code: 2



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (TS-4973) ubuntu 14.04 ATS 6.2.0 proxy/hdrs undefined reference to symbol 'Tcl_NextHashEntry'

2016-10-14 Thread Huaping Gu (JIRA)

 [ 
https://issues.apache.org/jira/browse/TS-4973?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Huaping Gu updated TS-4973:
---
Summary: ubuntu 14.04 ATS 6.2.0 proxy/hdrs undefined reference to symbol 
'Tcl_NextHashEntry'  (was: ubuntu 14.04 ATS 6.2.0 undefined reference to symbol 
'Tcl_NextHashEntry')

> ubuntu 14.04 ATS 6.2.0 proxy/hdrs undefined reference to symbol 
> 'Tcl_NextHashEntry'
> ---
>
> Key: TS-4973
> URL: https://issues.apache.org/jira/browse/TS-4973
> Project: Traffic Server
>  Issue Type: Bug
>  Components: Build
>Reporter: Huaping Gu
>
> Making check in proxy/hdrs
> make[1]: Entering directory `/proxy/hdrs'
> make  test_mime
> make[2]: Entering directory `/proxy/hdrs'
>   CXX  test_mime.o
>   CXXLDtest_mime
> /usr/bin/ld: ./libhdrs.a(HttpCompat.o): undefined reference to symbol 
> 'Tcl_NextHashEntry'
> //usr/lib/x86_64-linux-gnu/libtcl8.6.so: error adding symbols: DSO missing 
> from command line
> collect2: error: ld returned 1 exit status
> make[2]: *** [test_mime] Error 1
> make[2]: Leaving directory `/proxy/hdrs'
> make[1]: *** [check-am] Error 2
> make[1]: Leaving directory `/proxy/hdrs'
> make: *** [check-recursive] Error 1
> The command '/bin/sh -c make check' returned a non-zero code: 2



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)