LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Mandrake 9.0 help (https://www.linuxquestions.org/questions/linux-newbie-8/mandrake-9-0-help-30139/)

Foxtrick 09-11-2002 11:42 AM

Mandrake 9.0 help
 
Hi, I recently set myself up a partion and installed Mandrake 9.0. I have to admit it was weird having to get use to a totally new O/S and layout.

It definately seems worthwhile, a really stable O/S so far, and a great one at that.

Problems for me have already started, (as you would expect from a newbie :p).

And when I attempt to go to mandrake control center, and go to install software.

Then go to Workstation -> Internet Station -> Other -> BitchX or Xchat or any irc program, and alot of other things. I get the error =

Installation Failed, some files are missing. You may want to update your sources database.

Now I downloaded linux from the site(on broadband), and put it on a fat32 partition of which I used from hd using a boot hd image.

I know when I downloaded this I had a option to download CD2 and CD3? But they was like 700mb each and I thought I woudlnt need them, now after these errors I dont know :/.

Also if I download a irc program ie Xchat, and attempt to compile i get a error(and I have installed GCC), Im unsure if I need to install anything else or what :/.

Finally I would like to get exe.'s to run on linux, Ive searched and seen a program called wine, and downloaded and attempted to install it as a rpm. I get these terminal errors.

"To satisfy dependancies you will need to install these packages .
blahblah etc.
Is this Ok?

# I click ok #

Following Packages have bad signatures blahblah

Continue Installation?

# I click ok #

Installation failed, some files are missing.
You may want to update your urpmi database.

HELP!

Any help on any/all of these issues would be greatly appreciated :) :).

Mara 09-11-2002 04:30 PM

Re: Mandrake 9.0 help
 
Quote:

Originally posted by Foxtrick

I know when I downloaded this I had a option to download CD2 and CD3? But they was like 700mb each and I thought I woudlnt need them, now after these errors I dont know :/.

CD2 and CD3 are full of extra software. It looks that the program you'd like t install is on one of them (I'm not sure, but it's likely).
Quote:

Also if I download a irc program ie Xchat, and attempt to compile i get a error(and I have installed GCC), Im unsure if I need to install anything else or what :/.
Please send your error. It'll allow to tell you what to install/do/configure etc.
Quote:

Following Packages have bad signatures blahblah
It looks the packages were broken. Try to download them once again...

Foxtrick 09-11-2002 04:58 PM

Ok here is the terminal as i use Make command


