All of lore.kernel.org
 help / color / mirror / Atom feed
* [uml-devel] UML static linking and embedded library
       [not found] <E1SEjI8-0007kU-RE@franck.debian.org>
@ 2012-04-03 13:26 ` Ritesh Raj Sarraf
  2012-04-03 17:05   ` richard -rw- weinberger
  0 siblings, 1 reply; 4+ messages in thread
From: Ritesh Raj Sarraf @ 2012-04-03 13:26 UTC (permalink / raw)
  To: user-mode-linux-devel


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

Hello Richard and others,

I currently have 2 severity E(rrors) lintian rejects for the build I am
preparing for Debian.

The details for both the rejects are explained at:

http://lintian.debian.org/tags/binary-or-shlib-defines-rpath.html
http://lintian.debian.org/tags/embedded-library.html


Richard, Is this something that can be worked out upstream?

If there were decisions cautiously made for a reason, I can work it out
with an override to lintian. Just that I want to check out with you guys
first.



Ritesh


-------- Original Message --------
Subject: user-mode-linux_3.2-1um-1_i386.changes REJECTED
Date: Mon, 02 Apr 2012 15:35:36 +0000
From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>
To: Ritesh Raj Sarraf <rrs@debian.org>, User Mode Linux Maintainers
<pkg-uml-pkgs@lists.alioth.debian.org>




Reject Reasons:
user-mode-linux: lintian output: 'binary-or-shlib-defines-rpath
usr/bin/linux.uml /lib', automatically rejected package.
user-mode-linux: If you have a good reason, you may override this
lintian tag.

user-mode-linux: lintian output: 'embedded-library usr/bin/linux.uml:
libpcap', automatically rejected package.
user-mode-linux: If you have a good reason, you may override this
lintian tag.



===

Please feel free to respond to this email if you don't understand why
your files were rejected, or if you upload new files which address our
concerns.



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

[-- Attachment #2: Type: text/plain, Size: 274 bytes --]

------------------------------------------------------------------------------
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev

[-- Attachment #3: Type: text/plain, Size: 194 bytes --]

_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

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

* Re: [uml-devel] UML static linking and embedded library
  2012-04-03 13:26 ` [uml-devel] UML static linking and embedded library Ritesh Raj Sarraf
@ 2012-04-03 17:05   ` richard -rw- weinberger
  2012-04-03 19:47     ` Ritesh Raj Sarraf
  0 siblings, 1 reply; 4+ messages in thread
From: richard -rw- weinberger @ 2012-04-03 17:05 UTC (permalink / raw)
  To: rrs; +Cc: user-mode-linux-devel

On Tue, Apr 3, 2012 at 3:26 PM, Ritesh Raj Sarraf <rrs@debian.org> wrote:
> Hello Richard and others,
>
> I currently have 2 severity E(rrors) lintian rejects for the build I am
> preparing for Debian.
>
> The details for both the rejects are explained at:
>
> http://lintian.debian.org/tags/binary-or-shlib-defines-rpath.html
> http://lintian.debian.org/tags/embedded-library.html
>
>
> Richard, Is this something that can be worked out upstream?

Solving the first issue is straight forward.
For the second one I've to think a bit why Jeff took the current
static linking approach.

Expect patches for both issues in 3.5. :-)

-- 
Thanks,
//richard

------------------------------------------------------------------------------
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel


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

* Re: [uml-devel] UML static linking and embedded library
  2012-04-03 17:05   ` richard -rw- weinberger
@ 2012-04-03 19:47     ` Ritesh Raj Sarraf
  2012-04-05 22:21       ` Mattia Dongili
  0 siblings, 1 reply; 4+ messages in thread
From: Ritesh Raj Sarraf @ 2012-04-03 19:47 UTC (permalink / raw)
  To: user-mode-linux-devel

On Tuesday 03 April 2012 10:35 PM, richard -rw- weinberger wrote:
> Solving the first issue is straight forward.
> For the second one I've to think a bit why Jeff took the current
> static linking approach.
> 
> Expect patches for both issues in 3.5. :-)

Thanks. Can you prepare the patch?

We are going to ship Debian 7 (Wheezy) with kernel v3.2. Based on what
you prepare, I will backport it.

Thanks,
Ritesh

-- 
Given the large number of mailing lists I follow, I request you to CC me
in replies for quicker response


------------------------------------------------------------------------------
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel


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

* Re: [uml-devel] UML static linking and embedded library
  2012-04-03 19:47     ` Ritesh Raj Sarraf
@ 2012-04-05 22:21       ` Mattia Dongili
  0 siblings, 0 replies; 4+ messages in thread
From: Mattia Dongili @ 2012-04-05 22:21 UTC (permalink / raw)
  To: Ritesh Raj Sarraf; +Cc: user-mode-linux-devel

On Wed, Apr 04, 2012 at 01:17:40AM +0530, Ritesh Raj Sarraf wrote:
> On Tuesday 03 April 2012 10:35 PM, richard -rw- weinberger wrote:
> > Solving the first issue is straight forward.
> > For the second one I've to think a bit why Jeff took the current
> > static linking approach.
> > 
> > Expect patches for both issues in 3.5. :-)
> 
> Thanks. Can you prepare the patch?
> 
> We are going to ship Debian 7 (Wheezy) with kernel v3.2. Based on what
> you prepare, I will backport it.

the rpath one should be as simple as the attached one but honestly I
kind of recall there was a reason for RPATH to be defined. Maybe that
reason is no longer valid though...

--- 
commit ea13ff7608ea92df6ffa41e1124e5d3e6d7984fb
Author: Mattia Dongili <malattia@linux.it>
Date:   Fri Apr 6 07:18:17 2012 +0900

    Remove unnecessary RPATH definition
    
    Signed-off-by: Mattia Dongili <malattia@linux.it>

diff --git a/arch/um/Makefile b/arch/um/Makefile
index 55c0661..b836776 100644
--- a/arch/um/Makefile
+++ b/arch/um/Makefile
@@ -105,7 +105,6 @@ archheaders:
 archprepare: include/generated/user_constants.h
 
 LINK-$(CONFIG_LD_SCRIPT_STATIC) += -static
-LINK-$(CONFIG_LD_SCRIPT_DYN) += -Wl,-rpath,/lib
 
 CFLAGS_NO_HARDENING := $(call cc-option, -fno-PIC,) $(call cc-option, -fno-pic,) \
 	$(call cc-option, -fno-stack-protector,) \
diff --git a/arch/x86/Makefile.um b/arch/x86/Makefile.um
index 4be406a..8368350 100644
--- a/arch/x86/Makefile.um
+++ b/arch/x86/Makefile.um
@@ -47,9 +47,6 @@ KBUILD_CPPFLAGS += -m64
 ELF_ARCH := i386:x86-64
 ELF_FORMAT := elf64-x86-64
 
-# Not on all 64-bit distros /lib is a symlink to /lib64. PLD is an example.
-
-LINK-$(CONFIG_LD_SCRIPT_DYN) += -Wl,-rpath,/lib64
 LINK-y += -m64
 
 # Do unit-at-a-time unconditionally on x86_64, following the host
-- 
mattia
:wq!

------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel


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

end of thread, other threads:[~2012-04-05 22:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <E1SEjI8-0007kU-RE@franck.debian.org>
2012-04-03 13:26 ` [uml-devel] UML static linking and embedded library Ritesh Raj Sarraf
2012-04-03 17:05   ` richard -rw- weinberger
2012-04-03 19:47     ` Ritesh Raj Sarraf
2012-04-05 22:21       ` Mattia Dongili

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.