Forums » English support forum »
svn.openftd.org gone? Where is the source of the development version now?
Added by surfer about 3 years ago
Hi,
I get the error message below. So: is svn.openftd.org gone? Where is the source of the development version now?
sander@flappie:~$ svn co https://svn.openftd.org/svn/nntpgrab/trunk/ svn: E175002: Unable to connect to a repository at URL 'https://svn.openftd.org/svn/nntpgrab/trunk' svn: E175002: OPTIONS of 'https://svn.openftd.org/svn/nntpgrab/trunk': Could not resolve hostname `svn.openftd.org': System error (https://svn.openftd.org) sander@flappie:~$ sander@flappie:~$ host svn.openftd.org Host svn.openftd.org not found: 3(NXDOMAIN) sander@flappie:~$
Replies
RE: svn.openftd.org gone? Where is the source of the development version now? - Added by simexi about 3 years ago
And is this project ended or what?
RE: svn.openftd.org gone? Where is the source of the development version now? - Added by lore9901 almost 3 years ago
Given the activity on this site, the repository as well as the answers to inquiries i think it's safe to say that this project is as dead as a doornail. It's sad because i enjoyed nntpgrab very much and i still haven't found a decent replacement for it.
RE: svn.openftd.org gone? Where is the source of the development version now? - Added by Alguno almost 3 years ago
The DNS record for the domain openftd.org got expired recently so the repository has moved to https://svn.nntpgrab.nl/svn/nntpgrab/trunk
The NNTPGrab project isn't really dead, it's just that other projects (my regular dayjob and my work for Fedora Linux) have had more priority.
Regarding the development of NNTPGrab: the project is currently at a point where a decision needs to be made about the way forward.
In the past couple of years various new technologies were introduced in the open source world which can make NNTPGrab work much more efficient (higher download speed, less CPU usage, more responsive user interface, ...).
However, to implement these new technologies large parts of the program have to be redesigned from scratch which takes quite a lot of time.
I've started working on this on my local machine, but it's still very far from being usable.
Once is starts to become usable and I'm satisfied with the architecture I'll publish the code
RE: svn.openftd.org gone? Where is the source of the development version now? - Added by surfer almost 3 years ago
A "svn co https://svn.nntpgrab.nl/svn/nntpgrab/trunk/" indeed works. Great.
The make results in the error message below (Ubuntu 13.04 64-bit):
make2: Entering directory `/home/sander/nntpgrab-trunk/trunk/tests'
/bin/bash ../libtool --tag=CC --mode=link gcc -Wall -g -O2 -DOS="\"Linux\"" -fstack-protector -o test_schedular test_schedular.o ../nntpgrab_core/libnntpgrab.la
libtool: link: gcc -Wall -g -O2 -DOS=\"Linux\" -fstack-protector -o .libs/test_schedular test_schedular.o ../nntpgrab_core/.libs/libnntpgrab.so -pthread
/usr/bin/ld: test_schedular.o: undefined reference to symbol 'g_type_init'
/usr/bin/ld: note: 'g_type_init' is defined in DSO /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 so try adding it to the linker command line
/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0: could not read symbols: Invalid operation
collect2: error: ld returned 1 exit status
I don't know how to add something to a linker command line, so tips are welcome
RE: svn.openftd.org gone? Where is the source of the development version now? - Added by Alguno almost 3 years ago
This should be resolved with r1959
NNTPGrab

