Re: `makepkg` generates two packages

2024-03-07 Thread lacsaP Patatetom
Le jeu. 7 mars 2024 à 15:15, Ryan Petris a écrit : > On Thu, Mar 7, 2024, at 6:45 AM, Martin Rys wrote: > > If you had the configuration autoreplaced it would mean you never edited > it - in which case you'd be building packages on a single thread... Surely > not? > > Martin > > On Thu, Mar 7,

Re: `makepkg` generates two packages

2024-03-07 Thread Ryan Petris
On Thu, Mar 7, 2024, at 6:45 AM, Martin Rys wrote: > If you had the configuration autoreplaced it would mean you never edited it - > in which case you'd be building packages on a single thread... Surely not? > > Martin > > On Thu, Mar 7, 2024, 14:41 Ryan Petris wrote: >> __ >> On Thu, Mar 7,

Re: `makepkg` generates two packages

2024-03-07 Thread Martin Rys
If you had the configuration autoreplaced it would mean you never edited it - in which case you'd be building packages on a single thread... Surely not? Martin On Thu, Mar 7, 2024, 14:41 Ryan Petris wrote: > On Thu, Mar 7, 2024, at 4:38 AM, Robin Candau wrote: > > On 3/7/24 12:34, lacsaP

Re: `makepkg` generates two packages

2024-03-07 Thread Genes Lists
On Thu, 2024-03-07 at 12:34 +0100, lacsaP Patatetom wrote: > hi, > > when I run `makepkg`, it generates a second package with the `-debug` > ... Right, while makepkg defaults to '!debug' at some point /etc/makepkg.conf set the default to 'debug' instead. Its actually a nice feature if/when you

Re: `makepkg` generates two packages

2024-03-07 Thread lacsaP Patatetom
Le jeu. 7 mars 2024 à 13:28, Robin Candau a écrit : > On 3/7/24 13:21, Ryan Petris wrote: > > On Thu, Mar 7, 2024, at 4:38 AM, Robin Candau wrote: > >> On 3/7/24 12:34, lacsaP Patatetom wrote: > >> > hi, > >> Hi, > >> > > >> > when I run `makepkg`, it generates a second package with the `-debug`

Re: `makepkg` generates two packages

2024-03-07 Thread Robin Candau
On 3/7/24 13:21, Ryan Petris wrote: On Thu, Mar 7, 2024, at 4:38 AM, Robin Candau wrote: On 3/7/24 12:34, lacsaP Patatetom wrote: > hi, Hi, > > when I run `makepkg`, it generates a second package with the `-debug` > "extension" (eg. `mypackage-w.x.y-z-x86_64.pkg.tar.zst` and >

Re: `makepkg` generates two packages

2024-03-07 Thread Ryan Petris
On Thu, Mar 7, 2024, at 4:38 AM, Robin Candau wrote: > On 3/7/24 12:34, lacsaP Patatetom wrote: > > hi, > Hi, > > > > when I run `makepkg`, it generates a second package with the `-debug` > > "extension" (eg. `mypackage-w.x.y-z-x86_64.pkg.tar.zst` and > >

Re: `makepkg` generates two packages

2024-03-07 Thread Christian Heusel
On 24/03/07 12:34PM, lacsaP Patatetom wrote: > hi, Hey, > when I run `makepkg`, it generates a second package with the `-debug` > "extension" (eg. `mypackage-w.x.y-z-x86_64.pkg.tar.zst` and > `mypackage-debug-w.x.y-z-x86_64.pkg.tar.zst`). > > I couldn't find anything about this on the wiki : is

Re: `makepkg` generates two packages

2024-03-07 Thread Georg
That's not a split package, it's a package built with debug symbols for analyses and debugging purposes. See https://wiki.archlinux.org/title/Debuginfod for more info. I see, thanks. Sorry for the confusion.

Re: `makepkg` generates two packages

2024-03-07 Thread Robin Candau
On 3/7/24 12:41, Robin Candau wrote: On 3/7/24 12:38, Georg wrote: hi, when I run `makepkg`, it generates a second package with the `-debug` "extension" (eg. `mypackage-w.x.y-z-x86_64.pkg.tar.zst` and `mypackage-debug-w.x.y-z-x86_64.pkg.tar.zst`). I couldn't find anything about this on the

Re: `makepkg` generates two packages

2024-03-07 Thread Robin Candau
On 3/7/24 12:38, Georg wrote: hi, when I run `makepkg`, it generates a second package with the `-debug` "extension" (eg. `mypackage-w.x.y-z-x86_64.pkg.tar.zst` and `mypackage-debug-w.x.y-z-x86_64.pkg.tar.zst`). I couldn't find anything about this on the wiki : is this a new feature and/or is

Re: `makepkg` generates two packages

2024-03-07 Thread Georg
hi, when I run `makepkg`, it generates a second package with the `-debug` "extension" (eg. `mypackage-w.x.y-z-x86_64.pkg.tar.zst` and `mypackage-debug-w.x.y-z-x86_64.pkg.tar.zst`). I couldn't find anything about this on the wiki : is this a new feature and/or is there a parameter to pass to

Re: `makepkg` generates two packages

2024-03-07 Thread Robin Candau
On 3/7/24 12:34, lacsaP Patatetom wrote: hi, Hi, when I run `makepkg`, it generates a second package with the `-debug` "extension" (eg. `mypackage-w.x.y-z-x86_64.pkg.tar.zst` and `mypackage-debug-w.x.y-z-x86_64.pkg.tar.zst`). I couldn't find anything about this on the wiki : is this a new

`makepkg` generates two packages

2024-03-07 Thread lacsaP Patatetom
hi, when I run `makepkg`, it generates a second package with the `-debug` "extension" (eg. `mypackage-w.x.y-z-x86_64.pkg.tar.zst` and `mypackage-debug-w.x.y-z-x86_64.pkg.tar.zst`). I couldn't find anything about this on the wiki : is this a new feature and/or is there a parameter to pass to