All of lore.kernel.org
 help / color / mirror / Atom feed
* How to build alsa-utils from git?
@ 2017-01-08 23:14 Paul Menzel
  2017-01-09  7:49 ` Clemens Ladisch
  0 siblings, 1 reply; 3+ messages in thread
From: Paul Menzel @ 2017-01-08 23:14 UTC (permalink / raw)
  To: alsa-devel


[-- Attachment #1.1: Type: text/plain, Size: 2974 bytes --]

Dear ALSA folks,


Could you please help me building alsa-utils from git.

```
$ git describe --tag origin/master
v1.1.3-2-ge9a6d42
$ aclocal --version
aclocal (GNU automake) 1.15
Copyright (C) 2014 Free Software Foundation, Inc.
License GPLv2+: GNU GPL version 2 or later <http://gnu.org/licenses/gpl-2.0.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Written by Tom Tromey <tromey@redhat.com>
       and Alexandre Duret-Lutz <adl@gnu.org>.
$ aclocal
$ gettextize 
Copying file ABOUT-NLS
Copying file config.rpath
Not copying intl/ directory.
Copying file po/Makefile.in.in
Copying file po/boldquot.sed
Copying file po/en@boldquot.header
Copying file po/en@quot.header
Copying file po/insert-header.sin
Copying file po/Makevars.template
Copying file po/quot.sed
Copying file po/remove-potcdate.sin
Copying file po/Rules-quot
Creating po/ChangeLog
Copying file m4/gettext.m4
Copying file m4/iconv.m4
Copying file m4/lib-ld.m4
Copying file m4/lib-link.m4
Copying file m4/lib-prefix.m4
Copying file m4/nls.m4
Copying file m4/po.m4
Copying file m4/progtest.m4
Updating EXTRA_DIST in m4/Makefile.am (backup is in m4/Makefile.am~)
Updating Makefile.am (backup is in Makefile.am~)
Updating configure.ac (backup is in configure.ac~)
Adding an entry to ChangeLog (backup is in ChangeLog~)

Please run 'aclocal -I m4' to regenerate the aclocal.m4 file.
You need aclocal from GNU automake 1.9 (or newer) to do this.
Then run 'autoconf' to regenerate the configure file.

You will also need config.guess and config.sub, which you can get from the CVS
of the 'config' project at http://savannah.gnu.org/. The commands to fetch them
are
$ wget 'http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.guess'
$ wget 'http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.sub'

You might also want to copy the convenience header file gettext.h
from the /usr/share/gettext directory into your package.
It is a wrapper around <libintl.h> that implements the configure --disable-nls
option.

Press Return to acknowledge the previous three paragraphs.
$ gettextize --version
/usr/bin/gettextize (GNU gettext-tools) 0.19.8.1
Copyright (C) 1995-1998, 2000-2013 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Written by Ulrich Drepper
$ autoheader 
configure.ac:418: error: `po/Makefile.in' is already registered with AC_CONFIG_FILES.
../../lib/autoconf/status.m4:288: AC_CONFIG_FILES is expanded from...
configure.ac:418: the top level
autom4te: /usr/bin/m4 failed with exit status: 1
autoheader: '/usr/bin/autom4te' failed with exit status: 1
```

Could you please share the correct commands?


Thanks,

Paul

[-- Attachment #1.2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 195 bytes --]

[-- Attachment #2: Type: text/plain, Size: 0 bytes --]



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: How to build alsa-utils from git?
  2017-01-08 23:14 How to build alsa-utils from git? Paul Menzel
@ 2017-01-09  7:49 ` Clemens Ladisch
  2017-01-09  8:19   ` Takashi Iwai
  0 siblings, 1 reply; 3+ messages in thread
From: Clemens Ladisch @ 2017-01-09  7:49 UTC (permalink / raw)
  To: Paul Menzel, alsa-devel

Paul Menzel wrote:
> Could you please help me building alsa-utils from git.

The "gitcompile" script might be helpful.


Regards,
Clemens

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: How to build alsa-utils from git?
  2017-01-09  7:49 ` Clemens Ladisch
@ 2017-01-09  8:19   ` Takashi Iwai
  0 siblings, 0 replies; 3+ messages in thread
From: Takashi Iwai @ 2017-01-09  8:19 UTC (permalink / raw)
  To: Clemens Ladisch; +Cc: alsa-devel, Paul Menzel

On Mon, 09 Jan 2017 08:49:15 +0100,
Clemens Ladisch wrote:
> 
> Paul Menzel wrote:
> > Could you please help me building alsa-utils from git.
> 
> The "gitcompile" script might be helpful.

And "autoreconf -fi" should work in most cases.


Takashi

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-01-09  8:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-08 23:14 How to build alsa-utils from git? Paul Menzel
2017-01-09  7:49 ` Clemens Ladisch
2017-01-09  8:19   ` Takashi Iwai

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.