You are not logged in.

#126 2008-05-28 23:49:23

Gert
Member
Registered: 2008-01-30
Posts: 28

Re: New pacman utility, rebuild and optimize packages from source

Great work man, I really appreciate your tool. Thank you.


Love will tear us apart

Offline

#127 2008-05-29 00:22:43

Cimi
Member
From: Padova, Italy
Registered: 2006-01-16
Posts: 301
Website

Re: New pacman utility, rebuild and optimize packages from source

There are few bugs that will cause some updgrades to fail. This is because makepkg is not able to parse >= etc deps flags.
But pacbuilder will do it soon!

Also we are working (now we are 3 people) on porting the -S... options of pacman, to make the usage simpler


Murrine Creator - GNOME Developer

Offline

#128 2008-05-29 22:02:23

Cimi
Member
From: Padova, Italy
Registered: 2006-01-16
Posts: 301
Website

Re: New pacman utility, rebuild and optimize packages from source

Hi guys, my name is PacBuilder!

pacbuilder.png


Murrine Creator - GNOME Developer

Offline

#129 2008-05-29 22:05:47

dhave
Arch Linux f@h Team Member
From: Outside the matrix.
Registered: 2005-05-15
Posts: 1,112

Re: New pacman utility, rebuild and optimize packages from source

Cimi wrote:

Hi, PacBuilder! I'm dhave! You've been drinking coffee again, haven't you ...?


Donate to Arch!

Tired? There's a nap for that. --anonymous

Offline

#130 2008-05-29 23:05:15

aRcHaTe
Member
Registered: 2006-10-24
Posts: 646

Re: New pacman utility, rebuild and optimize packages from source

dhave wrote:
Cimi wrote:

Hi, PacBuilder! I'm dhave! You've been drinking coffee again, haven't you ...?

lool too mutch caffin will kill ya XD


Its a sick world we live in....

Offline

#131 2008-05-30 00:15:30

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

Re: New pacman utility, rebuild and optimize packages from source

Cimi wrote:
LTSmash wrote:
Cimi wrote:

if someone wants to join the development...

How?
Are you using Bash or else?

just plain bash

Thats cool how do I join?


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

Currently on Kubuntu 9.10

Offline

#132 2008-05-30 11:36:59

Cimi
Member
From: Padova, Italy
Registered: 2006-01-16
Posts: 301
Website

Re: New pacman utility, rebuild and optimize packages from source

LTSmash wrote:
Cimi wrote:
LTSmash wrote:

How?
Are you using Bash or else?

just plain bash

Thats cool how do I join?

you could search me in IRC when I'm online.
Same nick


Murrine Creator - GNOME Developer

Offline

#133 2008-05-30 14:27:34

SpookyET
Member
Registered: 2008-01-27
Posts: 410

Re: New pacman utility, rebuild and optimize packages from source

FISH Completion

It should go into one of the following:
~/.config/fish/completions/pacbuilder.fish
/usr/share/fish/completions/pacbuilder.fish

pacbuilder.fish

# vim: set ft=fish :et"

# General:
complete -c 'pacbuilder' -l 'help' -d "print this help"
complete -c 'pacbuilder' -l 'clean' -d "remove previous log"
complete -c 'pacbuilder' -l 'edit' -d "be verbose and edit PKGBUILD"
complete -c 'pacbuilder' -l 'gccinfo' -d "print current compilation flags"
complete -c 'pacbuilder' -l 'nocolor' -d "don't use any color"
complete -c 'pacbuilder' -l 'notitle' -d "don't print the title"
complete -c 'pacbuilder' -l 'noresume' -d "don't resume"

# Install:
complete -c 'pacbuilder' -s 'S' -l 'install' -d "build specified packages"
complete -c 'pacbuilder' -s 'b' -l 'builddeps' -n '__fish_contains_opt -s S install' -d "build and install the dependencies"
complete -c 'pacbuilder' -s 'e' -l 'edit' -n '__fish_contains_opt -s S install' -d "be verbose and edit PKGBUILD"
complete -c 'pacbuilder' -s 'k' -l 'keepdeps' -n '__fish_contains_opt -s S install' -d "keep makedepends after install"
complete -c 'pacbuilder' -s 'u' -l 'sysupgrade' -n '__fish_contains_opt -s S install' -d "build the updated packages"
complete -c 'pacbuilder' -s 'v' -l 'verbose' -n '__fish_contains_opt -s S install' -d "print makepkg output"

# Type:
complete -c 'pacbuilder' -l 'world' -d "recompile both deps and explicit"
complete -c 'pacbuilder' -l 'explicit' -d "recompile explicitely installed packages"

# Target repository:
complete -c 'pacbuilder' -l 'core' -d "recompile packages in core"
complete -c 'pacbuilder' -l 'extra' -d "recompile packages in extra"
complete -c 'pacbuilder' -l 'testing' -d "recompile packages in testing"
complete -c 'pacbuilder' -l 'unstable' -d "recompile packages in unstable"
complete -c 'pacbuilder' -l 'community' -d "recompile packages in community"
complete -c 'pacbuilder' -l 'aur' -d "recompile packages in aur"

