Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Broken system: no root account, read only user account
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3, 4 ... 26, 27, 28  Next  
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Fri Sep 13, 2013 8:55 pm    Post subject: Reply with quote

ummerge the whole bunch, all cups related and/or USE="-cups" in /etc/portage/make.conf separate from the commented artifact #USE=

start a list of reinstall later with cups at top
_________________
Defund the FCC.
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Fri Sep 13, 2013 9:01 pm    Post subject: Reply with quote

USE="-cups" in /etc/portage/make.conf separate from the commented artifact #USE= may solve the shadow problem
the unmerge shadow should be harmless for the moment as login/out/user management is not the current problem
_________________
Defund the FCC.
Back to top
View user's profile Send private message
auddoula
Guru
Guru


Joined: 30 Apr 2008
Posts: 387

PostPosted: Fri Sep 13, 2013 9:04 pm    Post subject: Reply with quote

DONAHUE wrote:
ummerge the whole bunch, all cups related and/or USE="-cups" in /etc/portage/make.conf separate from the commented artifact #USE=

start a list of reinstall later with cups at top


OK, i unmerged all the blocks, now emerging the system again
but I have some conflicts:


!!! Multiple package instances within a single package slot have been pulled
!!! into the dependency graph, resulting in a slot conflict:

net-libs/libsoup:2.4

