Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Portage & Programming
  • Search

genlop --current shows old, killed, emerge

Problems with emerge or ebuilds? Have a basic programming question about C, PHP, Perl, BASH or something else?
Post Reply
Advanced search
8 posts • Page 1 of 1
Author
Message
Oo.et.oO
Apprentice
Apprentice
User avatar
Posts: 291
Joined: Tue Apr 23, 2002 10:02 pm
Location: burlington
Contact:
Contact Oo.et.oO
Website

genlop --current shows old, killed, emerge

  • Quote

Post by Oo.et.oO » Fri Jun 22, 2007 10:38 pm

Code: Select all

byzantine erict # genlop --current

 * app-shells/ksh-93.20040229

       current merge time: 3 hours, 49 minutes and 24 seconds.
       ETA: unknown.

 * dev-libs/lzo-1.08-r1

       current merge time: 3 minutes and 43 seconds.
       ETA: any time now.
i'm not sure why it says 3 hours. it's actually from last week.

do i have to physically delete that entry from the emerge.log to stop it from showing up?
Top
didymos
Advocate
Advocate
User avatar
Posts: 4798
Joined: Mon Oct 10, 2005 2:09 am
Location: California

  • Quote

Post by didymos » Fri Jun 22, 2007 11:57 pm

Is there still a process in the background maybe?
Thomas S. Howard
Top
GuntherDW
n00b
n00b
User avatar
Posts: 38
Joined: Thu Nov 20, 2003 7:05 pm
Location: Belgium
Contact:
Contact GuntherDW
Website

  • Quote

Post by GuntherDW » Sat Jun 23, 2007 8:36 pm

In order not to create too much spam i intend to post in this thread since my problem is alike to the thread opener

genlop -c always errors out, whatever i have running, this has been for like half a year now, i think even longer
doing 2 emerges (different packages) doesn't help
i've tried other versions of genlop but they all output the same...

Code: Select all

guntherdw@lisa ~ % genlop -c  [07-06-23 - 22:40:10]
!!! Error: no working merge found.
(the -c option only works if there is an ongoing compilation, see manpage)
guntherdw@lisa ~ % sudo genlop -c  [07-06-23 - 22:40:16]
!!! Error: no working merge found.
(the -c option only works if there is an ongoing compilation, see manpage)
is there any "verbose" mode to check where it is going wrong?
Top
RazielFMX
l33t
l33t
User avatar
Posts: 835
Joined: Sat Apr 23, 2005 6:35 pm
Location: NY, USA

  • Quote

Post by RazielFMX » Sat Jun 23, 2007 10:13 pm

genlop is a log parser. You need to find the bad entries in you /var/log/emerge.log and remove them.
I am not anti-systemd; I am pro-choice. If being the latter makes you feel that I am the former, then so be it.
Top
RazielFMX
l33t
l33t
User avatar
Posts: 835
Joined: Sat Apr 23, 2005 6:35 pm
Location: NY, USA

  • Quote

Post by RazielFMX » Sat Jun 23, 2007 10:14 pm

GuntherDW wrote:In order not to create too much spam i intend to post in this thread since my problem is alike to the thread opener

genlop -c always errors out, whatever i have running, this has been for like half a year now, i think even longer
doing 2 emerges (different packages) doesn't help
i've tried other versions of genlop but they all output the same...

Code: Select all

guntherdw@lisa ~ % genlop -c  [07-06-23 - 22:40:10]
!!! Error: no working merge found.
(the -c option only works if there is an ongoing compilation, see manpage)
guntherdw@lisa ~ % sudo genlop -c  [07-06-23 - 22:40:16]
!!! Error: no working merge found.
(the -c option only works if there is an ongoing compilation, see manpage)
is there any "verbose" mode to check where it is going wrong?
Are you sure you are in mid-compile when you run it? If you are in the configuration part of the emerge, it won't show up here. Also, can you try testing something like "genlop -t gentoo-sources" to see if the issue is just with -c?

Thanks.
I am not anti-systemd; I am pro-choice. If being the latter makes you feel that I am the former, then so be it.
Top
GuntherDW
n00b
n00b
User avatar
Posts: 38
Joined: Thu Nov 20, 2003 7:05 pm
Location: Belgium
Contact:
Contact GuntherDW
Website

  • Quote

Post by GuntherDW » Sat Jun 23, 2007 11:41 pm

RazielFMX wrote:
GuntherDW wrote:In order not to create too much spam i intend to post in this thread since my problem is alike to the thread opener

genlop -c always errors out, whatever i have running, this has been for like half a year now, i think even longer
doing 2 emerges (different packages) doesn't help
i've tried other versions of genlop but they all output the same...

Code: Select all

guntherdw@lisa ~ % genlop -c  [07-06-23 - 22:40:10]
!!! Error: no working merge found.
(the -c option only works if there is an ongoing compilation, see manpage)
guntherdw@lisa ~ % sudo genlop -c  [07-06-23 - 22:40:16]
!!! Error: no working merge found.
(the -c option only works if there is an ongoing compilation, see manpage)
is there any "verbose" mode to check where it is going wrong?
Are you sure you are in mid-compile when you run it? If you are in the configuration part of the emerge, it won't show up here. Also, can you try testing something like "genlop -t gentoo-sources" to see if the issue is just with -c?

Thanks.
genlop -t always worked like a charm, the -c started to dislike me :p
edit : and yes i am 250% sure i'm doing it in the middle of a compile, whenever possible
Top
ok
Guru
Guru
User avatar
Posts: 390
Joined: Tue Jul 11, 2006 8:24 pm
Location: germany

  • Quote

Post by ok » Sun Jun 24, 2007 2:07 pm

/usr/bin/genlop:

Code: Select all

...
658     # support for 'current' merge.
659     #
660     # this whole 'current' thing is based on having sandboxind enabled
661     # we need to check for it, basically sandboxing is on if
662     # FEATURES contains 'sandbox' and does not contain 'userpriv'
663     # FEATURES contains 'sandbox' and contains both 'userpriv' and 'usersandbox'
...
What is your output of 'ps aux' while compiling?
Top
GuntherDW
n00b
n00b
User avatar
Posts: 38
Joined: Thu Nov 20, 2003 7:05 pm
Location: Belgium
Contact:
Contact GuntherDW
Website

  • Quote

Post by GuntherDW » Sun Jun 24, 2007 3:05 pm

hmm, sandboxing
i had to disable that feature when i used a 2.6.19+ kernel
that explains :)

(while emerging a new cedega)
root 11740 10.9 2.7 23364 20904 pts/3 R+ 17:06 0:11 /usr/bin/python -O /usr/bin/emerge cedega


edit: now i enabled it, and it works again
Currently merging 1 out of 1

* media-sound/lastfmplayer-1.1.3-r2

current merge time: 3 seconds.
ETA: 11 minutes and 18 seconds.
Top
Post Reply

8 posts • Page 1 of 1

Return to “Portage & Programming”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic