ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [comm] YACC
@ 2003-04-28 18:40 takeone
  2003-04-29  4:42 ` Evgeni Kobzev
  2003-04-29  4:54 ` Oleg V.Gaidukov
  0 siblings, 2 replies; 7+ messages in thread
From: takeone @ 2003-04-28 18:40 UTC (permalink / raw)
  To: community

Опять проблема с ifmail. Make я установил, но теперь при компиляции он
просит какой-то yacc:
[root@localhost ifmail]# make
for d in iflib ifgate ifcico; do (cd $d && echo $d && make all) || exit;
done;
iflib
make[1]: Entering directory `/etc/ifmail/iflib'
expect 6 shift/reduce conflicts
yacc parsedate.y
make[1]: yacc: Command not found
make[1]: *** [parsedate.c] Error 127
make[1]: Leaving directory `/etc/ifmail/iflib'
make: *** [all] Error 2
[root@localhost ifmail]# make install
for d in iflib ifgate ifcico; do (cd $d && echo $d && make install) ||
exit; done;
iflib
make[1]: Entering directory `/etc/ifmail/iflib'
expect 6 shift/reduce conflicts
yacc parsedate.y
make[1]: yacc: Command not found
make[1]: *** [parsedate.c] Error 127
make[1]: Leaving directory `/etc/ifmail/iflib'
make: *** [install] Error 2

Что делать? Спасибо.
-- 
С наилучшими пожеланиями, take
mailto:vsya@tut.by
fido:  2:450/42.178
www:   takedesign.by.ru



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

* Re: [comm] YACC
  2003-04-28 18:40 [comm] YACC takeone
@ 2003-04-29  4:42 ` Evgeni Kobzev
  2003-04-29  4:54 ` Oleg V.Gaidukov
  1 sibling, 0 replies; 7+ messages in thread
From: Evgeni Kobzev @ 2003-04-29  4:42 UTC (permalink / raw)
  To: community

----- Исходное сообщение ----- 
От: "takeone" <vsya@tut.by>
Кому: <community@altlinux.ru>
Отправлено: 28 апреля 2003 г. 22:40
Тема: [comm] YACC


>
> Опять проблема с ifmail. Make я установил, но теперь при компиляции он
> просит какой-то yacc:
> [root@localhost ifmail]# make
> yacc parsedate.y
> make[1]: yacc: Command not found
>
> Что делать? Спасибо.

apt-get install bison



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

* Re: [comm] YACC
  2003-04-28 18:40 [comm] YACC takeone
  2003-04-29  4:42 ` Evgeni Kobzev
@ 2003-04-29  4:54 ` Oleg V.Gaidukov
  2003-04-29 19:16   ` [comm] ifmail(was:YACC) takeone
  1 sibling, 1 reply; 7+ messages in thread
From: Oleg V.Gaidukov @ 2003-04-29  4:54 UTC (permalink / raw)
  To: takeone

Здравствуйте, takeone.

Вы писали 28 апреля 2003 г., 23:40:43:


t> Опять проблема с ifmail. Make я установил, но теперь при компиляции он
t> просит какой-то yacc:
..............................................
t> yacc parsedate.y
t> make[1]: yacc: Command not found
t> make[1]: *** [parsedate.c] Error 127
t> make[1]: Leaving directory `/etc/ifmail/iflib'
t> make: *** [install] Error 2

t> Что делать? Спасибо.

apt-get install byacc

-- 
С уважением,
 Oleg                          mailto:vivis@yandex.ru



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

* Re: [comm] ifmail(was:YACC)
  2003-04-29  4:54 ` Oleg V.Gaidukov
@ 2003-04-29 19:16   ` takeone
  2003-04-30  5:48     ` Alexey I. Froloff
  0 siblings, 1 reply; 7+ messages in thread
From: takeone @ 2003-04-29 19:16 UTC (permalink / raw)
  To: AltLinux

В Втр, 29.04.2003, в 07:54, Oleg V.Gaidukov написал:
> Здравствуйте, takeone.
> 
> Вы писали 28 апреля 2003 г., 23:40:43:
> 
> 
> t> Опять проблема с ifmail. Make я установил, но теперь при компиляции он
> t> просит какой-то yacc:
> ..............................................
> t> yacc parsedate.y
> t> make[1]: yacc: Command not found
> t> make[1]: *** [parsedate.c] Error 127
> t> make[1]: Leaving directory `/etc/ifmail/iflib'
> t> make: *** [install] Error 2
> 
> t> Что делать? Спасибо.
> 
> apt-get install byacc
А теперь вот что он у меня просит
[root@localhost ifmail-2.15]# make all
for d in iflib ifgate ifcico; do (cd $d && echo $d && make all) || exit;
done;
iflib
make[1]: Entering directory `/home/take/ifmail-2.15/iflib'
gcc -g -O2 -Wall -I. -DDEBUGFILE=\""/var/log/ifmail/ifdebug"\"
-DLOGFILE=\""/var/log/ifmail/iflog"\"
-DCONFIGFILE=\""/etc/ifmail/config"\" -DLOCKDIR=\""/var/lock"\"
-DPUBDIR=\""/var/spool/uucppublic"\" -DMAILLOG=LOG_LOCAL0
-DNEWSLOG=LOG_LOCAL0 -DCICOLOG=LOG_LOCAL0 -DHAS_STATFS -DSTATFS_IN_VFS_H
-DHAS_SETSID -DHAS_NDBM_H -DDONT_HAVE_TM_GMTOFF -DHAS_TERMIOS_H
-DASCII_LOCKFILES -DHAS_FSYNC -DHAS_IOCTL_H -DHAS_REGEX_H -DHAS_TCP
-DFORCEINTL -DHAS_SYSLOG -DNEED_UUCPFROM -DNEED_BSY
-DSLAVE_SENDS_NAK_TOO -DNEED_FORK -DHAS_BSD_SIGNALS -DHAS_BSD_DB
-DINT32=long -DINT16=short -c parsedate.c
parsedate.y: In function `Convert':
parsedate.y:532: dereferencing pointer to incomplete type
parsedate.y: In function `DSTcorrect':
parsedate.y:546: dereferencing pointer to incomplete type
parsedate.y:547: dereferencing pointer to incomplete type
parsedate.y: In function `RelativeMonth':
parsedate.y:562: dereferencing pointer to incomplete type
parsedate.y:562: dereferencing pointer to incomplete type
parsedate.y:566: dereferencing pointer to incomplete type
parsedate.y:567: dereferencing pointer to incomplete type
parsedate.y:567: dereferencing pointer to incomplete type
parsedate.y:567: dereferencing pointer to incomplete type
parsedate.y: In function `LookupWord':
parsedate.y:596: warning: implicit declaration of function `strcmp'
parsedate.y: In function `parsedate':
parsedate.y:744: dereferencing pointer to incomplete type
parsedate.y:745: dereferencing pointer to incomplete type
parsedate.y:746: dereferencing pointer to incomplete type
parsedate.y:771: dereferencing pointer to incomplete type
parsedate.y:771: dereferencing pointer to incomplete type
parsedate.y:771: dereferencing pointer to incomplete type
y.tab.c: In function `date_parse':
y.tab.c:868: warning: suggest parentheses around assignment used as
truth value
y.tab.c:916: warning: label `yyerrlab' defined but not used
y.tab.c:911: warning: label `yynewerror' defined but not used
/usr/include/ctype.h: At top level:
parsedate.c:2: warning: `yysccsid' defined but not used
make[1]: *** [parsedate.o] Error 1
make[1]: Leaving directory `/home/take/ifmail-2.15/iflib'
make: *** [all] Error 2
Почитал фак по ифмаилу, там написано, что в конфиг нужно добавить
-ddo_need_time. Добавляю, вот что пишет:
[root@localhost ifmail]# make
CONFIG:4: *** missing separator.  Stop.
Помогите, пожалуйста, установить ifmail! Буду очень благодарен.
-- 
С наилучшими пожеланиями, take
mailto:vsya@tut.by
fido:  2:450/42.178
www:   takedesign.by.ru



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