(net-libs/libsoup-2.38.1::gentoo, ebuild scheduled for merge) pulled in by
(no parents that aren't satisfied by other packages in this slot)

(net-libs/libsoup-2.34.3::gentoo, installed) pulled in by
~net-libs/libsoup-2.34.3 required by (net-libs/libsoup-gnome-2.34.3::gentoo, installed)

kde-base/kdelibs:4

(kde-base/kdelibs-4.8.3::gentoo, installed) pulled in by
>=kde-base/kdelibs-4.8.3:4[-aqua,-semantic-desktop] required by (kde-base/kdeplasma-addons-4.8.3::gentoo, installed)
>=kde-base/kdelibs-4.8.3:4[-aqua,-semantic-desktop] required by (kde-base/kget-4.8.3::gentoo, installed)
>=kde-base/kdelibs-4.8.3:4[-aqua,-semantic-desktop] required by (kde-base/plasma-workspace-4.8.3::gentoo, installed)
>=kde-base/kdelibs-4.8.3:4[-aqua,-semantic-desktop] required by (kde-base/dolphin-4.8.3-r1::gentoo, installed)
>=kde-base/kdelibs-4.8.3:4[-aqua,-semantic-desktop] required by (kde-base/gwenview-4.8.3::gentoo, installed)
>=kde-base/kdelibs-4.8.3:4[-aqua,-semantic-desktop] required by (kde-base/kdepimlibs-4.8.3::gentoo, installed)
>=kde-base/kdelibs-4.8.3:4[-aqua,opengl,-semantic-desktop] required by (kde-base/pykde4-4.8.3::gentoo, installed)

(kde-base/kdelibs-4.10.5-r1::gentoo, ebuild scheduled for merge) pulled in by
>=kde-base/kdelibs-4.10.5:4[aqua=,handbook] required by (kde-base/kdesu-4.10.5::gentoo, ebuild scheduled for merge)
(and 7 more with the same problem)



http://bpaste.net/show/132221/
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Fri Sep 13, 2013 9:15 pm    Post subject: Reply with quote

Code:
emerge -C libsoup libsoup-gnome
emerge =net-libs/libsoup-gnome-2.38.1 =net-libs/libsoup-2.38.1

_________________
Defund the FCC.
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Fri Sep 13, 2013 9:21 pm    Post subject: Reply with quote

Code:
emerge -C kdelibs kde-base/kdesu-4.10.5 #and 7 more if identified
emerge =kde-base/kdelibs-4.10.5-r1:4 kdesu  #and 7 more if identified

_________________
Defund the FCC.
Back to top
View user's profile Send private message
auddoula
Guru
Guru


Joined: 30 Apr 2008
Posts: 387

PostPosted: Fri Sep 13, 2013 9:25 pm    Post subject: Reply with quote

DONAHUE wrote:
Code:
emerge -C kdelibs kde-base/kdesu-4.10.5 #and 7 more if identified
emerge =kde-base/kdelibs-4.10.5-r1:4 kdesu  #and 7 more if identified

I am on the last item which probably will take a while...

Just in the interest of time, what are the next steps after 'emergr -avuDN system'?
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Fri Sep 13, 2013 9:39 pm    Post subject: Reply with quote

make udev, openrc, baselayout2 current, get runlevels set up with correct services, check through chapters 9,10,11 of the handbook that all the files are present,
start a second terminal and
Code:
wgetpaste /mnt/gentoo/usr/src/linux/.config
and post url; I'll take a look for a couple of kernel config changes that are changed in the last year.
If you want an overnight project and system update completes,
Code:
emerge -avuND --keep-going world
is a good candidate.
going out to supper here. will look in in an hour or so.
_________________
Defund the FCC.
Back to top
View user's profile Send private message
auddoula
Guru
Guru


Joined: 30 Apr 2008
Posts: 387

PostPosted: Fri Sep 13, 2013 9:52 pm    Post subject: Reply with quote

DONAHUE wrote:
make udev, openrc, baselayout2 current, get runlevels set up with correct services, check through chapters 9,10,11 of the handbook that all the files are present,
start a second terminal and
Code:
wgetpaste /mnt/gentoo/usr/src/linux/.config
and post url; I'll take a look for a couple of kernel config changes that are changed in the last year.
If you want an overnight project and system update completes,
Code:
emerge -avuND --keep-going world
is a good candidate.
going out to supper here. will look in in an hour or so.

Ok, I will give this is a shot, although I am not 100% sure about the first few items. I will read up though.

In the meantime emerge system is running full steam. It is a good time for me to get something to eat as well.

just in case I am posting my current .config:
http://bpaste.net/show/132234/
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Fri Sep 13, 2013 11:29 pm    Post subject: Reply with quote

kernel config:
udev needs
Quote:
Device Drivers --->
Generic Driver Options --->
-*- Maintain a devtmpfs filesystem to mount at /dev
[*] Automount devtmpfs at /dev, after the kernel mounted the rootfs #maybe not this one, but I like/use it


With the advent of KMS this section has become more troublesome; this is for nvidia-drivers. which nvidia card have you?
Quote:
Device Drivers --->
Graphics support --->
<M> /dev/agpgart (AGP Support) --->
--- /dev/agpgart (AGP Support)
<M> AMD Opteron/Athlon64 on-CPU GART support
< > Intel 440LX/BX/GX, I8xx and E7x05 chipset support
< > SiS chipset support
< > VIA chipset support
-*- VGA Arbitration
(2) Maximum number of GPUs
[ ] Laptop Hybrid Graphics - GPU switching support
< > Direct Rendering Manager (XFree86 4.1.0 and higher DRI support)
<*> Lowlevel video output switch controls
<*> Support for frame buffer devices --->
--- Support for frame buffer devices
[*] Enable firmware EDID
[ ] Framebuffer foreign endianness support --->
[*] Enable Video Mode Handling Helpers
[*] Enable Tile Blitting Support
*** Frame buffer hardware drivers ***
< > Cirrus Logic support
< > Permedia2 support
< > CyberPro 2000/2010/5000 support
< > Arc Monochrome LCD board support
[ ] Asiliant (Chips) 69000 display support
[ ] IMS Twin Turbo display support
< > VGA 16-color graphics support
< > Userspace VESA VGA graphics support
[*] VESA VGA graphics support
[ ] EFI-based Framebuffer Support
< > N411 Apollo/Hecuba devkit support
< > Hercules mono graphics support
< > Epson S1D13XXX framebuffer support
< > nVidia Framebuffer Support
< > nVidia Riva support
< > Intel740 support
< > Intel LE80578 (Vermilion) support
< > Matrox acceleration
< > ATI Radeon display support
< > ATI Rage128 display support
< > ATI Mach64 display support
< > S3 Trio/Virge support
< > S3 Savage support
< > SiS/XGI display support
< > VIA UniChrome (Pro) and Chrome9 display support
< > NeoMagic display support
< > IMG Kyro support
< > 3Dfx Banshee/Voodoo3/Voodoo5 display support
< > 3Dfx Voodoo Graphics (sst1) support
< > VIA VT8623 support
< > Trident/CyberXXX/CyberBlade support
< > ARK 2000PV support
< > Permedia3 support
< > Fujitsu carmine frame buffer support
[ ] AMD Geode family framebuffer support
< > SMSC UFX6000/7000 USB Framebuffer support
< > Displaylink USB Framebuffer support
< > Goldfish Framebuffer
< > Virtual Frame Buffer support (ONLY FOR TESTING!)
< > E-Ink Metronome/8track controller support
< > Fujitsu MB862xx GDC support
< > E-Ink Broadsheet/Epson S1D13521 controller support
< > AUO-K190X EPD controller support

[ ] Exynos Video driver support --->
[*] Backlight & LCD device support --->
--- Backlight & LCD device support
<*> Lowlevel LCD controls
< > Platform LCD controls
<*> Lowlevel Backlight controls
< > Generic (aka Sharp Corgi) Backlight Driver
< > Apple Backlight Driver
< > Tabletkiosk Sahara Touch-iT Backlight Driver
< > Backlight Driver for ADP8860/ADP8861/ADP8863 using WLED
< > Backlight Driver for ADP8870 using WLED
< > Backlight Driver for LM3630
< > Backlight Driver for LM3639
< > Backlight driver for TI LP855X
Console display driver support --->
-*- VGA text console
[*] Enable Scrollback Buffer in System RAM
(256) Scrollback Buffer Size (in KB)
<*> Framebuffer Console support
[ ] Map the console to the primary display device
[ ] Framebuffer Console Rotation
[ ] Select compiled-in fonts
[*] Bootup logo --->
--- Bootup logo
[ ] Standard black and white Linux logo
[ ] Standard 16-color Linux logo
[*] Standard 224-color Linux logo

_________________
Defund the FCC.
Back to top
View user's profile Send private message
auddoula
Guru
Guru


Joined: 30 Apr 2008
Posts: 387

PostPosted: Fri Sep 13, 2013 11:52 pm    Post subject: Reply with quote

I don't to make any mistakes, but what do I need to fix udev? genkernel?

here is my card:
03:00.0 VGA compatible controller: NVIDIA Corporation GT200GL [Quadro FX 3800] (rev a1)
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Fri Sep 13, 2013 11:56 pm    Post subject: Reply with quote

if
Code:
emerge -avuND system
has completed satisfactorily
Code:
emerge -av openrc baselayout sys-fs/udev virtual/udev
will show something like
Quote:


These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild R ] sys-apps/baselayout-2.2 USE="-build" 40 kB
[ebuild R ] sys-apps/openrc-0.11.8 USE="ncurses pam unicode -debug -newnet (-prefix) (-selinux) -static-libs" 171 kB
[ebuild R ] sys-fs/udev-204 USE="acl firmware-loader gudev hwdb introspection keymap kmod openrc -doc (-selinux) -static-libs" 2,137 kB
[ebuild R ] virtual/udev-200 USE="gudev hwdb introspection keymap kmod (-selinux) -static-libs" 0 kB

