Bug#871740: gcc: error: unrecognized command line option ‘-no-pie’

2017-08-10 Thread Brian Sammon
Package: ghc Version: 8.0.1-17 On Thu, 10 Aug 2017 16:11:07 + (UTC) Gianfranco Costamagna wrote: > Hello, > > >Hmmm... the gcc packages involved (gcc 4.9.2-4 and gcc-5 5.2.1-23) are > definitely newer than Jessie -- I would think that means they're >

Bug#867853: closed by Gianfranco Costamagna <locutusofb...@debian.org> (Re: Bug#867853: gcc: error: unrecognized command line option ‘-no-pie’)

2017-07-10 Thread Brian Sammon
On Mon, 10 Jul 2017 16:50:03 + (UTC) Gianfranco Costamagna wrote: > updating control file, adding version constraints with versions not in the > > archive anymore is kind of useless, speaking about Buster we won't have suc > gcc versions anymore since at least two

Bug#867853: closed by Gianfranco Costamagna <locutusofb...@debian.org> (Re: Bug#867853: gcc: error: unrecognized command line option ‘-no-pie’)

2017-07-10 Thread Brian Sammon
> I guess it is better to patch older gccs to understand such flag and give > no-op in this case. > There is no point in: > 1) fixing the whole archive for a gcc-specific change > 2) using ghc with older, unsupported compilers. I'm not sure I understand this response. When you say "gcc-specific",

Bug#867853: gcc: error: unrecognized command line option ‘-no-pie’

2017-07-09 Thread Brian Sammon
Package: ghc Version: 8.0.1-17 Severity: important The ghc package needs tighter dependencies against gcc and gcc-5 : When I'm using old versions of gcc, I get the following error message when ghc tries to do the link phase: Linking test ... gcc: error: unrecognized command line option

Bug#856700: Acknowledgement (libghc-http-client-dev: bad link in documentation)

2017-03-03 Thread Brian Sammon
https://www.stackage.org/haddock/lts-8.3/http-client-0.5.6.1/Network-HTTP-Client.html has a correct link. ___ Pkg-haskell-maintainers mailing list Pkg-haskell-maintainers@lists.alioth.debian.org

Bug#856700: libghc-http-client-dev: bad link in documentation

2017-03-03 Thread Brian Sammon
Package: libghc-http-client-dev Version: 0.4.31.1-3+b2 Severity: normal file:///usr/share/doc/libghc-http-client-doc/html/Network-HTTP-Client.html contains a link to https://github.com/commercialhaskell/jump/blob/master/doc/http-client.md which is no longer there. -- System Information: Debian

Bug#837966: libghc-regex-pcre-dev: problem when searching within a unicode string

2016-09-15 Thread Brian Sammon
Package: libghc-regex-pcre-dev Version: 0.94.4-7 Severity: normal When I try to run a program that searches for a (ASCII) string in a UTF8-encoded string, I get a wierd "off-by-one" error: I expect title is |Page Title| I get title is |age Title'| I can't find any docs that say I'm doing it