Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 72996 - freenet 0.5.2.1-r8 doesn't start
Summary: freenet 0.5.2.1-r8 doesn't start
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 All
: High normal (vote)
Assignee: Raúl Porcel (RETIRED)
URL:
Whiteboard: Pending removal 27 Mar 2007
Keywords: PMASKED
: 71835 139121 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-11-30 23:01 UTC by Joel Parker
Modified: 2007-03-28 09:14 UTC (History)
5 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 Joel Parker 2004-11-30 23:01:01 UTC
# /etc/init.d/freenet start
* Starting Freenet now...                                                [ !! ]

# cat /var/freenet/freenet.stderr.log
/usr/bin/start-freenet.sh: line 7: freenet.node.Main: command not found
#

# java-config -L
[blackdown-jdk-1.4.2.01] "Blackdown JDK 1.4.2.01" (/etc/env.d/java/20blackdown-jdk-1.4.2.01)
[sun-j2sdk-1.4.2] "Sun JDK 1.4.2" (/etc/env.d/java/20sun-j2sdk-1.4.2) *
[blackdown-jdk-1.4.1] "Blackdown JDK 1.4.1" (/etc/env.d/java/20blackdown-jdk-1.4.1)
#

# emerge --info
Portage 2.0.51-r3 (default-linux/x86/2004.3, gcc-3.3.4, glibc-2.3.4.20040808-r1, 2.6.9-gentoo-r4 i686)
=================================================================
System uname: 2.6.9-gentoo-r4 i686 Mobile Intel(R) Pentium(R) 4     CPU 3.06GHz
Gentoo Base System version 1.4.16
Autoconf: sys-devel/autoconf-2.59-r5
Automake: sys-devel/automake-1.8.5-r1
Binutils: sys-devel/binutils-2.15.90.0.1.1-r3
Headers:  sys-kernel/linux26-headers-2.6.8.1
Libtools: sys-devel/libtool-1.5.2-r7
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-Os -march=pentium4 -fomit-frame-pointer -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER=""
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3.3/env /usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3/share/config /usr/lib/mozilla/defaults/pref /usr/share/config /usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-Os -march=pentium4 -fomit-frame-pointer -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig distlocks sandbox sfperms strict userpriv usersandbox"
GENTOO_MIRRORS="http://128.213.5.34/gentoo/ http://mirror.datapipe.net/gentoo http://mirror.datapipe.net/gentoo http://gentoo.mirrored.ca/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="S3TC X acpi alsa apache2 avi berkdb bitmap-fonts bonobo cdparanoia cdr cjk crypt cscope cups divx4linux dvd dvdr encode esd f77 faad fam flac foomaticdb fortran gcj gdbm gif gimpprint gnome gnutls gstreamer gtk gtk2 gtkhtml guile hal imagemagick imlib java jce jikes jpeg junit ldap libg++ libwww live mad mailwrapper matroska mikmod mmx mng motif mozilla mozsvg mpeg mysql ncurses network nls nntp nptl oav objc oggvorbis opengl pam pda pdflib perl png pnp ppds python quicktime quotes readline ruby samba sdl slang sndfile softmmu speex spell sse ssl svg tcltk tcpd tetex theora threads tiff truetype trusted unicode vim-with-x wmf x86 xml xml2 xmms xprint xv xvid zlib"

#
Comment 1 Jon Hood (RETIRED) gentoo-dev 2004-12-01 13:03:23 UTC
did you run
# ebuild /usr/portage/net-p2p/freenet/freenet-0.5.2.1-r8.ebuild config
after you installed?
Comment 2 Joel Parker 2004-12-01 19:40:34 UTC
Yes, I've had this install for several months. I run the configure stuff every so often, but this error has been happening for the past few weeks.
Comment 3 zhcnmccmzhdvfevooo 2004-12-14 01:29:40 UTC
Look at Bug 71835. I am sure this is also you problem.
Comment 4 Joel Parker 2004-12-15 14:27:42 UTC
Ok, that got me further along in the process. Here's the error I'm getting now:

ERROR: Resource name [freenet/support/CPUInformation/libjcpuid-x86-linux.so] was not found
WARN: Native CPUID library jcpuid not loaded - will not be able to read CPU information using CPUID
NOTICE: Resource name [net/i2p/util/libjbigi-linux-none.so] was not found
INFO: Native BigInteger library jbigi not loaded - using pure java
Comment 5 Joel Parker 2005-03-02 15:54:04 UTC
Consider this fixed. I unmerged and remerged freenet, and it works now.
Comment 6 Christopher Covington 2005-05-15 17:50:26 UTC
When I recently (May 15th) emerged freenet and configured it, I ran into the same problem. When I went ahead and did the modifications suggested at 71835, I found myself with:
# /etc/init.d/freenet start
* Starting Freenet now...                                                [ !! ]