Here's how completion generally looks like in FISH:
fish-service-completion.png

Don't ask to write bash completion. It's horrible. I may write a zsh one.

Last edited by SpookyET (2008-05-30 14:27:58)

Offline

#134 2008-05-30 14:35:19

zodmaner
Member
Registered: 2007-07-11
Posts: 653

Re: New pacman utility, rebuild and optimize packages from source

Cimi wrote:

Cool icon. smile

Offline

#135 2008-05-30 21:05:19

aRcHaTe
Member
Registered: 2006-10-24
Posts: 646

Re: New pacman utility, rebuild and optimize packages from source

Cimi wrote:
LTSmash wrote:
Cimi wrote:

just plain bash

Thats cool how do I join?

you could search me in IRC when I'm online.
Same nick

cimi what channel do u usually go to?
i have this problm...i dont now if it is a bug but with --buildeps flag its seens that pacbuilder doesnt fetch a lot of deps...dont no why...many packages fail because of the make deps...can u help?


Its a sick world we live in....

Offline

#136 2008-05-31 14:09:32

aRcHaTe
Member
Registered: 2006-10-24
Posts: 646

Re: New pacman utility, rebuild and optimize packages from source

cimi here it is an example...

==> Making package: awesome 2.3-2  (Sat May 31 14:01:41 AZOST 2008)
==> WARNING: Running makepkg as root...
==> Checking Runtime Dependencies...
==> Checking Buildtime Dependencies...
==> Missing Dependencies:
  -> docbook-xsl
  -> asciidoc
  -> xmlto
==> ERROR: Could not resolve all dependencies.
==> Installing awesome-2.3-2-i686.pkg.tar.gz [package 9 of 834] ...==> Building awesome [package 9 of 834] ... makepkg failed!


Its a sick world we live in....

Offline

#137 2008-05-31 15:02:56

reacocard
Member
Registered: 2008-05-25
Posts: 20
Website

Re: New pacman utility, rebuild and optimize packages from source

aRcHaTe wrote:

cimi here it is an example...

==> Making package: awesome 2.3-2  (Sat May 31 14:01:41 AZOST 2008)
==> WARNING: Running makepkg as root...
==> Checking Runtime Dependencies...
==> Checking Buildtime Dependencies...
==> Missing Dependencies:
  -> docbook-xsl
  -> asciidoc
  -> xmlto
==> ERROR: Could not resolve all dependencies.
==> Installing awesome-2.3-2-i686.pkg.tar.gz [package 9 of 834] ...==> Building awesome [package 9 of 834] ... makepkg failed!

have you tried the --builddeps flag?

Offline

#138 2008-05-31 15:20:31

aRcHaTe
Member
Registered: 2006-10-24
Posts: 646

Re: New pacman utility, rebuild and optimize packages from source

reacocard wrote:
aRcHaTe wrote:

cimi here it is an example...

==> Making package: awesome 2.3-2  (Sat May 31 14:01:41 AZOST 2008)
==> WARNING: Running makepkg as root...
==> Checking Runtime Dependencies...
==> Checking Buildtime Dependencies...
==> Missing Dependencies:
  -> docbook-xsl
  -> asciidoc
  -> xmlto
==> ERROR: Could not resolve all dependencies.
==> Installing awesome-2.3-2-i686.pkg.tar.gz [package 9 of 834] ...==> Building awesome [package 9 of 834] ... makepkg failed!

have you tried the --builddeps flag?

yes


Its a sick world we live in....

Offline

#139 2008-05-31 16:08:17

Cimi
Member
From: Padova, Italy
Registered: 2006-01-16
Posts: 301
Website

Re: New pacman utility, rebuild and optimize packages from source

aRcHaTe wrote:
reacocard wrote:
aRcHaTe wrote:

cimi here it is an example...

==> Making package: awesome 2.3-2  (Sat May 31 14:01:41 AZOST 2008)
==> WARNING: Running makepkg as root...
==> Checking Runtime Dependencies...
==> Checking Buildtime Dependencies...
==> Missing Dependencies:
  -> docbook-xsl
  -> asciidoc
  -> xmlto
==> ERROR: Could not resolve all dependencies.
==> Installing awesome-2.3-2-i686.pkg.tar.gz [package 9 of 834] ...==> Building awesome [package 9 of 834] ... makepkg failed!

have you tried the --builddeps flag?

yes

www.gentoo.org


Murrine Creator - GNOME Developer

Offline

#140 2008-05-31 18:48:47

aRcHaTe
Member
Registered: 2006-10-24
Posts: 646

Re: New pacman utility, rebuild and optimize packages from source

Cimi wrote:
aRcHaTe wrote:
reacocard wrote:

