Re: [pacman-dev] Splitting packages with makepkg

2008-08-15 Thread Marc - A. Dahlhaus [ Administration | Westermann GmbH ]
Hello, Am Freitag, den 15.08.2008, 12:57 +1000 schrieb Allan McRae: > Henning Garus wrote: > > Now my (maybe) more useful comments: > > > > This looks very much like the PKGBUILD I already had in my head after > > reading the other threads and thinking about splitting packages. While > > thinking

Re: [pacman-dev] Status of "Splitting packages with makepkg"

2008-11-13 Thread Marc - A. Dahlhaus [ Administration | Westermann GmbH ]
Hello Jakub, i'll try to cleanup my up to date patches against 3.2.1 and send something until the next weekend. I also have to incorporate some of the suggestions from the discussions back in August. Am Mittwoch, den 12.11.2008, 12:55 -0500 schrieb Jakub Schmidtke: > Hi. > > I guess this is the

Re: [pacman-dev] Status of "Splitting packages with makepkg"

2008-11-13 Thread Marc - A. Dahlhaus [ Administration | Westermann GmbH ]
Hello Allen, the prototype has a little problem in case you give -L option to makepkg as it is now: As makepkg pipes the output of the build-function into tee, the build-function gets executed in a sub-shell. Any changes of variables in context of main-shell from inside build-function will not wo

Re: [pacman-dev] makepkg: package splitting

2008-12-09 Thread Marc - A. Dahlhaus [ Administration | Westermann GmbH ]
Am Montag, den 08.12.2008, 12:35 +1000 schrieb Allan McRae: > I have finished implementing the basics of package splitting in > makepkg. Everything works as expected when just making packages and > capturing logs but there is some small output issues that need tidying > up and checking that oth

Re: [pacman-dev] makepkg: package splitting

2008-12-09 Thread Marc - A. Dahlhaus [ Administration | Westermann GmbH ]
Am Dienstag, den 09.12.2008, 21:57 +1000 schrieb Allan McRae: > Marc - A. Dahlhaus [ Administration | Westermann GmbH ] wrote: > > Am Montag, den 08.12.2008, 12:35 +1000 schrieb Allan McRae: > > > >> I have finished implementing the basics of package splitting in &

Re: [pacman-dev] makepkg: package splitting

2008-12-15 Thread Marc - A. Dahlhaus [ Administration | Westermann GmbH ]
Am Dienstag, den 09.12.2008, 22:32 +1000 schrieb Allan McRae: > Marc - A. Dahlhaus [ Administration | Westermann GmbH ] wrote: > > > > I'll tested that again and i forgot to change two of the DESTDIR > > locations to the new home of the pkgdirs... So the missing cleanup

Re: [pacman-dev] makepkg: package splitting

2008-12-15 Thread Marc - A. Dahlhaus [ Administration | Westermann GmbH ]
Am Montag, den 15.12.2008, 21:43 +1000 schrieb Allan McRae: > Allan McRae wrote: > > Marc - A. Dahlhaus [ Administration | Westermann GmbH ] wrote: > >> i think i found another bug. Every package that is a split-build and not > >> in the first position in the pkgname

Re: [pacman-dev] makepkg: package splitting

2008-12-15 Thread Marc - A. Dahlhaus [ Administration | Westermann GmbH ]
Am Montag, den 15.12.2008, 22:24 +1000 schrieb Allan McRae: > Marc - A. Dahlhaus [ Administration | Westermann GmbH ] wrote: > > Am Montag, den 15.12.2008, 21:43 +1000 schrieb Allan McRae: > > > > Nice, i'll test and report back... > > Is there any schedule on wh

Re: [pacman-dev] Hooks for pacman

2009-01-23 Thread Marc - A. Dahlhaus [ Administration | Westermann GmbH ]
Am Donnerstag, den 22.01.2009, 21:04 -0600 schrieb Dan McGee: > On Thu, Jan 22, 2009 at 6:51 PM, Aaron Griffin > wrote: > > On Thu, Jan 22, 2009 at 6:29 PM, Allan McRae wrote: > >> Aaron Griffin wrote: > >>> > >>> On Thu, Jan 22, 2009 at 9:15 AM, Allan McRae wrote: > >>> > > Hi all, >

