You are not logged in.

#76 2008-01-27 22:38:57

Pajaro
Member
Registered: 2004-04-21
Posts: 884

Re: tupac (TUrbo PACman) - a cached pacman implementation. UPDATED 0.5.6.1

NEWS: I am writing a Qt GUI for tupac in python smile

features: search as you type, drag and drop... by now tongue

Check it out:
http://bbs.archlinux.org/viewtopic.php? … 03#p322903

Offline

#77 2008-01-27 23:10:21

shining
Pacman Developer
Registered: 2006-05-10
Posts: 2,043

Re: tupac (TUrbo PACman) - a cached pacman implementation. UPDATED 0.5.6.1

Any chances the pacman -Qo benchmark in the first post was made pre 3.1 ?
If that's the case, please try again now smile


pacman roulette : pacman -S $(pacman -Slq | LANG=C sort -R | head -n $((RANDOM % 10)))

Offline

#78 2008-01-27 23:57:54

Pajaro
Member
Registered: 2004-04-21
Posts: 884

Re: tupac (TUrbo PACman) - a cached pacman implementation. UPDATED 0.5.6.1

0.5.1.1:
- Fix php bug. Fresh cache creation stoped working (too much optimization for php tongue)

Last edited by Pajaro (2008-01-28 00:24:30)

Offline

#79 2008-01-28 00:27:00

Pajaro
Member
Registered: 2004-04-21
Posts: 884

Re: tupac (TUrbo PACman) - a cached pacman implementation. UPDATED 0.5.6.1

0.5.1.2:
- Fix wrong version displaying of _NO_REPO_ results.

Offline

#80 2008-01-28 00:36:11

Pajaro
Member
Registered: 2004-04-21
Posts: 884

Re: tupac (TUrbo PACman) - a cached pacman implementation. UPDATED 0.5.6.1

shining,

yes, i have to update them tongue but since my faster mother board died, i will have to redo all benchmarking in the first post to keep timings uniform.

Initial look: "pacman -Qo" in /bin takes less than a half of what "tupac -Qo" does...  but also, tupac takes double time than it took... Crappy mobo hmm

That's why i want to repeat all benchmarks.

Offline

#81 2008-01-28 01:27:03

shining
Pacman Developer
Registered: 2006-05-10
Posts: 2,043

Re: tupac (TUrbo PACman) - a cached pacman implementation. UPDATED 0.5.6.1

Ah ok, no problem.


pacman roulette : pacman -S $(pacman -Slq | LANG=C sort -R | head -n $((RANDOM % 10)))

Offline

#82 2008-04-23 10:58:57

gianvito
Member
From: Italy, Salerno
Registered: 2008-01-12
Posts: 10
Website

Re: tupac (TUrbo PACman) - a cached pacman implementation. UPDATED 0.5.6.1

I've got this error during cache update...

:::+++ add aria2-0.13.1+2-1
FATAL: Integrity error! The package is corrupted! Its directory name 'aria2-0.13.1+2-1' doesn't match its description name: aria2

Offline

#83 2008-04-24 00:56:22

autonymous
Member
Registered: 2008-02-24
Posts: 31

Re: tupac (TUrbo PACman) - a cached pacman implementation. UPDATED 0.5.6.1

I'm thinking someone borked the aria2 package:

[tony@SDF-1 ~]$ yaourt -Ss aria2
extra/aria2-0.13.1+2-1 /var/lib/pacman/sync/extra/aria2-0.13.1+2-1
    aria2 is a download utility with resuming and segmented downloading. Supports HTTP/HTTPS/FTP/BitTorrent/Metalink.
aur/aria2-more-split 0.13.1+2-1
    "aria2 is a download utility with resuming and segmented downloading.

See the difference?

Offline

#84 2008-04-24 01:59:07

superkevjr
Member
Registered: 2007-08-15
Posts: 7

Re: tupac (TUrbo PACman) - a cached pacman implementation. UPDATED 0.5.6.1

tupac need patch to handle foo-0.13.1+2-? like package name and version as aria2 often pushs out aria2-0.13.1+1 like version releases.

Offline

#85 2008-04-24 20:26:16

eyolf
Member
From: Copenhagen
Registered: 2005-11-29
Posts: 339
Website

Re: tupac (TUrbo PACman) - a cached pacman implementation. UPDATED 0.5.6.1

so is there anything we can do to make yaourt work again? Remove aria from the cache...?

Offline

#86 2008-04-25 01:25:54

superkevjr
Member
Registered: 2007-08-15
Posts: 7

Re: tupac (TUrbo PACman) - a cached pacman implementation. UPDATED 0.5.6.1

remove `+2' both in dir name and desc file under /var/pacman of aira2 before tupac works with such version name.

like:

mv /var/lib/pacman/sync/extra/aria2-0.13.1+2-1 /var/lib/pacman/sync/extra/aria2-0.13.1-1
sed -i -e 's/0.13.1\+2-1/0.13.1-1/' /var/lib/pacman/sync/extra/aria2-0.13.1-1/desc
mv /var/lib/pacman/local/aria2-0.13.1+2-1 /var/lib/pacman/local/aria2-0.13.1-1
sed -i -e 's/0.13.1\+2-1/0.13.1-1/' /var/lib/pacman/local/aria2-0.13.1+2-1/desc

then `sudo tupac` to regenerate pkg cache in /var/lib/tupac, if no luck, just remove /var/lib/tupac and tupac then reinstall a new one.

Offline

#87 2008-04-25 07:24:43

eyolf
Member
From: Copenhagen
Registered: 2005-11-29
Posts: 339
Website

Re: tupac (TUrbo PACman) - a cached pacman implementation. UPDATED 0.5.6.1

Thanks!

Offline

#88 2008-04-26 00:44:05

gianvito
Member
From: Italy, Salerno
Registered: 2008-01-12
Posts: 10
Website

Re: tupac (TUrbo PACman) - a cached pacman implementation. UPDATED 0.5.6.1

Thank you!

Offline

#89 2008-04-26 11:09:59

Pajaro
Member
Registered: 2004-04-21
Posts: 884

Re: tupac (TUrbo PACman) - a cached pacman implementation. UPDATED 0.5.6.1

0.5.2:
- Fixed bug: added '+' character as a valid caracter for versioning numbers.

Now it is usable again smile

Offline

#90 2008-04-26 12:20:57

xdeusx
Member
Registered: 2007-10-15
Posts: 168

Re: tupac (TUrbo PACman) - a cached pacman implementation. UPDATED 0.5.6.1

thanks for the fix
I do have another problem... If I use tupac to search packages, old already deleted packages show up.

These for example, they are for sure not installed anymore.

 _NO_REPO_/kdemod4-kdeedu-kstars 4.0.68-1 - This is the installed version
    KStars is a Desktop Planetarium for KDE
 _NO_REPO_/kdemod4-kdenetwork-krdc 4.0.68-1 - This is the installed version
    Desktop Sharing Client
 _NO_REPO_/kdemod4-kdegames-katomic 4.0.68-1 - This is the installed version
    Thinking game where you have to form chemical molecules out of atoms
 _NO_REPO_/kdemod4-kdegames-kreversi 4.0.68-1 - This is the installed version
    Board game game where two players have to gain the majority of pieces on the board
 _NO_REPO_/kdemod4-kdebase-workspace-doc 4.0.68-1 - This is the installed version
    KDE Workspace - Documentation
 _NO_REPO_/kdemod4-kdemultimedia-juk 4.0.68-1 - This is the installed version
    Audio player
 _NO_REPO_/kdemod4-kdeaccessibility 4.0.68-1 - This is the installed version
    KDE Accessibility aids

This is pretty annoying at times, any help on this?

Offline

#91 2008-05-04 12:37:29

finferflu
Forum Fellow
From: Manchester, UK
Registered: 2007-06-21
Posts: 1,899
Website

Re: tupac (TUrbo PACman) - a cached pacman implementation. UPDATED 0.5.6.1

Tupac stopped working for me after upgrading Aria2:

FATAL: Integrity error! The package is corrupted! Its directory name 'aria2-0.13.1+2-1' doesn't match its description name: aria2

Any suggestion?


Have you Syued today?
Free music for free people! | Earthlings

"Perfection is achieved, not when there is nothing more to add, but when there is nothing left to take away." -- A. de Saint-Exupery

Offline

#92 2008-05-21 23:31:36

finferflu
Forum Fellow
From: Manchester, UK
Registered: 2007-06-21
Posts: 1,899
Website

Re: tupac (TUrbo PACman) - a cached pacman implementation. UPDATED 0.5.6.1

Bump? Where can I get in touch with the expert?


Have you Syued today?
Free music for free people! | Earthlings

"Perfection is achieved, not when there is nothing more to add, but when there is nothing left to take away." -- A. de Saint-Exupery

Offline

#93 2008-05-22 22:12:51

LTSmash
Member
From: Aguascalientes - Mexico
Registered: 2008-01-02
Posts: 348
Website

Re: tupac (TUrbo PACman) - a cached pacman implementation. UPDATED 0.5.6.1

this is f*kin FAST

thanks for the good job wink


Proud Ex-Arch user.
Still an ArchLinux lover though.

Currently on Kubuntu 9.10

Offline

#94 2008-05-24 00:30:26

Pajaro
Member
Registered: 2004-04-21
Posts: 884

Re: tupac (TUrbo PACman) - a cached pacman implementation. UPDATED 0.5.6.1

finferflu, just reinstall tupac with yaourt:

$ yaourt tupac

Offline

#95 2008-05-24 01:11:25

Pajaro
Member
Registered: 2004-04-21
Posts: 884

Re: tupac (TUrbo PACman) - a cached pacman implementation. UPDATED 0.5.6.1

0.5.3: Updated tupac
- I think i solved xdeusx issue.
- tupac got modularized, so now it has its own folder (/usr/lib/tupac)
- It also has a folder for locales with a single file per locale, so anyone can create custom locales as separate packages.

I also created a sourceforge project for tupac and qupac, so it gets easier to contribute:
http://sourceforge.net/projects/tupac

Offline

#96 2008-05-24 01:20:55

finferflu
Forum Fellow
From: Manchester, UK
Registered: 2007-06-21
Posts: 1,899
Website

Re: tupac (TUrbo PACman) - a cached pacman implementation. UPDATED 0.5.6.1

Pajaro wrote:

finferflu, just reinstall tupac with yaourt:

$ yaourt tupac

I just did it, but it still bring the same error sad


Have you Syued today?
Free music for free people! | Earthlings

"Perfection is achieved, not when there is nothing more to add, but when there is nothing left to take away." -- A. de Saint-Exupery

Offline

#97 2008-05-24 02:41:34

Pajaro
Member
Registered: 2004-04-21
Posts: 884

Re: tupac (TUrbo PACman) - a cached pacman implementation. UPDATED 0.5.6.1

Can you run "tupac --help" to see what version do you have?

Offline

#98 2008-05-24 10:09:31

finferflu
Forum Fellow
From: Manchester, UK
Registered: 2007-06-21
Posts: 1,899
Website

Re: tupac (TUrbo PACman) - a cached pacman implementation. UPDATED 0.5.6.1

Curiously it's an old one, even though I have reinstalled it, perhaps I forgot to refresh the AUR's cache:

tupac: A cached pacman implementatioin. Version: 0.5.1.2

EDIT:
I have just done a yaourt -Sy tupac, and now that's what I get:

> tupac --help                                                                                                                                                                                         [~]  

Warning: include(localization/en_GB.php): failed to open stream: No such file or directory in /usr/lib/tupac/localization.inc.php on line 30

Warning: include(): Failed opening 'localization/en_GB.php' for inclusion (include_path='.:/usr/share/pear') in /usr/lib/tupac/localization.inc.php on line 30

Have you Syued today?
Free music for free people! | Earthlings

"Perfection is achieved, not when there is nothing more to add, but when there is nothing left to take away." -- A. de Saint-Exupery

Offline

#99 2008-05-24 14:18:48

Pajaro
Member
Registered: 2004-04-21
Posts: 884

Re: tupac (TUrbo PACman) - a cached pacman implementation. UPDATED 0.5.6.1

ops, sorry. Fixing it.

Offline

#100 2008-05-24 14:53:15

Pajaro
Member
Registered: 2004-04-21
Posts: 884

Re: tupac (TUrbo PACman) - a cached pacman implementation. UPDATED 0.5.6.1

0.5.3.2:
- Fixes the bug with includes
- Also fixed a bug localization bug that made tupac exit silently if the tupac directory didn't exist.

Offline

Board footer

Powered by FluxBB