Bug 39193 - [maintainer-update] net/papaya update to version 0.9.6
Summary: [maintainer-update] net/papaya update to version 0.9.6
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Edwin Groothuis
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-12 13:40 UTC by edwin
Modified: 2004-01-10 00:22 UTC (History)
0 users

See Also:


Attachments
file.diff (2.82 KB, patch)
2002-06-12 13:40 UTC, edwin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description edwin 2002-06-12 13:40:01 UTC
Update of Papaya to version 0.9.6.

Fix: Please delete the directory net/papaya/files
Please delete the file pkg-message
Please delete the directory net/papaya-plugins
How-To-Repeat: n/a
Comment 1 Pete Fritchman freebsd_committer freebsd_triage 2002-08-05 01:23:13 UTC
State Changed
From-To: open->analyzed

Can't build: 
gmake[2]: Entering directory `/usr/home/petef/ports/papaya/work/papaya-src-0.96/src/plugins' 
Makefile:66: .depend: No such file or directory 
c++ -MM -I../include -I/usr/local/include/                                           -I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include   Biff.cpp Clock.cpp ConnectionTimer.cpp Fraction.cpp Friends.cpp MSP.cpp MudLog.cpp Mudftp.cpp Multi.cpp PapayaUsers.cpp PromptPlugin.cpp SamplePlugin.cpp Speedwalk.cpp > .depend 
Clock.cpp:14: Win32PluginAPI.cpp: No such file or directory 
ConnectionTimer.cpp:10: Win32PluginAPI.cpp: No such file or directory 
Fraction.cpp:17: Win32PluginAPI.cpp: No such file or directory 
Friends.cpp:6: Win32PluginAPI.cpp: No such file or directory 
MudLog.cpp:22: Win32PluginAPI.cpp: No such file or directory 
Multi.cpp:16: Win32PluginAPI.cpp: No such file or directory 
PromptPlugin.cpp:12: Win32PluginAPI.cpp: No such file or directory 
Speedwalk.cpp:9: Win32PluginAPI.cpp: No such file or directory 
gmake[2]: *** [.depend] Error 1 

ideas?
Comment 2 edwin 2002-08-13 03:30:49 UTC
On Sun, Aug 04, 2002 at 05:23:47PM -0700, Pete Fritchman wrote:
> Synopsis: [maintainer-update] net/papaya update to version 0.9.6
> 
> State-Changed-From-To: open->analyzed
> State-Changed-By: petef
> State-Changed-When: Sun Aug 4 17:23:13 PDT 2002
> State-Changed-Why: 
> Can't build:
> gmake[2]: Entering directory `/usr/home/petef/ports/papaya/work/papaya-src-0.96/src/plugins'
> Makefile:66: .depend: No such file or directory
> c++ -MM -I../include -I/usr/local/include/                                           -I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include   Biff.cpp Clock.cpp ConnectionTimer.cpp Fraction.cpp Friends.cpp MSP.cpp MudLog.cpp Mudftp.cpp Multi.cpp PapayaUsers.cpp PromptPlugin.cpp SamplePlugin.cpp Speedwalk .cpp > .depend
> Clock.cpp:14: Win32PluginAPI.cpp: No such file or directory
> ConnectionTimer.cpp:10: Win32PluginAPI.cpp: No such file or directory
> Fraction.cpp:17: Win32PluginAPI.cpp: No such file or directory
> Friends.cpp:6: Win32PluginAPI.cpp: No such file or directory
> MudLog.cpp:22: Win32PluginAPI.cpp: No such file or directory
> Multi.cpp:16: Win32PluginAPI.cpp: No such file or directory
> PromptPlugin.cpp:12: Win32PluginAPI.cpp: No such file or directory
> Speedwalk.cpp:9: Win32PluginAPI.cpp: No such file or directory
> gmake[2]: *** [.depend] Error 1
> 
> ideas?
> 
> http://www.freebsd.org/cgi/query-pr.cgi?pr=39193

It's funny that I didn't spot it...

If you put this file in files/ it will compile without these problems.
I've informed the papaya-people.

Edwin

-- 
Edwin Groothuis      |            Personal website: http://www.MavEtJu.org
edwin@mavetju.org    |    Weblog: http://www.mavetju.org/weblog/weblog.php 
bash$ :(){ :|:&};:   | Interested in MUDs? http://www.FatalDimensions.org/


--- src/plugins/Makefile.in.old	Tue Aug 13 12:15:06 2002
+++ src/plugins/Makefile.in	Tue Aug 13 12:15:37 2002
@@ -58,7 +58,7 @@
 	done
 
 .depend:
-	$(CXX) -MM -I../include -I/usr/local/include/ @GTK_C_FLAGS@ $(SRC_FILES) > .depend
+	$(CXX) -MM -I../include -I/usr/local/include/ @GTK_C_FLAGS@ $(SRC_FILES) $(C++FLAGS) > .depend
 	$(PERL) -i -p -e 's/..\/include\/version\.h//g' .depend
 	$(PERL) -i -p -e 's/([^.]+)\.o/o\/\1.o/g' .depend
Comment 3 Tilman Keskinoz freebsd_committer freebsd_triage 2002-10-22 23:46:18 UTC
Responsible Changed
From-To: freebsd-ports->edwin

