ALT Linux Team development discussions
 help / color / mirror / Atom feed
From: Sergey V Turchin <zerg@altlinux.org>
To: ALT Devel discussion list <devel@altlinux.ru>
Subject: Re: [devel] Отказываются собиратся любые пакеты...
Date: Thu, 18 Sep 2003 17:16:57 +0400
Message-ID: <200309181717.12860.zerg@altlinux.org> (raw)
In-Reply-To: <200309181410.53182.ilar@altlinux.ru>

[-- Attachment #1: signed data --]
[-- Type: text/plain, Size: 1301 bytes --]

В сообщении от 18 Сентябрь 2003 15:10 Igor Tertishny написал(a):
> > Изменился компилятор
> > Почитайте про опцию -ansi
> > и файл
> > /usr/include/asm/types.h
> > который включается в конечном итоге из
> > /usr/include/linux/cdrom.h
> > и в котором определяется
> > нужный Вам __u64
>
> Я внимательно прочел все про эту опцию. Хорошо, контроль
> диалектов языка, это понятно. Но нигде и ничего не нашел по тому,
> каким образом эту опцию отключать. Только общие слова и никакой
> конкретики. %remove_optflags ansi не работает. 
Ее нет в %optflags, она должна быть в admin/acinclude.m4.in

> Прошу подсказки
> как конкретно это делать. 
Пропатчить admin/acinclude.m4.in
Если не сработает прохачить файл, где включается linux/cdrom.h
+#ifdef __STRICT_ANSI__
+#undef __STRICT_ANSI__
+#include <asm/types.h>
+#define __STRICT_ANSI__
+#endif
 #include <linux/cdrom.h>

> Ведь мне кучу пакетов нужно
> пересобрать, а я ничего не могу поделать. Перепробовал все, что
> мог, четвертый день мучаюсь, причем с разными программами, отнюдь
> не только с той, которую давал в примере. Что, необходимо сами
> проги переписывать? Не может такого быть. Притом, кое-какие все
> же собираются.

-- 
Regards, Sergey, ALT Linux Team, http://www.altlinux.ru
http://stinkfoot.org:11371/pks/lookup?op=get&search=0x1C2A3F08

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

      reply	other threads:[~2003-09-18 13:16 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-09-16 11:17 Igor Tertishny
2003-09-16 11:36 ` [devel] " Alexey Tourbin
2003-09-16 12:16 ` [devel] " Sergey V Turchin
2003-09-17 10:49   ` Igor Tertishny
2003-09-17 11:19     ` Sergey V Turchin
2003-09-17 13:53     ` Sergey V Turchin
2003-09-18 11:10       ` Igor Tertishny
2003-09-18 13:16         ` Sergey V Turchin [this message]

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=200309181717.12860.zerg@altlinux.org \
    --to=zerg@altlinux.org \
    --cc=devel@altlinux.ru \
    /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