Zhao Yongming created TS-1216:
---------------------------------
Summary: fail to build on 32bit system
Key: TS-1216
URL: https://issues.apache.org/jira/browse/TS-1216
Project: Traffic Server
Issue Type: Bug
Components: Portability
Affects Versions: 3.1.3
Environment: git master, ubuntu 32bit
Reporter: Zhao Yongming
Fix For: 3.1.4
looks this is a new issue for building, which is included in the httport and
others:
{code}
make[2]: Entering directory
`/home/taorui/Project/trafficserver/trafficserver/proxy/stats'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory
`/home/taorui/Project/trafficserver/trafficserver/proxy/stats'
make[2]: Entering directory
`/home/taorui/Project/trafficserver/trafficserver/proxy'
CXX Main.o
Main.cc:137:52: error: initializer-string for array of chars is too long
[-fpermissive]
make[2]: *** [Main.o] Error 1
make[2]: Leaving directory
`/home/taorui/Project/trafficserver/trafficserver/proxy'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/home/taorui/Project/trafficserver/trafficserver/proxy'
make: *** [all-recursive] Error 1
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira