ALT Linux Team development discussions
 help / color / mirror / Atom feed
* Re: [devel] [SCM] packages/code: tags/1.1.12-alt2
  @ 2017-05-22 14:21 ` Gleb Fotengauer-Malinovskiy
  0 siblings, 0 replies; only message in thread
From: Gleb Fotengauer-Malinovskiy @ 2017-05-22 14:21 UTC (permalink / raw)
  To: ALT Devel discussion list; +Cc: Vitaly Lipatov

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

Hi,

On Sun, May 21, 2017 at 07:25:59PM +0000, Vitaly Lipatov wrote:
> Changelog since `1.1.12-alt1' follows:
> commit 9a40a468c0adcf1bfe94fb778caa8ec3c0865913
> Author: Vitaly Lipatov <lav@etersoft.ru>
> Date:   Sun May 21 22:17:50 2017 +0300
> 
>     1.1.12-alt2
>     
>     - add libfakecppunmets to fix unnneded BAD ELF symbols due libstd++ (MersenneTwister and so on)
> 
> Full diff since `1.1.12-alt1' follows:
> diff --git a/.gear/rules b/.gear/rules
> index 7300e75..e3b5a3d 100644
> --- a/.gear/rules
> +++ b/.gear/rules
> @@ -2,3 +2,4 @@ tar: x86_64 name=@name@-@version@
>  tar: i586 name=@name@-@version@-i586 base=
>  copy: code.desktop
>  copy: code.png
> +tar: fakecppunmets name=@name@-@version@-fakecppunmets base=fakecppunmets
> diff --git a/code.spec b/code.spec
> index 4c176da..c0ad86a 100644
> --- a/code.spec
> +++ b/code.spec
> @@ -1,6 +1,6 @@
>  Name: code
>  Version: 1.1.12
> -Release: alt1
> +Release: alt2
>  
>  Summary: Visual Studio Code
>  
[...]
> +++ b/fakecppunmets/fakecppunmets-code.c
> @@ -0,0 +1,38 @@
> +#include <stdio.h>
> +#include <stdlib.h>
> +#include <errno.h>
> +
> +void _ZN10crash_keys17SetVariationsListERKSt6vectorISsSaISsEE()
> +{
> +	errno = ENOSYS;
> +	perror("_ZN10crash_keys17SetVariationsListERKSt6vectorISsSaISsEE");
> +	exit(-1);
> +}
> +
> +void _ZN15MersenneTwister12init_genrandEj()
> +{
> +	errno = ENOSYS;
> +	perror("_ZN15MersenneTwister12init_genrandEj");
> +	exit(-1);
> +}
> +
> +void _ZN15MersenneTwister13genrand_int32Ev()
> +{
> +	errno = ENOSYS;
> +	perror("_ZN15MersenneTwister13genrand_int32Ev");
> +	exit(-1);
> +}
> +
> +void _ZN15MersenneTwisterC1Ev()
> +{
> +	errno = ENOSYS;
> +	perror("_ZN15MersenneTwisterC1Ev");
> +	exit(-1);
> +}
> +
> +void _ZN15MersenneTwisterD1Ev()
> +{
> +	errno = ENOSYS;
> +	perror("_ZN15MersenneTwisterD1Ev");
> +	exit(-1);
> +}

Не делайте так, пожалуйста.

#183225 AWAITING #1 sisyphus del=code

-- 
glebfm

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 801 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-05-22 14:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-22 14:21 ` [devel] [SCM] packages/code: tags/1.1.12-alt2 Gleb Fotengauer-Malinovskiy

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