Orginator is now committer
Comment 4 Jamie Aczel 2003-01-30 18:30:49 UTC
Here is a build log under FreeBSD 5.0-CURRENT Tue Jan 28 20:17:08 PST
2003, with Edwin's patch. Hope someone finds it useful.

===>  Extracting for papaya-0.96
>> Checksum OK for papaya-src-0.96.tar.gz.
===>   papaya-0.96 depends on executable: gmake - found
===>   papaya-0.96 depends on file:
/usr/local/libexec/autoconf213/autoconf - fo und
===>   papaya-0.96 depends on shared library: gtk-x11-2 - found
===>   papaya-0.96 depends on shared library: glib-2 - found
===>  Patching for papaya-0.96
===>  Applying FreeBSD patches for papaya-0.96
===>  Configuring for papaya-0.96
creating cache ./config.cache
checking for gcc... cc
checking whether the C compiler (cc -O -pipe -march=athlon-xp ) works...
yes checking whether the C compiler (cc -O -pipe -march=athlon-xp ) is a
cross-compi ler... no
checking whether we are using GNU C... yes
checking whether cc accepts -g... yes
checking for c++... c++
checking whether the C++ compiler (c++  -O -pipe -march=athlon-xp
-fmemoize-look ups -fsave-memoized ) works... yes
checking whether the C++ compiler (c++  -O -pipe -march=athlon-xp
-fmemoize-look ups -fsave-memoized ) is a cross-compiler... no
checking whether we are using GNU C++... yes
checking whether c++ accepts -g... yes
checking whether ln -s works... yes
checking for a BSD compatible install... /usr/bin/install -c -o root -g
wheel checking how to run the C preprocessor... cc -E
checking whether gmake sets ${MAKE}... yes
checking host system type... i386-portbld-freebsd5.0
checking for ranlib... ranlib
checking for strerror in -lcposix... no
checking for ANSI C header files... yes
checking for working const... yes
checking for inline... inline
checking for off_t... yes
checking for size_t... yes
checking for working alloca.h... no
checking for alloca... yes
checking for unistd.h... yes
checking for getpagesize... yes
checking for working mmap... yes
checking whether we are using the GNU C Library 2.1 or newer... no
checking for argz.h... no
checking for limits.h... yes
checking for locale.h... yes
checking for nl_types.h... yes
checking for malloc.h... no
checking for stddef.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking for feof_unlocked... yes
checking for fgets_unlocked... no
checking for getcwd... yes
checking for getegid... yes
checking for geteuid... yes
checking for getgid... yes
checking for getuid... yes
checking for mempcpy... no
checking for munmap... yes
checking for putenv... yes
checking for setenv... yes
checking for setlocale... yes
checking for stpcpy... yes
checking for strchr... yes
checking for strcasecmp... yes
checking for strdup... yes
checking for strtoul... yes
checking for tsearch... yes
checking for __argz_count... no
checking for __argz_stringify... no
checking for __argz_next... no
checking for iconv... no, consider installing GNU libiconv
checking for nl_langinfo and CODESET... yes
checking for LC_MESSAGES... yes
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for libintl.h... no
checking for msgfmt... /usr/local/bin/msgfmt
checking for gmsgfmt... /usr/local/bin/msgfmt
checking for xgettext... /usr/local/bin/xgettext
checking for bison... bison
checking version of bison... v. ?.??, bad
checking for catalogs to be installed...  en_GB en_US fr no_NO es
checking for pkg-config... /usr/local/bin/pkg-config
checking for perl5... /usr/bin/perl5
checking for inflate in -lz... yes
checking for main in -ldl... no
checking for gethostbyname in -lnsl... no
checking for socket in -lsocket... no
checking for getaddrinfo in -lc... yes
checking for ANSI C header files... (cached) yes
checking for working const... (cached) yes
checking for size_t... (cached) yes
checking for kMidStop in -lkmid... no
checking for python... /usr/local/bin/python
Found Python executable: /usr/local/bin/python
updating cache ./config.cache
creating ./config.status
creating Makefile
creating src/Makefile
creating src/papaya/Makefile
creating src/plugins/Makefile
creating src/plugins/Turf/Makefile
creating src/plugins/PythonPlugin/Makefile
creating src/plugins/BSX/Makefile
creating src/include/system.h
creating doc/Makefile
creating doc/manual/Makefile
creating po/Makefile.in
creating intl/Makefile
creating po/POTFILES
creating po/Makefile
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Interface: GTK 2.0
Debugging: disabled
MCCP     : enabled
PREFIX   : /usr/local
Plugin support is enabled.
Python plugin support is enabled.
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Now run make clean && make
Using make program gmake.
===>  Building for papaya-0.96
mkdir: src/papaya/o: File exists
gmake: [all] Error 1 (ignored)
mkdir: src/plugins/o: File exists
gmake: [all] Error 1 (ignored)
mkdir: src/plugins/Turf/o: File exists
gmake: [all] Error 1 (ignored)
mkdir: src/plugins/PythonPlugin/o: File exists
gmake: [all] Error 1 (ignored)
mkdir: src/plugins/BSX/o: File exists
gmake: [all] Error 1 (ignored)
for subdir in src doc  po; do \
  gmake -C $subdir; \
