You can subscribe to this list here.
2001 |
Jan
(7) |
Feb
(141) |
Mar
(255) |
Apr
(56) |
May
(22) |
Jun
(149) |
Jul
(85) |
Aug
(48) |
Sep
(49) |
Oct
(62) |
Nov
(58) |
Dec
(72) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(86) |
Feb
(63) |
Mar
(61) |
Apr
(59) |
May
(36) |
Jun
(52) |
Jul
(69) |
Aug
(57) |
Sep
(58) |
Oct
(83) |
Nov
(99) |
Dec
(46) |
2003 |
Jan
(69) |
Feb
(26) |
Mar
(16) |
Apr
(12) |
May
(3) |
Jun
(4) |
Jul
|
Aug
(14) |
Sep
(11) |
Oct
(14) |
Nov
(3) |
Dec
(2) |
2004 |
Jan
(13) |
Feb
(2) |
Mar
|
Apr
(3) |
May
(5) |
Jun
(1) |
Jul
(14) |
Aug
(3) |
Sep
|
Oct
(1) |
Nov
(9) |
Dec
|
2005 |
Jan
|
Feb
(2) |
Mar
|
Apr
|
May
(2) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Slava Z. <sl...@ci...> - 2005-05-18 06:00:31
|
Tom Brown wrote: > Trying to compile on the above system - encountering the following issue > ** ERROR: compress() not found. Please install libz and re-run > ./configure > however i think that zlib and libz are the same thing and i have zlib > installed > rpm -i zlib-devel |
From: Tom B. <tom...@go...> - 2005-05-17 16:33:23
|
Hi Trying to compile on the above system - encountering the following issue ** ERROR: compress() not found. Please install libz and re-run ./configure however i think that zlib and libz are the same thing and i have zlib installed # rpm -qa | grep zlib zlib-1.1.4-8.7x any thoughts as to this issue or a resolution? thanks |
From: Tom B. <tom...@go...> - 2005-02-23 11:55:19
|
Hi Does anyone know how to build the s.cgi statically linked? I have an issue where i have to run Aspseek on RedHat AS2.1 and it does not like various librarys on this OS - I CAN'T upgrade or change this OS so i thought is there some way to statically link s.cgi as this is the component i'm having issues with. thanks |
From: Tom B. <tom...@go...> - 2005-02-21 16:39:45
|
Hi Trying to run the above together - Seems that when i run aspseek i am getting search.cgi: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory Now i know that this is not an aspseek error as such but does anyone know how i can update the gcc package on this server to allow aspseek to run? I don't seem to be able to find a 'yum' rpm for this build thanks |
From: Richard W. <rw...@xe...> - 2004-11-30 16:05:36
|
Ditto Quoting Alexander Istomin <al...@sw...>: > unsubscribe > > R. Whitney Transcend Development "Producing the next phase of your internet presence" http://xend.net Premium Quality Web Hosting http://hosting.xend.net rw AT xend.net Net Binder http://netbinder.net 310-943-6498 602-288-5340 |
From: Matt S. <ma...@su...> - 2004-11-30 11:51:05
|
Tom, On Tue, 30 Nov 2004 at 10:30:05 -0000, Tom Brown wrote: > That has done it thanks! > > What was omitted from the last stable release that broke this? Compile problems are mostly related to newer gcc releases. Check the NEWS file for brief change history or try the following for gory details: cvs -z3 -d:pserver:ano...@cv...:/cvsroot/aspseek \ rdiff -u -kk -rv_1_2_10 -rHEAD aspseek cheers Matt. > thanks > > > Tom, > > > > On Mon, 29 Nov 2004 at 22:37:01 -0000, Tom Brown wrote: > > > >> thanks all - anyone give me a step by step from setting my pserver to > >> exporting the latest? I'm not sure on the module name > > > > Module name is aspseek. > > > > So login with: > > > > cvs -d:pserver:ano...@cv...:/cvsroot/aspseek login > > > > Just hit return when asked for a password. > > > > Then checkout cvs head with: > > > > cvs -z3 -d:pserver:ano...@cv...:/cvsroot/aspseek co > > aspseek > > > > Once checkout is finished you will need to run the cvsprep script from > > within > > the source directory i.e. > > > > cd aspseek > > ./cvsprep > > > > Note: you will need to have correct auto* tools (automake, autoconf etc.) > > installed for cvsprep to work. > > > > Now configure and build as before. > > > > cheers > > Matt. |
From: Tom B. <tom...@go...> - 2004-11-30 10:31:28
|
That has done it thanks! What was omitted from the last stable release that broke this? thanks > Tom, > > On Mon, 29 Nov 2004 at 22:37:01 -0000, Tom Brown wrote: > >> thanks all - anyone give me a step by step from setting my pserver to >> exporting the latest? I'm not sure on the module name > > Module name is aspseek. > > So login with: > > cvs -d:pserver:ano...@cv...:/cvsroot/aspseek login > > Just hit return when asked for a password. > > Then checkout cvs head with: > > cvs -z3 -d:pserver:ano...@cv...:/cvsroot/aspseek co > aspseek > > Once checkout is finished you will need to run the cvsprep script from > within > the source directory i.e. > > cd aspseek > ./cvsprep > > Note: you will need to have correct auto* tools (automake, autoconf etc.) > installed for cvsprep to work. > > Now configure and build as before. > > cheers > Matt. > |
From: Matt S. <ma...@su...> - 2004-11-29 22:56:36
|
Tom, On Mon, 29 Nov 2004 at 22:37:01 -0000, Tom Brown wrote: > thanks all - anyone give me a step by step from setting my pserver to > exporting the latest? I'm not sure on the module name Module name is aspseek. So login with: cvs -d:pserver:ano...@cv...:/cvsroot/aspseek login Just hit return when asked for a password. Then checkout cvs head with: cvs -z3 -d:pserver:ano...@cv...:/cvsroot/aspseek co aspseek Once checkout is finished you will need to run the cvsprep script from within the source directory i.e. cd aspseek ./cvsprep Note: you will need to have correct auto* tools (automake, autoconf etc.) installed for cvsprep to work. Now configure and build as before. cheers Matt. |
From: Tom B. <tom...@go...> - 2004-11-29 22:37:56
|
thanks all - anyone give me a step by step from setting my pserver to exporting the latest? I'm not sure on the module name thanks > Tom, > > Try building from current CVS (1.2.11pre1). > > Let us know how you get on. > > cheers > Matt. > > On Mon, 29 Nov 2004 at 19:16:10 -0000, Tom Brown wrote: > >> Hi >> >> Trying to install on.. >> >> aspseek-1.2.10 >> mysql-max-4.0.18 >> whitebox-respin1 >> >> I can configure fine with the following.. >> >> ./configure --prefix=/opt/aspseek-1.2.10 --with-mysql=/opt/mysql >> >> however when i run the make it errors with >> >> ./../include/squeue.h:208: syntax error before `}' token >> ../../include/squeue.h:210: destructors must be member functions >> ../../include/squeue.h:223: syntax error before `}' token >> ../../include/squeue.h:256: syntax error before `;' token >> In file included from ../../include/mysqldbi.h:25, >> from mysqldb.cpp:27: >> ../../include/sqldbi.h:48: 'CSitesQueue' is used as a type, but is not >> defined >> as a type. >> ../../include/sqldbi.h:52: 'hash_map' is used as a type, but is not >> defined >> as >> a type. >> ../../include/sqldbi.h:85: type specifier omitted for parameter `CIntSet' >> ../../include/sqldbi.h:85: syntax error before `*' token >> mysqldb.cpp: In member function `virtual char* >> CMySQLDatabase::DispError()': >> mysqldb.cpp:409: invalid conversion from `const char*' to `char*' >> make[2]: *** [mysqldb.lo] Error 1 >> make[2]: Leaving directory `/home/tbrown/aspseek-1.2.10/src/mysql' >> make[1]: *** [all-recursive] Error 1 >> make[1]: Leaving directory `/home/tbrown/aspseek-1.2.10/src' >> make: *** [all-recursive] Error 1 >> >> I've google'd this but the only fix i found does not seem to work. Anyone >> know a work around to this so i can get it installed? >> >> thanks > |
From: Matt S. <ma...@su...> - 2004-11-29 21:45:57
|
Tom, Try building from current CVS (1.2.11pre1). Let us know how you get on. cheers Matt. On Mon, 29 Nov 2004 at 19:16:10 -0000, Tom Brown wrote: > Hi > > Trying to install on.. > > aspseek-1.2.10 > mysql-max-4.0.18 > whitebox-respin1 > > I can configure fine with the following.. > > ./configure --prefix=/opt/aspseek-1.2.10 --with-mysql=/opt/mysql > > however when i run the make it errors with > > ./../include/squeue.h:208: syntax error before `}' token > ../../include/squeue.h:210: destructors must be member functions > ../../include/squeue.h:223: syntax error before `}' token > ../../include/squeue.h:256: syntax error before `;' token > In file included from ../../include/mysqldbi.h:25, > from mysqldb.cpp:27: > ../../include/sqldbi.h:48: 'CSitesQueue' is used as a type, but is not > defined > as a type. > ../../include/sqldbi.h:52: 'hash_map' is used as a type, but is not defined > as > a type. > ../../include/sqldbi.h:85: type specifier omitted for parameter `CIntSet' > ../../include/sqldbi.h:85: syntax error before `*' token > mysqldb.cpp: In member function `virtual char* CMySQLDatabase::DispError()': > mysqldb.cpp:409: invalid conversion from `const char*' to `char*' > make[2]: *** [mysqldb.lo] Error 1 > make[2]: Leaving directory `/home/tbrown/aspseek-1.2.10/src/mysql' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/home/tbrown/aspseek-1.2.10/src' > make: *** [all-recursive] Error 1 > > I've google'd this but the only fix i found does not seem to work. Anyone > know a work around to this so i can get it installed? > > thanks |
From: Matt S. <ma...@su...> - 2004-11-29 21:41:38
|
All, ASPseek CVS has been moved to SF.net due to unavailability of the existing CVS services. You will find anonymous CVS available from the SF ASPseek project home at http://sourceforge.net/projects/aspseek/ Please follow the instructions provided by SF in the CVS area of the site to obtain anonymous access to the repository. cheers Matt. |
From: Ilia S. Y. <sk...@sk...> - 2004-11-29 19:22:25
|
Try use aspseek 1.2.11pre1 from CVS http://sourceforge.net/cvs/?group_id=18043 -----Original Message----- From: own...@li... [mailto:own...@li...] On Behalf Of Tom Brown Sent: Monday, November 29, 2004 9:16 PM To: ase...@li... Subject: [aseek-users] make error - aspseek-1.2.10 - mysql-max-4.0.18 Hi Trying to install on.. aspseek-1.2.10 mysql-max-4.0.18 whitebox-respin1 I can configure fine with the following.. ./configure --prefix=/opt/aspseek-1.2.10 --with-mysql=/opt/mysql however when i run the make it errors with ./../include/squeue.h:208: syntax error before `}' token ../../include/squeue.h:210: destructors must be member functions ../../include/squeue.h:223: syntax error before `}' token ../../include/squeue.h:256: syntax error before `;' token In file included from ../../include/mysqldbi.h:25, from mysqldb.cpp:27: ../../include/sqldbi.h:48: 'CSitesQueue' is used as a type, but is not defined as a type. ../../include/sqldbi.h:52: 'hash_map' is used as a type, but is not defined as a type. ../../include/sqldbi.h:85: type specifier omitted for parameter `CIntSet' ../../include/sqldbi.h:85: syntax error before `*' token mysqldb.cpp: In member function `virtual char* CMySQLDatabase::DispError()': mysqldb.cpp:409: invalid conversion from `const char*' to `char*' make[2]: *** [mysqldb.lo] Error 1 make[2]: Leaving directory `/home/tbrown/aspseek-1.2.10/src/mysql' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/tbrown/aspseek-1.2.10/src' make: *** [all-recursive] Error 1 I've google'd this but the only fix i found does not seem to work. Anyone know a work around to this so i can get it installed? thanks |
From: Tom B. <tom...@go...> - 2004-11-29 19:17:52
|
Hi Trying to install on.. aspseek-1.2.10 mysql-max-4.0.18 whitebox-respin1 I can configure fine with the following.. ./configure --prefix=/opt/aspseek-1.2.10 --with-mysql=/opt/mysql however when i run the make it errors with ./../include/squeue.h:208: syntax error before `}' token ../../include/squeue.h:210: destructors must be member functions ../../include/squeue.h:223: syntax error before `}' token ../../include/squeue.h:256: syntax error before `;' token In file included from ../../include/mysqldbi.h:25, from mysqldb.cpp:27: ../../include/sqldbi.h:48: 'CSitesQueue' is used as a type, but is not defined as a type. ../../include/sqldbi.h:52: 'hash_map' is used as a type, but is not defined as a type. ../../include/sqldbi.h:85: type specifier omitted for parameter `CIntSet' ../../include/sqldbi.h:85: syntax error before `*' token mysqldb.cpp: In member function `virtual char* CMySQLDatabase::DispError()': mysqldb.cpp:409: invalid conversion from `const char*' to `char*' make[2]: *** [mysqldb.lo] Error 1 make[2]: Leaving directory `/home/tbrown/aspseek-1.2.10/src/mysql' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/tbrown/aspseek-1.2.10/src' make: *** [all-recursive] Error 1 I've google'd this but the only fix i found does not seem to work. Anyone know a work around to this so i can get it installed? thanks |
From: Andre <pas...@vi...> - 2004-10-19 08:28:29
|
>I get all these errors when I compile . > >Please help.... > >Making all in src >make[1]: Entering directory `/home/pasquini/aspseek-1.2.10/src' >Making all in mysql >make[2]: Entering directory `/home/pasquini/aspseek-1.2.10/src/mysql' >/bin/sh ../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I. -I../../include >-I../../include -I/dev/shm/mysql-3.23.57-pc-linux-i686//include -Wno-deprecated > -O0 -D_REENTRANT -c mysqldb.cpp >c++ -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I/dev/shm/mysql-3.23.57-pc-linux-i686//include >-Wno-deprecated -O0 -D_REENTRANT -c mysqldb.cpp -fPIC -DPIC >In file included from ../../include/charsets.h:34, > from ../../include/ucharset.h:34, > from ../../include/sqldb.h:40, > from ../../include/mysqldb.h:30, > from mysqldb.cpp:26: >../../include/maps.h:38: `hash_map' not declared >../../include/maps.h:39: `hash_set' not declared >../../include/maps.h:42: `hash' is not a template >../../include/maps.h:44: can't make `operator()' into a method -- not in >a > class >../../include/maps.h:47: declaration does not declare anything >../../include/maps.h:50: syntax error before `;' token >../../include/maps.h:51: syntax error before `;' token >../../include/maps.h:52: syntax error before `;' token >In file included from ../../include/ucharset.h:34, > from ../../include/sqldb.h:40, > from ../../include/mysqldb.h:30, > from mysqldb.cpp:26: >../../include/charsets.h:38: `hash_map' not declared >../../include/charsets.h:39: `hash' not declared >../../include/charsets.h:118: `hash' is not a template >../../include/charsets.h:120: can't make `operator()' into a method -- not >in a > class >../../include/charsets.h:123: declaration does not declare anything >../../include/charsets.h:188: parse error before `<' token >../../include/charsets.h:198: parse error before `}' token >../../include/charsets.h:209: parse error before `<' token >../../include/charsets.h:220: destructors must be member functions >../../include/charsets.h: In function `void CSgmlCharMap()': >../../include/charsets.h:221: `iterator' undeclared (first use this function) >../../include/charsets.h:221: (Each undeclared identifier is reported only >once > for each function it appears in.) >../../include/charsets.h:221: parse error before `=' token >../../include/charsets.h:221: `it' undeclared (first use this function) >../../include/charsets.h:221: `end' undeclared (first use this function) >../../include/charsets.h: At global scope: >../../include/charsets.h:226: parse error before `}' token >../../include/charsets.h:229: base class `CSgmlCharMap' has incomplete type >In file included from ../../include/sqldb.h:40, > from ../../include/mysqldb.h:30, > from mysqldb.cpp:26: >../../include/ucharset.h:38: `hash_map' not declared >../../include/ucharset.h:227: 'hash_map' is used as a type, but is not defined > as a type. >../../include/ucharset.h: In member function `virtual BYTE > CCharsetU1::Code(short unsigned int, unsigned char)': >../../include/ucharset.h:254: `hash_map' undeclared (first use this function) >../../include/ucharset.h:254: parse error before `;' token >../../include/ucharset.h:255: `m_reverseMap' undeclared (first use this > function) >../../include/ucharset.h: At global scope: >../../include/ucharset.h:273: parse error before `<' token >../../include/ucharset.h:281: parse error before `public' >../../include/ucharset.h: In function `CCharsetB* GetCharset(const char*)': >../../include/ucharset.h:286: new declaration `CCharsetB* GetCharset(const > char*)' >../../include/charsets.h:195: ambiguates old declaration `int GetCharset(const > char*)' >../../include/ucharset.h: In function `CCharsetB* GetCharset(const char*)': >../../include/ucharset.h:287: parse error before `=' token >../../include/ucharset.h:290: parse error before `,' token >../../include/ucharset.h:291: `ita' undeclared (first use this function) >../../include/ucharset.h:291: `m_aliasMap' undeclared (first use this function) >../../include/ucharset.h: At global scope: >../../include/ucharset.h:310: parse error before `}' token >../../include/ucharset.h:482: `hash' is not a template >../../include/ucharset.h:484: can't make `operator()' into a method -- not >in a > class >../../include/ucharset.h:487: declaration does not declare anything >../../include/ucharset.h:575: `hash' is not a template >../../include/ucharset.h:577: can't make `operator()' into a method -- not >in a > class >../../include/ucharset.h:580: declaration does not declare anything >../../include/ucharset.h:583: parse error before `<' token >../../include/ucharset.h: In function `void AddWord(WORD*)': >../../include/ucharset.h:588: too many arguments to function `void > AddWord(WORD*)' >../../include/ucharset.h:589: at this point in file >../../include/ucharset.h: In function `const CWordLetter* Find(short unsigned > int, const CWordLetter*)': >../../include/ucharset.h:594: parse error before `=' token >../../include/ucharset.h: At global scope: >../../include/ucharset.h:606: parse error before `}' token >In file included from ../../include/mysqldb.h:30, > from mysqldb.cpp:26: >../../include/sqldb.h:45: `hash_set' not declared >../../include/sqldb.h:46: `hash_map' not declared >../../include/sqldb.h:75: syntax error before `;' token >In file included from ../../include/sqldbi.h:32, > from ../../include/mysqldbi.h:25, > from mysqldb.cpp:27: >../../include/config.h:41: `hash_map' not declared >In file included from ../../include/squeue.h:33, > from ../../include/sqldbi.h:34, > from ../../include/mysqldbi.h:25, > from mysqldb.cpp:27: >../../include/hrefs.h:35: `hash_map' not declared >../../include/hrefs.h:91: `hash' is not a template >../../include/hrefs.h:93: can't make `operator()' into a method -- not in >a > class >../../include/hrefs.h:96: declaration does not declare anything >../../include/hrefs.h:108: parse error before `<' token >../../include/hrefs.h:121: parse error before `public' >../../include/hrefs.h:125: ISO C++ forbids declaration of `m_waits' with >no > type >../../include/hrefs.h:125: conflicting types for `int m_waits' >../../include/hrefs.h:115: previous declaration as `ULONG m_waits' >../../include/hrefs.h:126: ISO C++ forbids declaration of `pthread_mutex_init' > with no type >../../include/hrefs.h:126: `int pthread_mutex_init' redeclared as different > kind of symbol >/usr/include/pthread.h:333: previous declaration of `int > pthread_mutex_init(pthread_mutex_t*, const pthread_mutexattr_t*)' >../../include/hrefs.h:126: initializer list being treated as compound > expression >../../include/hrefs.h:126: warning: initialization to non-pointer type `int' > from NULL >../../include/hrefs.h:126: warning: argument to non-pointer type `int' from > NULL >../../include/hrefs.h:127: ISO C++ forbids declaration of `m_lru' with no >type >../../include/hrefs.h:127: conflicting types for `int m_lru' >../../include/hrefs.h:118: previous declaration as `CHrefInfo*m_lru' >../../include/hrefs.h:127: warning: initialization to non-pointer type `int' > from NULL >../../include/hrefs.h:127: warning: argument to non-pointer type `int' from > NULL >../../include/hrefs.h:128: ISO C++ forbids declaration of `m_maxSize' with >no > type >../../include/hrefs.h:128: conflicting types for `int m_maxSize' >../../include/hrefs.h:119: previous declaration as `ULONG m_maxSize' >../../include/hrefs.h:129: parse error before `}' token >../../include/hrefs.h:131: destructors must be member functions >../../include/hrefs.h:142: use of class template `template<class _Category, > class _Tp, class _Distance, class _Pointer, class _Reference> struct > std::iterator' as expression >../../include/hrefs.h:142: variable or field `MoveMRU' declared void >../../include/hrefs.h:145: parse error before `}' token >../../include/hrefs.h:147: syntax error before `;' token >../../include/hrefs.h:148: syntax error before `;' token >../../include/hrefs.h:149: syntax error before `;' token >In file included from ../../include/sqldbi.h:34, > from ../../include/mysqldbi.h:25, > from mysqldb.cpp:27: >../../include/squeue.h:36: `hash_map' not declared >../../include/squeue.h:185: parse error before `<' token >../../include/squeue.h:196: redefinition of `pthread_mutex_t m_mutex' >../../include/hrefs.h:117: `pthread_mutex_t m_mutex' previously declared >here >../../include/squeue.h:198: parse error before `public' >../../include/squeue.h:202: ISO C++ forbids declaration of `m_currentFail' >with > no type >../../include/squeue.h:202: conflicting types for `int m_currentFail' >../../include/squeue.h:193: previous declaration as `CSiteUrls*m_currentFail' >../../include/squeue.h:202: warning: initialization to non-pointer type >`int' > from NULL >../../include/squeue.h:202: warning: argument to non-pointer type `int' >from > NULL >../../include/squeue.h:203: ISO C++ forbids declaration of `m_qDocs' with >no > type >../../include/squeue.h:203: conflicting types for `int m_qDocs' >../../include/squeue.h:195: previous declaration as `ULONG m_qDocs' >../../include/squeue.h:204: ISO C++ forbids declaration of `m_activeSize' >with > no type >../../include/squeue.h:205: ISO C++ forbids declaration of `m_failedConns' >with > no type >../../include/squeue.h:205: redefinition of `int m_failedConns' >../../include/squeue.h:190: `int m_failedConns' previously declared here >../../include/squeue.h:206: ISO C++ forbids declaration of `m_failedProcessed' > with no type >../../include/squeue.h:206: redefinition of `int m_failedProcessed' >../../include/squeue.h:191: `int m_failedProcessed' previously declared >here >../../include/squeue.h:207: ISO C++ forbids declaration of `pthread_mutex_init' > with no type >../../include/squeue.h:207: redefinition of `int pthread_mutex_init' >../../include/hrefs.h:126: `int pthread_mutex_init' previously defined here >../../include/squeue.h:207: initializer list being treated as compound > expression >../../include/squeue.h:207: warning: initialization to non-pointer type >`int' > from NULL >../../include/squeue.h:207: warning: argument to non-pointer type `int' >from > NULL >../../include/squeue.h:208: parse error before `}' token >../../include/squeue.h:210: destructors must be member functions >../../include/squeue.h:223: parse error before `}' token >../../include/squeue.h:256: syntax error before `;' token >In file included from ../../include/mysqldbi.h:25, > from mysqldb.cpp:27: >../../include/sqldbi.h:48: 'CSitesQueue' is used as a type, but is not defined > as a type. >../../include/sqldbi.h:52: 'hash_map' is used as a type, but is not defined >as > a type. >../../include/sqldbi.h:85: type specifier omitted for parameter `CIntSet' >../../include/sqldbi.h:85: parse error before `*' token >make[2]: *** [mysqldb.lo] Error 1 >make[2]: Leaving directory `/home/pasquini/aspseek-1.2.10/src/mysql' >make[1]: *** [all-recursive] Error 1 >make[1]: Leaving directory `/home/pasquini/aspseek-1.2.10/src' >make: *** [all-recursive] Error 1 > >thanks > > |
From: <du...@ne...> - 2004-08-28 08:27:39
|
Hello! How to disable saving of 'cached copy' by indexer in urlwordsXX.words? Where urlwordsXX.words is using except cached copy? Best regards, Eugene D. |
From: <sta...@ma...> - 2004-08-14 15:42:05
|
Hi, All! Because cvs.aspseek.org seems in down, whether anybody get me aspseek 1.2.11 (CVS) for compiling in gcc3 (ASPLinux 9.3) ? I want moving forward (gcc3, 3.1, 3.2, ... and so on). I don't want moving downward (to gcc2). And I like ASPSeek! But i'm novice in Linux & configuring sources for compiling without errors. Please help. |
From: <sta...@ma...> - 2004-08-10 11:30:05
|
Hi, All! I am newby, and I have problem with connecting to You cvs-server. This is my logs [kw@developer kw]$ CVSROOT=:pserver:an...@cv...:/home/cvs [kw@developer kw]$ cvs login Logging in to :pserver:an...@cv...:2401/home/cvs CVS password: cvs [login aborted]: received interrupt signal [kw@developer kw]$ CVSROOT=:pserver:an...@cv...:/home/cvs [kw@developer kw]$ cvs -t login -> main loop with CVSROOT=:pserver:an...@cv...:/home/cvs Logging in to :pserver:an...@cv...:2401/home/cvs CVS password: anoncvs -> Connecting to cvs.aspseek.org(69.64.46.60):2401 ... after some minutes I get cvs [login aborted]: reading from server: Connection reset by peer -> Lock_Cleanup() [kw@developer kw]$ And I can't view cvs-tree with html interface. For my mind you cvs is down. Please help. |
From: Jesus A. <jes...@ho...> - 2004-07-29 22:05:37
|
I have compiled with gcc 3. the problem is the autoconf. 2.57 will fail, you need 2.53 if you want to be able to prepare sources from CVS. Compilation will then work fine. I think that as it is today, the CVS version is very stable, I use it in a production environment without problems. ----- Original Message ----- From: "rand" <osx...@gm...> To: <ase...@li...> Sent: Thursday, July 29, 2004 4:43 PM Subject: Re: [aseek-users] porting aspseek to gcc3 (help offer) > I wonder if that could have been my issue with it on OSX, I'm using > gcc3 as well. Didn't even realise that it wouldn't work with that. > > I'll try again with the cvs version when I can snag it > > cheers > rand > |
From: rand <osx...@gm...> - 2004-07-29 20:53:32
|
I wonder if that could have been my issue with it on OSX, I'm using gcc3 as well. Didn't even realise that it wouldn't work with that. I'll try again with the cvs version when I can snag it cheers rand |
From: rand <osx...@gm...> - 2004-07-29 20:48:46
|
On Sat, 24 Jul 2004 08:32:00 -0400, Jesus Altuve <jes...@ho...> wrote: > Rand, what happens when you try to compile under OS X? what errors do you > get? Try compiling from the current CVS and use an older autoconf when > running cvsprep (2.53 worked for me) 2.57 failed but instructions clearly > state to use 2.50. > > I then compiled (removed the -g flags) and installed with install-strip > I can't recall at the moment, it was too long ago :) (two months ago or so). I just read that it needs an older gcc, and that the cvs version has been updated for gcc3 so I may try that and see how it goes. Thanks for the tips with the autoconf, I'll keep those in mind cheers rand |
From: Michael <as...@mi...> - 2004-07-28 07:51:05
|
Hi Jeff, take time. I ported the sources to the gcc3 by myself. My solution might not be perfect, but it seems to work. I indexed my complete testsite succesfully - it's fast and easy :-) I made two hacks, which I do not understand completly. They do not seem to be a result of the version shift from gcc2 to gcc3. So I'm very interested to check my sources against the official version. Any chance for the cvs-server to come back again? Regards Michael |
From: Jeff L. <do...@gm...> - 2004-07-27 13:26:56
|
I think I still have them. I will take a look. On Tue, 27 Jul 2004 13:39:04 +0200, Michael <as...@mi...> wrote: > Hi Jeff > > > The error that you are getting is an error on the cvs side and is an > > error I kept getting for a couple of weeks. Finally 2 weeks ago I was > > able to get it without any errors. Looks like the problem is back > > again. > > do you have the sources at hand? Can you mail me your version? I'm > affraid, it will take some time until the cvs is up again :-( > > gretings from germany > > Michael > > -- > Michael Nebel > Augustenburger Str. 1, 22769 Hamburg, Germany > E-Mail: ne...@mi... > -- Jeff Love Webmaster EducationOnlineForComputers.com Intelinfo.com |
From: Michael <as...@mi...> - 2004-07-27 11:40:43
|
Hi Jeff > The error that you are getting is an error on the cvs side and is an > error I kept getting for a couple of weeks. Finally 2 weeks ago I was > able to get it without any errors. Looks like the problem is back > again. do you have the sources at hand? Can you mail me your version? I'm affraid, it will take some time until the cvs is up again :-( gretings from germany Michael -- Michael Nebel Augustenburger Str. 1, 22769 Hamburg, Germany E-Mail: ne...@mi... |
From: Jeff L. <do...@gm...> - 2004-07-26 12:44:23
|
The cvs version works with gcc3. The error that you are getting is an error on the cvs side and is an error I kept getting for a couple of weeks. Finally 2 weeks ago I was able to get it without any errors. Looks like the problem is back again. On Mon, 26 Jul 2004 12:56:13 +0200, Michael <as...@mi...> wrote: > Hi, > > I just installed the sources of aspseek 1.2.10. After reading the doku > and faq I found that a gcc-2.95 is required. Is anybody trying to port > the software to gcc3? I had some similar problems in the past and want > to offer my help. > > BTW: a checkout from the CVS failed with an error: > > can't create temporary directory /tmp/cvs-serv5402 > Permission denied > > my fault? Can anybody help me please? > > Regards > > Michael > -- Jeff Love Webmaster EducationOnlineForComputers.com Intelinfo.com |
From: Michael <as...@mi...> - 2004-07-26 10:57:36
|
Hi, I just installed the sources of aspseek 1.2.10. After reading the doku and faq I found that a gcc-2.95 is required. Is anybody trying to port the software to gcc3? I had some similar problems in the past and want to offer my help. BTW: a checkout from the CVS failed with an error: can't create temporary directory /tmp/cvs-serv5402 Permission denied my fault? Can anybody help me please? Regards Michael |