LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 01-08-2007, 03:33 AM   #1
madhusudana
LQ Newbie
 
Registered: Dec 2006
Posts: 9
Blog Entries: 1

Rep: Reputation: 0
problem installing minicom in ubuntu


Hi,
I have some problem to install minicom2.2 in ubuntu6.10 Desktop version.while installing minicom i got the following problem

madhu@madhu:/root/minicom-2.2$ make
\make all-recursive
make[1]: Entering directory `/root/minicom-2.2'
Making all in doc
make[2]: Entering directory `/root/minicom-2.2/doc'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/minicom-2.2/doc'
Making all in extras
make[2]: Entering directory `/root/minicom-2.2/extras'
Making all in linux
make[3]: Entering directory `/root/minicom-2.2/extras/linux'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/root/minicom-2.2/extras/linux'
Making all in tables
make[3]: Entering directory `/root/minicom-2.2/extras/tables'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/root/minicom-2.2/extras/tables'
Making all in termcap
make[3]: Entering directory `/root/minicom-2.2/extras/termcap'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/root/minicom-2.2/extras/termcap'
Making all in terminfo
make[3]: Entering directory `/root/minicom-2.2/extras/terminfo'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/root/minicom-2.2/extras/terminfo'
make[3]: Entering directory `/root/minicom-2.2/extras'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/root/minicom-2.2/extras'
make[2]: Leaving directory `/root/minicom-2.2/extras'
Making all in man
make[2]: Entering directory `/root/minicom-2.2/man'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/minicom-2.2/man'
Making all in po
make[2]: Entering directory `/root/minicom-2.2/po'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/minicom-2.2/po'
Making all in lib
make[2]: Entering directory `/root/minicom-2.2/lib'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/minicom-2.2/lib'
Making all in src
make[2]: Entering directory `/root/minicom-2.2/src'
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -DCONFDIR=\"/usr/local/etc\" -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -Wall -W -g -O2 -MT minicom.o -MD -MP -MF ".deps/minicom.Tpo" -c -o minicom.o minicom.c; \
then mv -f ".deps/minicom.Tpo" ".deps/minicom.Po"; else rm -f ".deps/minicom.Tpo"; exit 1; fi
minicom.c:1542: fatal error: opening dependency file .deps/minicom.Tpo: Permission denied
compilation terminated.
make[2]: *** [minicom.o] Error 1
make[2]: Leaving directory `/root/minicom-2.2/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/minicom-2.2'
make: *** [all] Error 2
moschip@moschip:/root/minicom-2.2$ sudo make
make all-recursive
make[1]: Entering directory `/root/minicom-2.2'
Making all in doc
make[2]: Entering directory `/root/minicom-2.2/doc'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/minicom-2.2/doc'
Making all in extras
make[2]: Entering directory `/root/minicom-2.2/extras'
Making all in linux
make[3]: Entering directory `/root/minicom-2.2/extras/linux'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/root/minicom-2.2/extras/linux'
Making all in tables
make[3]: Entering directory `/root/minicom-2.2/extras/tables'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/root/minicom-2.2/extras/tables'
Making all in termcap
make[3]: Entering directory `/root/minicom-2.2/extras/termcap'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/root/minicom-2.2/extras/termcap'
Making all in terminfo
make[3]: Entering directory `/root/minicom-2.2/extras/terminfo'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/root/minicom-2.2/extras/terminfo'
make[3]: Entering directory `/root/minicom-2.2/extras'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/root/minicom-2.2/extras'
make[2]: Leaving directory `/root/minicom-2.2/extras'
Making all in man
make[2]: Entering directory `/root/minicom-2.2/man'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/minicom-2.2/man'
Making all in po
make[2]: Entering directory `/root/minicom-2.2/po'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/minicom-2.2/po'
Making all in lib
make[2]: Entering directory `/root/minicom-2.2/lib'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/minicom-2.2/lib'
Making all in src
make[2]: Entering directory `/root/minicom-2.2/src'
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -DCONFDIR=\"/usr/local/etc\" -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -Wall -W -g -O2 -MT minicom.o -MD -MP -MF ".deps/minicom.Tpo" -c -o minicom.o minicom.c; \
then mv -f ".deps/minicom.Tpo" ".deps/minicom.Po"; else rm -f ".deps/minicom.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -DCONFDIR=\"/usr/local/etc\" -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -Wall -W -g -O2 -MT vt100.o -MD -MP -MF ".deps/vt100.Tpo" -c -o vt100.o vt100.c; \
then mv -f ".deps/vt100.Tpo" ".deps/vt100.Po"; else rm -f ".deps/vt100.Tpo"; exit 1; fi
vt100.c: In function ‘vt_init’:
vt100.c:258: warning: pointer targets in assignment differ in signedness
vt100.c:259: warning: pointer targets in assignment differ in signedness
vt100.c: In function ‘state4’:
vt100.c:833: warning: pointer targets in assignment differ in signedness
vt100.c:837: warning: pointer targets in assignment differ in signedness
vt100.c: In function ‘state5’:
vt100.c:857: warning: pointer targets in assignment differ in signedness
vt100.c:861: warning: pointer targets in assignment differ in signedness
vt100.c: In function ‘vt_out’:
vt100.c:1052: warning: pointer targets in passing argument 2 of ‘one_mbtowc’ differ in signedness
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -DCONFDIR=\"/usr/local/etc\" -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -Wall -W -g -O2 -MT config.o -MD -MP -MF ".deps/config.Tpo" -c -o config.o config.c; \
then mv -f ".deps/config.Tpo" ".deps/config.Po"; else rm -f ".deps/config.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -DCONFDIR=\"/usr/local/etc\" -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -Wall -W -g -O2 -MT help.o -MD -MP -MF ".deps/help.Tpo" -c -o help.o help.c; \
then mv -f ".deps/help.Tpo" ".deps/help.Po"; else rm -f ".deps/help.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -DCONFDIR=\"/usr/local/etc\" -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -Wall -W -g -O2 -MT updown.o -MD -MP -MF ".deps/updown.Tpo" -c -o updown.o updown.c; \
then mv -f ".deps/updown.Tpo" ".deps/updown.Po"; else rm -f ".deps/updown.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -DCONFDIR=\"/usr/local/etc\" -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -Wall -W -g -O2 -MT util.o -MD -MP -MF ".deps/util.Tpo" -c -o util.o util.c; \
then mv -f ".deps/util.Tpo" ".deps/util.Po"; else rm -f ".deps/util.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -DCONFDIR=\"/usr/local/etc\" -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -Wall -W -g -O2 -MT dial.o -MD -MP -MF ".deps/dial.Tpo" -c -o dial.o dial.c; \
then mv -f ".deps/dial.Tpo" ".deps/dial.Po"; else rm -f ".deps/dial.Tpo"; exit 1; fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../lib -DCONFDIR=\"/usr/local/etc\" -DLOCALEDIR=\"/usr/local/share/locale\" -g -O2 -Wall -W -g -O2 -MT window.o -MD -MP -MF ".deps/window.Tpo" -c -o window.o window.c; \
then mv -f ".deps/window.Tpo" ".deps/window.Po"; else rm -f ".deps/window.Tpo"; exit 1; fi
window.c: In function ‘outstr’:
window.c:195: error: too many arguments to function ‘tputs’
window.c: In function ‘_gotoxy’:
window.c:296: error: too many arguments to function ‘tgoto’
window.c:304: error: too many arguments to function ‘tgoto’
window.c:340: error: ‘BC’ undeclared (first use in this function)
window.c:340: error: (Each undeclared identifier is reported only once
window.c:340: error: for each function it appears in.)
window.c:343: error: too many arguments to function ‘tgoto’
window.c: In function ‘wscroll’:
window.c:846: error: too many arguments to function ‘tgoto’
window.c:857: error: too many arguments to function ‘tgoto’
window.c: In function ‘win_init’:
window.c:1944: error: too many arguments to function ‘tgetent’
window.c:1956: error: too many arguments to function ‘tgetstr’
window.c:1965: error: too many arguments to function ‘tgetnum’
window.c:1969: error: too many arguments to function ‘tgetnum’
window.c:1975: error: too many arguments to function ‘tgetstr’
window.c:1976: error: too many arguments to function ‘tgetstr’
window.c:1977: error: too many arguments to function ‘tgetstr’
window.c:1978: error: too many arguments to function ‘tgetstr’
window.c:1979: error: too many arguments to function ‘tgetstr’
window.c:1980: error: too many arguments to function ‘tgetstr’
window.c:1981: error: too many arguments to function ‘tgetstr’
window.c:1982: error: too many arguments to function ‘tgetstr’
window.c:1983: error: too many arguments to function ‘tgetstr’
window.c:1984: error: too many arguments to function ‘tgetstr’
window.c:1985: error: too many arguments to function ‘tgetstr’
window.c:1986: error: too many arguments to function ‘tgetstr’
window.c:1987: error: too many arguments to function ‘tgetstr’
window.c:1988: error: too many arguments to function ‘tgetstr’
window.c:1989: error: too many arguments to function ‘tgetstr’
window.c:1990: error: too many arguments to function ‘tgetstr’
window.c:1991: error: too many arguments to function ‘tgetstr’
window.c:1992: error: too many arguments to function ‘tgetstr’
window.c:1993: error: too many arguments to function ‘tgetstr’
window.c:1994: error: too many arguments to function ‘tgetstr’
window.c:1995: error: too many arguments to function ‘tgetstr’
window.c:1996: error: too many arguments to function ‘tgetstr’
window.c:1997: error: too many arguments to function ‘tgetstr’
window.c:1998: error: too many arguments to function ‘tgetstr’
window.c:1999: error: too many arguments to function ‘tgetstr’
window.c:2000: error: too many arguments to function ‘tgetstr’
window.c:2001: error: too many arguments to function ‘tgetstr’
window.c:2002: error: too many arguments to function ‘tgetstr’
window.c:2003: error: too many arguments to function ‘tgetstr’
window.c:2004: error: too many arguments to function ‘tgetstr’
window.c:2005: error: ‘BC’ undeclared (first use in this function)
window.c:2005: error: too many arguments to function ‘tgetstr’
window.c:2006: error: too many arguments to function ‘tgetstr’
window.c:2007: error: too many arguments to function ‘tgetstr’
window.c:2008: error: too many arguments to function ‘tgetstr’
window.c:2009: error: too many arguments to function ‘tgetstr’
window.c:2011: error: too many arguments to function ‘tgetstr’
window.c:2012: error: too many arguments to function ‘tgetstr’
window.c:2013: error: too many arguments to function ‘tgetstr’
window.c:2038: error: too many arguments to function ‘tgetflag’
window.c:2038: error: too many arguments to function ‘tgetflag’
window.c:2058: error: too many arguments to function ‘tgetnum’
window.c:2061: error: too many arguments to function ‘tgetflag’
window.c:2062: error: too many arguments to function ‘tgetflag’
window.c:2063: error: too many arguments to function ‘tgetflag’
make[2]: *** [window.o] Error 1
make[2]: Leaving directory `/root/minicom-2.2/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/minicom-2.2'
make: *** [all] Error 2
 
Old 01-08-2007, 09:24 PM   #2
Sepero
Member
 
Registered: Jul 2004
Location: Tampa, Florida, USA
Distribution: Ubuntu
Posts: 734
Blog Entries: 1

Rep: Reputation: 33
Why don't you use Synaptic to install minicom?
 
Old 01-09-2007, 04:35 AM   #3
madhusudana
LQ Newbie
 
Registered: Dec 2006
Posts: 9

Original Poster
Blog Entries: 1

Rep: Reputation: 0
hi,
I noticed in ubuntu 6.10 cd has no minicom tool package.
 
Old 01-09-2007, 08:50 PM   #4
Sepero
Member
 
Registered: Jul 2004
Location: Tampa, Florida, USA
Distribution: Ubuntu
Posts: 734
Blog Entries: 1

Rep: Reputation: 33
Instead of using the CD, have you tried installing minicom from the internet (using Synaptic)?

Synaptic Synaptic Synaptic Synaptic Synaptic Synaptic Synaptic Synaptic Synaptic Synaptic Synaptic Synaptic Synaptic Synaptic Synaptic Synaptic Synaptic Synaptic Synaptic Synaptic Synaptic Synaptic Synaptic Synaptic Synaptic Synaptic Synaptic

Figure out how to use it. It will save you many headaches.
 
Old 02-06-2007, 06:43 AM   #5
madhusudana
LQ Newbie
 
Registered: Dec 2006
Posts: 9

Original Poster
Blog Entries: 1

Rep: Reputation: 0
hi

i build the kernel 2.6.19 on my pc. which has FC5,2.6.16.1.2.6.17.7 and 2.6.18 kernels.
1)when i boot in to the 2.6.19 kernel, mouse(ps/2 logitech) and keyboard(logitech) are hangup after few minutes.USB mouse and USB keyboard are working fine.
2) no detection of USB pen drive.

I noticed the above mentioned problems only on 2.6.19 kernel.
please help me
 
Old 02-07-2007, 06:34 PM   #6
Sepero
Member
 
Registered: Jul 2004
Location: Tampa, Florida, USA
Distribution: Ubuntu
Posts: 734
Blog Entries: 1

Rep: Reputation: 33
Quote:
Originally Posted by madhusudana
i build the kernel 2.6.19 on my pc. which has FC5,2.6.16.1.2.6.17.7 and 2.6.18 kernels.
1)when i boot in to the 2.6.19 kernel, mouse(ps/2 logitech) and keyboard(logitech) are hangup after few minutes.USB mouse and USB keyboard are working fine.
1. The PS/2 problem is a bug in Fedora. Go back to Linux 2.6.18. See these links:
https://bugzilla.redhat.com/bugzilla....cgi?id=223606
http://www.linuxquestions.org/questi....php?p=2618815
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Minicom terminal problem singularity Linux - Software 1 03-19-2005 08:27 PM
Minicom/PPP problem mseq1 Linux - Newbie 3 08-04-2004 05:07 PM
Minicom/PPP problem mseq1 Linux - Hardware 2 08-04-2004 02:52 AM
Minicom problem Ravendark Slackware 4 04-02-2003 02:05 PM
problem with minicom juanb Linux - General 0 03-23-2003 04:13 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

All times are GMT -5. The time now is 10:16 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration