Mailinglist Archive: opensuse-contrib (276 mails)
| < Previous | Next > |
Re: [opensuse-contrib] Re: New submit-request #7063 for openSUSE:Factory:Contrib/polyml
- From: Marcus Meissner <meissner@xxxxxxx>
- Date: Wed, 18 Feb 2009 13:18:17 +0100
- Message-id: <20090218121817.GA18669@xxxxxxx>
On Wed, Feb 18, 2009 at 12:21:01PM +0100, Petr Uzel wrote:
It should be fixed.
Likely it has .s or .S files without a note .GNU.stack entry or so.
Ciao, Marcus
--
To unsubscribe, e-mail: opensuse-contrib+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-contrib+help@xxxxxxxxxxxx
On Wed, Feb 18, 2009 at 07:40:00AM -0300, aledr wrote:
On Wed, Feb 18, 2009 at 4:18 AM, <hermes@xxxxxxxxxxxx> wrote:
submit-request from: radomir_cernoch
home:radomir_cernoch/polyml -> openSUSE:Factory:Contrib/polyml
https://build.opensuse.org/package/show?package=polyml&project=home:radomir_cernoch
https://build.opensuse.org/package/show?package=polyml&project=openSUSE:Factory:Contrib
Should the user be warned about "executable-stack" and
"no-dependency-on" messages from rpmlint?
The no-dependency-on and no-debuginfo warnings could be fixed by
following patch:
Index: polyml.spec
===================================================================
--- polyml.spec (revision 2)
+++ polyml.spec (working copy)
@@ -33,7 +33,7 @@
%package devel
Summary: Development files for %{name}
Group: Development/Languages/C and C++
-Requires: c++_compiler glibc-devel libstdc++43-devel
+Requires: c++_compiler glibc-devel libstdc++43-devel polyml =
%{version}
%description devel
Poly/ML is a full implementation of Standard ML available as
open-source.
The package %{name}-devel contains files needed for development.
@@ -42,7 +42,7 @@
%setup -n %{name}.%{version}
%build
-./configure --prefix=/usr --libdir=%{_libdir}
+%configure
make CFLAGS='%{optflags}'
%install
=================================
But I'm not sure how about the exectuable-stack (if it has to be fixed).
Perhaps Marcus knows...
It should be fixed.
Likely it has .s or .S files without a note .GNU.stack entry or so.
Ciao, Marcus
--
To unsubscribe, e-mail: opensuse-contrib+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-contrib+help@xxxxxxxxxxxx
| < Previous | Next > |