ALT Linux Team development discussions
 help / color / mirror / Atom feed
* [devel] ocaml, x86-32 и -fPIC
@ 2015-08-27  3:07 Bergman Andrey
  2015-08-27  3:26 ` Hihin Ruslan
  2015-08-27  6:36 ` Dmitry V. Levin
  0 siblings, 2 replies; 6+ messages in thread
From: Bergman Andrey @ 2015-08-27  3:07 UTC (permalink / raw)
  To: ALT Linux Team development discussions

Други!

Возникла проблема при прогоне verify-elf на библиотеке ocaml4-gsl:

the file containing the function 'camlGsl_vector__reverse_1183' is not compiled with -fpic/-fPIC
verify-elf: ERROR: ./usr/lib/ocaml/site-lib/gsl/gsl.cmxs: TEXTREL entry found: 0x00000000

Увы и ах, но ocaml не умеет создавать позиционно независимый код для архитектуры x86-32,
хотя прекрасно создаёт такое для x86-64.

Что делать? (кстати, проверить под x86-32 эту библиотеку я не могу - у меня везде x86-64)

Заранее спасибо,
    Андрей.


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

* Re: [devel] ocaml, x86-32 и -fPIC
  2015-08-27  3:07 [devel] ocaml, x86-32 и -fPIC Bergman Andrey
@ 2015-08-27  3:26 ` Hihin Ruslan
  2015-08-27  5:02   ` Bergman Andrey
  2015-08-27  6:36 ` Dmitry V. Levin
  1 sibling, 1 reply; 6+ messages in thread
From: Hihin Ruslan @ 2015-08-27  3:26 UTC (permalink / raw)
  To: devel

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

Здравствуйте Bergman Andrey
  В сообщении от 27 августа 2015 Bergman Andrey написал(a):
> Други!
>
> Возникла проблема при прогоне verify-elf на библиотеке
> ocaml4-gsl:
>
> the file containing the function
> 'camlGsl_vector__reverse_1183' is not compiled with
> -fpic/-fPIC verify-elf: ERROR:
> ./usr/lib/ocaml/site-lib/gsl/gsl.cmxs: TEXTREL entry found:
> 0x00000000
>
> Увы и ах, но ocaml не умеет создавать позиционно независимый
> код для архитектуры x86-32, хотя прекрасно создаёт такое для
> x86-64.
>
> Что делать? (кстати, проверить под x86-32 эту библиотеку я не
> могу - у меня везде x86-64)
А пооставьте различные опции компиляции в зависимости от 
архитектуры.





-- 
  А ещё говорят так  (fortune):
 
applications applnk apps autostart bin bookmarks.xml cmake config 
config.kcfg desktop-directories doc emoticons icons locale 
mimelnk services servicetypes share sounds templates Knghtbrd 
crosses his toes <Knghtbrd> (if I crossed my fingers it would be 
hard to type) 
________________________________________________________________________
С уважением Хихин Руслан

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 181 bytes --]

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

* Re: [devel] ocaml, x86-32 и -fPIC
  2015-08-27  3:26 ` Hihin Ruslan
@ 2015-08-27  5:02   ` Bergman Andrey
  2015-08-27  5:12     ` Hihin Ruslan
  0 siblings, 1 reply; 6+ messages in thread
From: Bergman Andrey @ 2015-08-27  5:02 UTC (permalink / raw)
  To: ALT Linux Team development discussions

Там такие и стоят - в случае x86-32 никаких -fPIC нет.

27.08.2015, 06:27, "Hihin Ruslan" <ruslandh@gmail.com>:
> Здравствуйте Bergman Andrey
>   В сообщении от 27 августа 2015 Bergman Andrey написал(a):
>>  Други!
>>
>>  Возникла проблема при прогоне verify-elf на библиотеке
>>  ocaml4-gsl:
>>
>>  the file containing the function
>>  'camlGsl_vector__reverse_1183' is not compiled with
>>  -fpic/-fPIC verify-elf: ERROR:
>>  ./usr/lib/ocaml/site-lib/gsl/gsl.cmxs: TEXTREL entry found:
>>  0x00000000
>>
>>  Увы и ах, но ocaml не умеет создавать позиционно независимый
>>  код для архитектуры x86-32, хотя прекрасно создаёт такое для
>>  x86-64.
>>
>>  Что делать? (кстати, проверить под x86-32 эту библиотеку я не
>>  могу - у меня везде x86-64)
>
> А пооставьте различные опции компиляции в зависимости от
> архитектуры.
>
> --
>   А ещё говорят так (fortune):
>
> applications applnk apps autostart bin bookmarks.xml cmake config
> config.kcfg desktop-directories doc emoticons icons locale
> mimelnk services servicetypes share sounds templates Knghtbrd
> crosses his toes <Knghtbrd> (if I crossed my fingers it would be
> hard to type)
> ________________________________________________________________________
> С уважением Хихин Руслан
> ,
>
> _______________________________________________
> Devel mailing list
> Devel@lists.altlinux.org
> https://lists.altlinux.org/mailman/listinfo/devel


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

* Re: [devel] ocaml, x86-32 и -fPIC
  2015-08-27  5:02   ` Bergman Andrey
@ 2015-08-27  5:12     ` Hihin Ruslan
  0 siblings, 0 replies; 6+ messages in thread
From: Hihin Ruslan @ 2015-08-27  5:12 UTC (permalink / raw)
  To: devel

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

Здравствуйте Bergman Andrey
  В сообщении от 27 августа 2015 Bergman Andrey написал(a):
> Там такие и стоят - в случае x86-32 никаких -fPIC нет.
Ну, тогда проверку отключите для этой архитектуры.
http://www.altlinux.org/TextRel


-- 
  А ещё говорят так  (fortune):
 
"Your mother was a hamster, and your father smelt of 
elderberrys!" -- Monty Python and the Holy Grail 
________________________________________________________________________
С уважением Хихин Руслан

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 181 bytes --]

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

* Re: [devel] ocaml, x86-32 и -fPIC
  2015-08-27  3:07 [devel] ocaml, x86-32 и -fPIC Bergman Andrey
  2015-08-27  3:26 ` Hihin Ruslan
@ 2015-08-27  6:36 ` Dmitry V. Levin
  2015-08-27 14:16   ` Bergman Andrey
  1 sibling, 1 reply; 6+ messages in thread
From: Dmitry V. Levin @ 2015-08-27  6:36 UTC (permalink / raw)
  To: ALT Devel discussion list

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

On Thu, Aug 27, 2015 at 06:07:37AM +0300, Bergman Andrey wrote:
> Други!
> 
> Возникла проблема при прогоне verify-elf на библиотеке ocaml4-gsl:
> 
> the file containing the function 'camlGsl_vector__reverse_1183' is not compiled with -fpic/-fPIC
> verify-elf: ERROR: ./usr/lib/ocaml/site-lib/gsl/gsl.cmxs: TEXTREL entry found: 0x00000000
> 
> Увы и ах, но ocaml не умеет создавать позиционно независимый код для архитектуры x86-32,
> хотя прекрасно создаёт такое для x86-64.

А раньше умел?


-- 
ldv

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

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

* Re: [devel] ocaml, x86-32 и -fPIC
  2015-08-27  6:36 ` Dmitry V. Levin
@ 2015-08-27 14:16   ` Bergman Andrey
  0 siblings, 0 replies; 6+ messages in thread
From: Bergman Andrey @ 2015-08-27 14:16 UTC (permalink / raw)
  To: ALT Linux Team development discussions

Он и раньше не умел, но как-то обходились.

27.08.2015, 09:36, "Dmitry V. Levin" <ldv@altlinux.org>:
> On Thu, Aug 27, 2015 at 06:07:37AM +0300, Bergman Andrey wrote:
>>  Други!
>>
>>  Возникла проблема при прогоне verify-elf на библиотеке ocaml4-gsl:
>>
>>  the file containing the function 'camlGsl_vector__reverse_1183' is not compiled with -fpic/-fPIC
>>  verify-elf: ERROR: ./usr/lib/ocaml/site-lib/gsl/gsl.cmxs: TEXTREL entry found: 0x00000000
>>
>>  Увы и ах, но ocaml не умеет создавать позиционно независимый код для архитектуры x86-32,
>>  хотя прекрасно создаёт такое для x86-64.
>
> А раньше умел?
>
> --
> ldv
> ,
>
> _______________________________________________
> Devel mailing list
> Devel@lists.altlinux.org
> https://lists.altlinux.org/mailman/listinfo/devel


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

end of thread, other threads:[~2015-08-27 14:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-27  3:07 [devel] ocaml, x86-32 и -fPIC Bergman Andrey
2015-08-27  3:26 ` Hihin Ruslan
2015-08-27  5:02   ` Bergman Andrey
2015-08-27  5:12     ` Hihin Ruslan
2015-08-27  6:36 ` Dmitry V. Levin
2015-08-27 14:16   ` Bergman Andrey

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