Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
"The uudecode tool was not found on your system." [solved]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
GNUtoo
Veteran
Veteran


Joined: 05 May 2005
Posts: 1919

PostPosted: Sat May 20, 2006 2:05 am    Post subject: "The uudecode tool was not found on your system." Reply with quote

# make
/bin/sh: svnversion: command not found
echo -n '#define SVNVERSION "' > svnversion.h
if [ -d .svn ]; then \
echo -n "" >> svnversion.h; \
else \
echo -n "2006-05-20" >> svnversion.h; \
fi
echo '"' >> svnversion.h
Checking requirements... FAILED
The 'uudecode' tool was not found on your system. Please make sure
it is installed in your PATH, then try again.
make: *** [sanitycheck] Error 1

=>where can i find the uudecode commande?

i know that there is uudeview in portage and that uudecode is an unix command but that's all


Last edited by GNUtoo on Sat May 20, 2006 4:37 am; edited 1 time in total
Back to top
View user's profile Send private message
steveb
Advocate
Advocate


Joined: 18 Sep 2002
Posts: 4564

PostPosted: Sat May 20, 2006 3:19 am    Post subject: Reply with quote

Code:
emerge app-arch/sharutils
Back to top
View user's profile Send private message
GNUtoo
Veteran
Veteran


Joined: 05 May 2005
Posts: 1919

PostPosted: Sat May 20, 2006 4:37 am    Post subject: Reply with quote

thanks a lot
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum