Regarding marigold extract, Can you get your questions answered on the spot?

2018-01-04 Thread g...@gelinnabio.top

Dear , 

Selling well products 
Phosphatidylserine
Ginseng extract


Look forward to your reply 
best regards, 
Jack

E-mail: i...@plant-extracts.com
Web:www.Plant-Extracts.com


[glibc] branch sid updated (f7b08d5 -> 9f00e34)

2018-01-04 Thread Aurelien Jarno
This is an automated email from the git hooks/post-receive script.

aurel32 pushed a change to branch sid
in repository glibc.

  from  f7b08d5   patches/hurd-i386/unsubmitted-mount_namespace.diff: 
Rename to git-mount_namespace.diff.
   new  9f00e34   debian/rules.d/build.mk: Remove a left-over closing 
brace, breaking stage 1.  Closes: #886301.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 debian/changelog| 4 
 debian/rules.d/build.mk | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-glibc/glibc.git



Processed: Bug#886301 marked as pending

2018-01-04 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tag 886301 pending
Bug #886301 [src:glibc] glibc: logme removal accidentally breaks stage1
Added tag(s) pending.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
886301: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=886301
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



[glibc] 01/01: debian/rules.d/build.mk: Remove a left-over closing brace, breaking stage 1. Closes: #886301.

2018-01-04 Thread Aurelien Jarno
This is an automated email from the git hooks/post-receive script.

aurel32 pushed a commit to branch sid
in repository glibc.

commit 9f00e34e3c968732f248bc58c4cfee219fe35a34
Author: Aurelien Jarno 
Date:   Thu Jan 4 11:53:51 2018 +0100

debian/rules.d/build.mk: Remove a left-over closing brace, breaking stage 
1.  Closes: #886301.
---
 debian/changelog| 4 
 debian/rules.d/build.mk | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 1d8ff2d..dd03946 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,10 @@ glibc (2.26-2) UNRELEASED; urgency=medium
   * patches/hurd-i386/unsubmitted-mount_namespace.diff: Rename to
 git-mount_namespace.diff.
 
+  [ Helmut Grohne ]
+  * debian/rules.d/build.mk: Remove a left-over closing brace, breaking
+stage 1.  Closes: #886301.
+
  -- Aurelien Jarno   Wed, 03 Jan 2018 18:30:46 +0100
 
 glibc (2.26-1) unstable; urgency=medium
diff --git a/debian/rules.d/build.mk b/debian/rules.d/build.mk
index 17cf910..b1bd014 100644
--- a/debian/rules.d/build.mk
+++ b/debian/rules.d/build.mk
@@ -166,7 +166,7 @@ $(stamp)install_%: $(stamp)build_%
 ifneq ($(filter stage1,$(DEB_BUILD_PROFILES)),)
$(MAKE) -C $(DEB_BUILDDIR) $(NJOBS) \
cross-compiling=yes install_root=$(CURDIR)/debian/tmp-$(curpass)
\
-   install-bootstrap-headers=yes install-headers )
+   install-bootstrap-headers=yes install-headers
 
install -d $(CURDIR)/debian/tmp-$(curpass)/$(call xx,libdir)
install -m 644 $(DEB_BUILDDIR)/csu/crt[01in].o 
$(CURDIR)/debian/tmp-$(curpass)/$(call xx,libdir)/.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-glibc/glibc.git



Processed: libc6-dev-$arch-cross incompatible with libc6-dev:$arch: glibc major version skew

2018-01-04 Thread Debian Bug Tracking System
Processing control commands:

> block -1 by 886301
Bug #886315 
[libc6-dev-arm64-cross,libc6-dev-armel-cross,libc6-dev-armhf-cross,libc6-dev-mips-cross,libc6-dev-mips64el-cross,libc6-dev-mipsel-cross,libc6-dev-ppc64el-cross,libc6-dev-s390x-cross]
 libc6-dev-$arch-cross incompatible with libc6-dev:$arch: glibc major version 
skew
886315 was not blocked by any bugs.
886315 was not blocking any bugs.
Added blocking bug(s) of 886315: 886301

-- 
886315: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=886315
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#886315: libc6-dev-$arch-cross incompatible with libc6-dev:$arch: glibc major version skew

2018-01-04 Thread Helmut Grohne
Package: 
libc6-dev-arm64-cross,libc6-dev-armel-cross,libc6-dev-armhf-cross,libc6-dev-mips-cross,libc6-dev-mips64el-cross,libc6-dev-mipsel-cross,libc6-dev-ppc64el-cross,libc6-dev-s390x-cross
Version: 2.25-3cross1
Severity: important
User: helm...@debian.org
Usertags: rebootstrap
Control: block -1 by 886301

The cross-toolchain-base package in unstable is still built from glibc
2.25 while unstable has glibc 2.26. When both are installed, gcc seems
to pick e.g. -lpthread from libc6-dev:$arch and -lc from
libc6-dev-$arch-cross. That can result in:

//lib/powerpc64le-linux-gnu/libpthread.so.0: undefined reference to 
`__mmap@GLIBC_PRIVATE'

Try configuring src:nvi to reproduce.

Please reupload cross-toolchain-base. You probably want to wait for the
fix of #886301 though.

This is not super exciting, but I need a bug number.

Helmut