linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Michael Biebl <biebl@debian.org>
To: 766811@bugs.debian.org, Nathan Scott <nathans@debian.org>,
	Marco d'Itri <md@linux.it>
Subject: Bug#766811: spurious library links
Date: Thu, 16 Mar 2017 17:28:21 +0100	[thread overview]
Message-ID: <785bca5c-7b92-1c20-7a68-7c8b79419fa4@debian.org> (raw)
In-Reply-To: <822351939.19802495.1455074423707.JavaMail.zimbra@redhat.com>


[-- Attachment #1.1.1: Type: text/plain, Size: 687 bytes --]

Hi Nathan

On Tue, 9 Feb 2016 22:20:23 -0500 (EST) Nathan Scott
<nathans@debian.org> wrote:

> > Should I NMU?
> 
> Please go right ahead Marco - many thanks!

So this NMU happened, but unfortunately your followup maintainer upload,
i.e. 4.5.0 did not include the changes from the NMU.

Nathan, could you make another upload including the fix from Marco?

I've attached the debdiff which still seems to apply against 4.9.0

Seeing that this issue already caused two duplicates being filed, I'd
say it's worth fixing for stretch.

Regards,
Michael

-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?


[-- Attachment #1.1.2: xfsprogs_4.3.0+nmu1.debdiff --]
[-- Type: text/plain, Size: 1385 bytes --]

diff -Nru xfsprogs-4.3.0/debian/changelog xfsprogs-4.3.0+nmu1/debian/changelog
--- xfsprogs-4.3.0/debian/changelog	2015-11-27 00:38:33.000000000 +0100
+++ xfsprogs-4.3.0+nmu1/debian/changelog	2016-02-10 04:39:50.000000000 +0100
@@ -1,3 +1,11 @@
+xfsprogs (4.3.0+nmu1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Disabled the code in include/buildmacros which creates bogus symlinks
+    for libraries. (Closes: #766811)
+
+ -- Marco d'Itri <md@linux.it>  Wed, 10 Feb 2016 04:24:23 +0100
+
 xfsprogs (4.3.0) unstable; urgency=low
 
   * New upstream release
diff -Nru xfsprogs-4.3.0/include/buildmacros xfsprogs-4.3.0+nmu1/include/buildmacros
--- xfsprogs-4.3.0/include/buildmacros	2015-09-11 03:51:36.000000000 +0200
+++ xfsprogs-4.3.0+nmu1/include/buildmacros	2016-02-10 04:39:50.000000000 +0100
@@ -76,7 +76,7 @@
 	../$(INSTALL) -m 644 $(LIBNAME).lai $(PKG_LIB_DIR)/$(LIBNAME).la ; \
 	../$(INSTALL) -m 755 -d $(PKG_ROOT_LIB_DIR); \
 	../$(INSTALL) -T so_base $(LIBNAME).lai $(PKG_ROOT_LIB_DIR); \
-	if [ "x$(shell readlink -f $(PKG_LIB_DIR))" != \
+	if false && [ "x$(shell readlink -f $(PKG_LIB_DIR))" != \
 	     "x$(shell readlink -f $(PKG_ROOT_LIB_DIR))" ]; then \
 		../$(INSTALL) -S $(PKG_LIB_DIR)/$(LIBNAME).a $(PKG_ROOT_LIB_DIR)/$(LIBNAME).a; \
 		../$(INSTALL) -S $(PKG_LIB_DIR)/$(LIBNAME).la $(PKG_ROOT_LIB_DIR)/$(LIBNAME).la; \

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

  reply	other threads:[~2017-03-16 16:30 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <E1coxuK-000ALN-Uw@fasolo.debian.org>
2014-10-26  0:48 ` Bug#766811: spurious library links Marco d'Itri
2016-01-04  4:41   ` Marco d'Itri
2016-01-24 15:13   ` Jakub Wilk
2016-02-06  0:58     ` Marco d'Itri
2016-02-06 13:22       ` Jakub Wilk
2016-02-10  3:17         ` Marco d'Itri
2016-02-10  3:20           ` Nathan Scott
2017-03-16 16:28             ` Michael Biebl [this message]
     [not found]               ` <CAFMei7NSLSmONCC6AT1hbyLi18e4MWkYwt9pjqBrWACBEa+AfA@mail.gmail.com>
2017-03-17 14:32                 ` Michael Biebl
     [not found]                   ` <CAFMei7Obi6WV2+RW4kccQn7zyqMZZcm7WtSAKt6D2a-VKH0cDA@mail.gmail.com>
2017-03-17 20:42                     ` Michael Biebl
2017-03-17 19:54   ` Bug#766811: marked as done (spurious library links) Debian Bug Tracking System
     [not found] ` <148691383691.1180.7344036562989980417.reportbug@9c82cf89c040>
2017-03-17 19:54   ` Bug#854961: marked as done (xfslibs-dev won't install in Docker image (where /lib -> /usr/lib)) Debian Bug Tracking System
     [not found] ` <8737edpeu4.fsf@linaro.org>
2017-03-17 19:54   ` Bug#857932: marked as done (xfslibs-dev:ppc64el Fails to install on multi-arch setup with merged /usr) Debian Bug Tracking System

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=785bca5c-7b92-1c20-7a68-7c8b79419fa4@debian.org \
    --to=biebl@debian.org \
    --cc=766811@bugs.debian.org \
    --cc=md@linux.it \
    --cc=nathans@debian.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).