From: Alec Podrezenko <capt@4net.ru> To: community@altlinux.ru Subject: Re: [Comm] Re: Advanced Strategic Command Date: Fri, 04 Apr 2003 20:22:58 +0800 Message-ID: <3E8D7922.6040306@4net.ru> (raw) In-Reply-To: <20030404161400.76a650df.vsu@altlinux.ru> Sergey Vlasov пишет: > А вывод rpm при сборке был перенаправлен? Нет > Надо смотреть, что эта проверялка пытается делать для проверки версии > библиотеки. Там очень хитро проверяется версия paragui. Надо всем брать пример :) ------------------------- tmp_version = my_strdup("$min_paragui_version"); if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) { printf("%s, bad version string\n", "$min_paragui_version"); exit(1); } if (($paragui_major_version > major) || (($paragui_major_version == major) && ($paragui_minor_version > minor)) || (($paragui_major_version == major) && ($paragui_minor_version == minor) && ($paragui_micro_version >= micro))) { return 0; } ------------------------- Короче, все равно ничего не проверяется на самом деле. >Если пытается инициализировать - это не пройдёт; впрочем, > для rpm-пакета можно сделать патч, убирающий эту проверку, а > требования к версии записать в BuildPreReq. Так и сделаем, скорее всего. Кстати, все пошло, стоило закомментировать строчку // PG_Application app;
prev parent reply other threads:[~2003-04-04 12:22 UTC|newest] Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top 2003-04-04 5:30 [Comm] " Alec Podrezenko 2003-04-04 6:41 ` Vitaly Lipatov 2003-04-04 7:33 ` Alec Podrezenko 2003-04-04 8:10 ` Vitaly Lipatov 2003-04-04 8:23 ` Alec Podrezenko 2003-04-04 8:35 ` Vitaly Lipatov 2003-04-04 10:36 ` Alec Podrezenko 2003-04-04 11:35 ` [Comm] " Sergey Vlasov 2003-04-04 12:00 ` Alec Podrezenko 2003-04-04 12:14 ` Sergey Vlasov 2003-04-04 12:22 ` Alec Podrezenko [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=3E8D7922.6040306@4net.ru \ --to=capt@4net.ru \ --cc=community@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 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