ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
* [sisyphus] В каком пакете лежит файл libkio.la ?
@ 2004-03-31  9:12 Sergey Shilov
  2004-03-31 10:29 ` Andrey Rahmatullin
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Sergey Shilov @ 2004-03-31  9:12 UTC (permalink / raw)
  To: sisyphus


-- 
С уважением
Сергей Шилов


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

* Re: [sisyphus] В каком пакете лежит файл libkio.la ?
  2004-03-31  9:12 [sisyphus] В каком пакете лежит файл libkio.la ? Sergey Shilov
@ 2004-03-31 10:29 ` Andrey Rahmatullin
  2004-03-31 10:53 ` Epiphanov Sergei
  2004-04-01  7:21 ` Sashnov Alexander
  2 siblings, 0 replies; 5+ messages in thread
From: Andrey Rahmatullin @ 2004-03-31 10:29 UTC (permalink / raw)
  To: sisyphus

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

On Wed, Mar 31, 2004 at 01:12:58PM +0400, Sergey Shilov wrote:

В kdelibs-devel < 3.1.4-alt6.


На самом деле для сборки КДЕшного софта на более новых kdelibs надо
сделать 

subst 's,\.la\>,.so,' configure
или 
subst 's,\.la\>,.so,' admin/acinclude.m4.in

в зависимости от конкретного софта.

-- 
WBR, wRAR (ALT Linux Team)

Решения о том, достаточно ли серьёзно сломан репозитарий, чтобы
отложить его синхронизацию, обычно принимаю я, на основании своих
собственных трудноформализуемых представлений о важности тех или
иных пакетов и их влиянии на целостность репозитария.
		-- ldv in sisyphus@

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

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

* Re: [sisyphus] В каком пакете лежит файл libkio.la ?
  2004-03-31  9:12 [sisyphus] В каком пакете лежит файл libkio.la ? Sergey Shilov
  2004-03-31 10:29 ` Andrey Rahmatullin
@ 2004-03-31 10:53 ` Epiphanov Sergei
  2004-04-01  7:21 ` Sashnov Alexander
  2 siblings, 0 replies; 5+ messages in thread
From: Epiphanov Sergei @ 2004-03-31 10:53 UTC (permalink / raw)
  To: hsv, ALT Linux Sisyphus discussion list

Нигде

-- 
С уважением, Епифанов Сергей


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

* Re: [sisyphus] В каком пакете лежит файл libkio.la ?
  2004-03-31  9:12 [sisyphus] В каком пакете лежит файл libkio.la ? Sergey Shilov
  2004-03-31 10:29 ` Andrey Rahmatullin
  2004-03-31 10:53 ` Epiphanov Sergei
@ 2004-04-01  7:21 ` Sashnov Alexander
  2004-04-01  7:30   ` Alexey I. Froloff
  2 siblings, 1 reply; 5+ messages in thread
From: Sashnov Alexander @ 2004-04-01  7:21 UTC (permalink / raw)
  To: hsv, ALT Linux Sisyphus discussion list

On Wed, 31 Mar 2004 13:12:58 +0400
Sergey Shilov <hsv@dstszi.gov.ua> wrote:

Такие вещи очень просто проверить самому. Просто зайди в директорию, где
у тебя лежат все rpm из дистрибутива (или, если на CD, то для каждого
диска отдельно) и дай команду типа

for i in `ls -1 *.rpm`; do rpm -qpl $i|grep <<some_file>> && echo $i;
done


(вся команда в одну строку)

Эта команда попросит список файлов у всех rpm в текущем каталоге и
выведет имя пакета, где был такой файл.


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

* Re: [sisyphus] В каком пакете лежит файл libkio.la ?
  2004-04-01  7:21 ` Sashnov Alexander
@ 2004-04-01  7:30   ` Alexey I. Froloff
  0 siblings, 0 replies; 5+ messages in thread
From: Alexey I. Froloff @ 2004-04-01  7:30 UTC (permalink / raw)
  To: ALT Linux Sisyphus discussion list

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

* Sashnov Alexander <asashnov@plesk.ru> [040401 11:19]:
> for i in `ls -1 *.rpm`; do rpm -qpl $i|grep <<some_file>> && echo $i;
> done

> Эта команда попросит список файлов у всех rpm в текущем каталоге и
> выведет имя пакета, где был такой файл.

find /path/to/rpms -name '*.rpm' -print0 | \
	xargs -r0 rpm -q --qf='[%{FILENAMES}\t%{NAME}\n]' | \
	grep -F 'somefile' | \
	cut -d '\t' -f 2

-- 
Regards, Sir Raorn.
-------------------
По вопросам работы pkg-build-priv пишите мне.
На все остальные вопросы по этой теме с радостью ответит avn@. :)
		-- ldv in devel@

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

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

end of thread, other threads:[~2004-04-01  7:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-03-31  9:12 [sisyphus] В каком пакете лежит файл libkio.la ? Sergey Shilov
2004-03-31 10:29 ` Andrey Rahmatullin
2004-03-31 10:53 ` Epiphanov Sergei
2004-04-01  7:21 ` Sashnov Alexander
2004-04-01  7:30   ` Alexey I. Froloff

ALT Linux Sisyphus discussions

This inbox may be cloned and mirrored by anyone:

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

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


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