Hello Rhys!

Rhys Ulerich <rhys.uler...@gmail.com> schrieb am 17.05.14 um 00:59:54 Uhr:

> > svn checkout http://svn.apache.org/repos/asf/incubator/log4cxx/trunk 
> > apache-log4cxx
> > but there is no configure script in the directory.
> 
> Run ./autogen.sh to generate the autotools details, like configure.

That did it! I get the following after a sudo make install:

....
 /usr/bin/mkdir -p '/usr/local/include/log4cxx'
 /usr/bin/install -c -m 644 ../../../../src/main/include/log4cxx/appender.h 
../../../../src/main/include/log4cxx/appenderskeleton.h 
../../../../src/main/include/log4cxx/asyncappender.h 
../../../../src/main/include/log4cxx/basicconfigurator.h 
../../../../src/main/include/log4cxx/consoleappender.h 
../../../../src/main/include/log4cxx/dailyrollingfileappender.h 
../../../../src/main/include/log4cxx/defaultconfigurator.h 
../../../../src/main/include/log4cxx/defaultloggerfactory.h 
../../../../src/main/include/log4cxx/fileappender.h 
../../../../src/main/include/log4cxx/file.h 
../../../../src/main/include/log4cxx/hierarchy.h 
../../../../src/main/include/log4cxx/htmllayout.h 
../../../../src/main/include/log4cxx/layout.h 
../../../../src/main/include/log4cxx/level.h 
../../../../src/main/include/log4cxx/log4cxx.h 
../../../../src/main/include/log4cxx/logger.h 
../../../../src/main/include/log4cxx/logmanager.h 
../../../../src/main/include/log4cxx/logstring.h 
../../../../src/main/include/log4cxx/mdc.h 
../../../../src/main/include/log4cxx/ndc.h 
../../../../src/main/include/log4cxx/patternlayout.h 
../../../../src/main/include/log4cxx/portability.h 
../../../../src/main/include/log4cxx/propertyconfigurator.h 
../../../../src/main/include/log4cxx/provisionnode.h 
../../../../src/main/include/log4cxx/rollingfileappender.h 
../../../../src/main/include/log4cxx/simplelayout.h 
../../../../src/main/include/log4cxx/stream.h 
../../../../src/main/include/log4cxx/ttcclayout.h 
../../../../src/main/include/log4cxx/writerappender.h 
../../../../src/main/include/log4cxx/appender.h 
../../../../src/main/include/log4cxx/appenderskeleton.h 
../../../../src/main/include/log4cxx/asyncappender.h 
../../../../src/main/include/log4cxx/basicconfigurator.h 
../../../../src/main/include/log4cxx/consoleappender.h 
../../../../src/main/include/log4cxx/dailyrollingfileappender.h 
../../../../src/main/include/log4cxx/defaultconfigurator.h 
../../../../src/main/include/log4cxx/defaultloggerfactory.h 
../../../../src/main/include/log4cxx/fileappender.h 
../../../../src/main/include/log4cxx/file.h 
../../../../src/main/include/log4cxx/hierarchy.h '/usr/local/include/log4cxx'
/usr/bin/install: Neu erstelltes „/usr/local/include/log4cxx/appender.h“ wird 
nicht mit „../../../../src/main/include/log4cxx/appender.h“ überschrieben.
/usr/bin/install: Neu erstelltes 
„/usr/local/include/log4cxx/appenderskeleton.h“ wird nicht mit 
„../../../../src/main/include/log4cxx/appenderskeleton.h“ überschrieben.
/usr/bin/install: Neu erstelltes „/usr/local/include/log4cxx/asyncappender.h“ 
wird nicht mit „../../../../src/main/include/log4cxx/asyncappender.h“ 
überschrieben.
/usr/bin/install: Neu erstelltes 
„/usr/local/include/log4cxx/basicconfigurator.h“ wird nicht mit 
„../../../../src/main/include/log4cxx/basicconfigurator.h“ überschrieben.
/usr/bin/install: Neu erstelltes „/usr/local/include/log4cxx/consoleappender.h“ 
wird nicht mit „../../../../src/main/include/log4cxx/consoleappender.h“ 
überschrieben.
/usr/bin/install: Neu erstelltes 
„/usr/local/include/log4cxx/dailyrollingfileappender.h“ wird nicht mit 
„../../../../src/main/include/log4cxx/dailyrollingfileappender.h“ überschrieben.
/usr/bin/install: Neu erstelltes 
„/usr/local/include/log4cxx/defaultconfigurator.h“ wird nicht mit 
„../../../../src/main/include/log4cxx/defaultconfigurator.h“ überschrieben.
/usr/bin/install: Neu erstelltes 
„/usr/local/include/log4cxx/defaultloggerfactory.h“ wird nicht mit 
„../../../../src/main/include/log4cxx/defaultloggerfactory.h“ überschrieben.
/usr/bin/install: Neu erstelltes „/usr/local/include/log4cxx/fileappender.h“ 
wird nicht mit „../../../../src/main/include/log4cxx/fileappender.h“ 
überschrieben.
/usr/bin/install: Neu erstelltes „/usr/local/include/log4cxx/file.h“ wird nicht 
mit „../../../../src/main/include/log4cxx/file.h“ überschrieben.
/usr/bin/install: Neu erstelltes „/usr/local/include/log4cxx/hierarchy.h“ wird 
nicht mit „../../../../src/main/include/log4cxx/hierarchy.h“ überschrieben.
make[6]: *** [install-log4cxxincHEADERS] Fehler 1
make[6]: Leaving directory `/home/mail1/apache-log4cxx/src/main/include/log4cxx'
make[5]: *** [install-am] Fehler 2
make[5]: Leaving directory `/home/mail1/apache-log4cxx/src/main/include/log4cxx'
make[4]: *** [install-recursive] Fehler 1
make[4]: Leaving directory `/home/mail1/apache-log4cxx/src/main/include/log4cxx'
make[3]: *** [install-recursive] Fehler 1
make[3]: Leaving directory `/home/mail1/apache-log4cxx/src/main/include'
make[2]: *** [install-recursive] Fehler 1
make[2]: Leaving directory `/home/mail1/apache-log4cxx/src/main'
make[1]: *** [install-recursive] Fehler 1
make[1]: Leaving directory `/home/mail1/apache-log4cxx/src'
make: *** [install-recursive] Fehler 1

The directory /usr/local/include/log4cxx with its content is created
nevertheless. Is this ok?

Also 

delta:/usr/local/lib # ll
insgesamt 28464
-rw-r--r-- 1 root root 18883006 17. Mai 09:52 liblog4cxx.a
-rwxr-xr-x 1 root root     1019 17. Mai 09:52 liblog4cxx.la
lrwxrwxrwx 1 root root       20 17. Mai 09:52 liblog4cxx.so -> 
liblog4cxx.so.10.0.0
lrwxrwxrwx 1 root root       20 17. Mai 09:52 liblog4cxx.so.10 -> 
liblog4cxx.so.10.0.0
-rwxr-xr-x 1 root root 10037757 17. Mai 09:52 liblog4cxx.so.10.0.0
-rw-r--r-- 1 root root   107804 18. Dez 23:50 liblufs-cryptofs.a
-rwxr-xr-x 1 root root      903 18. Dez 23:50 liblufs-cryptofs.la
lrwxrwxrwx 1 root root       25 18. Dez 23:50 liblufs-cryptofs.so -> 
liblufs-cryptofs.so.0.0.6
lrwxrwxrwx 1 root root       25 18. Dez 23:50 liblufs-cryptofs.so.0 -> 
liblufs-cryptofs.so.0.0.6
-rwxr-xr-x 1 root root    97468 18. Dez 23:50 liblufs-cryptofs.so.0.0.6
drwxr-xr-x 3 root root     4096  2. Mai 00:12 lua

seems to be fine.

> - Rhys

  Andreas

Reply via email to