# cat /var/freenet/freenet.stderr.log
Exception in thread "main" java.lang.NoClassDefFoundError: freenet/node/Main

Only difference there is the slashes instead of the periods. When running the config thing, I also got the:
ERROR: Resource name [freenet/support/CPUInformation/libjcpuid-x86-linux.so] was not found
WARN: Native CPUID library jcpuid not loaded - will not be able to read CPU information using CPUID
NOTICE: Resource name [net/i2p/util/libjbigi-linux-none.so] was not found
INFO: Native BigInteger library jbigi not loaded - using pure java
thing. I'll try reemerging. Maybe I borked it when I hand-edited my config file.

# java-config -L
[sun-jdk-1.5.0.03] "Sun JDK 1.5.0.03" (/etc/env.d/java/20sun-jdk-1.5.0.03) *

# emerge --info
Portage 2.0.51.21-r1 (default-linux/x86/2005.0, gcc-3.3.4, glibc-2.3.5-r0, 2.6.10-reiser4-r8 i686)
=================================================================
System uname: 2.6.10-reiser4-r8 i686 Intel(R) Celeron(R) CPU 1.70GHz
Gentoo Base System version 1.6.11
dev-lang/python:     2.3.5
sys-apps/sandbox:    1.2.7
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.5
sys-devel/binutils:  2.15.92.0.2-r8
sys-devel/libtool:   1.5.16
virtual/os-headers:  2.6.11
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=pentium4 -O3 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.4/env /usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /usr/lib/mozilla/defaults/pref /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=pentium4 -O3 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict userpriv usersandbox"
GENTOO_MIRRORS="http://ftp.snt.utwente.nl/pub/os/linux/gentoo http://www.die.unipd.it/pub/Linux/distributions/gentoo-sources/ http://gentoo.chem.wisc.edu/gentoo/ http://gentoo.math.bme.hu http://mirror.datapipe.net/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage"
USE="x86 3dnowext 3ds S3TC X a52 aac aalib aim alsa amd apache2 apm arts artworkextra asm asterisk avi bash-completion berkdb bitmap-fonts bl calendar cddb cdr chroot crypt cups curl curlwrappers dbase dedicated dga droproot dts dv dvd editor eds emboss encode esd exif fam festival flac foomaticdb fortran fpx ftp gd gdbm geoip gif gimp gimpprint glep gnome gnutls gphoto2 gpm graphviz gstreamer gtk gtk2 hal http httpd imagemagick imlib ipv6 irc jabber java javadoc javascript jbig jce jikes jp2 jpeg jpeg2k kde lcms libcaca libclamav libg++ libwww lufsusermount mad mapeditor maps md5sum mikmod ming mjpeg mng monkey motif mozaccess mozcalendar mozdevelop mozilla mozsvg mp3 mpeg mpeg4 mplayer msn music nas ncurses net nls no-old-linux nocd ntlm nvidia oav offensive ogg oggvorbis openal openexr opengl oscar oss pam pam-mysql pdf pdflib perl php plotutils png portaudio posix ppds python qt quicktime readline real rhythmbox rogue rss samba sdl server sharedmem simplexml slang slp smime soap sockets sounds speex spell spl src ssl stencil-buffer stream svg svga symlink syslog sysvipc tcltk tcpd tcpmd5 tcsim tga theora tidy tiff timidity tokenizer tools truetype truetype-fonts type1-fonts unicode utf8 vcd vcdimager videos vidix virus-scan vnc vorbis winbind wmf xine xml2 xmms xpm xprint xv xvid xvmc yahoo yv12 zlib userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS
Comment 7 Jakub Moc (RETIRED) gentoo-dev 2006-07-04 00:19:12 UTC
*** Bug 139121 has been marked as a duplicate of this bug. ***
Comment 8 Raúl Porcel (RETIRED) gentoo-dev 2007-02-27 19:46:29 UTC
Okay, so upstream has requested to remove this version. And the actual version, 0.7, needs a rewrite of the ebuild. I tried to do it, but this version requires more interaction from the user. It's not viable to install it using portage.

So, unless anybody posts an usable ebuild, this will get removed in 30 days.

# Raúl Porcel <armin76@gentoo.org> (27 Feb 2007)
# Masked for removal in 30 days.
# Upstream has requested to remove the 0.5 version
# Bug 72996
net-p2p/freenet
Comment 9 Jakub Moc (RETIRED) gentoo-dev 2007-03-08 23:38:36 UTC
*** Bug 71835 has been marked as a duplicate of this bug. ***
Comment 10 Raúl Porcel (RETIRED) gentoo-dev 2007-03-28 09:14:07 UTC
Removed.