done
gmake[1]: Entering directory
`/usr/ports/net/papaya096/work/papaya-src-0.96/src' for subdir in papaya
plugins; do \  gmake -C $subdir; \
done
gmake[2]: Entering directory
`/usr/ports/net/papaya096/work/papaya-src-0.96/src/ papaya'
Makefile:85: .depend: No such file or directory
c++ -MM -I../include -I/usr/local/include -I/usr/local/include/atk-1.0
-I/usr/lo cal/include/glib-2.0 -I/usr/local/lib/glib-2.0/include
-I/usr/X11R6/include/gtk- 2.0 -I/usr/X11R6/lib/gtk-2.0/include
-I/usr/X11R6/include/pango-1.0 -I/usr/X11R6 /include
-I/usr/local/include/freetype2 -I/usr/local/include   About.cpp AliasEn 
tity.cpp AutoReconnect.cpp BaseWindow.cpp Browser.cpp Buffer.cpp
ColourEditor.cp p ColouredLabel.cpp CommandInterpreter.cpp
CompressFilter.cpp Connection.cpp EOL Filter.cpp Entity.cpp
EntityGroup.cpp EntityHandler.cpp Event.cpp Fade.cpp FileI O.cpp
Filter.cpp FilterHandler.cpp FontChooser.cpp GTKTwoVT.cpp
GTKTwoWindow.cpp  HTTPSocket.cpp History.cpp MUD.cpp
MUDConnectorList.cpp MUDSelector.cpp Main.cp p Message.cpp
PapayaList.cpp PapayaVT.cpp Plugin.cpp PluginData.cpp PluginHandle r.cpp
Prefs.cpp PromptFilter.cpp Socket.cpp Socks.cpp SocksFive.cpp Splash.cpp
S quidSocket.cpp SystemColour.cpp SystemTriggerEntity.cpp Telnet.cpp
TeloptFilter. cpp TriggerEntity.cpp VT.cpp Win32PluginAPI.cpp
Win32PluginAPIImplementation.cpp  callbacks.cpp copyover.cpp count.cpp
external_app.cpp interface.cpp notebook.cp p preferences.cpp
prefs_interface.cpp support.cpp calcu.c dl.c > .depend In file included
from /usr/include/g++/backward/algo.h:59,                 from
EntityGroup.cpp:4:/usr/include/g++/backward/backward_warning.h:32:2:
warning: #warning This file i ncludes at least one deprecated or
antiquated header. Please consider using one  of the 32 headers found in
section 17.4.1.2 of the C++ standard. Examples includ e substituting the
<X> header for the <X.h> header for C++ includes, or <sstream 
> instead of the deprecated header <strstream.h>. To disable this
> warning use -W 
no-deprecated.
In file included from /usr/include/g++/backward/algo.h:59,
                 from EntityHandler.cpp:4:
/usr/include/g++/backward/backward_warning.h:32:2: warning: #warning
This file i ncludes at least one deprecated or antiquated header. Please
consider using one  of the 32 headers found in section 17.4.1.2 of the
C++ standard. Examples includ e substituting the <X> header for the
<X.h> header for C++ includes, or <sstream 
> instead of the deprecated header <strstream.h>. To disable this
> warning use -W 
no-deprecated.
In file included from /usr/include/g++/backward/algo.h:59,
                 from FilterHandler.cpp:16:
/usr/include/g++/backward/backward_warning.h:32:2: warning: #warning
This file i ncludes at least one deprecated or antiquated header. Please
consider using one of the 32 headers found in section 17.4.1.2 of the
C++ standard. Examples includ e substituting the <X> header for the
<X.h> header for C++ includes, or <sstream 
> instead of the deprecated header <strstream.h>. To disable this
> warning use -W 
no-deprecated.
/usr/bin/perl5 -i -p -e 's/([^.]+)\.o/o\/\1.o/g' .depend
/usr/bin/perl5 -i -p -e 's/..\/include\/version\.h//g' .depend
gmake[2]: Leaving directory
`/usr/ports/net/papaya096/work/papaya-src-0.96/src/p apaya'
gmake[2]: Entering directory
`/usr/ports/net/papaya096/work/papaya-src-0.96/src/ papaya'
echo '#define CLIENT "Papaya"' > ../include/version.h
echo '#define VERSION "0.96"' >> ../include/version.h
echo "#define RELEASE `cat .version`" >> ../include/version.h
echo '#define AUTHOR "mango@turf.org"' >> ../include/version.h
c++ -DUNIX -Wall -I../include/ -DZLIB -I/usr/local/include  -DUSE_GTK_2
-O -pipe  -march=athlon-xp  -I/usr/local/include/atk-1.0
-I/usr/local/include/glib-2.0 -I /usr/local/lib/glib-2.0/include
-I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gt k-2.0/include
-I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include -I/usr/local/i
nclude/freetype2 -I/usr/local/include   -fno-rtti -fno-inline -c -o
o/Entity.o E ntity.cpp
c++ -DUNIX -Wall -I../include/ -DZLIB -I/usr/local/include  -DUSE_GTK_2
-O -pipe  -march=athlon-xp  -I/usr/local/include/atk-1.0
-I/usr/local/include/glib-2.0 -I /usr/local/lib/glib-2.0/include
-I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gt k-2.0/include
-I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include -I/usr/local/i
nclude/freetype2 -I/usr/local/include   -fno-rtti -fno-inline -c -o
o/EntityGrou p.o EntityGroup.cpp
In file included from /usr/include/g++/backward/algo.h:59,
                 from EntityGroup.cpp:4:
/usr/include/g++/backward/backward_warning.h:32:2: warning: #warning
This file i ncludes at least one deprecated or antiquated header. Please
consider using one  of the 32 headers found in section 17.4.1.2 of the
C++ standard. Examples includ e substituting the <X> header for the
<X.h> header for C++ includes, or <sstream 
> instead of the deprecated header <strstream.h>. To disable this
> warning use -W 
no-deprecated.
c++ -DUNIX -Wall -I../include/ -DZLIB -I/usr/local/include  -DUSE_GTK_2
-O -pipe  -march=athlon-xp  -I/usr/local/include/atk-1.0
-I/usr/local/include/glib-2.0 -I /usr/local/lib/glib-2.0/include
-I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gt k-2.0/include
-I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include -I/usr/local/i
nclude/freetype2 -I/usr/local/include   -fno-rtti -fno-inline -c -o
o/AliasEntit y.o AliasEntity.cpp
c++ -DUNIX -Wall -I../include/ -DZLIB -I/usr/local/include  -DUSE_GTK_2
-O -pipe  -march=athlon-xp  -I/usr/local/include/atk-1.0
-I/usr/local/include/glib-2.0 -I /usr/local/lib/glib-2.0/include
-I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gt k-2.0/include
-I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include -I/usr/local/i
nclude/freetype2 -I/usr/local/include   -fno-rtti -fno-inline -c -o
o/EntityHand ler.o EntityHandler.cpp
In file included from /usr/include/g++/backward/algo.h:59,
                 from EntityHandler.cpp:4:
/usr/include/g++/backward/backward_warning.h:32:2: warning: #warning
This file i ncludes at least one deprecated or antiquated header. Please
consider using one of the 32 headers found in section 17.4.1.2 of the
C++ standard. Examples includ e substituting the <X> header for the
<X.h> header for C++ includes, or <sstream 
> instead of the deprecated header <strstream.h>. To disable this
> warning use -W 
no-deprecated.
c++ -DUNIX -Wall -I../include/ -DZLIB -I/usr/local/include  -DUSE_GTK_2
-O -pipe  -march=athlon-xp  -I/usr/local/include/atk-1.0
-I/usr/local/include/glib-2.0 -I /usr/local/lib/glib-2.0/include
-I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gt k-2.0/include
-I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include -I/usr/local/i
nclude/freetype2 -I/usr/local/include   -fno-rtti -fno-inline -c -o
o/TriggerEnt ity.o TriggerEntity.cpp
c++ -DUNIX -Wall -I../include/ -DZLIB -I/usr/local/include  -DUSE_GTK_2
-O -pipe  -march=athlon-xp  -I/usr/local/include/atk-1.0
-I/usr/local/include/glib-2.0 -I /usr/local/lib/glib-2.0/include
-I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gt k-2.0/include
-I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include -I/usr/local/i
nclude/freetype2 -I/usr/local/include   -fno-rtti -fno-inline -c -o
o/SystemTrig gerEntity.o SystemTriggerEntity.cpp
SystemTriggerEntity.cpp: In member function `virtual GtkWidget* 
   SystemTriggerEntity::getWidgets()':
SystemTriggerEntity.cpp:154: warning: `GtkWidget*checkbutton1' might be
used    uninitialized in this function
c++ -DUNIX -Wall -I../include/ -DZLIB -I/usr/local/include  -DUSE_GTK_2
-O -pipe  -march=athlon-xp  -I/usr/local/include/atk-1.0
-I/usr/local/include/glib-2.0 -I /usr/local/lib/glib-2.0/include
-I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gt k-2.0/include
-I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include -I/usr/local/i
nclude/freetype2 -I/usr/local/include   -fno-rtti -fno-inline -c -o
o/GTKTwoWind ow.o GTKTwoWindow.cpp
GTKTwoWindow.cpp: In member function `void
GTKTwoWindow::createInterface()': GTKTwoWindow.cpp:147: warning:
statement with no effect GTKTwoWindow.cpp: In member function `virtual
void    GTKTwoWindow::pageSwitch(int)':
GTKTwoWindow.cpp:466: warning: comparison between signed and unsigned
integer    expressions
c++ -DUNIX -Wall -I../include/ -DZLIB -I/usr/local/include  -DUSE_GTK_2
-O -pipe  -march=athlon-xp  -I/usr/local/include/atk-1.0
-I/usr/local/include/glib-2.0 -I /usr/local/lib/glib-2.0/include
-I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gt k-2.0/include
-I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include -I/usr/local/i
nclude/freetype2 -I/usr/local/include   -fno-rtti -fno-inline -c -o
o/VT.o VT.cp p
c++ -DUNIX -Wall -I../include/ -DZLIB -I/usr/local/include  -DUSE_GTK_2
-O -pipe  -march=athlon-xp  -I/usr/local/include/atk-1.0
-I/usr/local/include/glib-2.0 -I /usr/local/lib/glib-2.0/include
-I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gt k-2.0/include
-I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include -I/usr/local/i
nclude/freetype2 -I/usr/local/include   -fno-rtti -fno-inline -c -o
o/GTKTwoVT.o  GTKTwoVT.cpp
c++ -DUNIX -Wall -I../include/ -DZLIB -I/usr/local/include  -DUSE_GTK_2
-O -pipe  -march=athlon-xp  -I/usr/local/include/atk-1.0
-I/usr/local/include/glib-2.0 -I /usr/local/lib/glib-2.0/include
-I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gt k-2.0/include
-I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include -I/usr/local/i
nclude/freetype2 -I/usr/local/include   -fno-rtti -fno-inline -c -o
o/ColouredLa bel.o ColouredLabel.cpp
c++ -DUNIX -Wall -I../include/ -DZLIB -I/usr/local/include  -DUSE_GTK_2
-O -pipe  -march=athlon-xp  -I/usr/local/include/atk-1.0
-I/usr/local/include/glib-2.0 -I /usr/local/lib/glib-2.0/include
-I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gt k-2.0/include
-I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include -I/usr/local/i
nclude/freetype2 -I/usr/local/include   -fno-rtti -fno-inline -c -o
o/Filter.o F ilter.cpp
c++ -DUNIX -Wall -I../include/ -DZLIB -I/usr/local/include  -DUSE_GTK_2
-O -pipe  -march=athlon-xp  -I/usr/local/include/atk-1.0
-I/usr/local/include/glib-2.0 -I /usr/local/lib/glib-2.0/include
-I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gt k-2.0/include
-I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include -I/usr/local/i
nclude/freetype2 -I/usr/local/include   -fno-rtti -fno-inline -c -o
o/Telnet.o T elnet.cpp
c++ -DUNIX -Wall -I../include/ -DZLIB -I/usr/local/include  -DUSE_GTK_2
-O -pipe  -march=athlon-xp  -I/usr/local/include/atk-1.0
-I/usr/local/include/glib-2.0 -I /usr/local/lib/glib-2.0/include
-I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gt k-2.0/include
-I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include -I/usr/local/i
nclude/freetype2 -I/usr/local/include   -fno-rtti -fno-inline -c -o
o/TeloptFilt er.o TeloptFilter.cpp
c++ -DUNIX -Wall -I../include/ -DZLIB -I/usr/local/include  -DUSE_GTK_2
-O -pipe  -march=athlon-xp  -I/usr/local/include/atk-1.0
-I/usr/local/include/glib-2.0 -I /usr/local/lib/glib-2.0/include
-I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gt k-2.0/include
-I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include -I/usr/local/i
nclude/freetype2 -I/usr/local/include   -fno-rtti -fno-inline -c -o
o/FilterHand ler.o FilterHandler.cpp
In file included from /usr/include/g++/backward/algo.h:59,
                 from FilterHandler.cpp:16:
/usr/include/g++/backward/backward_warning.h:32:2: warning: #warning
This file i ncludes at least one deprecated or antiquated header. Please
consider using one  of the 32 headers found in section 17.4.1.2 of the
C++ standard. Examples includ e substituting the <X> header for the
<X.h> header for C++ includes, or <sstream 
> instead of the deprecated header <strstream.h>. To disable this
> warning use -W 
no-deprecated.
c++ -DUNIX -Wall -I../include/ -DZLIB -I/usr/local/include  -DUSE_GTK_2
-O -pipe  -march=athlon-xp  -I/usr/local/include/atk-1.0
-I/usr/local/include/glib-2.0 -I /usr/local/lib/glib-2.0/include
-I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gt k-2.0/include
-I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include -I/usr/local/i
nclude/freetype2 -I/usr/local/include   -fno-rtti -fno-inline -c -o
o/PromptFilt er.o PromptFilter.cpp
c++ -DUNIX -Wall -I../include/ -DZLIB -I/usr/local/include  -DUSE_GTK_2
-O -pipe  -march=athlon-xp  -I/usr/local/include/atk-1.0
-I/usr/local/include/glib-2.0 -I /usr/local/lib/glib-2.0/include
-I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gt k-2.0/include
-I/usr/X11R6/include/pango-1.0 -I/usr/X11R6/include -I/usr/local/i
nclude/freetype2 -I/usr/local/include   -fno-rtti -fno-inline -c -o
o/Socket.o S ocket.cpp
Socket.cpp: In member function `int Socket::readLine(int, char*)':
Socket.cpp:431: `min' undeclared (first use this function)
Socket.cpp:431: (Each undeclared identifier is reported only once for
each    function it appears in.)
Socket.cpp: In member function `int Socket::flush()':
Socket.cpp:507: warning: unused variable `char*text'
Socket.cpp:508: warning: unused variable `int len'
gmake[2]: *** [o/Socket.o] Error 1
gmake[2]: Leaving directory
`/usr/ports/net/papaya096/work/papaya-src-0.96/src/p apaya'
gmake[2]: Entering directory
`/usr/ports/net/papaya096/work/papaya-src-0.96/src/ plugins'
Makefile:66: .depend: No such file or directory
c++ -MM -I../include -I/usr/local/include/ -I/usr/local/include/atk-1.0
-I/usr/l ocal/include/glib-2.0 -I/usr/local/lib/glib-2.0/include
-I/usr/X11R6/include/gtk -2.0 -I/usr/X11R6/lib/gtk-2.0/include
-I/usr/X11R6/include/pango-1.0 -I/usr/X11R 6/include
-I/usr/local/include/freetype2 -I/usr/local/include   Biff.cpp Clock.c
pp ConnectionTimer.cpp Fraction.cpp Friends.cpp MSP.cpp MudLog.cpp
Mudftp.cpp Mu lti.cpp PapayaUsers.cpp PromptPlugin.cpp SamplePlugin.cpp
Speedwalk.cpp -fno-exc eptions -fno-rtti -fno-inline -DUNIX -Wall    -O
-pipe -march=athlon-xp -DUSE_GT K_2 -I../include/ -I../papaya
-I/usr/local/include -I/usr/local/include/atk-1.0 
-I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include
-I/usr/X11R6/inc lude/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include
-I/usr/X11R6/include/pango-1.0 -I/ usr/X11R6/include
-I/usr/local/include/freetype2 -I/usr/local/include   > .depen d
In file included from /usr/include/g++/backward/algo.h:59,
                 from Friends.h:5,
                 from Friends.cpp:2:
/usr/include/g++/backward/backward_warning.h:32:2: warning: #warning
This file i ncludes at least one deprecated or antiquated header. Please
consider using one  of the 32 headers found in section 17.4.1.2 of the
C++ standard. Examples includ e substituting the <X> header for the
<X.h> header for C++ includes, or <sstream 
> instead of the deprecated header <strstream.h>. To disable this
> warning use -W 
no-deprecated.
/usr/bin/perl5 -i -p -e 's/..\/include\/version\.h//g' .depend
/usr/bin/perl5 -i -p -e 's/([^.]+)\.o/o\/\1.o/g' .depend
gmake[2]: Leaving directory
`/usr/ports/net/papaya096/work/papaya-src-0.96/src/p lugins'
gmake[2]: Entering directory
`/usr/ports/net/papaya096/work/papaya-src-0.96/src/ plugins'
c++ -I. -fno-exceptions -fno-rtti -fno-inline -DUNIX -Wall    -O -pipe
-march=at hlon-xp -DUSE_GTK_2 -I../include/ -I../papaya
-I/usr/local/include -I/usr/local/ include/atk-1.0
-I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include 
-I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include
-I/usr/X11R6/inclu de/pango-1.0 -I/usr/X11R6/include
-I/usr/local/include/freetype2 -I/usr/local/in clude   -o o/Speedwalk.so
Speedwalk.cpp -shared -rdynamic c++ -I. -fno-exceptions -fno-rtti
-fno-inline -DUNIX -Wall    -O -pipe -march=at hlon-xp -DUSE_GTK_2
-I../include/ -I../papaya -I/usr/local/include -I/usr/local/
include/atk-1.0 -I/usr/local/include/glib-2.0
-I/usr/local/lib/glib-2.0/include  -I/usr/X11R6/include/gtk-2.0
-I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/inclu de/pango-1.0
-I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/in
clude   -o o/PromptPlugin.so PromptPlugin.cpp -shared -rdynamic c++ -I.
-fno-exceptions -fno-rtti -fno-inline -DUNIX -Wall    -O -pipe -march=at
hlon-xp -DUSE_GTK_2 -I../include/ -I../papaya -I/usr/local/include
-I/usr/local/ include/atk-1.0 -I/usr/local/include/glib-2.0
-I/usr/local/lib/glib-2.0/include  -I/usr/X11R6/include/gtk-2.0
-I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0
-I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/in
clude   -o o/ConnectionTimer.so ConnectionTimer.cpp -shared -rdynamic
c++ -I. -fno-exceptions -fno-rtti -fno-inline -DUNIX -Wall    -O -pipe
-march=at hlon-xp -DUSE_GTK_2 -I../include/ -I../papaya
-I/usr/local/include -I/usr/local/ include/atk-1.0
-I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include 
-I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include
-I/usr/X11R6/inclu de/pango-1.0 -I/usr/X11R6/include
-I/usr/local/include/freetype2 -I/usr/local/in clude   -o o/Clock.so
Clock.cpp -shared -rdynamic c++ -I. -fno-exceptions -fno-rtti
-fno-inline -DUNIX -Wall    -O -pipe -march=at hlon-xp -DUSE_GTK_2
-I../include/ -I../papaya -I/usr/local/include -I/usr/local/
include/atk-1.0 -I/usr/local/include/glib-2.0
-I/usr/local/lib/glib-2.0/include  -I/usr/X11R6/include/gtk-2.0
-I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/inclu de/pango-1.0
-I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/in
clude   -o o/Fraction.so Fraction.cpp -shared -rdynamic c++ -I.
-fno-exceptions -fno-rtti -fno-inline -DUNIX -Wall    -O -pipe -march=at
hlon-xp -DUSE_GTK_2 -I../include/ -I../papaya -I/usr/local/include
-I/usr/local/ include/atk-1.0 -I/usr/local/include/glib-2.0
-I/usr/local/lib/glib-2.0/include  -I/usr/X11R6/include/gtk-2.0
-I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/inclu de/pango-1.0
-I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/in
clude   -o o/Multi.so Multi.cpp -shared -rdynamic c++ -I.
-fno-exceptions -fno-rtti -fno-inline -DUNIX -Wall    -O -pipe -march=at
hlon-xp -DUSE_GTK_2 -I../include/ -I../papaya -I/usr/local/include
-I/usr/local/ include/atk-1.0 -I/usr/local/include/glib-2.0
-I/usr/local/lib/glib-2.0/include  -I/usr/X11R6/include/gtk-2.0
-I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/inclu de/pango-1.0
-I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/in
clude   -o o/Biff.so Biff.cpp -shared -rdynamic c++ -I. -fno-exceptions
-fno-rtti -fno-inline -DUNIX -Wall    -O -pipe -march=at hlon-xp
-DUSE_GTK_2 -I../include/ -I../papaya -I/usr/local/include -I/usr/local/
include/atk-1.0 -I/usr/local/include/glib-2.0
-I/usr/local/lib/glib-2.0/include  -I/usr/X11R6/include/gtk-2.0
-I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/inclu de/pango-1.0
-I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/in
clude   -o o/Friends.so Friends.cpp -shared -rdynamic In file included
from /usr/include/g++/backward/algo.h:59,                 from
Friends.h:5,                 from Friends.cpp:2:
/usr/include/g++/backward/backward_warning.h:32:2: warning: #warning
This file i ncludes at least one deprecated or antiquated header. Please
consider using one  of the 32 headers found in section 17.4.1.2 of the
C++ standard. Examples includ e substituting the <X> header for the
<X.h> header for C++ includes, or <sstream 
> instead of the deprecated header <strstream.h>. To disable this
> warning use -W 
no-deprecated.
c++ -I -fno-exceptions -fno-rtti -fno-inline -DUNIX -Wall    -O -pipe
-march=ath lon-xp -DUSE_GTK_2 -I../include/ -I../papaya
-I/usr/local/include -I/usr/local/i nclude/atk-1.0
-I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -
I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include
-I/usr/X11R6/includ e/pango-1.0 -I/usr/X11R6/include
-I/usr/local/include/freetype2 -I/usr/local/inc lude   MSP.cpp -o
o/MSP.so -shared -rdynamic c++ -I. -fno-exceptions -fno-rtti -fno-inline
-DUNIX -Wall    -O -pipe -march=at hlon-xp -DUSE_GTK_2 -I../include/
-I../papaya -I/usr/local/include -I/usr/local/ include/atk-1.0
-I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include
-I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include
-I/usr/X11R6/inclu de/pango-1.0 -I/usr/X11R6/include
-I/usr/local/include/freetype2 -I/usr/local/in clude   -o
o/PapayaUsers.so PapayaUsers.cpp -shared -rdynamic c++ -I.
-fno-exceptions -fno-rtti -fno-inline -DUNIX -Wall    -O -pipe -march=at
hlon-xp -DUSE_GTK_2 -I../include/ -I../papaya -I/usr/local/include
-I/usr/local/ include/atk-1.0 -I/usr/local/include/glib-2.0
-I/usr/local/lib/glib-2.0/include  -I/usr/X11R6/include/gtk-2.0
-I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/inclu de/pango-1.0
-I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/in
clude   -o o/Mudftp.so Mudftp.cpp -shared -rdynamic c++ -I.
-fno-exceptions -fno-rtti -fno-inline -DUNIX -Wall    -O -pipe -march=at
hlon-xp -DUSE_GTK_2 -I../include/ -I../papaya -I/usr/local/include
-I/usr/local/ include/atk-1.0 -I/usr/local/include/glib-2.0
-I/usr/local/lib/glib-2.0/include  -I/usr/X11R6/include/gtk-2.0
-I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/inclu de/pango-1.0
-I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/in
clude   -o o/MudLog.so MudLog.cpp -shared -rdynamic for subdir in Turf
BSX PythonPlugin; do \  gmake -C $subdir; \
done
gmake[3]: Entering directory
`/usr/ports/net/papaya096/work/papaya-src-0.96/src/ plugins/Turf'
Makefile:41: .depend: No such file or directory
c++ -MM -I../../include -I/usr/local/include
-I/usr/local/include/atk-1.0 -I/usr /local/include/glib-2.0
-I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/g tk-2.0
-I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0
-I/usr/X1 1R6/include -I/usr/local/include/freetype2
-I/usr/local/include   GrepFilter.cpp  LagIndicator.cpp SpellStacker.cpp
Spells.cpp Stats.cpp TurfProtocol.cpp > .depe nd
GrepFilter.cpp:12:30: Win32PluginAPI.cpp: No such file or directory
LagIndicator.cpp:17:30: Win32PluginAPI.cpp: No such file or directory
SpellStacker.cpp:7:30: Win32PluginAPI.cpp: No such file or directory
Spells.cpp:11:30: Win32PluginAPI.cpp: No such file or directory
In file included from TurfProtocol.cpp:2:
/usr/include/malloc.h:3:2: #error "<malloc.h> has been replaced by
<stdlib.h>" TurfProtocol.cpp:24:30: Win32PluginAPI.cpp: No such file or
directory gmake[3]: *** [.depend] Error 1
gmake[3]: Leaving directory
`/usr/ports/net/papaya096/work/papaya-src-0.96/src/p lugins/Turf'
gmake[3]: Entering directory
`/usr/ports/net/papaya096/work/papaya-src-0.96/src/ plugins/BSX'
Makefile:45: .depend: No such file or directory
c++ -MM -I../../include -I/usr/local/include
-I/usr/local/include/atk-1.0 -I/usr /local/include/glib-2.0
-I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/g tk-2.0
-I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0
-I/usr/X1 1R6/include -I/usr/local/include/freetype2
-I/usr/local/include   BSX.cpp BSXCac he.cpp BSXScene.cpp
BSXSceneGTK.cpp > .depend BSX.cpp:9:30: Win32PluginAPI.cpp: No such file
or directory In file included from /usr/include/g++/backward/algo.h:59,
                 from BSXCache.cpp:5:
/usr/include/g++/backward/backward_warning.h:32:2: warning: #warning
This file i ncludes at least one deprecated or antiquated header. Please
consider using one of the 32 headers found in section 17.4.1.2 of the
C++ standard. Examples includ e substituting the <X> header for the
<X.h> header for C++ includes, or <sstream 
> instead of the deprecated header <strstream.h>. To disable this
> warning use -W 
no-deprecated.
In file included from /usr/include/g++/backward/algo.h:59,
                 from BSXScene.cpp:5:
/usr/include/g++/backward/backward_warning.h:32:2: warning: #warning
This file i ncludes at least one deprecated or antiquated header. Please
consider using one  of the 32 headers found in section 17.4.1.2 of the
C++ standard. Examples includ e substituting the <X> header for the
<X.h> header for C++ includes, or <sstream 
> instead of the deprecated header <strstream.h>. To disable this
> warning use -W 
no-deprecated.
gmake[3]: *** [.depend] Error 1
gmake[3]: Leaving directory
`/usr/ports/net/papaya096/work/papaya-src-0.96/src/p lugins/BSX'
gmake[3]: Entering directory
`/usr/ports/net/papaya096/work/papaya-src-0.96/src/
plugins/PythonPlugin' Makefile:43: .depend: No such file or directory
c++ -MM -I../../include -I/usr/local/include -I../Turf/
-I/usr/local/include/atk -1.0 -I/usr/local/include/glib-2.0
-I/usr/local/lib/glib-2.0/include -I/usr/X11R 6/include/gtk-2.0
-I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1. 0
-I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include
  Pyt honPlugin.cpp > .depend
In file included from PythonPlugin.cpp:15:
/usr/include/malloc.h:3:2: #error "<malloc.h> has been replaced by
<stdlib.h>" In file included from /usr/include/g++/backward/algo.h:59,
                 from PythonPlugin.cpp:22:
/usr/include/g++/backward/backward_warning.h:32:2: warning: #warning
This file i ncludes at least one deprecated or antiquated header. Please
consider using one  of the 32 headers found in section 17.4.1.2 of the
C++ standard. Examples includ e substituting the <X> header for the
<X.h> header for C++ includes, or <sstream 
> instead of the deprecated header <strstream.h>. To disable this
> warning use -W 
no-deprecated.
PythonPlugin.cpp:27:25: warning: pygtk/pygtk.h: No such file or
directory PythonPlugin.cpp:32:30: Win32PluginAPI.cpp: No such file or
directory In file included from PythonPlugin.cpp:34:
PythonPlugin.h:2:20: warning: Python.h: No such file or directory
gmake[3]: *** [.depend] Error 1
gmake[3]: Leaving directory
`/usr/ports/net/papaya096/work/papaya-src-0.96/src/p
lugins/PythonPlugin' gmake[2]: *** [all] Error 2
gmake[2]: Leaving directory
`/usr/ports/net/papaya096/work/papaya-src-0.96/src/p lugins'
gmake[1]: *** [all] Error 2
gmake[1]: Leaving directory
`/usr/ports/net/papaya096/work/papaya-src-0.96/src' gmake[1]: Entering
directory `/usr/ports/net/papaya096/work/papaya-src-0.96/doc' gmake -C
manual gmake[2]: Entering directory
`/usr/ports/net/papaya096/work/papaya-src-0.96/doc/ manual'
latex manual.tex
latex manual.tex
gmake[2]: latex: Command not found
gmake[2]: *** [dvi] Error 127
gmake[2]: Leaving directory
`/usr/ports/net/papaya096/work/papaya-src-0.96/doc/m anual'
gmake[1]: *** [all] Error 2
gmake[1]: Leaving directory
`/usr/ports/net/papaya096/work/papaya-src-0.96/doc' gmake[1]: Entering
directory `/usr/ports/net/papaya096/work/papaya-src-0.96/po' gmake[1]:
Nothing to be done for `all'. gmake[1]: Leaving directory
`/usr/ports/net/papaya096/work/papaya-src-0.96/po'
Comment 5 Edwin Groothuis freebsd_committer freebsd_triage 2004-01-10 00:22:34 UTC
State Changed
From-To: analyzed->closed

Commited, thanks!