Total: 4 packages (4 reinstalls), Size of downloads: 2,348 kB

Would you like to merge these packages? [Yes/No]
and complete, hopefully, satisfactorily.
_________________
Defund the FCC.
Back to top
View user's profile Send private message
auddoula
Guru
Guru


Joined: 30 Apr 2008
Posts: 387

PostPosted: Sat Sep 14, 2013 12:01 am    Post subject: Reply with quote

I thought emerge -avuND system completed satisfactorily, but
emerge -av openrc baselayout sys-fs/udev virtual/udev
had some trouble..

* ERROR: dev-libs/gobject-introspection-1.32.1::gentoo failed (configure phase):
* econf failed

here is
emerge -pv openrc baselayout sys-fs/udev virtual/udev |wgetpaste
http://bpaste.net/show/132290/
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Sat Sep 14, 2013 12:02 am    Post subject: Reply with quote

you can use
Code:
genkernel --menuconfig all
or
Code:
cd /usr/src/linux; make menuconfig
to make config changes. suggest waiting a bit for building a new kernel. to do list item as the content of the file system will have some effect on the build.
_________________
Defund the FCC.
Back to top
View user's profile Send private message
auddoula
Guru
Guru


Joined: 30 Apr 2008
Posts: 387

PostPosted: Sat Sep 14, 2013 12:04 am    Post subject: Reply with quote

