I found out what the issue was. The commons-daemon-native.tar.gz file contains archive library and object files in the unix directory that were compiled on some other system. I would recommend that this tar file is repackaged, doing a make clean in the unix directory before repackaging.
Martin On Wed, Jun 9, 2010 at 12:55 PM, Mark Thomas <ma...@apache.org> wrote: > On 09/06/2010 17:49, Martin Dubuc wrote: > > I can't get the jsvc binary to build with 7.0.0 RC4 under Fedora and > CentOS. > > That would be best handled as a commons-daemon issue. I don't know > enough about commons-daemon to comment if this is an issue for the users > list or a JIRA issue. > > Mark > > > > > Here is the output from make: > > > > (cd native; make all) > > make[1]: Entering directory > > > `/root/apache-tomcat-7.0.0-RC4/bin/commons-daemon-1.0.2-native-src/unix/native' > > gcc -g -O2 -DOS_LINUX -DDSO_DLFCN -DCPU=\"i386\" -I/usr/java/include > > -I/usr/java/include/linux -Wall -Wstrict-prototypes -c debug.c -o debug.o > > gcc -g -O2 -DOS_LINUX -DDSO_DLFCN -DCPU=\"i386\" -I/usr/java/include > > -I/usr/java/include/linux -Wall -Wstrict-prototypes -c home.c -o home.o > > gcc -g -O2 -DOS_LINUX -DDSO_DLFCN -DCPU=\"i386\" -I/usr/java/include > > -I/usr/java/include/linux -Wall -Wstrict-prototypes -c signals.c -o > > signals.o > > ar cr libservice.a arguments.o debug.o dso-dlfcn.o dso-dyld.o help.o > home.o > > java.o location.o replace.o locks.o signals.o > > ar: libservice.a: Malformed archive > > make[1]: *** [libservice.a] Error 1 > > make[1]: Leaving directory > > > `/root/apache-tomcat-7.0.0-RC4/bin/commons-daemon-1.0.2-native-src/unix/native' > > make: *** [native/all] Error 2 > > > > Martin > > > > On Mon, Jun 7, 2010 at 10:38 AM, Mark Thomas <ma...@apache.org> wrote: > > > >> All, > >> > >> The next Tomcat 7.0.0 release candiate is ready for testing. 7.0.0-RC4 > >> can be obtained from: > >> http://people.apache.org/~markt/dev/tomcat-7/v7.0.0-RC4/<http://people.apache.org/%7Emarkt/dev/tomcat-7/v7.0.0-RC4/> > <http://people.apache.org/%7Emarkt/dev/tomcat-7/v7.0.0-RC4/> > >> The svn tag is: > >> http://svn.apache.org/repos/asf/tomcat/tc7.0.x/tags/TOMCAT_7_0_0_RC4/ > >> > >> Please test this release candidate and provide feedback. > >> > >> The 7.0.0-RC4 tag is > >> [ ] Broken - do not release > >> [ ] Alpha - go ahead and release 7.0.0 Alpha based on 7.0.0-RC4 > >> [ ] Beta - go ahead and release 7.0.0 Beta based on 7.0.0-RC4 > >> [ ] Stable - go ahead and release 7.0.0 Stable based on 7.0.0-RC4 > >> > >> The following issues were noted: > >> - > >> > >> Thanks, > >> > >> Mark > >> > >> > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org > >> For additional commands, e-mail: dev-h...@tomcat.apache.org > >> > >> > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org > For additional commands, e-mail: dev-h...@tomcat.apache.org > >