Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 159494 - dev-libs/libol-0.3.18: io.c: do_read: read() failed (errno 11), Resource temporarily unavailable
Summary: dev-libs/libol-0.3.18: io.c: do_read: read() failed (errno 11), Resource temp...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: HPPA Linux
: High normal (vote)
Assignee: Jeroen Roovers (RETIRED)
URL: http://forums.gentoo.org/viewtopic-t-...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-30 09:32 UTC by Charles J. Gruener
Modified: 2007-10-09 05:59 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch as found that seems to work. (parisc.patch,772 bytes, patch)
2006-12-30 09:34 UTC, Charles J. Gruener
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Charles J. Gruener 2006-12-30 09:32:01 UTC
Portage 2.1.1-r2 (default-linux/hppa/2006.1, gcc-4.1.1, glibc-2.3.6-r5, 2.6.19.1-pa0 parisc)
=================================================================
System uname: 2.6.19.1-pa0 parisc PA7100LC (PCX-L)
Gentoo Base System version 1.12.6
Last Sync: Sat, 30 Dec 2006 16:30:01 +0000
app-admin/eselect-compiler: [Not Present]
dev-java/java-config: [Not Present]
dev-lang/python:     2.4.3-r4
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.60
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.14
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r5
ACCEPT_KEYWORDS="hppa"
AUTOCLEAN="yes"
CBUILD="hppa1.1-unknown-linux-gnu"
CFLAGS="-O2 -pipe -march=1.1"
CHOST="hppa1.1-unknown-linux-gnu"
CONFIG_PROTECT="/etc"
CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude='/distfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="hppa alsa_pcm_plugins_adpcm alsa_pcm_plugins_alaw alsa_pcm_plugins_asym alsa_pcm_plugins_copy alsa_pcm_plugins_dmix alsa_pcm_plugins_dshare alsa_pcm_plugins_dsnoop alsa_pcm_plugins_empty alsa_pcm_plugins_extplug alsa_pcm_plugins_file alsa_pcm_plugins_hooks alsa_pcm_plugins_iec958 alsa_pcm_plugins_ioplug alsa_pcm_plugins_ladspa alsa_pcm_plugins_lfloat alsa_pcm_plugins_linear alsa_pcm_plugins_meter alsa_pcm_plugins_mulaw alsa_pcm_plugins_multi alsa_pcm_plugins_null alsa_pcm_plugins_plug alsa_pcm_plugins_rate alsa_pcm_plugins_route alsa_pcm_plugins_share alsa_pcm_plugins_shm alsa_pcm_plugins_softvol berkdb bitmap-fonts cli cracklib crypt cups dlloader elibc_glibc firefox foomaticdb fortran gdbm gpm iconv imlib input_devices_evdev input_devices_keyboard input_devices_mouse ipv6 isdnlog kernel_linux libwww ncurses nls pam pcre perl pic pppd python readline reflection session spell spl ssl tcpd truetype-fonts type1-fonts userland_GNU video_cards_dummy video_cards_fbdev xml2 xorg zlib"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, LINGUAS, MAKEOPTS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 1 Charles J. Gruener 2006-12-30 09:34:15 UTC
Created attachment 104996 [details, diff]
Patch as found that seems to work.
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2006-12-30 15:16:59 UTC
Quite a trivial problem, it seems, as syslog-ng functions fine otherwise. Example of the 'problem' (grep syslog-ng /var/log/messages):

Dec 29 22:02:54 hpvis syslog-ng[8404]: io.c: do_read: read() failed (errno 11),
Resource temporarily unavailable
Dec 29 22:02:54 hpvis syslog-ng[8404]: io.c: do_read: read() failed (errno 11),
Resource temporarily unavailable
Dec 29 22:50:29 hpvis syslog-ng[8404]: syslog-ng version 1.6.11 going down
Dec 29 22:50:32 hpvis syslog-ng[29323]: syslog-ng version 1.6.11 starting
Dec 29 22:50:32 hpvis syslog-ng[29323]: Changing permissions on special file /de
v/tty12
Dec 29 23:02:54 hpvis syslog-ng[29323]: io.c: do_read: read() failed (errno 11),
 Resource temporarily unavailable
Dec 29 23:02:54 hpvis syslog-ng[29323]: io.c: do_read: read() failed (errno 11),
 Resource temporarily unavailable

I.e. it happens about once every hour and does not stop syslog-ng from logging other messages. Upgrading to a 2.* solves the problem for me.

Charles: app-admin/syslog-ng-2.0.0-r1 has been in the tree for a while now. That version does not exhibit the behaviour I described above.
Comment 3 Charles J. Gruener 2006-12-30 17:24:24 UTC
I saw syslog-2.0.0-r1 and it's dependencies.  However, I was looking for 2.0.1 as it was recently released by the developer.  I'd rather install that if I'm going to transition to the 2.x of syslog and glib 2.2 as well.  I generally don't like to follow ~ packages if I don't have to.

Thanks for the continued updates.
Comment 4 Mr. Bones. (RETIRED) gentoo-dev 2006-12-30 17:28:20 UTC
2.0.1 is in portage as well.
Comment 5 Jeroen Roovers (RETIRED) gentoo-dev 2007-01-02 06:46:30 UTC
(In reply to comment #4)
> 2.0.1 is in portage as well.

Thank you very much.

I will be testing 2.0.1 in the next few days and I will consider it for marking stable early. I have previously tested a couple of 2.* release candidates using my own ebuilds and I am pretty confident that 2.0.1 is pretty much stable.
Comment 6 Jeroen Roovers (RETIRED) gentoo-dev 2007-07-28 07:20:10 UTC
Any plans on stabilising soon?
Comment 7 Jeroen Roovers (RETIRED) gentoo-dev 2007-10-09 05:59:58 UTC
Stable for HPPA.