LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 03-10-2005, 01:34 PM   #1
huxflux
Member
 
Registered: Mar 2005
Posts: 33

Rep: Reputation: 15
BitchX and Fedora Core 3


This is my first post so.. hello all !

My problem goes like this: I`ve installed bx many many times, but this is the first time i`m installing it on fedora core 3. I followed the basic steps and this is what happens:

[nknwd@DevNull:~/BitchX]# make
cd source \
&& gmake 'local_dir=/home/nknwd' 'INSTALL_IRC=/usr/bin/BitchX' 'IRCLIB=/usr/lib/bx' 'CC=gcc' 'CFLAGS=-g -O2 -Wall' 'HELPDIR=/usr/lib/bx/help' 'INSTALL_WSERV=/usr/lib/bx/wserv' 'IRCPATH=~/.BitchX:~/.BitchX/plugins:.:/usr/lib/bx/plugins:/usr/lib/bx/script:/usr/lib/bx' 'TRANSLATION_PATH=/usr/lib/bx/translation' 'LDFLAGS=' 'LIBS=-lncurses -lm -lcrypt -lresolv' 'LN=ln -s' 'RM=rm -f' 'TCL_SRCS=' 'TCL_OBJS=' 'CD_PLAY=' 'CD_SRCS=' 'CD_OBJS=' 'TCL_LIBS=' 'PLUGINDIR=/usr/lib/bx/plugins' '_VERSION_=BitchX' 'VERSION=BitchX-1.1-final' 'INSTALL_DATA=/usr/bin/install -c -m 644' 'INSTALL_SCRIPT=/usr/lib/bx/script' 'EXEEXT=' 'SHLIB_CFLAGS=' 'SHLIB_SUFFIX=.so' all
gmake[1]: Entering directory `/home/nknwd/BitchX/source'
gcc -I. -I/home/nknwd/BitchX/include -I../include -I. -I./include -g -O2 -Wall -c alias.c
In file included from /home/nknwd/BitchX/include/irc.h:33,
from alias.c:12:
/home/nknwd/BitchX/include/config.h:17:1: unterminated #ifndef
In file included from /home/nknwd/BitchX/include/struct.h:20,
from alias.c:15:
/home/nknwd/BitchX/include/config.h:17:1: unterminated #ifndef
alias.c: In function `destroy_arglist':
alias.c:746: warning: dereferencing type-punned pointer will break strict-aliasing rules
alias.c: In function `add_var_alias':
alias.c:937: warning: dereferencing type-punned pointer will break strict-aliasing rules
alias.c:941: warning: dereferencing type-punned pointer will break strict-aliasing rules
alias.c: In function `add_cmd_alias':
alias.c:1017: warning: dereferencing type-punned pointer will break strict-aliasing rules
alias.c:1021: warning: dereferencing type-punned pointer will break strict-aliasing rules
alias.c: In function `add_var_stub_alias':
alias.c:1055: warning: dereferencing type-punned pointer will break strict-aliasing rules
alias.c:1059: warning: dereferencing type-punned pointer will break strict-aliasing rules
alias.c: In function `add_cmd_stub_alias':
alias.c:1085: warning: dereferencing type-punned pointer will break strict-aliasing rules
alias.c: In function `find_var_alias':
alias.c:1157: warning: dereferencing type-punned pointer will break strict-aliasing rules
alias.c: In function `find_cmd_alias':
alias.c:1223: warning: dereferencing type-punned pointer will break strict-aliasing rules
alias.c: In function `delete_all_var_alias':
alias.c:1401: warning: dereferencing type-punned pointer will break strict-aliasing rules
alias.c:1412: warning: dereferencing type-punned pointer will break strict-aliasing rules
alias.c: In function `delete_var_alias':
alias.c:1423: warning: dereferencing type-punned pointer will break strict-aliasing rules
alias.c:1434: warning: dereferencing type-punned pointer will break strict-aliasing rules
alias.c: In function `delete_cmd_alias':
alias.c:1448: warning: dereferencing type-punned pointer will break strict-aliasing rules
alias.c:1460: warning: dereferencing type-punned pointer will break strict-aliasing rules
alias.c: In function `glob_cmd_alias':
alias.c:1710: warning: dereferencing type-punned pointer will break strict-aliasing rules
alias.c:1724: warning: dereferencing type-punned pointer will break strict-aliasing rules
alias.c:1734: warning: dereferencing type-punned pointer will break strict-aliasing rules
alias.c: In function `glob_assign_alias':
alias.c:1752: warning: dereferencing type-punned pointer will break strict-aliasing rules
alias.c:1766: warning: dereferencing type-punned pointer will break strict-aliasing rules
alias.c:1776: warning: dereferencing type-punned pointer will break strict-aliasing rules
alias.c: In function `pmatch_cmd_alias':
alias.c:1793: warning: dereferencing type-punned pointer will break strict-aliasing rules
alias.c:1804: warning: dereferencing type-punned pointer will break strict-aliasing rules
alias.c:1812: warning: dereferencing type-punned pointer will break strict-aliasing rules
alias.c: In function `pmatch_assign_alias':
alias.c:1829: warning: dereferencing type-punned pointer will break strict-aliasing rules
alias.c:1840: warning: dereferencing type-punned pointer will break strict-aliasing rules
alias.c:1848: warning: dereferencing type-punned pointer will break strict-aliasing rules
alias.c: In function `get_subarray_elements':
alias.c:1876: warning: dereferencing type-punned pointer will break strict-aliasing rules
alias.c:1894: warning: dereferencing type-punned pointer will break strict-aliasing rules
alias.c:1903: warning: dereferencing type-punned pointer will break strict-aliasing rules
alias.c: In function `BX_make_local_stack':
alias.c:2067: warning: dereferencing type-punned pointer will break strict-aliasing rules
alias.c: In function `destroy_call_stack':
alias.c:2205: warning: dereferencing type-punned pointer will break strict-aliasing rules
alias.c: In function `aliasctl':
alias.c:2338: warning: dereferencing type-punned pointer will break strict-aliasing rules
alias.c:2362: warning: dereferencing type-punned pointer will break strict-aliasing rules
alias.c: In function `do_stack_alias':
alias.c:2456: warning: dereferencing type-punned pointer will break strict-aliasing rules
alias.c:2458: warning: dereferencing type-punned pointer will break strict-aliasing rules
alias.c:2463: warning: dereferencing type-punned pointer will break strict-aliasing rules
gmake[1]: *** [alias.o] Error 1
gmake[1]: Leaving directory `/home/nknwd/BitchX/source'
make: *** [BitchX] Error 2

any ideas?

Thank you.
 
Old 03-14-2005, 05:49 AM   #2
scuzzman
Senior Member
 
Registered: May 2004
Location: Hilliard, Ohio, USA
Distribution: Slackware, Kubuntu
Posts: 1,851

Rep: Reputation: 47
You might try installing it from an rpm.
 
Old 03-20-2005, 09:17 AM   #3
t3gah
Member
 
Registered: Dec 2004
Distribution: SuSE, RedHat, ubuntu, Debian
Posts: 734

Rep: Reputation: 30
Arrow I WANT MAH CAKE!!@#$

Nice suggestion but *BUZZER*, doesnt work for me. The RPM gets nothing. It installs but BitchX won't run.

So the error goes away with Fedora Core 3 if you use the rpm of BitchX 1.1, but then again, BitchX 1.1 won't run. Nice trade-off.

http://www.fedoraforum.org/forum/arc...p/t-12419.html

You see, the problem seems to be Fedora Core 3 and now with Fedora Core 4, the problem is probably worse because Red Hat likes to change things around so they make Linux the Open Source O/S into a proprietory O/S like their mentor market genius hero, Microsoft.

All I want is to run BitchX. If I wanted to run something else I would be, but as my esteemed colleague stated with X-Chat-text I can still get text-based IRC sessions, blah, blah, blah. The thing is though that other people who have been using BitchX exclusively for years with other UNIX operating systems also would just like their BitchX console, or GTK version to work with Fedora Core 3. Now what's the fix many people say? I've been told by a great many to use a 'grown up' O/S like Slackware or FreeBSD and to forget the toyshop Fedora Project from Red Hat. The problem with that is that I *LIKE* Red Hat and Fedora Core and I want my cake doggoniT! I want mah bX!@@@@@@@

So... pretty soon I'm going to get awnry and hax0r the O/S until either it works or it's destroyed and I have to reinstall. If it comes to the latter, then I won't use FC to IRC anymore. Most likely I'll used Slackware or SuSE or Debian or ubuntu or Helix or knoppix or Yoper or FreeBSD or Mandrake or some other Open Source O/S that does work with BitchX, because I don like x-chat. So if anyone has an idea of how to rename things in term.c and ncurses.h, please let me know before I use the crowbar on my FC3!

ok?


Code:
./term.c:95: error: conflicting types for 'tparm'
./term.c:95: note: a parameter list with an ellipsis can't match an empty parameter name list declara tion
/usr/include/ncurses.h:717: error: previous declaration of 'tparm' was here
./term.c:95: error: conflicting types for 'tparm'
./term.c:95: note: a parameter list with an ellipsis can't match an empty parameter name list declara tion
/usr/include/ncurses.h:717: error: previous declaration of 'tparm' was here
./term.c: In function `term_init':
./term.c:870: warning: passing arg 1 of `tigetnum' discards qualifiers from pointer target type
./term.c:875: warning: passing arg 1 of `tigetflag' discards qualifiers from pointer target type
./term.c:882: warning: passing arg 1 of `tigetstr' discards qualifiers from pointer target type
./term.c:880: warning: unused variable `tmp'
gmake[1]: *** [term.o] Error 1
gmake[1]: Leaving directory `/tmp/BitchX/source'
gmake: *** [BitchX] Error 2
[root@localhost ~]# BitchX
bash: BitchX: command not found
[root@localhost ~]#
(Now.. if FedoraForum.org denies access to that URL I posted, I have copies for those who want to see it.

OR.... if suddenly the BitchX word goes to *****X for other people, I have the original. Apparently BitchX says "B I T C H" in the archives, but if you try to use the showthread link you'll see stars. Somewhere in their archives is the answer most likely. I couldn't find it using their search engine because you can't type bitch and get anything, nor bitchx. I found that URL with Google.com)

Last edited by t3gah; 03-20-2005 at 09:39 AM.
 
Old 04-09-2006, 04:00 AM   #4
EaStErDoM
LQ Newbie
 
Registered: Apr 2006
Posts: 1

Rep: Reputation: 0
The Problem is not your Distro!
I get exactly the same output on Debian Mandriva and my own LFS!
I think theres something wrong with that term.o

The precompiles binary from BitchX page don't work too, but the rpm of Mandriva does. So i think we need another lib or something for compiling.
 
  


Reply



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
Fedora Core 4 x86_64 on a Shuttle XPC SN25P with an AMD 64 X2 (Dual core) gwiesenekker Linux - Hardware 4 12-06-2005 11:53 PM
Severe problems with Fedora Core 1 and Fedora Core 2 installatiom TheOneKEA Fedora - Installation 2 07-14-2004 02:12 PM
Upgrading via Internet Fedora Core 1 to Fedora Core 2 cdean Linux - Newbie 2 05-30-2004 11:14 PM
Fedora Core 2 - Just days away! Final comments on Fedora Core 1 lrt2003 Fedora 3 05-12-2004 02:09 AM
Will Fedora Core 1 RPMs still be compatable with Fedora Core 2? yarjar Linux - Software 1 05-02-2004 01:02 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 03:30 PM.

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