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 ... 12, 13, 14 ... 26, 27, 28  Next  
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
auddoula
Guru
Guru


Joined: 30 Apr 2008
Posts: 387

PostPosted: Mon Sep 16, 2013 1:39 am    Post subject: Reply with quote

At least it is chugging along...
Back to top
View user's profile Send private message
auddoula
Guru
Guru


Joined: 30 Apr 2008
Posts: 387

PostPosted: Mon Sep 16, 2013 1:45 am    Post subject: Reply with quote

DONAHUE wrote:
Code:
emerge --unmerge kde-base/libkdcraw:4
and try world again,
then i would have to stop the current update.. it is coming along, I can stop if that is better way of doing it.
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


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

PostPosted: Mon Sep 16, 2013 1:49 am    Post subject: Reply with quote

keep chugging we crossed in the mail :)
_________________
Defund the FCC.
Back to top
View user's profile Send private message
auddoula
Guru
Guru


Joined: 30 Apr 2008
Posts: 387

PostPosted: Mon Sep 16, 2013 1:52 am    Post subject: Reply with quote

Actually, the emerge gave me an option of Ctrl -C to pause it while it was searching for something. I took the opportunity to implement
emerge --unmerge kde-base/libkdcraw:4
to avoid more surprises in the morning..

now, back to
emerge -1avuND --usepkgonly --keep-going world
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


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

PostPosted: Mon Sep 16, 2013 1:54 am    Post subject: Reply with quote

if it will just chug we should finish within the hour
_________________
Defund the FCC.
Back to top
View user's profile Send private message
auddoula
Guru
Guru


Joined: 30 Apr 2008
Posts: 387

PostPosted: Mon Sep 16, 2013 1:54 am    Post subject: Reply with quote

Somehow numbers do not add up, now I have only 393 packages to install... Anyhow,

Total: 392 packages (145 upgrades, 50 new, 6 in new slots, 191 reinstalls, 392 binaries), Size of downloads: 0 kB

!!! The following update(s) have been skipped due to unsatisfied dependencies
!!! triggered by backtracking:

kde-base/kdegraphics-meta:4
kde-base/kde-meta:4

!!! The following binary packages have been ignored due to non matching USE:

=app-editors/nano-2.3.2 -spell

NOTE: The --binpkg-respect-use=n option will prevent emerge
from ignoring these binary packages if possible.
Using --binpkg-respect-use=y will silence this warning.

!!! Problems have been detected with your world file
!!! Please run emaint --check world


!!! Ebuilds for the following packages are either all
!!! masked or don't exist:
kde-base/kde-meta
Back to top
View user's profile Send private message
auddoula
Guru
Guru


Joined: 30 Apr 2008
Posts: 387

PostPosted: Mon Sep 16, 2013 1:55 am    Post subject: Reply with quote

I guess I will go ahead with merging unless we should do aomething about kde-meta..

Do you think we are close to resurrecting this beast?
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


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

PostPosted: Mon Sep 16, 2013 1:57 am    Post subject: Reply with quote

kde-base/kde-meta is a meta so comment makes sense

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


Joined: 30 Apr 2008
Posts: 387

PostPosted: Mon Sep 16, 2013 2:00 am    Post subject: Reply with quote

Sure.. we are on 30 out of 392...
Back to top
View user's profile Send private message
auddoula
Guru
Guru


Joined: 30 Apr 2008
Posts: 387

PostPosted: Mon Sep 16, 2013 2:04 am    Post subject: Reply with quote

Assuming this goes well, what are the next steps? I guess genkernel related stuff..
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


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

PostPosted: Mon Sep 16, 2013 2:08 am    Post subject: Reply with quote

if genkernel ran you can start a second terminal
ls /mnt/gentoo/boot note the initramfs and kernel names
edit /mnt/gentoo/boot/grub/grub.conf to add the menu entry edit the dots to correct values

Quote:
title Gentoo with genkernel
root (hd....,....)
kernel /boot/kernel-genkernel-............. root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/sda....
initrd /boot/initramfs-genkernel-..............

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


Joined: 30 Apr 2008
Posts: 387

PostPosted: Mon Sep 16, 2013 2:12 am    Post subject: Reply with quote

this is what I have :

ls /mnt/gentoo/boot
boot
config
grub
initramfs-genkernel-x86_64-2.6.34-gentoo-r6
kernel
kernel-genkernel-x86_64-2.6.34-gentoo-r6
lost+found
System.map-genkernel-x86_64-2.6.34-gentoo-r6


here is my grub.conf

