This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Bootstrap failure building fastjar/jar.1, missing pod2man


When bootstrapping on sparc-sun-solaris2.7, I get:

 > perl ../../egcc-CVS20020912/fastjar/../contrib/texi2pod.pl -D jar <
 > 	../../egcc-CVS20020912/fastjar/fastjar.texi > fastjar.pod
 > (pod2man --center="GNU" --release="gcc-3.3" --section=1 fastjar.pod >
 > jar.1.T$$ && mv -f jar.1.T$$ ../../egcc-CVS20020912/fastjar/jar.1) || \
 >         (rm -f jar.1.T$$ && exit 1)
 > /bin/ksh: pod2man:  not found
 > make[2]: *** [../../egcc-CVS20020912/fastjar/jar.1] Error 1

pod2man doesn't exist in the minimal environment I setup specifically
to test whether hidden tool dependencies creep into gcc.

Are we now requiring pod2man to bootstrap or is this an error?

		--Kaveh
--
Kaveh R. Ghazi			ghazi@caip.rutgers.edu


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]