Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 217135 - sys-apps/dbus-1.2.1 init script fails with "Illegal instruction"
Summary: sys-apps/dbus-1.2.1 init script fails with "Illegal instruction"
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-10 13:53 UTC by Todd Partridge
Modified: 2008-04-12 14:03 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 Todd Partridge 2008-04-10 13:53:40 UTC
/lib/rcscripts/sh/rc-daemon.sh: line 231: 21622 Illegal instruction     /sbin/start-stop-daemon '--start' '--pidfile' '/var/run/dbus.pid' '--exec' '/usr/bin/dbus-daemon' '--' '--system'

 [32;01m*[0m Starting D-BUS system messagebus ...
[A[92C  [34;01m[ [31;01m!![34;01m ][0m
 [31;01m*[0m ERROR: wrong args ( dbus-fail.txt )

 [31;01m*[0m Usage: dbus { reload }
 [31;01m*[0m        dbus without arguments for full help


Reproducible: Always
Comment 1 Doug Goldstein (RETIRED) gentoo-dev 2008-04-10 20:05:09 UTC
Actually that's going to be an issue with start-stop-daemon.

Where's the necessary emerge --info?
Comment 2 Todd Partridge 2008-04-11 12:53:17 UTC
Portage 2.1.4_rc7 (default-linux/ppc/ppc32/2007.0/desktop, gcc-4.2.2, glibc-2.7-r0, 2.6.24-gentoo-r2 ppc)
=================================================================
System uname: 2.6.24-gentoo-r2 ppc 740/750
Timestamp of tree: Fri, 11 Apr 2008 02:45:01 +0000
ccache version 2.4 [disabled]
app-shells/bash:     3.2_p33
dev-lang/python:     2.5.1-r4
dev-util/ccache:     2.4-r7
sys-apps/baselayout: 1.12.10-r5
sys-apps/sandbox:    1.2.18.1-r2
sys-devel/autoconf:  2.13, 2.62
sys-devel/automake:  1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.1
sys-devel/binutils:  2.18-r1
sys-devel/gcc-config: 1.4.0-r4
sys-devel/libtool:   1.5.26
virtual/os-headers:  2.6.24
ACCEPT_KEYWORDS="ppc ~ppc"
CBUILD="powerpc-unknown-linux-gnu"
CFLAGS="-mcpu=750 -O2 -pipe"
CHOST="powerpc-unknown-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/X11/xkb"
CONFIG_PROTECT_MASK="/etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ /etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/terminfo /etc/udev/rules.d"
CXXFLAGS="-mcpu=750 -O2 -pipe"
DISTDIR="/home/randk/.portage-distfiles/"
FEATURES="distlocks metadata-transfer sandbox sfperms strict unmerge-orphans userfetch"
GENTOO_MIRRORS="http://gentoo.osuosl.org/                 http://gentoo.cites.uiuc.edu/pub/gentoo/"
LANG="en_US.UTF-8"
LC_ALL="en_US.UTF-8"
LINGUAS="en"
MAKEOPTS="-j2"
PKGDIR="/media/disk/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 --filter=H_**/files/digest-*"
PORTAGE_TMPDIR="/home/randk/.portage-tmp/"
PORTDIR="/home/randk/.portage/"
PORTDIR_OVERLAY="/usr/portage/local/layman/sunrise /home/randk/.portage-local"
SYNC="rsync://rsync.namerica.gentoo.org/gentoo-portage"
USE="X aac acl alsa apm ati bash-completion berkdb cairo cdrom cli cracklib crypt cups dbus dri emboss encode fam firefox freetype ftp gdbm gif gnome gpm gtk gtk2 hal iconv ipv6 isdnlog jpeg kerberos ldap mad midi mikmod mime mp3 mpeg mudflap ncurses networkmanager nls nodocs nptl nptlonly ogg openmp oss pam pcre pdf perl png ppc pppd python quicktime readline reflection samba sdl session spell spl ssl svg tcpd tiff truetype unicode usb vorbis wifi xcb xml xorg xv zlib" ALSA_CARDS="powermac" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="en" USERLAND="GNU" VIDEO_CARDS="mach64"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LDFLAGS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS

Comment 3 Doug Goldstein (RETIRED) gentoo-dev 2008-04-11 13:49:29 UTC
You're running an ~arch version of a package when your stable packages are way behind. You need to update your whole machine.

The version of Portage you have doesn't even exist in the tree and has some bugs. The version of glibc you have is out of date and has some issues that are patched.
Your version of baselayout (which includes start-stop-daemon) is no longer in the tree and has bug fixes.

You need to run a full emerge -auDNv world and update your box properly..
Comment 4 Todd Partridge 2008-04-12 14:02:44 UTC
Appreciate the help doug, will do.