* Re: [comm] ifmail(was:YACC)
  2003-04-29 19:16   ` [comm] ifmail(was:YACC) takeone
@ 2003-04-30  5:48     ` Alexey I. Froloff
  2003-04-30 13:05       ` takeone
  0 siblings, 1 reply; 7+ messages in thread
From: Alexey I. Froloff @ 2003-04-30  5:48 UTC (permalink / raw)
  To: AltLinux

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

* takeone <vsya@tut.by> [030429 23:20]:
> А теперь вот что он у меня просит
> [root@localhost ifmail-2.15]# make all
[/dev/null]
> Помогите, пожалуйста, установить ifmail! Буду очень благодарен.
Оймама! Ну зачем тебе эта древняя глюкалка? В качестве диалера
поставь qico или bforce, а если так уж нужно гейтование -
fidogate (глядишь, и мантейнер для него в твоём лице появится ;-)

-- 
Regards, Alexey I. Froloff
AIF5-RIPN, AIF5-RIPE
------------------------------------------
  Inform-Mobil, Ltd. System Adminitrator
       http://www.inform-mobil.ru/
Tel: +7(095)504-4709, Fax: +7(095)513-1006

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

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

* Re: [comm] ifmail(was:YACC)
  2003-04-30  5:48     ` Alexey I. Froloff
@ 2003-04-30 13:05       ` takeone
  2003-04-30 14:42         ` Alexey I. Froloff
  0 siblings, 1 reply; 7+ messages in thread
From: takeone @ 2003-04-30 13:05 UTC (permalink / raw)
  To: AltLinux

В Срд, 30.04.2003, в 08:48, Alexey I. Froloff написал:
> * takeone <vsya@tut.by> [030429 23:20]:
> > А теперь вот что он у меня просит
> > [root@localhost ifmail-2.15]# make all
> [/dev/null]
> > Помогите, пожалуйста, установить ifmail! Буду очень благодарен.
> Оймама! Ну зачем тебе эта древняя глюкалка? В качестве диалера
> поставь qico или bforce, а если так уж нужно гейтование -
> fidogate (глядишь, и мантейнер для него в твоём лице появится ;-)
Эээ.. А можно это где-нить скачать все вместе, в каком-нить
самонастраивающемся пакете? А то я сам не поставлю все это.. Начинаю
только в Линуксе.
-- 
С наилучшими пожеланиями, take
mailto:vsya@tut.by
fido:  2:450/42.178
www:   takedesign.by.ru



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

* Re: [comm] ifmail(was:YACC)
  2003-04-30 13:05       ` takeone
@ 2003-04-30 14:42         ` Alexey I. Froloff
  0 siblings, 0 replies; 7+ messages in thread
From: Alexey I. Froloff @ 2003-04-30 14:42 UTC (permalink / raw)
  To: AltLinux

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

* takeone <vsya@tut.by> [030430 17:20]:
> > > Помогите, пожалуйста, установить ifmail! Буду очень благодарен.
> > Оймама! Ну зачем тебе эта древняя глюкалка? В качестве диалера
> > поставь qico или bforce, а если так уж нужно гейтование -
> > fidogate (глядишь, и мантейнер для него в твоём лице появится ;-)
> Эээ.. А можно это где-нить скачать все вместе, в каком-нить
> самонастраивающемся пакете? А то я сам не поставлю все это.. Начинаю
> только в Линуксе.
Нет.

-- 
Regards, Alexey I. Froloff
AIF5-RIPN, AIF5-RIPE
------------------------------------------
  Inform-Mobil, Ltd. System Adminitrator
       http://www.inform-mobil.ru/
Tel: +7(095)504-4709, Fax: +7(095)513-1006

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

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

end of thread, other threads:[~2003-04-30 14:42 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-04-28 18:40 [comm] YACC takeone
2003-04-29  4:42 ` Evgeni Kobzev
2003-04-29  4:54 ` Oleg V.Gaidukov
2003-04-29 19:16   ` [comm] ifmail(was:YACC) takeone
2003-04-30  5:48     ` Alexey I. Froloff
2003-04-30 13:05       ` takeone
2003-04-30 14:42         ` Alexey I. Froloff

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/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 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

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


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