have you tried the --builddeps flag?

yes

www.gentoo.org

what?


Its a sick world we live in....

Offline

#141 2008-05-31 19:38:50

Cimi
Member
From: Padova, Italy
Registered: 2006-01-16
Posts: 301
Website

Re: New pacman utility, rebuild and optimize packages from source

aRcHaTe wrote:
Cimi wrote:
aRcHaTe wrote:

yes

www.gentoo.org

what?

Sorry, I've finished my patience


Murrine Creator - GNOME Developer

Offline

#142 2008-05-31 19:43:32

aRcHaTe
Member
Registered: 2006-10-24
Posts: 646

Re: New pacman utility, rebuild and optimize packages from source

Cimi wrote:
aRcHaTe wrote:
Cimi wrote:

what?

Sorry, I've finished my patience

ho...thats like..sad to know...im not trying to bug u..so ok


Its a sick world we live in....

Offline

#143 2008-06-01 02:53:14

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

Re: New pacman utility, rebuild and optimize packages from source

aRcHaTe wrote:
Cimi wrote:
LTSmash wrote:

Thats cool how do I join?

you could search me in IRC when I'm online.
Same nick

cimi what channel do u usually go to?

May I repeat the question?


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

Currently on Kubuntu 9.10

Offline

#144 2008-06-01 11:59:51

Cimi
Member
From: Padova, Italy
Registered: 2006-01-16
Posts: 301
Website

Re: New pacman utility, rebuild and optimize packages from source

LTSmash wrote:
aRcHaTe wrote:
Cimi wrote:

you could search me in IRC when I'm online.
Same nick

cimi what channel do u usually go to?

May I repeat the question?

#archlinux, nick Cimi


Murrine Creator - GNOME Developer

Offline

#145 2008-06-01 17:25:11

aRcHaTe
Member
Registered: 2006-10-24
Posts: 646

Re: New pacman utility, rebuild and optimize packages from source

hi man the last updated u made fixed my problm..so mutch for ur patience....


Its a sick world we live in....

Offline

#146 2008-06-15 01:56:00

Cimi
Member
From: Padova, Italy
Registered: 2006-01-16
Posts: 301
Website

Re: New pacman utility, rebuild and optimize packages from source

I need someone to implement the search feature smile


Murrine Creator - GNOME Developer

Offline

#147 2008-06-20 15:28:35

Blµb
Member
Registered: 2008-02-10
Posts: 224

Re: New pacman utility, rebuild and optimize packages from source

Wait, shouldn't pacman -Ss do THAT job?
Anyway,
[patch following]
I thought a flag similar to emerge's -p would be useful, so I added -p and --pretend, which makes build_multiple_packages simply LIST the packages.
I found it quite annoying that the list wasn't printed when using --core for example (or did I miss something there? I tried --verbose too...)

and added -c / --confirm, which asks if it should continue after printing the list of packages which would be installed

http://stud4.tuwien.ac.at/~e0725517/pac … nfirm.diff

feel free to beat the crap out of me if I screwed up smile
(virtually of course... like... in nexuiz)


You know you're paranoid when you start thinking random letters while typing a password.
A good post about vim
Python has no multithreading.

Offline

#148 2008-06-20 15:49:54

Cimi
Member
From: Padova, Italy
Registered: 2006-01-16
Posts: 301
Website

Re: New pacman utility, rebuild and optimize packages from source

Blµb wrote:

Wait, shouldn't pacman -Ss do THAT job?
Anyway,
[patch following]
I thought a flag similar to emerge's -p would be useful, so I added -p and --pretend, which makes build_multiple_packages simply LIST the packages.
I found it quite annoying that the list wasn't printed when using --core for example (or did I miss something there? I tried --verbose too...)

and added -c / --confirm, which asks if it should continue after printing the list of packages which would be installed

http://stud4.tuwien.ac.at/~e0725517/pac … nfirm.diff

feel free to beat the crap out of me if I screwed up smile
(virtually of course... like... in nexuiz)

maybe -a is better than -c ? I was wondering about --clean...


Murrine Creator - GNOME Developer

Offline

#149 2008-06-20 16:43:27

Blµb
Member
Registered: 2008-02-10
Posts: 224

Re: New pacman utility, rebuild and optimize packages from source

right, I don't really care about the letter as long as it exists big_smile

Last edited by Blµb (2008-06-20 16:53:49)


You know you're paranoid when you start thinking random letters while typing a password.
A good post about vim
Python has no multithreading.

Offline

#150 2008-06-20 17:45:38

Cimi
Member
From: Padova, Italy
Registered: 2006-01-16
Posts: 301
Website

Re: New pacman utility, rebuild and optimize packages from source

Blµb wrote:

right, I don't really care about the letter as long as it exists big_smile

if you want to join the development to add search etc etc or other things feel free


Murrine Creator - GNOME Developer

Offline

Board footer

Powered by FluxBB