Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Unsupported Software
  • Search

Portage utilities not in portage

This forum covers all Gentoo-related software not officially supported by Gentoo. Ebuilds/software posted here might harm the health and stability of your system(s), and are not supported by Gentoo developers. Bugs/errors caused by ebuilds from overlays.gentoo.org are covered by this forum, too.
Post Reply
Advanced search
97 posts
  • Previous
  • 1
  • 2
  • 3
  • 4
  • Next
Author
Message
wrc1944
Advocate
Advocate
Posts: 3467
Joined: Thu Aug 15, 2002 10:33 am
Location: Gainesville, Florida

  • Quote

Post by wrc1944 » Thu Jul 08, 2004 5:07 pm

Wcc,
Thanks for the reminder- how easy it is to forget such a basic thing, and old age is no excuse! I should think a little bit before I post a question. I guess I'll make it a practice to put all such scripts in /usr/local/bin, as you suggest.

wrc1944
Main box- AsRock x370 Gaming K4
Ryzen 7 3700x, 3.6GHz, 16GB GSkill Flare DDR4 3200mhz
Samsung SATA 1000GB, Radeon HD R7 350 2GB DDR5
OpenRC Gentoo ~amd64 plasma, glibc-2.41-r2, gcc-15.1.0
kernel-6.15.6 USE=experimental python3.13.3
Top
allblue
n00b
n00b
Posts: 7
Joined: Thu Apr 01, 2004 4:11 am

  • Quote

Post by allblue » Wed Jul 14, 2004 1:36 am

when I change view to "Upgradable Packages" I got
Traceback (most recent call last):
File "/usr/lib/porthole/mainwindow.py", line 511, in view_filter_changed
self.load_upgrades_list()
File "/usr/lib/porthole/mainwindow.py", line 525, in load_upgrades_list
self.wait_dialog_response, "_Cancel", True)
File "/usr/lib/porthole/utils.py", line 160, in __init__
self.progbar = gtk.ProgressBar()
SystemError: NULL result without error in PyObject_Call
then I click Cancel
Traceback (most recent call last):
File "/usr/lib/porthole/mainwindow.py", line 537, in wait_dialog_response
self.ut.please_die()
AttributeError: MainWindow instance has no attribute 'ut'
pyxml pygtk also remerge
Top
Genone
Retired Dev
Retired Dev
User avatar
Posts: 9656
Joined: Fri Mar 14, 2003 6:02 pm
Location: beyond the rim

  • Quote

Post by Genone » Wed Jul 14, 2004 1:48 am

this isn't a support thread, please look in Portage+Programming or OTG for the Porthole thread.
Top
dr_strange
Guru
Guru
User avatar
Posts: 480
Joined: Tue Apr 16, 2002 7:19 pm
Location: Cambridge, UK

  • Quote

Post by dr_strange » Mon Jul 19, 2004 2:06 pm

Distasteful self-advertisement, but you might consider adding pye to the list. Thank you.
shine on,

dr_strange

Set the Controls for the Heart of Gentoo
http://magenta.linuxforum.hu
Top
cerise
n00b
n00b
User avatar
Posts: 10
Joined: Wed Aug 20, 2003 10:57 am
Location: Fremont, CA, USA
Contact:
Contact cerise
Website

  • Quote

Post by cerise » Mon Jul 19, 2004 3:48 pm

Worth noting: The appear URL is incorrect.

It's http://l.armory.com/~cerise/appear-latest.tbz2

I use that as a symlink to make life a touch easier for folks who aren't in the loop necessarily.

It's undergoing a few changes in file structure which I will probably commit in a few days.
----------------------------------------------------------
littlegreenmen.armory.com (or l.armory.com) is a _FREE_ shell account and game server running at the Armory! telnet/ssh in as "request" with no password for an account.
Top
Agilo
n00b
n00b
User avatar
Posts: 38
Joined: Thu Jan 01, 2004 6:25 pm
Location: The Netherlands
Contact:
Contact Agilo
Website

CenterICQ.

  • Quote

Post by Agilo » Mon Jul 19, 2004 5:53 pm

I don't know if I have to create an eBuild for it, but I'd very much like to see CenterICQ being implemented into the Portage tree.
Centericq is a text mode menu- and window-driven IM interface that supports the ICQ2000, Yahoo!, AIM, IRC, MSN, Gadu-Gadu and Jabber protocols.
- Agilo (Alessandro Lo-Presti)
Top
Henk Poley
n00b
n00b
Posts: 17
Joined: Mon Jul 19, 2004 6:27 pm

Re: CenterICQ.

  • Quote

Post by Henk Poley » Mon Jul 19, 2004 6:44 pm

Agilo wrote:I don't know if I have to create an eBuild for it, but I'd very much like to see CenterICQ being implemented into the Portage tree.
Ehm, agilo? To IM your PC to install some software, or something? Not trying to be harsh, but this thread is about discussing portage/emerge tools.
Top
Genone
Retired Dev
Retired Dev
User avatar
Posts: 9656
Joined: Fri Mar 14, 2003 6:02 pm
Location: beyond the rim

  • Quote

Post by Genone » Mon Jul 19, 2004 7:59 pm

also:

Code: Select all

$ emerge -s centericq
Searching...   
[ Results for search key : centericq ]
[ Applications found : 1 ]
 
*  net-im/centericq
      Latest version available: 4.9.12
      Latest version installed: [ Not Installed ]
      Size of downloaded files: 1,593 kB
      Homepage:    http://konst.org.ua/eng/software/centericq/info.html
      Description: A ncurses ICQ/Yahoo!/AIM/IRC/MSN/Jabber Client
      License:     GPL-2
Top
Lv
Retired Dev
Retired Dev
User avatar
Posts: 352
Joined: Sun Jun 22, 2003 4:50 am

  • Quote

Post by Lv » Wed Jul 21, 2004 6:15 am

portage-c aims to eventually be a portage replacement in c :)
it also makes use of sqlite.

this means the difference between insanely slow:

Code: Select all

ayanami root # time emerge -S mozilla > /dev/null

real    15m57.883s
user    9m28.485s
sys     4m40.234s
after a fresh emerge sync with the new portage... yes, it seriously took that long. the second time through, still damn slow:

Code: Select all

ayanami root # time emerge -S mozilla > /dev/null
 
real    1m26.742s
user    0m17.807s
sys     0m2.631s
and insanely fast:

Code: Select all

ayanami root # time portage-c --search mozilla > /dev/null
 
real    0m1.719s
user    0m0.011s
sys     0m0.010s
though the portage-c output isnt formatted very well -

Code: Select all

ayanami root # portage-c --search libstdc++-v3
>>>Search<<<
>>>Search->libstdc++-v3
sys-libs/libstdc++-v3-3.3.3-r1 Size:23279245
                Compatibility package for running binaries linked against a pre gcc 3.4 libstdc++
                http://gcc.gnu.org/libstdc++/
 
<<<Search>>>
it's currently not usable as a full portage replacement (cant simply emerge stuff yet), but siti is certainly working on it :)

http://sourceforge.net/projects/portage-c/
Top
Agilo
n00b
n00b
User avatar
Posts: 38
Joined: Thu Jan 01, 2004 6:25 pm
Location: The Netherlands
Contact:
Contact Agilo
Website

  • Quote

Post by Agilo » Wed Jul 21, 2004 11:52 am

Genone wrote:also:

Code: Select all

$ emerge -s centericq
Searching...   
[ Results for search key : centericq ]
[ Applications found : 1 ]
 
*  net-im/centericq
      Latest version available: 4.9.12
      Latest version installed: [ Not Installed ]
      Size of downloaded files: 1,593 kB
      Homepage:    http://konst.org.ua/eng/software/centericq/info.html
      Description: A ncurses ICQ/Yahoo!/AIM/IRC/MSN/Jabber Client
      License:     GPL-2
Wow.. I.. ehm..
I.. I'm sorry. :oops:

Last time I checked if CenterICQ was in portage was a long time ago, I guess.
I didn't know it was since added.

Sorry again.
- Agilo (Alessandro Lo-Presti)
Top
BlindSpy
Apprentice
Apprentice
User avatar
Posts: 263
Joined: Sat Mar 20, 2004 4:17 pm

  • Quote

Post by BlindSpy » Wed Jul 21, 2004 2:41 pm

great comilation!
Symlinks to:
xorg.conf
Top
Lv
Retired Dev
Retired Dev
User avatar
Posts: 352
Joined: Sun Jun 22, 2003 4:50 am

  • Quote

Post by Lv » Thu Jul 22, 2004 1:44 am

http://dev.gentoo.org/~gmsoft/tools/imlate

imlate seeks to make arch maintainance easier by comparing the current stable version of an ebuild for one arch with another. x86 is the default comparison.

some example imlate output:

Code: Select all

ayanami root # ./imlate amd64
Package Name                            amd64               x86
--------------------------------------------------------------------------------
app-accessibility/gok                   0.10.0              0.10.2
app-accessibility/gnome-mag             0.10.10             0.10.11
app-arch/arj                            3.10.18             3.10g
app-arch/dump                           0.4.34              0.4.36
app-cdr/k3b                             0.11.10             0.11.12-r1
Top
Heyleke
n00b
n00b
User avatar
Posts: 5
Joined: Tue Aug 05, 2003 7:30 pm

GAUS gone?

  • Quote

Post by Heyleke » Thu Jul 22, 2004 12:11 pm

Does GAUS (as one package) still exist?

old links (that do not work anymore):

http://michael.justfor-e.net/GAUS/0.1.2-gaus.tar.gz

http://freshmeat.net/projects/gaus/

after doing some google work, it seems to be disapeared...
Top
Air-Op
n00b
n00b
User avatar
Posts: 52
Joined: Wed Apr 02, 2003 12:26 am

revdep-rebuild

  • Quote

Post by Air-Op » Thu Jul 22, 2004 1:27 pm

You forgot revdep-rebuild!

revdep-rebuild is basically a neccessity if you're using ~arch

HEhehe.. it might actually be included in portage... :S
Top
dr_strange
Guru
Guru
User avatar
Posts: 480
Joined: Tue Apr 16, 2002 7:19 pm
Location: Cambridge, UK

Re: revdep-rebuild

  • Quote

Post by dr_strange » Thu Jul 22, 2004 5:27 pm

Air-Op wrote:You forgot revdep-rebuild!

revdep-rebuild is basically a neccessity if you're using ~arch

HEhehe.. it might actually be included in portage... :S

It's in gentoolkit.
shine on,

dr_strange

Set the Controls for the Heart of Gentoo
http://magenta.linuxforum.hu
Top
tecknojunky
Veteran
Veteran
User avatar
Posts: 1937
Joined: Sat Oct 19, 2002 6:50 am
Location: Montréal
Contact:
Contact tecknojunky
Website

  • Quote

Post by tecknojunky » Thu Jul 29, 2004 4:54 am

Here's one I'm using for a few months and that I find useful... kinda.

gsc stand for Gentoo Servies Control and it's a simple dialog wrapper to start/stop/restart/reload/zap candidate scripts in the /etc/init.d folder.

The script is here and I have put a preview on my webserver.

I have installed it in /sbin, so cd ther and cut&paste the following to get it installed and ready for usages:

Code: Select all

cd /sbin
wget http://www.tecknojunky.com/gentoo/gsc
chmod 700 gsc
Of course, you need bash and dialog installed.

Hope at least one other person find it useful. Improvments/suggestions are welcome (pm me).

NB: While previewing the post and testing the links, I noticed there are a lot of commented code in there. I kind of forgot what I was up to. I think it was an attempt to pla around with runlevels.
(7 of 9) Installing star-trek/species-8.4.7.2::talax.
Top
xchris
Advocate
Advocate
User avatar
Posts: 2824
Joined: Thu Jul 10, 2003 10:21 pm

  • Quote

Post by xchris » Thu Jul 29, 2004 12:09 pm

Here is my bash script for use analisys
Already posted in this forum section but maybe it's a good idea (if you think it's worth) to mention it also here:

http://forums.gentoo.org/viewtopic.php?t=203823
while True:Gentoo()
Top
egolf
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 116
Joined: Fri Feb 27, 2004 6:55 pm
Location: CH

  • Quote

Post by egolf » Wed Aug 04, 2004 7:24 pm

Here are some scripts from the italian user group, Maybe they can be interesting,
(If you need some translations, you can send me a pm)
Everything has its beauty but not everyone sees it.
-Confucius-
Top
untiefe
Apprentice
Apprentice
User avatar
Posts: 230
Joined: Mon Jan 12, 2004 2:22 pm
Location: the nonexisting Bielefeld, Germany
Contact:
Contact untiefe
Website

  • Quote

Post by untiefe » Thu Aug 12, 2004 10:52 am

Hi!

As I didn't got any reply from my PM, I just add glcu here (and would be happy if you could add it to the list):

For everybody who wants some kind of automated update, this script may be everything you need:

