ALT Linux Team development discussions
 help / color / mirror / Atom feed
From: Michael Shigorin <mike@osdn.org.ua>
To: ALT Devel discussion list <devel@lists.altlinux.org>
Subject: [devel] +2 lost precision, +1 noarch issue (was: vim-4:7.0.182-alt1: i586 rebuild failed)
Date: Tue, 23 Jan 2007 18:11:16 +0200
Message-ID: <20070123161116.GB17012@osdn.org.ua> (raw)
In-Reply-To: <20070123152645.GB4170@basalt.office.altlinux.org>

On Tue, Jan 23, 2007 at 06:26:45PM +0300, Dmitry V. Levin wrote:
> > > > Кого проглючило на этот раз?
> > > strip больше не хочет обрабатывать файлы нулевого размера.
> > Это у нас такой freeze? ;-)
> Единственный пакет, на который это изменение повлияло -- это vim. ;-)

А сколько ещё изменений, зацепивших двойственные пакеты? ;-)

Не понял, кто раздерибанил точность:

--- Maelstrom-3.0.6-alt1: x86-64 rebuild failed
Making all in screenlib
make[1]: Entering directory `/usr/src/RPM/BUILD/Maelstrom-3.0.6/screenlib'
x86_64-alt-linux-g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"Maelstrom\" -DVERSION=\"3.0.6\"  -I. -I.     -pipe -Wall -O2 -pipe -Wall -O2 -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -I.. -I../netlogic -I../screenlib -I../maclib -DLIBDIR=\"/usr/share/Maelstrom\" -c -o SDL_FrameBuf.o SDL_FrameBuf.cpp
SDL_FrameBuf.cpp: In member function 'void FrameBuf::AddDirtyRect(SDL_Rect*)':
SDL_FrameBuf.cpp:851: error: cast from 'SDL_Rect*' to 'int' loses precision
SDL_FrameBuf.cpp:852: error: cast from 'SDL_Rect*' to 'int' loses precision
make[1]: *** [SDL_FrameBuf.o] Error 1
make[1]: Leaving directory `/usr/src/RPM/BUILD/Maelstrom-3.0.6/screenlib'

--- lavaps-2.7-alt2: x86-64 rebuild failed
x86_64-alt-linux-g++ -DHAVE_CONFIG_H -I. -I. -I..     -DUSE_GTK_BLOB -DORBIT2=1 -pthread -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib64/gnome-vfs-2.0/include -I/usr/include/gnome-keyring-1 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/libxml2   -DUSE_PROCESS_SCAN_LINUX_PROC -Ilinux -g   -Wall -DLAVAPS_STL_NAMESPACE=std  -DGNOMELOCALEDIR=\""/usr/share/locale"\" -pipe -Wall -O2 -c -o process_model.o process_model.cc
process_model.cc: In member function 'void process_model::dump()':
process_model.cc:89: error: cast from 'process_model*' to 'int' loses precision
make[3]: *** [process_model.o] Error 1make[3]: Leaving directory `/usr/src/RPM/BUILD/lavaps-2.7/src'

PS: буду рад разумному решению -- сейчас там выставлено
BuildArch: noarch, но присутствует никуда далее не идущий код,
который IIRC не вышло быстро и безболезненно не собирать вообще.
BuildArch вообще относится и к процессу, и к результату сборки,
или только к результату?

--- ruby-doc-extra-0.1-alt3: x86-64 rebuild failed
creating Makefile
make[1]: Entering directory `/usr/src/RPM/BUILD/ruby-doc-extra-0.1/ProgrammingRuby/latex/code/ext'
x86_64-alt-linux-gcc -I. -I. -I/usr/include/ruby/1.8 -I. -I../cdjukebox  -fPIC -pipe -Wall -g  -fPIC -I/usr/include/ruby/1.8  -c test.c
x86_64-alt-linux-gcc -I. -I. -I/usr/include/ruby/1.8 -I. -I../cdjukebox  -fPIC -pipe -Wall -g  -fPIC -I/usr/include/ruby/1.8  -c vendor.c
x86_64-alt-linux-gcc -shared  -L"../cdjukebox" -L"/usr/lib64" -o CDJukebox.so test.o vendor.o  -lruby -lcdjukebox  -ldl -lcrypt -lm   -lc
/usr/bin/ld: ../cdjukebox/libcdjukebox.a(cdjukebox.o): relocation R_X86_64_32 against `a local symbol' can not be used when making a shared object; recompile with -fPIC
../cdjukebox/libcdjukebox.a: could not read symbols: Bad value
collect2: ld returned 1 exit status
make[1]: Leaving directory `/usr/src/RPM/BUILD/ruby-doc-extra-0.1/ProgrammingRuby/latex/code/ext'

-- 
 ---- WBR, Michael Shigorin <mike@altlinux.ru>
  ------ Linux.Kiev http://www.linux.kiev.ua/


  reply	other threads:[~2007-01-23 16:11 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-01-23 13:33 ` [devel] vim-4:7.0.182-alt1: i586 rebuild failed Alexey I. Froloff
2007-01-23 13:46   ` Dmitry V. Levin
2007-01-23 15:20     ` Alexey I. Froloff
2007-01-23 15:26       ` Dmitry V. Levin
2007-01-23 16:11         ` Michael Shigorin [this message]
2007-01-23 16:22           ` [devel] +2 lost precision, +1 noarch issue (was: vim-4:7.0.182-alt1: i586 rebuild failed) Damir Shayhutdinov
2007-01-23 17:34         ` [devel] vim-4:7.0.182-alt1: i586 rebuild failed Alexey I. Froloff
2007-01-23 15:27       ` Avramenko Andrew

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=20070123161116.GB17012@osdn.org.ua \
    --to=mike@osdn.org.ua \
    --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