[jira] [Reopened] (TS-178) Change INK_ prefix to TS_ and ink_ to ts_ and inkXXX to tsXXX, and change filenames and directory structure

2011-05-30 Thread Leif Hedstrom (JIRA)

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

Leif Hedstrom reopened TS-178:
--


My bad, I thought we'd only change the public APIs. Reopening.

 Change INK_ prefix to TS_ and ink_ to ts_ and inkXXX to tsXXX, and change 
 filenames and directory structure
 ---

 Key: TS-178
 URL: https://issues.apache.org/jira/browse/TS-178
 Project: Traffic Server
  Issue Type: Improvement
  Components: Cleanup
Reporter: John Plevyak
 Fix For: 3.1.0


 We should change the INK_, ink_ and ink prefixes to be TS_, ts_ and ts.
 The target for this change is 2.2, that is, right before the 2.2 snap we make 
 this
 changes.
 Earlier and it will make merging bug fixes into both 2.0 and 2.1 very hard as 
 patch
 will likely fail, particularly if we change file names.
 I would suggest that we combine this with changing the directory structure 
 since we
 will already be biting the bullet and making it very hard to compare code 
 across these
 changes.
 See
 http://cwiki.apache.org/confluence/display/TS/2_2_Prefix_Changes
 for the ongoing proposal.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (TS-811) libtool configure warnings on Fedora 15

2011-05-30 Thread John Plevyak (JIRA)

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

John Plevyak updated TS-811:


Priority: Major  (was: Minor)

autoreconf -i fails.  If the configure file is built on some other machine, then
it will work fine so this only impacts developers :)

The resulting configure and them Makefile's are not functional:

make[3]: Entering directory 
`/a/home/jplevyak/projects/ts/trafficserver-2.1.9-unstable/lib/ts'
/bin/sh ../../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I.   
-D_LARGEFILE64_SOURCE=1 -D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT 
-Dlinux  -g -pipe -Wall -Werror -O3 -feliminate-unused-debug-symbols 
-fno-strict-aliasing -Wno-invalid-offsetof  -MT Allocator.lo -MD -MP -MF 
.deps/Allocator.Tpo -c -o Allocator.lo Allocator.cc
../../libtool: line 2089: ./Allocator.cc: Permission denied
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -D_LARGEFILE64_SOURCE=1 
-D_COMPILE64BIT_SOURCE=1 -D_GNU_SOURCE -D_REENTRANT -Dlinux -g -pipe -Wall 
-Werror -O3 -feliminate-unused-debug-symbols -fno-strict-aliasing 
-Wno-invalid-offsetof -MT Allocator.lo -MD -MP -MF .deps/Allocator.Tpo -c   
-fPIC -DPIC -o .libs/Allocator.o
g++: error: : No such file or directory
g++: fatal error: no input files
compilation terminated.
make[3]: *** [Allocator.lo] Error 1
make[3]: Leaving directory 
`/a/home/jplevyak/projects/ts/trafficserver-2.1.9-unstable/lib/ts'
make[2]: *** [all] Error 2
make[2]: Leaving directory 
`/a/home/jplevyak/projects/ts/trafficserver-2.1.9-unstable/lib/ts'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory 
`/a/home/jplevyak/projects/ts/trafficserver-2.1.9-unstable/lib'


 libtool configure warnings on Fedora 15
 ---

 Key: TS-811
 URL: https://issues.apache.org/jira/browse/TS-811
 Project: Traffic Server
  Issue Type: Bug
  Components: Build
Affects Versions: 2.1.9
 Environment: Fedora 15 x86_64.
Reporter: John Plevyak
 Fix For: 3.1.0


 configure.ac:465: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected 
 in body
 ../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from...
 ../../lib/autoconf/general.m4:2662: _AC_LINK_IFELSE is expanded from...
 ../../lib/autoconf/general.m4:2679: AC_LINK_IFELSE is expanded from...
 build/libtool.m4:1084: _LT_SYS_MODULE_PATH_AIX is expanded from...
 build/libtool.m4:5428: _LT_LANG_CXX_CONFIG is expanded from...
 build/libtool.m4:816: _LT_LANG is expanded from...
 build/libtool.m4:799: LT_LANG is expanded from...
 build/libtool.m4:827: _LT_LANG_DEFAULT_CONFIG is expanded from...
 build/libtool.m4:143: _LT_SETUP is expanded from...
 build/libtool.m4:69: LT_INIT is expanded from...
 build/libtool.m4:107: AC_PROG_LIBTOOL is expanded from...
 configure.ac:465: the top level

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (TS-811) libtool configure warnings on Fedora 15

2011-05-30 Thread Leif Hedstrom (JIRA)

[ 
https://issues.apache.org/jira/browse/TS-811?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13041367#comment-13041367
 ] 

Leif Hedstrom commented on TS-811:
--

I tried it with trunk, on FC15 (32-bit):

fc15 (19:40) 100/0 $ autoreconf -i
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `build/aux'.
libtoolize: copying file `build/aux/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `build'.
libtoolize: copying file `build/libtool.m4'
libtoolize: copying file `build/ltoptions.m4'
libtoolize: copying file `build/ltsugar.m4'
libtoolize: copying file `build/ltversion.m4'
libtoolize: copying file `build/lt~obsolete.m4'
configure.ac:103: installing `build/aux/config.guess'
configure.ac:103: installing `build/aux/config.sub'
configure.ac:43: installing `build/aux/install-sh'
configure.ac:43: installing `build/aux/missing'
cop/Makefile.am: installing `build/aux/depcomp'
configure.ac: installing `build/aux/ylwrap'


 libtool configure warnings on Fedora 15
 ---

 Key: TS-811
 URL: https://issues.apache.org/jira/browse/TS-811
 Project: Traffic Server
  Issue Type: Bug
  Components: Build
Affects Versions: 2.1.9
 Environment: Fedora 15 x86_64.
Reporter: John Plevyak
 Fix For: 3.1.0


 configure.ac:465: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected 
 in body
 ../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from...
 ../../lib/autoconf/general.m4:2662: _AC_LINK_IFELSE is expanded from...
 ../../lib/autoconf/general.m4:2679: AC_LINK_IFELSE is expanded from...
 build/libtool.m4:1084: _LT_SYS_MODULE_PATH_AIX is expanded from...
 build/libtool.m4:5428: _LT_LANG_CXX_CONFIG is expanded from...
 build/libtool.m4:816: _LT_LANG is expanded from...
 build/libtool.m4:799: LT_LANG is expanded from...
 build/libtool.m4:827: _LT_LANG_DEFAULT_CONFIG is expanded from...
 build/libtool.m4:143: _LT_SETUP is expanded from...
 build/libtool.m4:69: LT_INIT is expanded from...
 build/libtool.m4:107: AC_PROG_LIBTOOL is expanded from...
 configure.ac:465: the top level

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira