[Pipet Users] Piper config errors....
Karl-Max Wagner
karlmax at oberland.net
Wed Feb 28 08:06:36 EST 2001
> None of these warnings prevent me from building Piper. Are you unable to
> continue with the build?
Yes. This is what happens:
gmake all-recursive
gmake[1]: Entering directory /root/piper/src'
Making all in config
gmake[2]: Entering directory /root/piper/src/config'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory /root/piper/src/config'
Making all in scripts
gmake[2]: Entering directory /root/piper/src/scripts'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory /root/piper/src/scripts'
Making all in xml
gmake[2]: Entering directory /root/piper/src/xml'
Making all in Receptacle
gmake[3]: Entering directory /root/piper/src/xml/Receptacle'
gmake[3]: Nothing to be done for `all'.
gmake[3]: Leaving directory /root/piper/src/xml/Receptacle'
gmake[3]: Entering directory /root/piper/src/xml'
gmake[3]: Nothing to be done for `all-am'.
gmake[3]: Leaving directory /root/piper/src/xml'
gmake[2]: Leaving directory /root/piper/src/xml'
Making all in dl
gmake[2]: Entering directory /root/piper/src/dl'
cd . && autoheader
gmake all-recursive
gmake[3]: Entering directory /root/piper/src/dl'
Making all in modules
gmake[4]: Entering directory /root/piper/src/dl/modules'
gmake[4]: Nothing to be done for `all'.
gmake[4]: Leaving directory /root/piper/src/dl/modules'
Making all in scripts
gmake[4]: Entering directory /root/piper/src/dl/scripts'
gmake[4]: Nothing to be done for `all'.
gmake[4]: Leaving directory /root/piper/src/dl/scripts'
Making all in vflow
gmake[4]: Entering directory /root/piper/src/dl/vflow'
Making all in interfaces
gmake[5]: Entering directory /root/piper/src/dl/vflow/interfaces'
gmake[5]: *** No rule to make target `vflowmodule.so', needed by `all-am'. Stop.
gmake[5]: Leaving directory /root/piper/src/dl/vflow/interfaces'
gmake[4]: *** [all-recursive] Error 1
gmake[4]: Leaving directory /root/piper/src/dl/vflow'
gmake[3]: *** [all-recursive] Error 1
gmake[3]: Leaving directory /root/piper/src/dl'
gmake[2]: *** [all-recursive-am] Error 2
gmake[2]: Leaving directory /root/piper/src/dl'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory /root/piper/src'
make: *** [all-recursive-am] Error 2
Actually, it reminds me of an older bug report I put into a
longer posting before the big discussion. I repeat it here:
************************************************************
What I did now was to compare the makefiles between my old piper
version and the new one in the directory
piper/dl/vflow/interfaces. The result is interesting:
--- ./piper_old/dl/vflow/interfaces/Makefile Sun Jan 7 00:12:39 2001
+++ ./piper/dl/vflow/interfaces/Makefile Sat Jan 27 18:57:50 2001
@@ -203,8 +203,8 @@
maintainer-clean-libtool:
-vflowmodule$(SO): $(vflowmodule__SO__OBJECTS) $(vflowmodule__SO__DEPENDENCIES)
- @rm -f vflowmodule$(SO)
+vflowmodule0 11 10 6 4 3 2 1 0SO): $(vflowmodule__SO__OBJECTS) $(vflowmodule__
+ @rm -f vflowmodule0 11 10 6 4 3 2 1 0SO)
$(vflowmodule__SO__LINK) $(vflowmodule__SO__LDFLAGS) $(vflowmodule__SO_
tags: TAGS
Actually, in the new vflowmodule line there is an opening
bracket missing. The same in the @rm line. No wonder that make
gets confused.
************************************************************
The offending line wasn't changed since then ( I checked it )
=======================================================================
"It was hell. They knew it. Karl-Max Wagner
But they called it karlmax at oberland.net
W-I-N-D-O-Z-E" ham radio: DB8CO
*********Member of No Code International*********
***********Visit http://www.nocode.org***********
********Membership Number NCI-2563-DB8CO*********
_
/ / (_)__ __ ____ __
/ /__/ / _ \/ // /\ \/ / . . . t h e c h o i c e o f a
/____/_/_//_/\_,_/ /_/\_\ G N U g e n e r a t i o n . .
"Et ceterum censeo ut Microsoftem delendum esse" (Cato, adapted)
"Quo usque tandem abutere nostra patientia ?" (Cicero, original)
=======================================================================
More information about the Pipet-Users
mailing list