ALT Linux Team development discussions
 help / color / mirror / Atom feed
From: "Dmitry V. Levin" <ldv@altlinux.org>
To: ALT Devel discussion list <devel@lists.altlinux.org>
Subject: Re: [devel] [git update] packages/mpg123: heads/master
Date: Wed, 9 Jan 2008 13:53:38 +0300
Message-ID: <20080109105337.GC11424@wo.int.altlinux.org> (raw)
In-Reply-To: <20080109103451.GB11424@wo.int.altlinux.org>

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

On Wed, Jan 09, 2008 at 01:34:51PM +0300, Dmitry V. Levin wrote:
> On Wed, Jan 09, 2008 at 01:17:26PM +0300, Alexey Morsov wrote:
> > On Wed, Jan 09, 2008 at 01:05:11PM +0300, Dmitry V. Levin wrote:
> > > 
> > > i586-alt-linux-gcc -shared  .libs/compat.o .libs/parse.o .libs/frame.o
> > > .libs/format.o .libs/decode_2to1.o .libs/decode_4to1.o
> > > .libs/decode_ntom.o .libs/equalizer.o .libs/icy.o .libs/id3.o
> > > .libs/layer1.o .libs/layer2.o .libs/layer3.o .libs/optimize.o
> > > .libs/readers.o .libs/tabinit.o .libs/stringbuf.o .libs/libmpg123.o
> > > .libs/decode_i386.o .libs/dct64_i386.o .libs/decode_i586_dither.o
> > > .libs/dnoise.o  -lm  -march=i586 -mtune=i686 -Wl,-soname
> > > -Wl,libmpg123.so.0 -Wl,-version-script -Wl,.libs/libmpg123.ver -o
> > > .libs/libmpg123.so.0.0.0
> > > /usr/bin/ld: warning: creating a DT_TEXTREL in a shared object.
> > > 
> > > > asm вставок в коде я не заметил.
> > 
> > Я не очень силен в данных вещах. Т.е. хотите сказать что к обращениям к
> > коды коорый в неслинкованных .so это отношения не имеет?
> 
> Вы лог сборки mpg123 вообще смотрели?
> 
> Там написано примерно следующее:
> i586-alt-linux-gcc -pipe -Wall -O2 -march=i586 -mtune=i686
> -fomit-frame-pointer -ffast-math -frename-registers -I. -I. -I../../src -c
> decode_i586_dither.S -fPIC -DPIC -o .libs/decode_i586_dither.o
> 
> В результате
> $ gcc -shared .libs/decode_i586_dither.o
> /usr/bin/ld: warning: creating a DT_TEXTREL in a shared object.

--with-cpu=i586_dither вы написали самостоятельно?
Если да, то где обоснование или хотя бы упоминание,
если нет, то где ссылка на источник?

Я посмотрел на вывод от
srpmcmp mpg123-0.59s-alt0.9.src.rpm mpg123-1.0.1-alt1.src.rpm
Ой, и зачем я это сделал?..


-- 
ldv

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

  reply	other threads:[~2008-01-09 10:53 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-01-06 16:12 ` Dmitry V. Levin
2008-01-06 17:37   ` Michael Shigorin
2008-01-06 19:08     ` Dmitry V. Levin
2008-01-07 23:05       ` [devel] textrel vs asm: +1 for asm-centric default Michael Shigorin
2008-01-07 23:22         ` [devel] textrel vs asm Dmitry V. Levin
2008-01-08 18:16           ` Michael Shigorin
2008-01-08 18:20           ` [devel] [wiki] " Michael Shigorin
2008-01-08 20:21           ` [devel] " led
2008-01-08 20:45             ` Dmitry V. Levin
2008-01-08 20:54               ` led
2008-01-08 20:53                 ` Dmitry V. Levin
2008-01-08 21:03                   ` led
2008-01-06 19:41     ` [devel] [git update] packages/mpg123: heads/master Alexey Tourbin
2008-01-07 22:59       ` Michael Shigorin
2008-01-07 23:12         ` Dmitry V. Levin
2008-01-08 20:28           ` led
2008-01-08 20:48             ` Dmitry V. Levin
2008-01-08 21:01               ` led
2008-01-09 14:37                 ` Konstantin A. Lepikhov
2008-01-09 15:20                   ` led
2008-01-09 15:20                     ` Konstantin A. Lepikhov
2008-01-08  5:14         ` Денис Смирнов
2008-01-08 20:24           ` led
2008-01-10  7:52             ` Денис Смирнов
2008-01-08 20:26       ` led
2008-01-09  9:50   ` Alexey Morsov
2008-01-09 10:05     ` Dmitry V. Levin
2008-01-09 10:17       ` Alexey Morsov
2008-01-09 10:34         ` Dmitry V. Levin
2008-01-09 10:53           ` Dmitry V. Levin [this message]
2008-01-09 11:16             ` Alexey Morsov
2008-01-09 12:35               ` Dmitry V. Levin
2008-01-09 12:57                 ` Alexey Morsov
2008-01-09 13:43                   ` Dmitry V. Levin
2008-01-09 14:03                     ` Alexey Morsov

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=20080109105337.GC11424@wo.int.altlinux.org \
    --to=ldv@altlinux.org \
    --cc=devel@lists.altlinux.org \
    /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