oh boy, i was wrong emerging system did not go that well after all:

* ERROR: sys-apps/file-5.12-r1::gentoo failed (configure phase):
* econf failed
*
* Call stack:
* ebuild.sh, line 93: Called src_configure
* environment, line 5548: Called do_configure '--disable-static'
* environment, line 1479: Called econf '--disable-static'
* phase-helpers.sh, line 521: Called die
* The specific snippet of code:
* die "econf failed"
*
* If you need support, post the output of `emerge --info '=sys-apps/file-5.12-r1::gentoo'`,
* the complete build log and the output of `emerge -pqv '=sys-apps/file-5.12-r1::gentoo'`.
* The complete build log is located at '/var/tmp/portage/sys-apps/file-5.12-r1/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/sys-apps/file-5.12-r1/temp/environment'.
* Working directory: '/var/tmp/portage/sys-apps/file-5.12-r1/work/build-x86_64-pc-linux-gnu'
* S: '/var/tmp/portage/sys-apps/file-5.12-r1/work/file-5.12'

>>> Failed to emerge sys-apps/file-5.12-r1, Log file:
Back to top
View user's profile Send private message
auddoula
Guru
Guru


Joined: 30 Apr 2008
Posts: 387

PostPosted: Sat Sep 14, 2013 12:09 am    Post subject: Reply with quote

DONAHUE wrote:
you can use
Code:
genkernel --menuconfig all
or
Code:
cd /usr/src/linux; make menuconfig
to make config changes. suggest waiting a bit for building a new kernel. to do list item as the content of the file system will have some effect on the build.


I think I am still far from this, plus genkernel is not in system right now. I still need get past emerge system. Is that what you initially called fun to repair? :)
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Sat Sep 14, 2013 12:19 am    Post subject: Reply with quote

yup, fun for me, pain for you
see if
Code:
emerge --keep-going python perl python-updater perl-cleaner libtool
will run
_________________
Defund the FCC.
Back to top
View user's profile Send private message
auddoula
Guru
Guru


Joined: 30 Apr 2008
Posts: 387

PostPosted: Sat Sep 14, 2013 12:21 am    Post subject: Reply with quote

not so far:


* ERROR: dev-lang/perl-5.12.4-r1::gentoo failed (configure phase):
* Unable to configure
*
* Call stack:
* ebuild.sh, line 93: Called src_configure
* environment, line 2728: Called die
* The specific snippet of code:
* sh Configure -des -Duseshrplib -Darchname="${myarch}" -Dcc="$(tc-getCC)" -Doptimize="${CFLAGS}" -Dldflags="${LDFLAGS}" -Dprefix='/usr' -Dsiteprefix='/usr' -Dvendorprefix='/usr' -Dscriptdir='/usr/bin' -Dprivlib="${PRIV_LIB}" -Darchlib="${ARCH_LIB}" -Dsitelib="${SITE_LIB}" -Dsitearch="${SITE_ARCH}" -Dvendorlib="${VENDOR_LIB}" -Dvendorarch="${VENDOR_ARCH}" -Dman1dir=/usr/share/man/man1 -Dman3dir=/usr/share/man/man3 -Dsiteman1dir=/usr/share/man/man1 -Dsiteman3dir=/usr/share/man/man3 -Dvendorman1dir=/usr/share/man/man1 -Dvendorman3dir=/usr/share/man/man3 -Dman1ext='1' -Dman3ext='3pm' -Dlibperl="${LIBPERL}" -Dlocincpth=' ' -Duselargefiles -Dd_semctl_semun -Dcf_by='Gentoo' -Dmyhostname='localhost' -Dperladmin='root@localhost' -Dinstallusrbinperl='n' -Ud_csh -Uusenm "${myconf[@]}" || die "Unable to configure"
*
* If you need support, post the output of `emerge --info '=dev-lang/perl-5.12.4-r1::gentoo'`,
* the complete build log and the output of `emerge -pqv '=dev-lang/perl-5.12.4-r1::gentoo'`.
* The complete build log is located at '/var/tmp/portage/dev-lang/perl-5.12.4-r1/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/dev-lang/perl-5.12.4-r1/temp/environment'.
* Working directory: '/var/tmp/portage/dev-lang/perl-5.12.4-r1/work/perl-5.12.4'
* S: '/var/tmp/portage/dev-lang/perl-5.12.4-r1/work/perl-5.12.4'

>>> Failed to emerge dev-lang/perl-5.12.4-r1, Log file:
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Sat Sep 14, 2013 12:23 am    Post subject: Reply with quote

Code:
wgetpaste /var/tmp/portage/sys-apps/file-5.12-r1/temp/build.log
gcc-config -l
see if we can get a clue as to the econf error
_________________
Defund the FCC.
Back to top
View user's profile Send private message
auddoula
Guru
Guru


Joined: 30 Apr 2008
Posts: 387

PostPosted: Sat Sep 14, 2013 12:23 am    Post subject: Reply with quote

Looks like it failed miserably, another example

* Messages for package dev-lang/python-3.2.5-r2:

* ERROR: dev-lang/python-3.2.5-r2::gentoo failed (configure phase):
* econf failed
*
* Call stack:
* ebuild.sh, line 93: Called src_configure
* environment, line 3967: Called econf '--with-fpectl' '--enable-shared' '--enable-ipv6' '--with-threads' '--with-wide-unicode' '--infodir=${prefix}/share/info' '--mandir=${prefix}/share/man' '--with-computed-gotos' '--with-dbmliborder=gdbm' '--with-libc=' '--enable-loadable-sqlite-extensions' '--with-system-expat' '--with-system-ffi'
* phase-helpers.sh, line 521: Called die
* The specific snippet of code:
* die "econf failed"
Back to top
View user's profile Send private message
auddoula
Guru
Guru


Joined: 30 Apr 2008
Posts: 387

PostPosted: Sat Sep 14, 2013 12:24 am    Post subject: Reply with quote

here it is
wgetpaste /var/tmp/portage/sys-apps/file-5.12-r1/temp/build.log
Your paste can be seen here: http://bpaste.net/show/132294/
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Sat Sep 14, 2013 12:27 am    Post subject: Reply with quote

Code:
C compiler cannot create executables
is error, so
Code:
gcc-config -l
says?
_________________
Defund the FCC.
Back to top
View user's profile Send private message
auddoula
Guru
Guru


Joined: 30 Apr 2008
Posts: 387

PostPosted: Sat Sep 14, 2013 12:29 am    Post subject: Reply with quote

DONAHUE wrote:
Code:
C compiler cannot create executables
is error, so
Code:
gcc-config -l
says?
gcc-config -l
/usr/bin/gcc-config: line 18: /etc/init.d/functions.sh: No such file or directory
gcc-config: Could not source /etc/init.d/functions.sh!
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Sat Sep 14, 2013 12:31 am    Post subject: Reply with quote

ouch
Code:
emerge -s gcc
says?
_________________
Defund the FCC.
Back to top
View user's profile Send private message
auddoula
Guru
Guru


Joined: 30 Apr 2008
Posts: 387

PostPosted: Sat Sep 14, 2013 12:32 am    Post subject: Reply with quote

emerge -s gcc |wgetpaste
Your paste can be seen here: http://bpaste.net/show/132295/
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


Joined: 09 Dec 2006
Posts: 7651
Location: Goose Creek SC

PostPosted: Sat Sep 14, 2013 12:36 am    Post subject: Reply with quote

so:
Quote:
equery belongs functions.sh
* Searching for functions.sh ...
sys-apps/openrc-0.11.8 (/etc/init.d/functions.sh -> /lib64/rc/sh/functions.sh)
sys-apps/openrc-0.11.8 (/lib64/rc/sh/functions.sh)


will
Code:
emerge openrc
run? if so check for the symlink
Code:
ls /etc/init.d/functions.sh
if not, if you have /lib64/rc/sh/functions.sh make the symlink
Code:
ln-s  /lib64/rc/sh/functions.sh /etc/init.d/functions.sh

_________________
Defund the FCC.


Last edited by DONAHUE on Sat Sep 14, 2013 12:40 am; edited 1 time in total
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Goto page Previous  1, 2, 3, 4 ... 26, 27, 28  Next
Page 3 of 28

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum