[Cppunit-devel] cppunit-1.8.0 configure error on FreeBSD
Brought to you by:
blep
From: Thomas K. (gottlob) <kor...@db...> - 2002-12-02 14:13:24
|
Dear Maintainers, when doing a configure on my FreeBSD workplace PC, the following things happen: checking for a BSD compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for mawk... no checking for gawk... no checking for nawk... nawk checking whether make sets ${MAKE}... yes checking whether make sets ${MAKE}... (cached) yes checking for a BSD compatible install... /usr/bin/install -c checking for gcc... gcc checking for C compiler default output... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for executable suffix... checking for object suffix... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for style of include used by make... GNU checking dependency style of gcc... gcc checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc checking build system type... i386-unknown-freebsd4.7 checking host system type... i386-unknown-freebsd4.7 checking for ld used by GCC... /usr/libexec/elf/ld checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes checking for /usr/libexec/elf/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognise dependant libraries... pass_all checking command to parse /usr/bin/nm -B output... ok checking how to run the C++ preprocessor... g++ -E checking for dlfcn.h... yes checking for ranlib... ranlib checking for strip... strip checking for objdir... .libs checking for gcc option to produce PIC... -fPIC checking if gcc PIC flag -fPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... no checking if we can lock with hard links... yes checking if gcc supports -fno-rtti -fno-exceptions... yes checking whether the linker (/usr/libexec/elf/ld) supports shared libraries... yes checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking dynamic linker characteristics... freebsd4.7 ld.so checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking whether -lc should be explicitly linked in... yes creating libtool checking for doxygen... no checking for cmath... yes checking whether the compiler supports Run-Time Type Identification... yes checking whether the compiler implements namespaces... yes checking whether std::string::compare takes a string in argument 1... yes checking whether the compiler has stringstream... yes checking whether the library defines class strstream... checking for strstream... yes yes configure: creating ./config.status config.status: creating Makefile mv: Makefile: set owner/group (was: 528/0): Operation not permitted config.status: creating cppunit.spec mv: cppunit.spec: set owner/group (was: 528/0): Operation not permitted config.status: creating cppunit-config mv: cppunit-config: set owner/group (was: 528/0): Operation not permitted config.status: creating src/Makefile mv: src/Makefile: set owner/group (was: 528/0): Operation not permitted config.status: creating src/cppunit/Makefile mv: src/cppunit/Makefile: set owner/group (was: 528/0): Operation not permitted config.status: creating include/Makefile mv: include/Makefile: set owner/group (was: 528/0): Operation not permitted config.status: creating include/cppunit/Makefile mv: include/cppunit/Makefile: set owner/group (was: 528/0): Operation not permitted config.status: creating include/cppunit/extensions/Makefile mv: include/cppunit/extensions/Makefile: set owner/group (was: 528/0): Operation not permitted config.status: creating include/cppunit/ui/Makefile mv: include/cppunit/ui/Makefile: set owner/group (was: 528/0): Operation not permitted config.status: creating include/cppunit/ui/mfc/Makefile mv: include/cppunit/ui/mfc/Makefile: set owner/group (was: 528/0): Operation not permitted config.status: creating include/cppunit/ui/qt/Makefile mv: include/cppunit/ui/qt/Makefile: set owner/group (was: 528/0): Operation not permitted config.status: creating include/cppunit/ui/text/Makefile mv: include/cppunit/ui/text/Makefile: set owner/group (was: 528/0): Operation not permitted config.status: creating doc/Makefile mv: doc/Makefile: set owner/group (was: 528/0): Operation not permitted config.status: creating doc/Doxyfile mv: doc/Doxyfile: set owner/group (was: 528/0): Operation not permitted config.status: creating examples/Makefile mv: examples/Makefile: set owner/group (was: 528/0): Operation not permitted config.status: creating examples/hierarchy/Makefile mv: examples/hierarchy/Makefile: set owner/group (was: 528/0): Operation not permitted config.status: creating examples/cppunittest/Makefile mv: examples/cppunittest/Makefile: set owner/group (was: 528/0): Operation not permitted config.status: creating config/config.h config.status: config/config.h is unchanged creating include/cppunit/config-auto.h - prefix CPPUNIT for config/config.h defines /* automatically generated config/ contrib/ doc/ examples/ include I think that this is related to the groups i have access to: my groups: uid=528(korimort) gid=50(diss) groups=50(diss), 17(laser) it works however for the following person: uid=405(pisjak) gid=10(staff) groups=10(staff), 0(wheel), 5(operator), 15(sysop), 17(laser), 18(colorlaser) Compilation seems to work anyway. There is no hint in the INSTALL-unix file on this issue. Greetings, Thomas Korimort. |