ALT Linux Team development discussions
 help / color / mirror / Atom feed
From: Victor Sovetov <victor@comcon.kiev.ua>
To: Michael Shigorin <mike@osdn.org.ua>
Cc: "devel@altlinux.ru" <devel@altlinux.ru>, "kosha@kp.ru" <kosha@kp.ru>
Subject: [devel] Re: Q: netatalk work?
Date: Fri, 6 Dec 2002 12:21:34 +0200 (EET)
Message-ID: <Pine.LNX.4.44L.0212061216010.1847-100000@localhost.localdomain> (raw)
In-Reply-To: <20021206101105.GO14732@osdn.org.ua>

On Fri, 6 Dec 2002, Michael Shigorin wrote:

> 	Здравствуйте.
> Если кто использует/заинтересован в альтовском netatalk,
> просьба

Суперинтересно.

> черкнуть мне о том, что используется/хочется от.

единственное замечание при сборке под мастер необходимо указывать
в configure --with-shadow -- по умолчанию это отключено, как
следствие - негостевые аккаунты не проходят авторизацию.
Также могут быть проблемы с печатью в зависимости от того какая
версия cups/lpd установлена.

> Интересуют спеки/патчи; я сейчас свожу PLD, RH, Mdk 1.5.x (на
> основе PLD), поднимется -- буду смотреть 1.6.0.
>
> На сейчас имеется проблема со свежими autotools:
>
> ---
> %build
> #rm -f missing
> gettextize -q -f
> # should I add --no-changelog to the above?
> libtoolize --force
> aclocal -I macros
> autoconf
> automake
> autoheader
> ---
>
> приводит к
>
> ---
> + cd netatalk-1.5.5
> + gettextize -q -f
> Creating po/ subdirectory
> Symlinking file ABOUT-NLS
> Not copying intl/ directory.
> Symlinking file po/Makefile.in.in
> Creating po/ChangeLog
> Symlinking file macros/codeset.m4
> Symlinking file macros/gettext.m4
> Symlinking file macros/glibc21.m4
> Symlinking file macros/iconv.m4
> Symlinking file macros/intdiv0.m4
> Symlinking file macros/inttypes.m4
> Symlinking file macros/inttypes_h.m4
> Symlinking file macros/inttypes-pri.m4
> Symlinking file macros/isc-posix.m4
> Symlinking file macros/lcmessage.m4
> Symlinking file macros/lib-ld.m4
> Symlinking file macros/lib-link.m4
> Symlinking file macros/lib-prefix.m4
> Symlinking file macros/progtest.m4
> Symlinking file macros/stdint_h.m4
> Symlinking file macros/uintmax_t.m4
> Symlinking file macros/ulonglong.m4
> Updating EXTRA_DIST in macros/Makefile.am (backup is in
> macros/Makefile.am~)
> Creating macros/ChangeLog
> Updating configure.in (backup is in configure.in~)
> Adding an entry to ChangeLog (backup is in ChangeLog~)
>
> Please use AM_GNU_GETTEXT([external]) in order to cause
> autoconfiguration
> to look for an external libintl.
>
> Please run 'aclocal -I macros' to regenerate the aclocal.m4
> file.
> You need aclocal from GNU automake 1.5 (or newer) to do this.
> Then run 'autoconf' to regenerate the configure file.
>
> 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.
>
> + libtoolize --force
> You should update your `aclocal.m4' by running aclocal.
> + aclocal -I macros
> + autoconf
> + automake
> Makefile.am: required file `./INSTALL' not found
> Makefile.am: required file `./AUTHORS' not found
> bin/afppasswd/Makefile.am:15: `CFLAGS' is a user variable, you
> should not override it;
> bin/afppasswd/Makefile.am:15: use `AM_CFLAGS' instead.
> bin/getzones/Makefile.am:8: `CFLAGS' is a user variable, you
> should not override it;
> bin/getzones/Makefile.am:8: use `AM_CFLAGS' instead.
> etc/afpd/Makefile.am:38: `CFLAGS' is a user variable, you
> should not override it;
> etc/afpd/Makefile.am:38: use `AM_CFLAGS' instead.
> etc/afpd/nls/Makefile.am:14: `CFLAGS' is a user variable, you
> should not override it;
> etc/afpd/nls/Makefile.am:14: use `AM_CFLAGS' instead.
> etc/atalkd/Makefile.am:22: `CFLAGS' is a user variable, you
> should not override it;
> etc/atalkd/Makefile.am:22: use `AM_CFLAGS' instead.
> etc/papd/Makefile.am:30: `CFLAGS' is a user variable, you
> should not override it;
> etc/papd/Makefile.am:30: use `AM_CFLAGS' instead.
> etc/psf/Makefile.am:15: `CFLAGS' is a user variable, you
> should not override it;
> etc/psf/Makefile.am:15: use `AM_CFLAGS' instead.
> etc/uams/Makefile.am:52: `CFLAGS' is a user variable, you
> should not override it;
> etc/uams/Makefile.am:52: use `AM_CFLAGS' instead.
> libatalk/asp/Makefile.am:3: `CFLAGS' is a user variable, you
> should not override it;
> libatalk/asp/Makefile.am:3: use `AM_CFLAGS' instead.
> libatalk/cnid/Makefile.am:3: `CFLAGS' is a user variable, you
> should not override it;
> libatalk/cnid/Makefile.am:3: use `AM_CFLAGS' instead.
> libatalk/util/Makefile.am:5: `CFLAGS' is a user variable, you
> should not override it;
> libatalk/util/Makefile.am:5: use `AM_CFLAGS' instead.
> ошибка: Неверный код возврата из /var/tmp/rpm-tmp.38992
> (%build)
>
>
> Ошибки сборки пакетов:
>     Неверный код возврата из /var/tmp/rpm-tmp.38992 (%build)
> ---
>
> Можно, конечно, откатиться на старые (и на сейчас так и
> сделаю),
> но хорошо бы порешать уж.

С этим еще не сталкивался, в прошлый раз собирал на
свежеустановленном мастере 2.0.

SY,

--owl



  reply	other threads:[~2002-12-06 10:21 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-12-06 10:11 [devel] " Michael Shigorin
2002-12-06 10:21 ` Victor Sovetov [this message]
2002-12-06 10:32   ` [devel] " Michael Shigorin
2002-12-06 11:24 ` [devel] " Alexander Bokovoy
2002-12-06 13:49   ` [devel] " Michael Shigorin
2002-12-06 14:05     ` Alexander Bokovoy
2002-12-06 11:50 ` Korshunov Ilya

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Pine.LNX.4.44L.0212061216010.1847-100000@localhost.localdomain \
    --to=victor@comcon.kiev.ua \
    --cc=devel@altlinux.ru \
    --cc=kosha@kp.ru \
    --cc=mike@osdn.org.ua \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Team development discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \
		devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
	public-inbox-index devel

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.devel


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git