root@pc1-mapp1-5-cust131 ircii]# make
gcc -I. -I/home/foxtrick/ircii/include -g -O2 -DHAVE_CONFIG_H -c /home/foxtrick/ircii/source/exec.c
gcc -I. -I/home/foxtrick/ircii/include -g -O2 -DHAVE_CONFIG_H -DDEFAULT_HELP_PATH=\"/usr/local/share/irc/help\" -c /home/foxtrick/ircii/source/help.c
gcc -I. -I/home/foxtrick/ircii/include -g -O2 -DHAVE_CONFIG_H -DIRCLIB=\"/usr/local/share/irc/\" -DIRCPATH=\"~/.irc:/usr/local/share/irc/script:.\" -c /home/foxtrick/ircii/source/irc.c
gcc -I. -I/home/foxtrick/ircii/include -g -O2 -DHAVE_CONFIG_H -DWSERV_PATH=\"/usr/local/bin/wserv\" -c /home/foxtrick/ircii/source/screen.c
gcc -I. -I/home/foxtrick/ircii/include -g -O2 -DHAVE_CONFIG_H -DIRCIO_PATH=\"/usr/local/bin/ircio\" -c /home/foxtrick/ircii/source/server.c
gcc -I. -I/home/foxtrick/ircii/include -g -O2 -DHAVE_CONFIG_H -DTRANSLATION_PATH=\"/usr/local/share/irc/translation/\" -c /home/foxtrick/ircii/source/translat.cgcc -I. -I/home/foxtrick/ircii/include -g -O2 -DHAVE_CONFIG_H -DDEFAULT_HELP_PATH=\"/usr/local/share/irc/help\" -c /home/foxtrick/ircii/source/vars.c
gcc -g -O2 -DHAVE_CONFIG_H -o irc.alias.o crypt.o ctcp.o dcc.o debug.o edit.o exec.o flood.o funny.o help.o history.o hold.o hook.o icb.o if.o ignore.o input.o irc.o irc.ux.o ircsig.o keys.o lastlog.o list.o log.o mail.o menu.o names.o newio.o notice.o notify.o numbers.o output.o parse.o queue.o reg.o scandir.o screen.o server.o stack.o status.o strsep.o term.o translat.o vars.o whois.o window.o -L/usr/local/lib -lcrypt
edit.o: In function `command_completion':
/home/foxtrick/ircii/source/edit.c:2447: undefined reference to `tputs'
edit.o: In function `edit_char':
/home/foxtrick/ircii/source/edit.c:3378: undefined reference to `tputs'
edit.o: In function `beepcmd':
/home/foxtrick/ircii/source/edit.c:3986: undefined reference to `tputs'
icb.o: In function `icb_got_beep':
/home/foxtrick/ircii/source/icb.c:578: undefined reference to `tputs'
input.o: In function `cursor_to_input':
/home/foxtrick/ircii/source/input.c:69: undefined reference to `tgoto'
/home/foxtrick/ircii/source/input.c:69: undefined reference to `tputs'
input.o: In function `update_input':
/home/foxtrick/ircii/source/input.c:200: undefined reference to `tgoto'
/home/foxtrick/ircii/source/input.c:200: undefined reference to `tputs'
/home/foxtrick/ircii/source/input.c:219: undefined reference to `tgoto'
/home/foxtrick/ircii/source/input.c:219: undefined reference to `tputs'
/home/foxtrick/ircii/source/input.c:223: undefined reference to `tgoto'
/home/foxtrick/ircii/source/input.c:223: undefined reference to `tputs'
input.o: In function `input_move_cursor':
/home/foxtrick/ircii/source/input.c:293: undefined reference to `tgoto'
/home/foxtrick/ircii/source/input.c:293: undefined reference to `tputs'
input.o: In function `input_delete_character':
/home/foxtrick/ircii/source/input.c:374: undefined reference to `tgoto'
/home/foxtrick/ircii/source/input.c:374: undefined reference to `tputs'
/home/foxtrick/ircii/source/input.c:376: undefined reference to `tgoto'
/home/foxtrick/ircii/source/input.c:376: undefined reference to `tputs'
input.o: In function `input_backspace':
/home/foxtrick/ircii/source/input.c:414: undefined reference to `tgoto'
/home/foxtrick/ircii/source/input.c:414: undefined reference to `tputs'
/home/foxtrick/ircii/source/input.c:424: undefined reference to `tgoto'
/home/foxtrick/ircii/source/input.c:424: undefined reference to `tputs'
/home/foxtrick/ircii/source/input.c:401: undefined reference to `tgoto'
/home/foxtrick/ircii/source/input.c:401: undefined reference to `tputs'
input.o: In function `input_clear_to_eol':
/home/foxtrick/ircii/source/input.c:615: undefined reference to `tgoto'
/home/foxtrick/ircii/source/input.c:615: undefined reference to `tputs'
input.o: In function `input_clear_to_bol':
/home/foxtrick/ircii/source/input.c:639: undefined reference to `tgoto'
/home/foxtrick/ircii/source/input.c:639: undefined reference to `tputs'
/home/foxtrick/ircii/source/input.c:643: undefined reference to `tgoto'
/home/foxtrick/ircii/source/input.c:643: undefined reference to `tputs'
input.o: In function `input_clear_line':
/home/foxtrick/ircii/source/input.c:660: undefined reference to `tgoto'
/home/foxtrick/ircii/source/input.c:660: undefined reference to `tputs'
/home/foxtrick/ircii/source/input.c:664: undefined reference to `tgoto'
/home/foxtrick/ircii/source/input.c:664: undefined reference to `tputs'
input.o: In function `input_transpose_characters':
/home/foxtrick/ircii/source/input.c:702: undefined reference to `tgoto'
/home/foxtrick/ircii/source/input.c:702: undefined reference to `tputs'
/home/foxtrick/ircii/source/input.c:698: undefined reference to `tgoto'
/home/foxtrick/ircii/source/input.c:698: undefined reference to `tputs'
irc.o: In function `irc_exit':
/home/foxtrick/ircii/source/irc.c:221: undefined reference to `tputs'
menu.o: In function `ShowMenuByWindow':
/home/foxtrick/ircii/source/menu.c:249: undefined reference to `tputs'
/home/foxtrick/ircii/source/menu.c:251: undefined reference to `tgoto'
/home/foxtrick/ircii/source/menu.c:251: undefined reference to `tputs'
/home/foxtrick/ircii/source/menu.c:257: undefined reference to `tputs'
/home/foxtrick/ircii/source/menu.c:239: undefined reference to `tgoto'
/home/foxtrick/ircii/source/menu.c:239: undefined reference to `tputs'
output.o: In function `refresh_screen':
/home/foxtrick/ircii/source/output.c:79: undefined reference to `tputs'
output.o: In function `init_screen':
/home/foxtrick/ircii/source/output.c:94: undefined reference to `tputs'
/home/foxtrick/ircii/source/output.c:99: undefined reference to `tgoto'
/home/foxtrick/ircii/source/output.c:99: undefined reference to `tputs'
parse.o: In function `beep_em':
/home/foxtrick/ircii/source/parse.c:216: undefined reference to `tputs'
screen.o: In function `scroll_window':
/home/foxtrick/ircii/source/screen.c:392: undefined reference to `tputs'
/home/foxtrick/ircii/source/screen.c:384: undefined reference to `tputs'
/home/foxtrick/ircii/source/screen.c:385: undefined reference to `tputs'
/home/foxtrick/ircii/source/screen.c:379: undefined reference to `tgoto'
/home/foxtrick/ircii/source/screen.c:351: undefined reference to `tgoto'
/home/foxtrick/ircii/source/screen.c:351: undefined reference to `tputs'
/home/foxtrick/ircii/source/screen.c:354: undefined reference to `tputs'
/home/foxtrick/ircii/source/screen.c:355: undefined reference to `tputs'
/home/foxtrick/ircii/source/screen.c:358: undefined reference to `tputs'
/home/foxtrick/ircii/source/screen.c:359: undefined reference to `tputs'
screen.o:/home/foxtrick/ircii/source/screen.c:432: more undefined references to `tputs' follow
screen.o: In function `rite':
/home/foxtrick/ircii/source/screen.c:907: undefined reference to `tgoto'
/home/foxtrick/ircii/source/screen.c:907: undefined reference to `tputs'
screen.o: In function `clear_window':
/home/foxtrick/ircii/source/screen.c:1209: undefined reference to `tgoto'
/home/foxtrick/ircii/source/screen.c:1209: undefined reference to `tputs'
/home/foxtrick/ircii/source/screen.c:1215: undefined reference to `tputs'
screen.o: In function `redraw_window':
/home/foxtrick/ircii/source/screen.c:1277: undefined reference to `tgoto'
/home/foxtrick/ircii/source/screen.c:1277: undefined reference to `tputs'
/home/foxtrick/ircii/source/screen.c:1295: undefined reference to `tputs'
screen.o: In function `display_lastlog_lines':
/home/foxtrick/ircii/source/screen.c:2771: undefined reference to `tgoto'
/home/foxtrick/ircii/source/screen.c:2771: undefined reference to `tputs'
screen.o: In function `scrollback_backwards_lines':
/home/foxtrick/ircii/source/screen.c:2803: undefined reference to `tputs'
screen.o: In function `scrollback_forwards_lines':
/home/foxtrick/ircii/source/screen.c:2842: undefined reference to `tputs'
screen.o: In function `scrollback_end':

Foxtrick 09-11-2002 04:58 PM

/home/foxtrick/ircii/source/screen.c:2923: undefined reference to `tputs'
screen.o: In function `scrollback_start':
/home/foxtrick/ircii/source/screen.c:2956: undefined reference to `tputs'
status.o:/home/foxtrick/ircii/source/status.c:136: more undefined references to `tputs' follow
status.o: In function `make_status':
/home/foxtrick/ircii/source/status.c:828: undefined reference to `tgoto'
/home/foxtrick/ircii/source/status.c:828: undefined reference to `tputs'
term.o: In function `term_putchar':
/home/foxtrick/ircii/source/term.c:266: undefined reference to `tputs'
/home/foxtrick/ircii/source/term.c:268: undefined reference to `tputs'
term.o: In function `term_reset':
/home/foxtrick/ircii/source/term.c:341: undefined reference to `tgoto'
/home/foxtrick/ircii/source/term.c:341: undefined reference to `tputs'
/home/foxtrick/ircii/source/term.c:340: undefined reference to `tputs'
/home/foxtrick/ircii/source/term.c:338: undefined reference to `tgoto'
/home/foxtrick/ircii/source/term.c:338: undefined reference to `tputs'
term.o: In function `term_cont':
/home/foxtrick/ircii/source/term.c:382: undefined reference to `tputs'
term.o: In function `term_init':
/home/foxtrick/ircii/source/term.c:423: undefined reference to `tgetent'
/home/foxtrick/ircii/source/term.c:430: undefined reference to `tgetnum'
/home/foxtrick/ircii/source/term.c:432: undefined reference to `tgetnum'
/home/foxtrick/ircii/source/term.c:440: undefined reference to `tgetnum'
/home/foxtrick/ircii/source/term.c:441: undefined reference to `tgetstr'
/home/foxtrick/ircii/source/term.c:442: undefined reference to `tgetstr'
/home/foxtrick/ircii/source/term.c:449: undefined reference to `tgetstr'
/home/foxtrick/ircii/source/term.c:451: undefined reference to `tgetstr'
/home/foxtrick/ircii/source/term.c:454: undefined reference to `tgetstr'
term.o:/home/foxtrick/ircii/source/term.c:459: more undefined references to `tgetstr' follow
term.o: In function `term_init':
/home/foxtrick/ircii/source/term.c:474: undefined reference to `tgetflag'
/home/foxtrick/ircii/source/term.c:469: undefined reference to `tgetstr'
/home/foxtrick/ircii/source/term.c:461: undefined reference to `tputs'
term.o: In function `term_CE_clear_to_eol':
/home/foxtrick/ircii/source/term.c:684: undefined reference to `tputs'
term.o: In function `term_CS_scroll':
/home/foxtrick/ircii/source/term.c:729: undefined reference to `tgoto'
/home/foxtrick/ircii/source/term.c:729: undefined reference to `tputs'
/home/foxtrick/ircii/source/term.c:736: undefined reference to `tgoto'
/home/foxtrick/ircii/source/term.c:736: undefined reference to `tputs'
/home/foxtrick/ircii/source/term.c:738: undefined reference to `tputs'
/home/foxtrick/ircii/source/term.c:739: undefined reference to `tgoto'
/home/foxtrick/ircii/source/term.c:739: undefined reference to `tputs'
/home/foxtrick/ircii/source/term.c:732: undefined reference to `tgoto'
/home/foxtrick/ircii/source/term.c:732: undefined reference to `tputs'
term.o: In function `term_ALDL_scroll':
/home/foxtrick/ircii/source/term.c:757: undefined reference to `tgoto'
/home/foxtrick/ircii/source/term.c:757: undefined reference to `tputs'
/home/foxtrick/ircii/source/term.c:759: undefined reference to `tputs'
/home/foxtrick/ircii/source/term.c:760: undefined reference to `tgoto'
/home/foxtrick/ircii/source/term.c:760: undefined reference to `tputs'
/home/foxtrick/ircii/source/term.c:762: undefined reference to `tputs'
/home/foxtrick/ircii/source/term.c:767: undefined reference to `tgoto'
/home/foxtrick/ircii/source/term.c:767: undefined reference to `tputs'
home/foxtrick/ircii/source/term.c:769: undefined reference to `tputs'
/home/foxtrick/ircii/source/term.c:770: undefined reference to `tgoto'
/home/foxtrick/ircii/source/term.c:770: undefined reference to `tputs'
/home/foxtrick/ircii/source/term.c:772: undefined reference to `tputs'
term.o: In function `term_param_ALDL_scroll':
/home/foxtrick/ircii/source/term.c:788: undefined reference to `tgoto'
/home/foxtrick/ircii/source/term.c:788: undefined reference to `tputs'
/home/foxtrick/ircii/source/term.c:789: undefined reference to `tgoto'
/home/foxtrick/ircii/source/term.c:789: undefined reference to `tputs'
/home/foxtrick/ircii/source/term.c:791: undefined reference to `tgoto'
/home/foxtrick/ircii/source/term.c:791: undefined reference to `tputs'
/home/foxtrick/ircii/source/term.c:799: undefined reference to `tgoto'
/home/foxtrick/ircii/source/term.c:799: undefined reference to `tputs'
/home/foxtrick/ircii/source/term.c:796: undefined reference to `tgoto'
/home/foxtrick/ircii/source/term.c:796: undefined reference to `tputs'
/home/foxtrick/ircii/source/term.c:797: undefined reference to `tgoto'
/home/foxtrick/ircii/source/term.c:797: undefined reference to `tputs'
term.o: In function `term_IC_insert':
/home/foxtrick/ircii/source/term.c:812: undefined reference to `tputs'
term.o: In function `term_IMEI_insert':
/home/foxtrick/ircii/source/term.c:825: undefined reference to `tputs'
/home/foxtrick/ircii/source/term.c:827: undefined reference to `tputs'
term.o: In function `term_DC_delete':
/home/foxtrick/ircii/source/term.c:838: undefined reference to `tputs'
term.o:/home/foxtrick/ircii/source/term.c:846: more undefined references to `tts' follow
collect2: ld returned 1 exit status
make: *** [irc] Error 1
[root@pc1-mapp1-5-cust131 ircii]#

Had to split post in half as theres a char limit :(

Foxtrick 09-11-2002 06:56 PM

I downloaded disc2 and I appear to be able(after updating sources database too) install most things including xchat etc, so im happy. Thats one thing solved :)


All times are GMT -5. The time now is 12:28 AM.