ALT Linux Team development discussions
 help / color / mirror / Atom feed
* [devel] Q: netatalk work?
@ 2002-12-06 10:11 Michael Shigorin
  2002-12-06 10:21 ` [devel] " Victor Sovetov
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Michael Shigorin @ 2002-12-06 10:11 UTC (permalink / raw)
  To: devel; +Cc: kosha, Victor Sovetov

[-- Attachment #1: Type: text/plain, Size: 4123 bytes --]

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

Интересуют спеки/патчи; я сейчас свожу 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)
---

Можно, конечно, откатиться на старые (и на сейчас так и сделаю),
но хорошо бы порешать уж.

-- 
 ---- WBR, Michael Shigorin <mike@altlinux.ru>
  ------ Linux.Kiev http://www.linux.kiev.ua/

[-- Attachment #2: Type: application/pgp-signature, Size: 187 bytes --]

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

end of thread, other threads:[~2002-12-06 14:05 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-12-06 10:11 [devel] Q: netatalk work? Michael Shigorin
2002-12-06 10:21 ` [devel] " Victor Sovetov
2002-12-06 10:32   ` 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

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