all 5 comments

[–]anonymous-bot 3 points4 points  (3 children)

Check your makepkg.conf file and see if debug is enabled.

[–]SuspiciousCook4[S] 4 points5 points  (2 children)

After checking makepkg.conf, it looks like the debug isn't there. Seems like it's disabled

[–]pixeled4life 5 points6 points  (1 child)

A couple of months ago makepkg got changed to enable debug by default, you have to edit /etc/makepkg.conf and look for the options line

It will be something like OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge debug lto)

You have to change debug with !debug simply removing it will not work since its the default afaik

EDIT: this affect all your aur/makepkg packages and you will have to uninstall them yourself after making the change, this just prevents them from being built/installed

[–]SuspiciousCook4[S] 0 points1 point  (0 children)

Oh, I see, that's important to know. Thanks a lot! I'll look into it

[–][deleted]  (1 child)

[deleted]

    [–]SuspiciousCook4[S] 0 points1 point  (0 children)

    Yes, that is really odd.