Still Failing: chroot-installation_sid_install_haskell/1279

2017-01-11 Thread jenkins
See 
https://jenkins.debian.net/job/chroot-installation_sid_install_haskell/1279//console
 or just 
https://jenkins.debian.net/job/chroot-installation_sid_install_haskell/1279/ 
for more information.___
Pkg-haskell-maintainers mailing list
Pkg-haskell-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-haskell-maintainers

MD Sardines in oil 25 x 125 grs

2017-01-11 Thread Bonesca - Jona
    [ View in browser ]( http://r.newsletter.bonescamail.nl/pnzjsspqoatrf.html 
)    
 [   ]( http://r.newsletter.bonescamail.nl/2uny776ulaoatrd.html )
 
 
SPECIAL OFFER CANNED SARDINES IN OIL
 
Scientific Name: Sardina Piclhardus
Packing: 25 x 125 gr
Origin: Marocco
Expiry: 31-03-2019
 
PRICE € 0,38 PER CAN!!!
 
SALES ONLY PER PALET
  
[
]( http://r.newsletter.bonescamail.nl/2uny776vdqoatrd.html )
 
This email was sent to pkg-haskell-maintainers@lists.alioth.debian.org
You received this email because you are registered with Bonesca Import en 
Export BV
 
[ Unsubscribe here ]( http://r.newsletter.bonescamail.nl/pnzjsspqoatrg.html )   
 

Sent by
[  ]( http://r.newsletter.bonescamail.nl/2uny776w66oatrd.html )      
© 2017 Bonesca Import en Export BV   

___
Pkg-haskell-maintainers mailing list
Pkg-haskell-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-haskell-maintainers

reproducible.debian.net status changes for hdbc-odbc

2017-01-11 Thread Reproducible builds folks
2017-01-11 02:30 
https://tests.reproducible-builds.org/debian/unstable/amd64/hdbc-odbc changed 
from reproducible -> FTBFS

___
Pkg-haskell-maintainers mailing list
Pkg-haskell-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-haskell-maintainers


ODP: Aplikacja Mobilna

2017-01-11 Thread Piotr Skoczylas

Dzień dobry. 



Przeglądając waszą stronę zostałem zaciekawiony a
nawet natchniony. 



Nazywam się Piotr a moją pracą jest tworzenie
aplikacji mobilnych oraz stron internetowych.

Chciałbym Państwu zaproponować
współpracę. 

Aplikacje eventowe dzisiaj świadczą o jakośći
wydarzenia. 

Zastanawialiście się Państwo nad przyszłym
wdrożeniem takiego udogodnienia?



Możliwości są nieograniczone w zależności czy
zależałoby Państwu na programie mobilnym dla swojej firmy
z możłiwością ciągłej edycji oraz dostosowania w celu
wynajęcia klientowi czy bezpośrednio dla danego
wydarzenia.





Przykład takiej aplikacji możecie Państwo znaleźć
 w Sklepach mobilnych dla ios oraz android

JDAYS 2016

  
Z niecierpliwością czekam na odpowiedz. 

Piotr Skoczylas

piotrskoczy...@post.com


 

Piotr
nie pisz już do mnie więcej proszę.

___
Pkg-haskell-maintainers mailing list
Pkg-haskell-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-haskell-maintainers

Bug#850915: ghc: Please switch to llvm 3.8 or, better, 3.9

2017-01-11 Thread Gianfranco Costamagna
Hello

>Probably need to backport this upstream commit:

>
>https://git.haskell.org/ghc.git/commitdiff/672314cbeb8ac386a58f17dc4650dbdf4c55d8b5


probably not only that one, but at least 3 commits

Unfortunately when I expressed the idea (and the commits) over irc on 
#debian-haskell or whatever
I got a nack, because diverging from upstream in the default toolchain version 
is a no-go,
and moreover it would require probably a lot of binNMUs in the arm* 
architectures for the whole
haskell stack.

Upstream can fix bugs when llvm 3.7 is used, now when we diverge in such 
important key packages.

(this is a sum of the discussion I recall right now, I can search irc logs if 
needed)

G.

___
Pkg-haskell-maintainers mailing list
Pkg-haskell-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-haskell-maintainers


Bug#850920: cabal-debian fails to detect GHC built-in packages

2017-01-11 Thread Kei Hibino
Package: cabal-debian
Version: 4.33-4
Severity: important
Tags: patch

Dear Maintainer,

I made example sequence of cabal-debian like following.
Build-depends lines are generated by cabal-debian
like 'libghc-base-dev (<< 5)' and 'libghc-base-prof (<< 5)',
but 'base' is GHC built-in package which provided by
'ghc' debian package. So these version constraints are wrong.
It is not expected that version constraints are produced
with built-in packages.

--
$ cabal unpack time-locale-compat-0.1.1.3
Unpacking to time-locale-compat-0.1.1.3/
$ cd time-locale-compat-0.1.1.3
$ tail -21 time-locale-compat.cabal | head -3

  build-depends: base <5

$ cabal-debian
$ head -12 debian/control
Source: haskell-time-locale-compat
Maintainer: Debian Haskell Group 

Priority: extra
Section: haskell
Build-Depends: debhelper (>= 10),
 haskell-devscripts (>= 0.8),
 cdbs,
 ghc,
 ghc-prof,
 libghc-base-dev (<< 5),
 libghc-base-prof (<< 5),
 libghc-old-locale-dev,
--

I made a small patch to fix this problem like following.

--
--- cabal-debian-4.33.orig/src/Debian/Debianize/Bundled.hs  2016-10-07 
04:13:42.0 +0900
+++ cabal-debian-4.33/src/Debian/Debianize/Bundled.hs   2017-01-09 
21:43:40.231080418 +0900
@@ -105,7 +105,7 @@
 lns = lines $ unsafePerformIO (chroot root (readProcess "dpkg" 
["-L", unBinPkgName hcname] ""))
 parseLib :: String -> Maybe PackageIdentifier
 parseLib s =
-case s =~ ("(.*)-([0-9.]*)-(.*).conf$") :: (String, 
String, String, [String]) of
+case s =~ ("(.*)-([0-9.]*)(-.*)?.conf$") :: (String, 
String, String, [String]) of
   (_, _, _, [cabalName, ver, _sum]) ->
   case parseVersion' ver of
 Just v -> Just (PackageIdentifier (PackageName 
cabalName) v)

--


-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.8.0-2-amd64 (SMP w/40 CPU cores)
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)

Versions of packages cabal-debian depends on:
ii  debhelper   10.2.3
ii  libbz2-1.0  1.0.6-8
ii  libc6   2.24-8
ii  libffi6 3.2.1-6
ii  libgmp102:6.1.2+dfsg-1
ii  zlib1g  1:1.2.8.dfsg-4

Versions of packages cabal-debian recommends:
ii  apt-file  3.1.3

cabal-debian suggests no packages.

-- no debconf information

___
Pkg-haskell-maintainers mailing list
Pkg-haskell-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-haskell-maintainers


Bug#850915: ghc: Please switch to llvm 3.8 or, better, 3.9

2017-01-11 Thread Emilio Pozuelo Monfort
On Wed, 11 Jan 2017 09:21:54 +0100 Sylvestre Ledru  wrote:
> Source: ghc
> Severity: important
> 
> Hello,
> 
> The armel build issue on 3.8 and 3.9 has been fixed thanks to a fix in 
> libstdc++.
> ghc can now change llvm version.
> 
> This is the last package using llvm 3.7, blocking its removal.
> (note that I stopped caring about 3.7 more than a year ago, it is far behing 
> 3.8 or 3.9
> in term of maintenance/support).

Probably need to backport this upstream commit:

https://git.haskell.org/ghc.git/commitdiff/672314cbeb8ac386a58f17dc4650dbdf4c55d8b5

Cheers,
Emilio

___
Pkg-haskell-maintainers mailing list
Pkg-haskell-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-haskell-maintainers


Processed: your mail

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

> block 836602 by 850915
Bug #836602 [ftp.debian.org] RM: llvm-toolchain-3.7 -- ROM; We should ship only 
3.8, 3.9 and maybe 4.0 in the next stable
836602 was blocked by: 840045 840044 836603
836602 was not blocking any bugs.
Added blocking bug(s) of 836602: 850915
> thanks
Stopping processing here.

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

___
Pkg-haskell-maintainers mailing list
Pkg-haskell-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-haskell-maintainers


Bug#850915: ghc: Please switch to llvm 3.8 or, better, 3.9

2017-01-11 Thread Sylvestre Ledru
Source: ghc
Severity: important

Hello,

The armel build issue on 3.8 and 3.9 has been fixed thanks to a fix in 
libstdc++.
ghc can now change llvm version.

This is the last package using llvm 3.7, blocking its removal.
(note that I stopped caring about 3.7 more than a year ago, it is far behing 
3.8 or 3.9
in term of maintenance/support).

Sylvestre

___
Pkg-haskell-maintainers mailing list
Pkg-haskell-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-haskell-maintainers