glcu - gentoo linux cron update
"I'm an angel bored like hell
And you're a devil meaning well"

:: Cardigans - You're The Storm ::

glcu - gentoo linux cron update (full featured semi-automatic updates via cron)
Top
mallchin
l33t
l33t
User avatar
Posts: 655
Joined: Tue Jan 21, 2003 9:59 pm
Location: United Kingdom
Contact:
Contact mallchin
Website

  • Quote

Post by mallchin » Sat Aug 14, 2004 1:16 am

eMenu provides common emerge commands, and, more usefully, captures messages outputed by portage so you can view them later.
http://www.dopesmoker.net/files/emenu.sh
6700 @ 2.66GHz, 4Gb RAM, 2 x 500Gb, 8800 GTX, PhysX, X-Fi, 24" Widescreen, Tux mascot
Top
singular
n00b
n00b
User avatar
Posts: 54
Joined: Sat Jun 07, 2003 3:34 am
Contact:
Contact singular
Website

  • Quote

Post by singular » Sun Aug 15, 2004 12:41 am

The link to repoman-local returns a 404 not found page.
Is there a good link to this or does it no longer exist?
Top
Genone
Retired Dev
Retired Dev
User avatar
Posts: 9656
Joined: Fri Mar 14, 2003 6:02 pm
Location: beyond the rim

  • Quote

Post by Genone » Sun Aug 15, 2004 4:50 am

It got merged into repoman a long time ago.
Top
singular
n00b
n00b
User avatar
Posts: 54
Joined: Sat Jun 07, 2003 3:34 am
Contact:
Contact singular
Website

  • Quote

Post by singular » Sun Aug 15, 2004 6:12 am

Thanks, I didn't realize that.
Top
k1w1_skarf1
n00b
n00b
User avatar
Posts: 28
Joined: Fri Aug 27, 2004 6:12 am
Location: Dunedin, New Zealand

  • Quote

Post by k1w1_skarf1 » Wed Oct 27, 2004 5:07 am

Code: Select all

truffle root # portlog-info 
PORT_LOGDIR not found.
truffle root # grep PORT_LOGDIR /etc/make.conf
PORT_LOGDIR="/var/log/portage"
:x WTF! I downloaded it today, and put it in /usr/local/bin. Is this script b0rk3n or have I done someting stupid?

I want to set this up so logrotate mails me the important emerge info before it deletes my portage logs. At present emerge is creating log files OK....
"The most incomprehensible thing about the world is that it is comprehensible."

Albert Einstein
Top
k1w1_skarf1
n00b
n00b
User avatar
Posts: 28
Joined: Fri Aug 27, 2004 6:12 am
Location: Dunedin, New Zealand

  • Quote

Post by k1w1_skarf1 » Wed Oct 27, 2004 9:07 am

OK, I found the problem. I fixed it by changing this:

Code: Select all

PORT_LOGDIR="`sed -n 's:^PORT_LOGDIR=::p' /etc/make.conf`" 
to this:

Code: Select all

PORT_LOGDIR_HOLDER="`sed -n 's:^PORT_LOGDIR=::p' /etc/make.conf`"
PORT_LOGDIR="`echo $PORT_LOGDIR_HOLDER | sed -n 's:"::p' | sed -n 's:"::p'`"
I don't know if most people have

Code: Select all

PORT_LOGDIR="/var/log/portage"
in /etc/make.conf, or

Code: Select all

PORT_LOGDIR=/var/log/portage
but I thought the proper way was to put the "quotes" around it.

The sed script was not removing the quotes. Unfortunately, I don't think my altered script will work for people without the quotes.

We could do it like this (of the top of my head)....

Code: Select all

PORT_LOGDIR_HOLDER="`sed -n 's:^PORT_LOGDIR=::p' /etc/make.conf`"
if echo $PORT_LOGDIR_HOLDER | grep -q '"'
     then PORT_LOGDIR="`echo $PORT_LOGDIR_HOLDER | sed -n 's:"::p' | sed -n 's:"::p'
     else PORT_LOGDIR="`echo $PORT_LOGDIR_HOLDER`"
fi
This is my first time using sed, maybe someone else has a tidier way....:roll:
"The most incomprehensible thing about the world is that it is comprehensible."

Albert Einstein
Top
Post Reply

97 posts
  • Previous
  • 1
  • 2
  • 3
  • 4
  • Next

Return to “Unsupported Software”

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