default 0
timeout 30
title=Gentoo Linux
root (hd0,0)
kernel /kernel-genkernel-x86_64-2.6.34-gentoo-r6 root=/dev/ram0 init=/linuxrc ramdisk=8192 real_root=/dev/sda2
initrd /initramfs-genkernel-x86_64-2.6.34-gentoo-r6
Back to top
View user's profile Send private message
auddoula
Guru
Guru


Joined: 30 Apr 2008
Posts: 387

PostPosted: Mon Sep 16, 2013 2:15 am    Post subject: Reply with quote

Looks like after 74 updatesmerge failed on this:


* ERROR: net-nds/openldap-2.4.35::gentoo failed (setup phase):
* (no error message)
*
* Call stack:
* ebuild.sh, line 93: Called pkg_setup
* environment, line 3626: Called enewgroup 'ldap' '439'
* environment, line 1667: Called die
* The specific snippet of code:
* groupadd -r ${opts} "${egroup}" || die
*
* If you need support, post the output of `emerge --info '=net-nds/openldap-2.4.35::gentoo'`,
* the complete build log and the output of `emerge -pqv '=net-nds/openldap-2.4.35::gentoo'`.
* The complete build log is located at '/var/tmp/portage/net-nds/openldap-2.4.35/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/net-nds/openldap-2.4.35/temp/environment'.
* Working directory: '/var/tmp/portage/._portage_reinstall_.FX1DdL/pym'
* S: '/var/tmp/portage/net-nds/openldap-2.4.35/work/openldap-2.4.35'
* One or more packages are either masked or have missing dependencies:
*
* >=kde-base/kdelibs-4.8.3:4[-aqua] pulled in by:
* (kde-base/knotify-4.8.3::gentoo, installed)
Back to top
View user's profile Send private message
auddoula
Guru
Guru


Joined: 30 Apr 2008
Posts: 387

PostPosted: Mon Sep 16, 2013 2:37 am    Post subject: Reply with quote

OK, I think I will call it a day. If you have further suggestions, please, let me know, I will try them out tomorrow morning.
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


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

PostPosted: Mon Sep 16, 2013 2:59 am    Post subject: Reply with quote

forgot to tell you eselect kernel list
eselect kernel set <latest version> 3.10.7 maybe
before genkernel all

Code:
echo ">=kde-base/kdelibs-4.8.3:4 -aqua" >> /etc/portage/package.use
emerge -1avuND kde-base/kdelibs kde-base/knotify kde-base/kde-meta
?? If trouble, paste the build log
_________________
Defund the FCC.
Back to top
View user's profile Send private message
auddoula
Guru
Guru


Joined: 30 Apr 2008
Posts: 387

PostPosted: Mon Sep 16, 2013 2:57 pm    Post subject: Reply with quote

DONAHUE wrote:
forgot to tell you eselect kernel list
eselect kernel set <latest version> 3.10.7 maybe
before genkernel all

[/code] ?? If trouble, paste the build log

Done... I chose 3.10.7

eselect kernel list
Available kernel symlink targets:
[1] linux-2.6.34-gentoo-r6
[2] linux-2.6.36-gentoo-r5
[3] linux-2.6.39-gentoo-r3
[4] linux-3.2.1-gentoo-r2
[5] linux-3.3.8-gentoo
[6] linux-3.10.7-gentoo *
sysresccd ~ # genkernel all
* Gentoo Linux Genkernel; Version 3.4.45.1
* Running with options: all

* Using genkernel.conf from /etc/genkernel.conf
* Sourcing arch-specific config.sh from /usr/share/genkernel/arch/x86_64/config.sh ..
* Sourcing arch-specific modules_load from /usr/share/genkernel/arch/x86_64/modules_load ..

Could not find source tarball /var/cache/genkernel/src/busybox-1.20.1.tar.bz2. Please refetch.
Back to top
View user's profile Send private message
auddoula
Guru
Guru


Joined: 30 Apr 2008
Posts: 387

PostPosted: Mon Sep 16, 2013 3:02 pm    Post subject: Reply with quote

emerge -1avuND kde-base/kdelibs kde-base/knotify kde-base/kde-meta

* IMPORTANT: 3 news items need reading for repository 'gentoo'.
* Use eselect news to read news items.


* IMPORTANT: 2 config files in '/etc/portage' need updating.
* See the CONFIGURATION FILES section of the emerge
* man page to learn how to update config files.

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

Calculating dependencies... done!

!!! All ebuilds that could satisfy ">=media-libs/libraw-0.15:=" have been masked.
!!! One of the following masked packages is required to complete your request:
- media-libs/libraw-0.15.4::gentoo (masked by: package.mask)

(dependency required by "kde-base/libkdcraw-4.10.5-r1" [ebuild])
(dependency required by "kde-base/thumbnailers-4.10.5" [ebuild])
(dependency required by "kde-base/kdegraphics-meta-4.10.5" [ebuild])
(dependency required by "kde-base/kde-meta-4.10.5" [ebuild])
(dependency required by "kde-base/kde-meta" [argument])
For more information, see the MASKED PACKAGES section in the emerge
man page or refer to the Gentoo Handbook.
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


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

PostPosted: Mon Sep 16, 2013 3:39 pm    Post subject: Reply with quote

Code:
emerge gentoo-sources genkernel

_________________
Defund the FCC.


Last edited by DONAHUE on Mon Sep 16, 2013 3:48 pm; edited 1 time in total
Back to top
View user's profile Send private message
DONAHUE
Watchman
Watchman


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

PostPosted: Mon Sep 16, 2013 3:46 pm    Post subject: Reply with quote

Code:
echo "=media-libs/libraw-0.15.4" >> /etc/portage/package.unmask
echo "=media-libs/libraw-0.15.4 ~amd64" >> /etc/portage/package.keywords
emerge -1av =media-libs/libraw-0.15.4

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


Joined: 30 Apr 2008
Posts: 387

PostPosted: Mon Sep 16, 2013 3:48 pm    Post subject: Reply with quote

OK, done with gentoo source.
Tried:
genkernel all
* Gentoo Linux Genkernel; Version 3.4.45.1
* Running with options: all

* Using genkernel.conf from /etc/genkernel.conf
* Sourcing arch-specific config.sh from /usr/share/genkernel/arch/x86_64/config.sh ..
* Sourcing arch-specific modules_load from /usr/share/genkernel/arch/x86_64/modules_load ..

Could not find source tarball /var/cache/genkernel/src/busybox-1.20.1.tar.bz2. Please refetch.
Back to top
View user's profile Send private message
auddoula
Guru
Guru


Joined: 30 Apr 2008
Posts: 387

PostPosted: Mon Sep 16, 2013 3:52 pm    Post subject: Reply with quote

DONAHUE wrote:
Code:
echo "=media-libs/libraw-0.15.4" >> /etc/portage/package.unmask
echo "=media-libs/libraw-0.15.4 ~amd64" >> /etc/portage/package.keywords
emerge -1av =media-libs/libraw-0.15.4

Done successfully
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54300
Location: 56N 3W

PostPosted: Mon Sep 16, 2013 3:52 pm    Post subject: Reply with quote

auddoula,

It looks like genkernel is being picky about its busybox.

Does /var/cache/genkernel/src/busybox-1.20.1.tar.bz2 exist?
If not, fetch busybox-1.20.1.tar.bz2 and put it in place.

It could also be a permissions problem somewhere in the /var/cache/genkernel/src/ path or on the busybox-1.20.1.tar.bz2 file itself.

You could also roll your own kernel by following kernel-seeds.org
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
auddoula
Guru
Guru


Joined: 30 Apr 2008
Posts: 387

PostPosted: Mon Sep 16, 2013 3:58 pm    Post subject: Reply with quote

NeddySeagoon wrote:
auddoula,

It looks like genkernel is being picky about its busybox.

Does /var/cache/genkernel/src/busybox-1.20.1.tar.bz2 exist?
If not, fetch busybox-1.20.1.tar.bz2 and put it in place.

It does not. however:

ls /var/cache/genkernel/src/
busybox-1.20.2.tar.bz2 fuse-2.8.6.tar.gz LVM2.2.02.88.tgz open-iscsi-2.0-872.tar.gz
dmraid-1.0.0.rc16-3.tar.bz2 gnupg-1.4.11.tar.bz2 mdadm-3.1.5.tar.bz2 unionfs-fuse-0.24.tar.bz2

Looks like there is a slightly newer version.
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54300
Location: 56N 3W

PostPosted: Mon Sep 16, 2013 4:01 pm    Post subject: Reply with quote

auddoula,

genkernel is looking for the older one, hence it won't see the new one.
You can try making a symlink from the old one to the new one. However, the build system might spot that. Checksums are a wonderful thing.

Fetch the old busybox by hand.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
auddoula
Guru
Guru


Joined: 30 Apr 2008
Posts: 387

PostPosted: Mon Sep 16, 2013 4:01 pm    Post subject: Reply with quote

Can I just edit genkernel.conf and change
BUSYBOX_VER="1.20.1"
to
BUSYBOX_VER="1.20.2"

The system is already broken enough, I don't want to make it worse without understading what i am doing...
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 ... 12, 13, 14 ... 26, 27, 28  Next
Page 13 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