Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 244909 - build sys-apps/dbus-1.2.3-r1 failed
Summary: build sys-apps/dbus-1.2.3-r1 failed
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Project Gentopia
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-29 18:27 UTC by jakub
Modified: 2008-12-23 22:36 UTC (History)
0 users

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


Attachments
output of 'emerge --info' (emergeinfo.txt,3.34 KB, text/plain)
2008-10-30 07:16 UTC, jakub
Details
logfile of 'emerge --debug dbus' (build.log,327.62 KB, text/plain)
2008-10-30 07:18 UTC, jakub
Details
output of 'emerge --info' (emergeinfo.txt,3.31 KB, text/plain)
2008-11-04 08:54 UTC, jakub
Details
logfile of 'emerge --debug dbus' (build.log,590.75 KB, text/plain)
2008-11-04 08:55 UTC, jakub
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jakub 2008-10-29 18:27:01 UTC
build stops with err message

Reproducible: Always

Steps to Reproduce:
1. emerge dbus


Actual Results:  
>>> Unpacking source...
>>> Unpacking dbus-1.2.3.tar.gz to /var/tmp/portage/sys-apps/dbus-1.2.3-r1/work
 [32;01mWARN=[33;01mBAD=[31;01mHILITE=[36mBRACKET=[34;01m*[0m Applying dbus-1.2.3-panic-from-dbus_signature_validate.patch ...
[A[72C  [34;01m[ [32;01mWARN=[33;01mBAD=[31;01mHILITE=[36mBRACKET=[34;01mok[34;01m ][0m
>>> Source unpacked.
>>> Compiling source in /var/tmp/portage/sys-apps/dbus-1.2.3-r1/work/dbus-1.2.3 ...

........
#about next 800 lines of log file)
........

removing executable bit: usr/lib/libdbus-1.la
 [32;01mWARN=[33;01mBAD=[31;01mHILITE=[36mBRACKET=[34;01m*[0m Adding group 'messagebus' to your system ...
 [32;01mWARN=[33;01mBAD=[31;01mHILITE=[36mBRACKET=[34;01m*[0m  - Groupid: next available

!!! ERROR: sys-apps/dbus-1.2.3-r1 failed.
Call stack:
  ebuild.sh, line 1637:   Called dyn_preinst
  ebuild.sh, line 1085:   Called pkg_preinst
  dbus-1.2.3-r1.ebuild, line 102:   Called enewgroup 'messagebus'
  eutils.eclass, line 739:   Called die

!!! enewgroup failed
!!! If you need support, post the topmost build error, and the call stack if relevant.
!!! A complete build log is located at '/var/tmp/portage/sys-apps/dbus-1.2.3-r1/temp/build.log'.
Comment 1 Wormo (RETIRED) gentoo-dev 2008-10-29 21:22:51 UTC
Please post your output from 'emerge --info'

Also, try running the emerge with '--debug' option and attach the verbose log it generates. That should provide clues on why enewgroup might be failing.
Comment 2 jakub 2008-10-30 07:16:15 UTC
Created attachment 170288 [details]
output of  'emerge --info'
Comment 3 jakub 2008-10-30 07:18:40 UTC
Created attachment 170292 [details]
logfile of 'emerge --debug dbus'
Comment 4 Jeroen Roovers (RETIRED) gentoo-dev 2008-10-30 18:54:22 UTC
Portage 2.1.2.9 (default-linux/x86/2007.0/desktop, gcc-3.4.4, glibc-2.6.1-r0, 2.6.15-gentoo-r5 i686)

Er, please update your system, then try again.
Comment 5 jakub 2008-11-04 08:46:35 UTC
(In reply to comment #4)
> Portage 2.1.2.9 (default-linux/x86/2007.0/desktop, gcc-3.4.4, glibc-2.6.1-r0,
> 2.6.15-gentoo-r5 i686)
> 
> Er, please update your system, then try again.
> 

There's still the same statement - building error (after I upgraded:
Portage
Kernel
gcc
glibc
autoconf
automake
Comment 6 jakub 2008-11-04 08:54:05 UTC
Created attachment 170697 [details]
output of 'emerge --info'

after system upgrade
Comment 7 jakub 2008-11-04 08:55:44 UTC
Created attachment 170698 [details]
logfile of 'emerge --debug dbus'

after system upgrade
Comment 8 Doug Goldstein (RETIRED) gentoo-dev 2008-11-04 18:27:44 UTC
groupadd is failing on your system. I would investigate why it's failing.
Comment 9 Doug Goldstein (RETIRED) gentoo-dev 2008-12-23 22:36:25 UTC
Need some info as to why groupadd is failing.. try to use it under strace and get some additional debugging.