ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
* [sisyphus] bochs ÎÅ ÐÅÒÅÓÏÂÉÒÁÅÔÓÑ
@ 2003-11-07  0:04 Andrey Khavryuchenko
  2003-11-07 21:54 ` Vitaly Lipatov
  0 siblings, 1 reply; 2+ messages in thread
From: Andrey Khavryuchenko @ 2003-11-07  0:04 UTC (permalink / raw)
  To: sisyphus

Hi!

Такое впечатление, что забыты какие-то пакты в BuildRequires:

[akhavr@netmaster SPECS]$ rpm -ba bochs.spec
[...]
g++ -o bochs -pipe -Wall -O2 -march=i686 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/usr/lib/wx/include/gtk-2.4 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -DBX_SHARE_PATH=\"/usr/share/bochs\" logio.o main.o load32bitOShack.o state_file.o pc_system.o osdep.o plugin.o -pthread -Wl,--export-dynamic  iodev/libiodev.a cpu/libcpu.a memory/libmemory.a gui/libgui.a fpu/libfpu.a -L/usr/X11R6/lib -lSM -lICE -lX11 -lwx_gtk-2.4 -lm
gui/libgui.a(wxmain.o)(.text+0x7): In function `isSimThread(void)':
: undefined reference to `wxThread::IsMain(void)'
gui/libgui.a(wxmain.o)(.text+0x14): In function `isSimThread(void)':
: undefined reference to `wxThread::This(void)'
gui/libgui.a(wxmain.o)(.text+0x68): In function `ci_callback(void *, ci_command_t)':
[...]
: undefined reference to `wxPanel type_info node'
collect2: ld returned 1 exit status
make: *** [bochs] Error 1
make: Leaving directory `/home/akhavr/RPM/BUILD/bochs-2.0.2'
ошибка: Неверный код возврата из /home/akhavr/tmp/rpm-tmp.17125 (%build)


Ошибки сборки пакетов:
    Неверный код возврата из /home/akhavr/tmp/rpm-tmp.17125 (%build)

Где собака порылась?

-- 
Andrey V Khavryuchenko            http://www.kds.com.ua/
Silver Bullet Software Solutions  http://www.kds.com.ua/training/


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

* Re: [sisyphus] bochs ÎÅ ÐÅÒÅÓÏÂÉÒÁÅÔÓÑ
  2003-11-07  0:04 [sisyphus] bochs ÎÅ ÐÅÒÅÓÏÂÉÒÁÅÔÓÑ Andrey Khavryuchenko
@ 2003-11-07 21:54 ` Vitaly Lipatov
  0 siblings, 0 replies; 2+ messages in thread
From: Vitaly Lipatov @ 2003-11-07 21:54 UTC (permalink / raw)
  To: sisyphus, Andrey Khavryuchenko

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

On 7 Ноябрь 2003 03:04, Andrey Khavryuchenko wrote:
> Hi!
>
> Такое впечатление, что забыты какие-то пакты в BuildRequires:
Пожалуйста, попробуйте с приложенным спеком,
и сообщите мне лично, что получилось.

-- 
Lav
Виталий Липатов
Санкт-Петербург
GNU! ALT Linux Team! LaTeX! LyX!

[-- Attachment #2: bochs.spec --]
[-- Type: text/plain, Size: 3305 bytes --]

Name: bochs
Version: 2.0.2
Release: alt3

Summary: Bochs Project x86 PC Emulator
Summary(ru_RU.KOI8-R): Проект Bochs -- эмулятор x86 PC

License: LGPL
Group: Emulators
Url: http://bochs.sourceforge.net

Packager: Vitaly Lipatov <lav@altlinux.ru>

Source: %name-%version.tar.bz2
Source1: bochs.sh

# Automatically added by buildreq on Sat Nov 08 2003
BuildRequires: OpenSP XFree86-devel-static XFree86-libs docbook-dtds docbook-style-dsssl docbook-utils gcc-c++ glib glibc-devel-static gtk+-devel hostinfo libjpeg libncurses-devel libpcap-devel libreadline-devel libstdc++-devel libtiff openjade sgml-common wxGTK-devel xml-common

%description
Bochs is a portable x86 PC emulation software package that emulates enough of
the x86 CPU, related AT hardware, and BIOS to run DOS, Windows '95, Minix 2.0,
and other OS's, all on your workstation.

%description -l ru_RU.KOI8-R
Bochs -- это не зависящий от аппаратной платформы эмулятор x86 PC,
который эмулирует процессор x86, необходимое аппаратное обеспечение AT
и BIOS для запуска DOS, Windows '95, Minix 2.0, и других операционных
систем на вашей рабочей станции.

%prep
%setup -q
%__cp %SOURCE1 bochs.sh
%__subst "s|SCRIPT restart|SCRIPT condrestart|" ./install-x11-fonts.in
%__subst "s|bios/|/usr/share/bochs/|" ./.bochsrc
%__subst "s|#config_interface: wx|config_interface: wx|" ./.bochsrc
%__subst "s|#display_library: wx|display_library: wx|" ./.bochsrc

%build
%configure --enable-fpu --enable-cdrom --enable-sb16=linux  --enable-split-hd  --enable-ne2000 --with-x11 --with-wx

%make

%install
%makeinstall
mkdir -p $RPM_BUILD_ROOT%_menudir
cat >$RPM_BUILD_ROOT%_menudir/%name <<EOF
?package(%name): command="%name.sh" \\
section="Emulators" \\
title="Bochs" \\
longtitle="Bochs Project x86 PC Emulator" \\
genericname="Emulator" \\
needs="x11"
EOF

install -p -m755 bochs.sh $RPM_BUILD_ROOT/%_bindir/bochs.sh

%post
%update_menus
/usr/share/bochs/install-x11-fonts

%postun
%clean_menus

%files
%_bindir/*
%_datadir/%name
%_mandir/man1/*
%_mandir/man5/*
%_docdir/%name
%_menudir/%name

%changelog
* Thu Jun 26 2003 Stanislav Ievlev <inger@altlinux.ru> 2.0.2-alt2.1
- really rebuild with new wxGTK

* Fri Jun 20 2003 Andrey Astafiev <andrei@altlinux.ru> 2.0.2-alt2
- rebuilt with new wxGTK

* Mon Apr 07 2003 Vitaly Lipatov <lav@altlinux.ru> 2.0.2-alt1
- new version
- fixed bug #2489 (condrestart for xfs)
- build with wxWindows support
- add menu entry
- add shell wrapper for start from menu
- update buildreq

* Fri Jan 10 2003 Vitaly Lipatov <lav@altlinux.ru> 2.0.1-alt1
- cleanup spec
- new version
- add buildrequires

* Fri Nov 02 2002 Vitaly Lipatov <lav@altlinux.ru> 1.4.1-alt1
- first build for Sisyphus
- spec adapted
- dlxlinux disabled

* Sat Aug 31 2002 Lenny Cartier <lenny@mandrakesoft.com> 1.4.1-2mdk
- rebuild

* Wed Jul 24 2002 Sylvestre Taburet <staburet@mandrakesoft.com> 1.4.1-1mdk
- upgraded to 1.4.1 (service release)

* Tue May 28 2002 Lenny Cartier <lenny@mandrakesoft.com> 1.4-3mdk
- rebuild against new libstdc++

* Mon Apr 08 2002 Lenny Cartier <lenny@mandrakesoft.com> 1.4-2mdk
- fix %post & %pre by adding %version to cure problem when
  version changes ( thx Quel Qun )

* Sat Mar 30 2002 Lenny Cartier <lenny@mandrakesoft.com> 1.4-1mdk
- 1.4

* Tue Feb 05 2002 Lenny Cartier <lenny@mandrakesoft.com> 1.3-1mdk
- new


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

end of thread, other threads:[~2003-11-07 21:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-11-07  0:04 [sisyphus] bochs ÎÅ ÐÅÒÅÓÏÂÉÒÁÅÔÓÑ Andrey Khavryuchenko
2003-11-07 21:54 ` Vitaly Lipatov

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