Re: [pacman-dev] Hooks for pacman

2009-01-23 Thread Marc - A. Dahlhaus [ Administration | Westermann GmbH ]
Am Samstag, den 24.01.2009, 00:52 +1000 schrieb Allan McRae: > Marc - A. Dahlhaus [ Administration | Westermann GmbH ] wrote: > > Hello, > > what about an approach that keeps all settings of a specific hook inside > > the hook script itself? This would just work after

Re: [pacman-dev] [PATCH] Fix a possible bash-4.0 problem in makepkg

2009-04-28 Thread Marc - A. Dahlhaus [ Administration | Westermann GmbH ]
Am Dienstag, den 28.04.2009, 14:26 +1000 schrieb Allan McRae: > Aaron Griffin wrote: > > On Sun, Apr 26, 2009 at 9:39 AM, Marc - A. Dahlhaus wrote: > > > >> Dan McGee schrieb: > >> > >>> On Sun, Apr 26, 2009 at 9:04 AM, Marc - A. Dahlhaus wrote: > >>> > >>> > Allan McRae schri

Re: [pacman-dev] [PATCH] Fix a possible bash-4.0 problem in makepkg

2009-04-28 Thread Marc - A. Dahlhaus [ Administration | Westermann GmbH ]
Am Dienstag, den 28.04.2009, 12:57 +0200 schrieb Marc - A. Dahlhaus [ Administration | Westermann GmbH ]: > > An updated patch is attached. > > Marc This time inlined as the list munched it out of my message: makepkg: Fix strip execution on compressed binarys in tidy_install.

Re: [pacman-dev] [PATCH] makepkg: fix check for previously built packages with package splitting

2009-07-02 Thread Marc - A. Dahlhaus [ Administration | Westermann GmbH ]
Am Donnerstag, den 02.07.2009, 16:24 +1000 schrieb Allan McRae: > Marc - A. Dahlhaus wrote: > > Is there a way to rebuild only a subset of split packages? > > No. Mainly because I don't know of a case where this is useful. If you > adjust something in one of the package function, the repackage

[pacman-dev] [PATCH]libalpm: fix ldconfig inside of chroot...

2009-08-03 Thread Marc - A. Dahlhaus [ Administration | Westermann GmbH ]
Hello, i found an error in pacman 3.3.0: If you execute pacman as ordinary user (with sudo) and don't have ldconfig in your PATH pacman can't find ldconfig... Outputs after upgrade to 3.3.0: $ sudo pacman -S swat resolving dependencies... looking for inter-conflicts... Targets (1): swat-3.3.7-

[pacman-dev] [RFC][PATCH] Introduce Include key globing for pacman.conf v2

2009-09-11 Thread Marc - A. Dahlhaus [ Administration | Westermann GmbH ]
This patch adds the ability to use Include filenames containing wildcards and also expands the tilde to the homedirectory of the executing user. Added a headercheck for glob.h to configure.ac Signed-off-by: Marc-A. Dahlhaus --- --- pacman-3.3.0.orig/configure.ac +++ pacman-3.3.0/configure.ac @@

[pacman-dev] [RFC][PATCH] Introduce Include key globing for pacman.conf v3

2009-09-11 Thread Marc - A. Dahlhaus [ Administration | Westermann GmbH ]
This patch adds the ability to use Include filenames containing wildcards and also expands the tilde to the homedirectory of the executing user. Added a headercheck for glob.h to configure.ac. Added a globfree call to clean up the struct properly. Signed-off-by: Marc-A. Dahlhaus --- --- pacman-

[pacman-dev] [RFC] alpmtrigger: triggering events after all packages got installed...

2009-09-11 Thread Marc - A. Dahlhaus [ Administration | Westermann GmbH ]
Hello List, currently i'm working on adding a trigger infrastructure to libaplm/pacman to get rid of workload during upgrades or installations that runs more than a single time. Good examples for such jobs would be: - depmod after module installations - mkinitramfs after module installations -

Re: [pacman-dev] [RFC][PATCH] Introduce Include key globing for pacman.conf v3

2009-09-11 Thread Marc - A. Dahlhaus [ Administration | Westermann GmbH ]
Hello Xavier, Am Freitag, den 11.09.2009, 11:17 +0200 schrieb Xavier: > On Fri, Sep 11, 2009 at 10:51 AM, Marc - A. Dahlhaus [ Administration > | Westermann GmbH ] wrote: > > This patch adds the ability to use Include filenames > > containing wildcards and also expand

Re: [pacman-dev] [RFC][PATCH] Introduce Include key globing for pacman.conf v3

2009-09-11 Thread Marc - A. Dahlhaus [ Administration | Westermann GmbH ]
Am Freitag, den 11.09.2009, 11:32 +0200 schrieb Marc - A. Dahlhaus [ Administration | Westermann GmbH ]: > Hello Xavier, > > Am Freitag, den 11.09.2009, 11:17 +0200 schrieb Xavier: > > On Fri, Sep 11, 2009 at 10:51 AM, Marc - A. Dahlhaus [ Administration > > | Westermann GmbH

Re: [pacman-dev] [RFC] alpmtrigger: triggering events after all packages got installed...

2009-09-11 Thread Marc - A. Dahlhaus [ Administration | Westermann GmbH ]
Am Freitag, den 11.09.2009, 11:30 +0200 schrieb Xavier: > On Fri, Sep 11, 2009 at 11:18 AM, Marc - A. Dahlhaus [ Administration > | Westermann GmbH ] wrote: > > Hello List, > > > > > > currently i'm working on adding a trigger infrastructure to > > lib

Re: [pacman-dev] [RFC] alpmtrigger: triggering events after all packages got installed...

2009-09-11 Thread Marc - A. Dahlhaus [ Administration | Westermann GmbH ]
Am Freitag, den 11.09.2009, 11:18 +0200 schrieb Marc - A. Dahlhaus [ Administration | Westermann GmbH ]: > Hello List, > > > currently i'm working on adding a trigger infrastructure to > libaplm/pacman to get rid of workload during upgrades or installations > that runs

Re: [pacman-dev] [RFC][PATCH] Introduce Include key globing for pacman.conf v3

2009-09-11 Thread Marc - A. Dahlhaus [ Administration | Westermann GmbH ]
Am Freitag, den 11.09.2009, 11:45 +0200 schrieb Xavier: > On Fri, Sep 11, 2009 at 11:35 AM, Marc - A. Dahlhaus [ Administration > | Westermann GmbH ] wrote: > >> > > >> > Can you provide an use-case / examples justifying this ? > >> > >> we us

[pacman-dev] [RFC][PATCH] Introduce Include key globing for pacman.conf v4

2009-09-11 Thread Marc - A. Dahlhaus [ Administration | Westermann GmbH ]
This patch adds the ability to use Include filenames containing wildcards. Added a headercheck for glob.h to configure.ac. Added a globfree call to clean up the struct properly. Removed tilde expanding. Fixed a no debug print on GLOB_NOMATCH condition bug. Signed-off-by: Marc-A. Dahlhaus --- --

Re: [pacman-dev] [RFC] alpmtrigger: triggering events after all packages got installed...

2009-09-11 Thread Marc - A. Dahlhaus [ Administration | Westermann GmbH ]
Hello Allan, Am Freitag, den 11.09.2009, 20:38 +1000 schrieb Allan McRae: > Marc - A. Dahlhaus [ Administration | Westermann GmbH ] wrote: > > Am Freitag, den 11.09.2009, 11:30 +0200 schrieb Xavier: > > > >> On Fri, Sep 11, 2009 at 11:18 AM, Marc - A. D

Re: [pacman-dev] [RFC] alpmtrigger: triggering events after all packages got installed...

2009-09-11 Thread Marc - A. Dahlhaus [ Administration | Westermann GmbH ]
Am Freitag, den 11.09.2009, 21:50 +1000 schrieb Allan McRae: > Marc - A. Dahlhaus [ Administration | Westermann GmbH ] wrote: > > Hello Allan, > > > > Am Freitag, den 11.09.2009, 20:38 +1000 schrieb Allan McRae: > > > >> Marc - A. Dahlhaus [ Admi

Re: [pacman-dev] [RFC] alpmtrigger: triggering events after all packages got installed...

2009-09-11 Thread Marc - A. Dahlhaus [ Administration | Westermann GmbH ]
Am Freitag, den 11.09.2009, 22:30 +1000 schrieb Allan McRae: > Allan McRae wrote: > > > >>> > >>> That was an idea put out there because I basically do not want my > >>> info page database updated (the most common install file task in > >>> Arch). This could probably be achieved without a confi

Re: [pacman-dev] [RFC] alpmtrigger: triggering events after all packages got installed...

2009-09-11 Thread Marc - A. Dahlhaus [ Administration | Westermann GmbH ]
Am Freitag, den 11.09.2009, 23:27 +1000 schrieb Allan McRae: > Marc - A. Dahlhaus [ Administration | Westermann GmbH ] wrote: > > Am Freitag, den 11.09.2009, 22:30 +1000 schrieb Allan McRae: > > > >> Allan McRae wrote: > >> > >>> > >>&

Re: [pacman-dev] [RFC][PATCH] Introduce Include key globing for pacman.conf v4

2009-09-15 Thread Marc - A. Dahlhaus [ Administration | Westermann GmbH ]
Hello List, is there any further feedback or problems that need to be solved on this one or is it ok in its last state to get accepted? Thanks, Marc Am Freitag, den 11.09.2009, 12:35 +0200 schrieb Marc - A. Dahlhaus [ Administration | Westermann GmbH ]: > This patch adds the ability to

Re: [pacman-dev] [PATCH] Allow package to display a brief message before sync install

2009-09-15 Thread Marc - A. Dahlhaus [ Administration | Westermann GmbH ]
Am Dienstag, den 15.09.2009, 22:53 +1000 schrieb Allan McRae: > Nagy Gabor wrote: > > 2009. 09. 15, kedd keltezéssel 21.18-kor James Rayner ezt írta: > > > >> On Tue, Sep 15, 2009 at 9:14 PM, James Rayner wrote: > >> > >>> On Tue, Sep 15, 2009 at 11:20 AM, Dan McGee wrote: > >>> >

Re: [pacman-dev] [PATCH] Allow package to display a brief message before sync install

2009-09-15 Thread Marc - A. Dahlhaus [ Administration | Westermann GmbH ]
Am Dienstag, den 15.09.2009, 15:09 +0200 schrieb Marc - A. Dahlhaus [ Administration | Westermann GmbH ]: > Am Dienstag, den 15.09.2009, 22:53 +1000 schrieb Allan McRae: > > Nagy Gabor wrote: > > > 2009. 09. 15, kedd keltezéssel 21.18-kor James Rayner ezt írta: > > >

Re: [pacman-dev] Removing deltas from repos - Was: Allow package to display a brief message before sync install

2009-09-15 Thread Marc - A. Dahlhaus [ Administration | Westermann GmbH ]
Am Dienstag, den 15.09.2009, 23:14 +1000 schrieb Allan McRae: > Marc - A. Dahlhaus [ Administration | Westermann GmbH ] wrote: > > > > OT: is there a tool for removing deltas from repo archives? > > > > Please change subject lines when going off topic. Will do next

Re: [pacman-dev] Removing deltas from repos - Was: Allow package to display a brief message before sync install

2009-09-16 Thread Marc - A. Dahlhaus [ Administration | Westermann GmbH ]
Am Mittwoch, den 16.09.2009, 16:18 +1000 schrieb Allan McRae: > Marc - A. Dahlhaus [ Administration | Westermann GmbH ] wrote: > > Am Dienstag, den 15.09.2009, 23:14 +1000 schrieb Allan McRae: > > > >> repo-remove... but I am assuming you mean some automated tool

Re: [pacman-dev] Removing deltas from repos - Was: Allow package to display a brief message before sync install

2009-09-16 Thread Marc - A. Dahlhaus [ Administration | Westermann GmbH ]
Am Donnerstag, den 17.09.2009, 01:45 +1000 schrieb Allan McRae: > Marc - A. Dahlhaus [ Administration | Westermann GmbH ] wrote: > > Am Mittwoch, den 16.09.2009, 16:18 +1000 schrieb Allan McRae: > > > >> Marc - A. Dahlhaus [ Administration | Westermann GmbH ] wrote: >

[pacman-dev] Why not using the bash getopts buildin? Was: Removing deltas from repos

2009-09-16 Thread Marc - A. Dahlhaus [ Administration | Westermann GmbH ]
Am Mittwoch, den 16.09.2009, 18:05 +0200 schrieb Marc - A. Dahlhaus [ Administration | Westermann GmbH ]: > Am Donnerstag, den 17.09.2009, 01:45 +1000 schrieb Allan McRae: > > Marc - A. Dahlhaus [ Administration | Westermann GmbH ] wrote: > > > Am Mittwoch, den 16.09.2009, 1

Re: [pacman-dev] Removing deltas from repos - Was: Allow package to display a brief message before sync install

2009-09-17 Thread Marc - A. Dahlhaus [ Administration | Westermann GmbH ]
Am Donnerstag, den 17.09.2009, 14:49 +0200 schrieb Xavier: > On Wed, Sep 16, 2009 at 10:35 PM, Marc - A. Dahlhaus > wrote: --8<-- > > It would make sense to use a recursion based implementation. > > > > A function with two params: > > $1: version we want to chain down from > > $2: accumulated size

Re: [pacman-dev] Removing deltas from repos - Was: Allow package to display a brief message before sync install

2009-09-18 Thread Marc - A. Dahlhaus [ Administration | Westermann GmbH ]
Am Donnerstag, den 17.09.2009, 22:13 +0200 schrieb Marc - A. Dahlhaus: > Xavier schrieb: > > On Thu, Sep 17, 2009 at 6:42 PM, Marc - A. Dahlhaus [ Administration | > > Westermann GmbH ] wrote: --8<-- > > Both scripts have the same output. > > For example : >

[pacman-dev] bug in pacman 3.3.2 retrieving of repos?

2009-10-12 Thread Marc - A. Dahlhaus [ Administration | Westermann GmbH ]
Hello List, pacman 3.3.2 libfetch backend doesn't retrieve an updated repo via http (tested with "touch repo.db.tar.gz" on the http server) here. I checked the http headers with curl just to be sure that my setup isn't f***ed up in some way and they are updated just fine after every touch on the

Re: [pacman-dev] bug in pacman 3.3.2 retrieving of repos?

2009-10-12 Thread Marc - A. Dahlhaus [ Administration | Westermann GmbH ]
Hello Dan, Am Montag, den 12.10.2009, 07:20 -0500 schrieb Dan McGee: > On Mon, Oct 12, 2009 at 7:14 AM, Marc - A. Dahlhaus [ Administration | > Westermann GmbH ] wrote: > > Hello List, > > > > > > pacman 3.3.2 libfetch backend doesn't retrieve an updated re

Re: [pacman-dev] bug in pacman 3.3.2 retrieving of repos?

2009-10-12 Thread Marc - A. Dahlhaus [ Administration | Westermann GmbH ]
Am Montag, den 12.10.2009, 16:12 +0200 schrieb Marc - A. Dahlhaus [ Administration | Westermann GmbH ]: --8<-- > > What mirror? What repo? What does it look like? What commands did you > > run? Did you try with '--debug' to see if any helpful messages showed > &g

Re: [pacman-dev] bug in pacman 3.3.2 retrieving of repos?

2009-10-12 Thread Marc - A. Dahlhaus [ Administration | Westermann GmbH ]
Am Montag, den 12.10.2009, 16:36 +0200 schrieb Xavier: > On Mon, Oct 12, 2009 at 4:12 PM, Marc - A. Dahlhaus [ Administration | > Westermann GmbH ] wrote: > > Well it could be a local problem with my environment of course, but > > shouldn't 3.3.0 then suffer from the same

Re: [pacman-dev] bug in pacman 3.3.2 retrieving of repos?

2009-10-12 Thread Marc - A. Dahlhaus [ Administration | Westermann GmbH ]
Am Montag, den 12.10.2009, 17:06 +0200 schrieb Xavier: > On Mon, Oct 12, 2009 at 4:54 PM, Marc - A. Dahlhaus [ Administration | > Westermann GmbH ] wrote: > > Am Montag, den 12.10.2009, 16:36 +0200 schrieb Xavier: > >> On Mon, Oct 12, 2009 at 4:12 PM, Marc - A. Dahl

Re: [pacman-dev] bug in pacman 3.3.2 retrieving of repos?

2009-10-12 Thread Marc - A. Dahlhaus [ Administration | Westermann GmbH ]
Am Montag, den 12.10.2009, 18:15 +0200 schrieb Xavier: > On Mon, Oct 12, 2009 at 6:00 PM, Marc - A. Dahlhaus [ Administration | > Westermann GmbH ] wrote: > > > > They are on different hosts and different carrier networks. > > They get time updates via ntp from the same

[pacman-dev] [RESEND][PATCH] Introduce Include key globing for pacman.conf

2010-03-24 Thread Marc - A. Dahlhaus [ Administration | Westermann GmbH ]
This patch adds the ability to use Include filenames containing wildcards. Signed-off-by: Marc-A. Dahlhaus --- --- pacman-3.3.0.orig/configure.ac +++ pacman-3.3.0/configure.ac @@ -150,7 +150,7 @@ fi AM_CONDITIONAL(INTERNAL_DOWNLOAD, test "x$internaldownload" = "xyes") # Checks for header fil

Re: [pacman-dev] [RFC][PATCH] Introduce Include key globing for pacman.conf v4

2010-03-24 Thread Marc - A. Dahlhaus [ Administration | Westermann GmbH ]
Am Sonntag, den 15.11.2009, 20:04 -0600 schrieb Dan McGee: > On Sun, Nov 15, 2009 at 9:00 AM, Xavier wrote: > > On Mon, Oct 12, 2009 at 4:06 AM, Dan McGee wrote: > >> On Fri, Sep 11, 2009 at 5:35 AM, Marc - A. Dahlhaus [ Administration | > >> Westermann GmbH ] wrote

Re: [pacman-dev] Release plans

2010-04-23 Thread Marc - A. Dahlhaus [ Administration | Westermann GmbH ]
Am Freitag, den 23.04.2010, 12:00 +1000 schrieb Allan McRae: > Hi, Hello, > Back on the 15th of March, Dan mentioned the idea of making a release in > a month > (http://mailman.archlinux.org/pipermail/pacman-dev/2010-March/010514.html). > > So, given a month has passed, lets start making p

Re: [pacman-dev] Release plans

2010-04-23 Thread Marc - A. Dahlhaus [ Administration | Westermann GmbH ]
Am Freitag, den 23.04.2010, 19:32 +1000 schrieb Allan McRae: > On 23/04/10 18:02, Marc - A. Dahlhaus [ Administration | Westermann GmbH > ] wrote: > > Am Freitag, den 23.04.2010, 12:00 +1000 schrieb Allan McRae: > >> Hi, > > > > Hello, > > > >> Back

Re: [pacman-dev] Include globbing - Was: Release plans

2010-04-26 Thread Marc - A. Dahlhaus [ Administration | Westermann GmbH ]
Am Samstag, den 24.04.2010, 23:34 +1000 schrieb Allan McRae: > On 24/04/10 23:15, Allan McRae wrote: > > On 23/04/10 22:50, Marc - A. Dahlhaus [ Administration | Westermann GmbH > > ] wrote: > >> Am Freitag, den 23.04.2010, 19:32 +1000 schrieb Allan McRae: > >

Re: [pacman-dev] Include globbing - Was: Release plans

2010-05-05 Thread Marc - A. Dahlhaus [ Administration | Westermann GmbH ]
Am Mittwoch, den 05.05.2010, 16:13 +1000 schrieb Allan McRae: > On 26/04/10 19:05, Marc - A. Dahlhaus [ Administration | Westermann GmbH > ] wrote: > > It handled the GLOB_NOMATCH case silently in the default handler. > > But a debug print would help alot eg. on typos in incl