pcb

Comment 5 for bug 700193

Revision history for this message
Chad Parker (parker-charles) wrote : Re: [Bug 700193] Re: append branch to version string

Stupid auto-line-wrapping... sorry about that. I amended the commit, and it
should work now.

On Fri, Feb 17, 2017 at 2:12 PM, Bert Timmerman <email address hidden>
wrote:

> Hi Chad,
>
> Just looked at your most recent commit
> 7b0fc95f455a5755d72576797bf67700a60323f2
>
> It gives me the blurb below:
>
> Usage: awk [POSIX or GNU style options] -f progfile [--] file ...
> Usage: awk [POSIX or GNU style options] [--] 'program' file ...
> POSIX options: GNU long options:
> -f progfile --file=progfile
> -F fs --field-separator=fs
> -v var=val --assign=var=val
> -m[fr] val
> -O --optimize
> -W compat --compat
> -W copyleft --copyleft
> -W copyright --copyright
> -W dump-variables[=file] --dump-variables[=file]
> -W exec=file --exec=file
> -W gen-po --gen-po
> -W help --help
> -W lint[=fatal] --lint[=fatal]
> -W lint-old --lint-old
> -W non-decimal-data --non-decimal-data
> -W profile[=file] --profile[=file]
> -W posix --posix
> -W re-interval --re-interval
> -W source=program-text --source=program-text
> -W traditional --traditional
> -W usage --usage
> -W use-lc-numeric --use-lc-numeric
> -W version --version
>
> To report bugs, see node `Bugs' in `gawk.info', which is
> section `Reporting Problems and Bugs' in the printed version.
>
> gawk is a pattern scanning and processing language.
> By default it reads standard input and writes standard output.
>
> Examples:
> gawk '{ sum += $1 }; END { print sum }' file
> gawk -F: '{ print $1 }' /etc/passwd
> sh: line 1: -F-: command not found
> /usr/bin/m4: m4_esyscmd subprocess failed
> configure.ac:7: error: AC_INIT should be called with package and version
> arguments
> /usr/share/aclocal-1.11/init.m4:26: AM_INIT_AUTOMAKE is expanded from...
> configure.ac:7: the top level
> autom4te: /usr/bin/m4 failed with exit status: 1
> aclocal: autom4te failed with exit status: 1
>
>
> I run GNU Awk 3.1.8
>
> Kind regards,
>
> Bert Timmerman.
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/700193
>
> Title:
> append branch to version string
>
> Status in gEDA project:
> New
> Status in pcb:
> In Progress
>
> Bug description:
> Automatically add a note to the version string that says which
> branch/fork/development-version it was compiled from. This would help
> to avoid confusion for testers like me.
>
> This is a deliberate almost-duplicate of #699681. Unlike that bug,
> this one refers to pcb rather than gschem.
>
> ---<)kaimartin(>---
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/geda-project/+bug/700193/+subscriptions
>