Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 124298 - xwpe-1.5.29a Compile Problems
Summary: xwpe-1.5.29a Compile Problems
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo TreeCleaner Project
URL:
Whiteboard: PENDING REMOVAL Nov 19th 2006
Keywords: PMASKED
Depends on:
Blocks:
 
Reported: 2006-02-27 12:56 UTC by R. May
Modified: 2008-08-07 10:58 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description R. May 2006-02-27 12:56:52 UTC
gcc -Os -march=pentium4 -pipe  -DCC_HAS_PROTOS=1 -DHAVE_LIBGPM=1 -DHAVE_LIBZ=1 -DHAVE_MKDTEMP=1 -DRANDLIB=1 -DPRNTCMD=\"lpr\" -DMAN_S_OPT=1  -DLIBRARY_DIR=\"/usr/lib/xwpe\" -DSELECTION -c we_hfkt.c
gcc -Os -march=pentium4 -pipe  -DCC_HAS_PROTOS=1 -DHAVE_LIBGPM=1 -DHAVE_LIBZ=1 -DHAVE_MKDTEMP=1 -DRANDLIB=1 -DPRNTCMD=\"lpr\" -DMAN_S_OPT=1  -DLIBRARY_DIR=\"/usr/lib/xwpe\" -DSELECTION -c we_menue.c
gcc -Os -march=pentium4 -pipe  -DCC_HAS_PROTOS=1 -DHAVE_LIBGPM=1 -DHAVE_LIBZ=1 -DHAVE_MKDTEMP=1 -DRANDLIB=1 -DPRNTCMD=\"lpr\" -DMAN_S_OPT=1  -DLIBRARY_DIR=\"/usr/lib/xwpe\" -DSELECTION -c we_mouse.c
gcc -Os -march=pentium4 -pipe  -DCC_HAS_PROTOS=1 -DHAVE_LIBGPM=1 -DHAVE_LIBZ=1 -DHAVE_MKDTEMP=1 -DRANDLIB=1 -DPRNTCMD=\"lpr\" -DMAN_S_OPT=1  -DLIBRARY_DIR=\"/usr/lib/xwpe\" -DSELECTION -c we_opt.c
gcc -Os -march=pentium4 -pipe  -DCC_HAS_PROTOS=1 -DHAVE_LIBGPM=1 -DHAVE_LIBZ=1 -DHAVE_MKDTEMP=1 -DRANDLIB=1 -DPRNTCMD=\"lpr\" -DMAN_S_OPT=1  -DLIBRARY_DIR=\"/usr/lib/xwpe\" -DSELECTION -c we_wind.c
gcc -Os -march=pentium4 -pipe  -DCC_HAS_PROTOS=1 -DHAVE_LIBGPM=1 -DHAVE_LIBZ=1 -DHAVE_MKDTEMP=1 -DRANDLIB=1 -DPRNTCMD=\"lpr\" -DMAN_S_OPT=1  -DLIBRARY_DIR=\"/usr/lib/xwpe\" -DSELECTION -c we_prog.c
gcc -Os -march=pentium4 -pipe  -DCC_HAS_PROTOS=1 -DHAVE_LIBGPM=1 -DHAVE_LIBZ=1 -DHAVE_MKDTEMP=1 -DRANDLIB=1 -DPRNTCMD=\"lpr\" -DMAN_S_OPT=1  -DLIBRARY_DIR=\"/usr/lib/xwpe\" -DSELECTION -c we_progn.c
gcc -Os -march=pentium4 -pipe  -DCC_HAS_PROTOS=1 -DHAVE_LIBGPM=1 -DHAVE_LIBZ=1 -DHAVE_MKDTEMP=1 -DRANDLIB=1 -DPRNTCMD=\"lpr\" -DMAN_S_OPT=1  -DLIBRARY_DIR=\"/usr/lib/xwpe\" -DSELECTION -c we_debug.c
we_debug.c:55: error: conflicting types for 'tparm'
we_debug.c:55: note: a parameter list with an ellipsis can't match an empty parameter name list declaration
/usr/include/curses.h:710: error: previous declaration of 'tparm' was here
we_debug.c:55: error: conflicting types for 'tparm'
we_debug.c:55: note: a parameter list with an ellipsis can't match an empty parameter name list declaration
/usr/include/curses.h:710: error: previous declaration of 'tparm' was here
make: *** [we_debug.o] Error 1
make: *** Waiting for unfinished jobs....

emerge xwpe -pv

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild   R   ] app-editors/xwpe-1.5.29a  0 kB
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-02-27 13:11:18 UTC
Good luck with this one. No maintainer in Gentoo and dead upstream...

http://www.identicalsoftware.com/xwpe/
<snip>
Future Development

Development has stopped.

Mailing List

The mailing list has been shutdown.
</snip>
Comment 2 Guy 2006-03-21 18:24:57 UTC
Same problem here.

Compile fails after upgrading TC to glibc-2.4.

Nothing appears to depend on xwpe. Deleting from my system.
Comment 3 Michael Glockenstein 2006-04-04 00:22:52 UTC
Here is the fix:

diff -u -r xwpe-1.5.29a.orig/we_debug.c xwpe-1.5.29a/we_debug.c
--- xwpe-1.5.29a.orig/we_debug.c        Wed Jun 05 04:53:50 2002
+++ xwpe-1.5.29a/we_debug.c     Tue Apr 04 08:15:00 2006
@@ -52,7 +52,7 @@
 extern char *att_no;
 extern char *e_tmp_dir;

-char *tparm();
+char *tparm(char *, ...);
 char *tgoto();
 #ifdef DEFTPUTS
 int tputs();
Comment 4 Patrick Lauer gentoo-dev 2006-10-01 11:11:53 UTC
treecleaner candidate?
Comment 5 Alec Warner (RETIRED) archtester gentoo-dev Security 2006-10-19 20:43:02 UTC
pmasked.
Comment 6 Steve Dibb (RETIRED) gentoo-dev 2006-11-29 17:19:11 UTC
punted