ALT Linux Team development discussions
 help / color / mirror / Atom feed
* [devel] [qa@altlinux.org: ocaml-mysql-1.0.4-alt3: i586 rebuild failed [1]]
@ 2008-03-29 19:35 Alexey Morsov
  2008-03-29 19:42 ` Alexey Tourbin
  2008-04-04  4:39 ` Alexey Tourbin
  0 siblings, 2 replies; 3+ messages in thread
From: Alexey Morsov @ 2008-03-29 19:35 UTC (permalink / raw)
  To: ALT Devel discussion list

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

The following packages have unmet dependencies:
  findlib: Depends: ocaml (= 3.10.0-alt0.1) but 3.10.2-alt1 is to be installed
E: Broken packages

Э... а что с этим делать? :) 

-- 
Sincerely yours,
ALT QA Team Robot

----- End forwarded message -----

-- 
WBR,Алексей Морсов
программист ЗАО "ИК "Риком-Траст"
Jabber: samurai@www.fondmarket.ru
ALT Linux Team Member

> > $ cat ~/bin/L
> > #!/bin/sh
> > exec less -L "$@"
> Какой красивый алиас. :)  Или дело как раз в "$@"?
Алиас в xargs не засунешь. :)
		-- ldv in sisyphus@

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

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

* Re: [devel] [qa@altlinux.org: ocaml-mysql-1.0.4-alt3: i586 rebuild failed [1]]
  2008-03-29 19:35 [devel] [qa@altlinux.org: ocaml-mysql-1.0.4-alt3: i586 rebuild failed [1]] Alexey Morsov
@ 2008-03-29 19:42 ` Alexey Tourbin
  2008-04-04  4:39 ` Alexey Tourbin
  1 sibling, 0 replies; 3+ messages in thread
From: Alexey Tourbin @ 2008-03-29 19:42 UTC (permalink / raw)
  To: ALT Devel discussion list

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

On Sat, Mar 29, 2008 at 10:35:59PM +0300, Alexey Morsov wrote:
> The following packages have unmet dependencies:
>   findlib: Depends: ocaml (= 3.10.0-alt0.1) but 3.10.2-alt1 is to be installed
> E: Broken packages
> 
> Э... а что с этим делать? :) 

Ждите.

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

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

* Re: [devel] [qa@altlinux.org: ocaml-mysql-1.0.4-alt3: i586 rebuild failed [1]]
  2008-03-29 19:35 [devel] [qa@altlinux.org: ocaml-mysql-1.0.4-alt3: i586 rebuild failed [1]] Alexey Morsov
  2008-03-29 19:42 ` Alexey Tourbin
@ 2008-04-04  4:39 ` Alexey Tourbin
  1 sibling, 0 replies; 3+ messages in thread
From: Alexey Tourbin @ 2008-04-04  4:39 UTC (permalink / raw)
  To: ALT Devel discussion list


[-- Attachment #1.1: Type: text/plain, Size: 558 bytes --]

On Sat, Mar 29, 2008 at 10:35:59PM +0300, Alexey Morsov wrote:
> The following packages have unmet dependencies:
>   findlib: Depends: ocaml (= 3.10.0-alt0.1) but 3.10.2-alt1 is to be installed
> E: Broken packages
> 
> Э... а что с этим делать? :) 

Теперь собирается.  Вот новый спек ocaml-mysql.spec, который
я рекомендую взять за основу для следующей сборки.  Я почистил
его от луговщины и отпилил подпакет -runtime!

Зависимости вручную теперь ставить вообще не надо (даже линковочная
зависимость на libMySQL-devel появится автоматически).

[-- Attachment #1.2: ocaml-mysql.spec --]
[-- Type: text/plain, Size: 2224 bytes --]

Name: ocaml-mysql
Version: 1.0.4
Release: alt3

Summary: MySQL bindings for OCaml
License: LGPL
Group: Development/ML

URL: http://raevnos.pennmush.org/code/ocaml-mysql/
Packager: Alexey Morsov <swi@altlinux.ru>

Source: ocaml-mysql-%version.tar.gz

Requires: %name-runtime = %version-%release

# Automatically added by buildreq on Fri Apr 04 2008
BuildRequires: camlp4 findlib libMySQL-devel zlib-devel

%package runtime
Summary: MySQL bindings for OCaml
Group: Development/ML
Conflicts: %name < %version-%release

%description
ocaml-mysql is a package for OCaml that provides access to MySQL
databases. It consists of low level functions implemented in C and
a module Mysql intended for application development.

%description runtime
ocaml-mysql is a package for OCaml that provides access to MySQL
databases. It consists of low level functions implemented in C and
a module Mysql intended for application development.

%prep
%setup -q

%build
%configure
make
make opt

%install
mkdir -p %buildroot%_libdir/ocaml/stublibs
install -p -m755 dll*.so %buildroot%_libdir/ocaml/stublibs/

mkdir -p %buildroot%_libdir/ocaml/site-lib/mysql
install -p -m644 *.{mli,cmi,cma,cmxa,a} META %buildroot%_libdir/ocaml/site-lib/mysql/

%files
%dir %_libdir/ocaml/site-lib/mysql
%_libdir/ocaml/site-lib/mysql/*
%doc CHANGES README doc/html

%files runtime
%_libdir/ocaml/stublibs/dll*.so

%changelog
* Thu Jan 11 2007 Alexey Morsov <swi@altlinux.ru> 1.0.4-alt3
- fix version condition for ocaml

* Mon Dec 18 2006 Alexey Morsov <swi@altlinux.ru> 1.0.4-alt2
- fix version conditions in spec

* Thu Dec 07 2006 Alexey Morsov <swi@altlinux.ru> 1.0.4-alt1
- new version
- change Packager

* Fri May  7 2004 Alexander V. Nikolaev <avn@altlinux.org> 1.0.2-alt4.1
- Non-maintainer upload
- Add "packager" to spec
- Rebuild with glibc 2.3.x and ocaml 3.07-alt6.1

* Wed Mar 17 2004 Vitaly Lugovsky <vsl@altlinux.ru> 1.0.2-alt4
- rebuild

* Wed Feb 18 2004 Vitaly Lugovsky <vsl@altlinux.ru> 1.0.2-alt3
- rebuild

* Tue Jan 27 2004 Vitaly Lugovsky <vsl@altlinux.ru> 1.0.2-alt2
rebuild

* Wed Nov 12 2003 Vitaly Lugovsky <vsl@altlinux.ru> 1.0.1-alt2
relaxed elf verifying

* Mon Oct 27 2003 Vitaly Lugovsky <vsl@altlinux.ru> 1.0.1-alt1
first release


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

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

end of thread, other threads:[~2008-04-04  4:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-03-29 19:35 [devel] [qa@altlinux.org: ocaml-mysql-1.0.4-alt3: i586 rebuild failed [1]] Alexey Morsov
2008-03-29 19:42 ` Alexey Tourbin
2008-04-04  4:39 ` Alexey Tourbin

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