Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 120861 - www-apps/online-bookmarks-0.6.3 fails to load
Summary: www-apps/online-bookmarks-0.6.3 fails to load
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Web Application Packages Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-29 13:38 UTC by Avuton Olrich
Modified: 2006-01-29 15:02 UTC (History)
1 user (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 Avuton Olrich 2006-01-29 13:38:32 UTC
=www-apps/online-bookmarks-0.6.3 fails to load with the following warning/error:

Warning: require_once(Auth.php) [function.require-once]: failed to open stream: No such file or directory in /var/www/localhost/htdocs/online-bookmarks/auth.php on line 16
 
 Fatal error: require_once() [function.require]: Failed opening required 'Auth.php' (include_path='.:/usr/share/php5:/usr/share/php') in /var/www/localhost/htdocs/online-bookmarks/auth.php on line 16

www-apps/online-bookmarks 0.6.1c works ootb.

emerge --info:
Portage 2.1_pre4 (default-linux/x86/2005.0, gcc-4.0.2, glibc-2.3.6-r2, 2.6.15.1-reiser4 i686)
=================================================================
System uname: 2.6.15.1-reiser4 i686 AMD Athlon(tm) XP 2800+
Gentoo Base System version 1.12.0_pre15
distcc[15523] (dcc_mkdir) ERROR: mkdir /var/tmp/portage/.distcc/state failed: No such file or directory [disabled]
ccache version 2.4 [disabled]
dev-lang/python:     2.3.5-r2, 2.4.2
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r3
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-march=athlon-xp -ggdb -O2 -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/kde/3/share/config /usr/share/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=athlon-xp -ggdb -O2 -pipe"
DISTDIR="/mnt/aux/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://gentoo.mirrors.easynews.com/linux/gentoo/"
LANG="en_US.UTF-8"
LC_ALL="en_US.UTF-8"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage /mnt/aux/portage-overlay"
SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage"
USE="x86 7zip X aac acpi aim alsa ao apache2 avi bash-completion chroot cli crypt cups emacs flood gif gstreamer input_devices_void joystick jpeg libsamplerate mad mikmod mmap mmx mp3 mp4live mpeg mpeg2 mysql ncurses nocardbus nosendmail nptl nptlonly offensive ogg oscar pam pcre pdflib perl png readline rtc session sharedmem sndfile sse ssl szip theora transcode unicode utf8 uudeview vidix vorbis webdav xml zip zlib elibc_glibc kernel_linux userland_GNU"
Unset:  ASFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, LDFLAGS, LINGUAS
Comment 1 Renat Lumpau (RETIRED) gentoo-dev 2006-01-29 13:59:35 UTC
Most likely a problem with your installation of PEAR-Auth and PEAR-DB.
Comment 2 Avuton Olrich 2006-01-29 14:46:21 UTC
Sorry, I don't know much about it, but I just tried to re-emerge PEAR-DB and PEAR-Auth to see if it would help with comment #1 and I'm getting the same from both:

>>> Install PEAR-Auth-1.2.3-r1 into /var/tmp/portage/PEAR-Auth-1.2.3-r1/image/ category dev-php
WARNING: channel "pear.php.net" has updated its protocols, use "channel-update pear.php.net" to update
Cannot install, php_dir for channel "pear.php.net" is not writeable by the current user

!!! ERROR: dev-php/PEAR-Auth-1.2.3-r1 failed.
Call stack:
  ebuild.sh, line 1894:   Called dyn_install
  ebuild.sh, line 1037:   Called src_install
  ebuild.sh, line 1609:   Called php-pear-r1_src_install

!!! Unable to install PEAR package
!!! If you need support, post the topmost build error, and the call stack if relevant.
Comment 3 Luca Longinotti (RETIRED) gentoo-dev 2006-01-29 14:49:40 UTC
That's most likely a broken PEAR install you have, please unmerge ALL PEAR packages you've installed, then manually remove /etc/pear.conf and /usr/share/php (if there is other stuff in there, unmerge that too). After you've done that, reemerge the needed PEAR packages and it should work then.
Best regards, CHTEKK.
Comment 4 Avuton Olrich 2006-01-29 15:00:10 UTC
That fixed it, I'm not sure how that would get messed up but it must have been. Thanks.
Comment 5 Renat Lumpau (RETIRED) gentoo-dev 2006-01-29 15:02:40 UTC
done