bug in ghc 9.6 ?

2024-10-09 Thread PICCA Frederic-Emmanuel
Hello I am preparing the hkl package whcih contain an haskell program (binoculars-ng) when I try to recompile it with ghc 9.6 on Deban unstable I get this error message. [35 of 35] Compiling Hkl ( src/Hkl.hs, /home/picca/src/repo.or.cz/hkl/binoculars-ng/dist-newstyle/build/x86_64-

package-plan on bookworm

2024-08-03 Thread PICCA Frederic-Emmanuel
Hello, I try to test the current package plan on bookworm but I end up with this error Creating fake global package db Testing packages in 1 different groups Running cabal-install (group default)... Cabal install failed: Warning: the --global flag is deprecated -- it is generally considered a bad

Re: bug in cabal from Debian ?

2024-06-01 Thread PICCA Frederic-Emmanuel
thanks, I will investigate :)

bug in cabal from Debian ?

2024-05-31 Thread PICCA Frederic-Emmanuel
Hello, I am trying to integrate cabal in my hkl project (autotools based) In fact I am try to fix this bug. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1071315 I decided to replace my home made build by calling cabal from Makefile. So I endup with this code in my Makefile.am --- bin_PRO

is the package plan broken

2022-09-26 Thread PICCA Frederic-Emmanuel
Hello, I would like to add libffi and the hdf5 package to Debian but for now, I get this when checking the package plan Writing 00-index.tar... Creating fake global package db Testing packages in 1 different groups Running cabal-install (group default)... Cabal install failed: Warning: the --gl

haskell-tree-monad

2020-06-14 Thread PICCA Frederic-Emmanuel
Hello, this package failed due to the MonadFila modification of ghc 8.8. since it is not part of stack and with no modifications since 2009, I am wondering if we should remove it instead of doing the maintenance of the software. cheers Fred

RE:uuagc-cabal package

2020-06-14 Thread PICCA Frederic-Emmanuel
Ok, I fix the package, but I did not upload it because I can not sign package from the computer where I am doing the haskell work. So you can upload it cheers

uuagc-cabal package

2020-06-07 Thread PICCA Frederic-Emmanuel
Hello, I am trying to compile uuagc-cabal and it seems that it is not that easy to make it compile. https://github.com/UU-ComputerScience/uuagc/issues/3 so the question is should we keep it or remove it from Debian ? https://qa.debian.org/popcon.php?package=haskell-uuagc-cabal another solution

uscan repack cause troubles.

2020-06-03 Thread PICCA Frederic-Emmanuel
Hello I try to upgrade packages and build them with dht I endup with this error dht debian2dsc -o lab p/gitit/debian uscan: Newest version of gitit on remote site is 0.12.3.2, specified download version is 0.12.3.2 Successfully repacked lab/gitit-0.12.3.2.tar.gz as lab/gitit_0.12.3.2+dfsg.orig.

RE:lts 15.x

2020-05-26 Thread PICCA Frederic-Emmanuel
> do we have log's of the IRC mettings ? I am trying to log into debian-haskell but I get this message #debian-haskell :Cannot join channel (Need to be identified and verified to join this channel, '/msg NickServ help' to learn how to register and verify.) what is wrong ? I do not have this pr

RE:RE:lts 15.x

2020-05-26 Thread PICCA Frederic-Emmanuel
Hello Sean > I'm currently working my way through `dht what-to-upgrade | xargs dht > upgrade` -- you can do some of that too, but please coordinate on IRC as > we need not to be trying to do it at the same time. How long does it takes on your machine to run a make-all ? > I have a propellor conf

RE:lts 15.x

2020-05-26 Thread PICCA Frederic-Emmanuel
> Indeed, I plan on uploading GHC 8.8.3 to unstable, and start working on > LTS 15, that's why I pushed everything to master. Sorry that I didn't > communicate that clearly, but we had already agreed (I think it was over > IRC) to skip LTS 14 and go straight for 15. do we have log's of the IRC met

RE:lts 15.x

2020-05-26 Thread PICCA Frederic-Emmanuel
I just updated the gitlab-ci.yml on the experimental branch and it seems that the package plan is ok with the latest master commits. cheers Frederic do you know when ghc 8.8..3 will be uploaded ?

lts 15.x

2020-05-26 Thread PICCA Frederic-Emmanuel
Hello guyes, I have a concern with the current state of the package plan. the master branch seems to reflect the state of unstable. but in that case ghc is realy 8.6.5 in unstable and this what is available in lts 14.x. so if we stick to lts we should have the latest 14.x series in unstable and

xmonad failure

2020-04-30 Thread PICCA Frederic-Emmanuel
Hello, I tryed to rebuild all the haskell stack on my computer with dht so I did a dht make-all ... I end-up with this error lab/threadscope_0.2.11.1-3_amd64.changes done ✓ lab/uuagc_0.9.52.1-2_amd64.changes done ✓ lab/libghc-yi-keymap-emacs-dev_0.18.0-1_amd64.deb done ✓ lab/libghc-yi-keymap-

cabal-debian issues

2020-04-27 Thread PICCA Frederic-Emmanuel
Hello, I am trying to rebuild all the package of th emaster plan. so I a using dht make-all since there is a tansition around bibutils, I need to upgrade this package. so I checkout the package an ran cabal-debian --official --upgrade I end up with this patch -Rules-Requires-Root: no -

RE:update the package plan

2020-04-27 Thread PICCA Frederic-Emmanuel
Re-hello, I switch experimental to lts-15.10 Aend I end up with this error Running cabal-install (group default)... Cabal install failed: Warning: the --global flag is deprecated -- it is generally considered a bad idea to install packages into the global store cabal: Could not resolve dependen

RE:update the package plan

2020-04-27 Thread PICCA Frederic-Emmanuel
Hello, I am now working on the package plan in experimental. I have a question about the haskell-gi-overloading. I do not understand why we need to pacth all the gi-gtk etc.. packages in order to remove this dependency. We have ghc > 8.2 so we should support the Overloading. any hint ? Cheers

update the package plan

2020-04-24 Thread PICCA Frederic-Emmanuel
Hello, I will try to work on package plan today, and I would like to help with the experimental branch so I ran the ./test-package.pl whcih end up with this error. Cabal install failed: Warning: the --global flag is deprecated -- it is generally considered a bad idea to install packages into th

RE:ghc bug in buster ?

2019-09-07 Thread PICCA Frederic-Emmanuel
for info I asked on the IRC:#ghc, this is not supported until 8.8 So do not use -debug with profiling. Cheeers Fred

RE:ghc bug in buster ?

2019-09-06 Thread PICCA Frederic-Emmanuel
Hello, I discovered that the -debug flag trigg this behaviour.

ghc bug in buster ?

2019-09-06 Thread PICCA Frederic-Emmanuel
Hello, laste week or two, I was compiling one of my projects with cabal on buster. cabal configure --enable-profiling. And now, when I run the program, instead of displaying the usual stats, I get this error message. hkl3d: internal error: ASSERTION FAILED: file rts/Stats.c, line 648 (GH

RE:Status of libghc-shake-dev

2019-08-26 Thread PICCA Frederic-Emmanuel
> I just scheduled the set of binNMUs seemingly required Haskell. I hope > this was the right thing to do at this time. Really someone more active > should take over that job. Where is the documentation of this process ? Cheers, Frederic

upgrade of all the haskell packages

2018-10-07 Thread PICCA Frederic-Emmanuel
Hello, I have a question about the upgrade process. ghc 8.4 was uploaded into unstable and a mass upgrade or binNMU of the DHG packages were schedulled. Thanks a lot for this. Now, I see that there is a bunch of packages whcih are not compiling out of the box. most of them need a patch in order

libffi removal

2018-10-06 Thread PICCA Frederic-Emmanuel
Hello the libffi packages was removed. Is it possible to revert this removal and upload the package officially into Debian. It is a dependency of the work in progress hd-hdf5 packages which provide an hdf5 binding for haskell. I added libffi package a few years ago and at this time it was not

RE:package-plan broken on stable

2018-08-08 Thread PICCA Frederic-Emmanuel
> did you run "cabal update" first? yes but the version from stable. > If so, maybe you only have 00-index.tar, and you need to use a newer > version of cabal. I can not on stable... Cheers, I will work from unstable for now. Fred

package-plan broken on stable

2018-08-08 Thread PICCA Frederic-Emmanuel
Hello, I would like to see if I can add scotty to Debian. but I end up with this on my stable computer Updated: zeromq4-haskell is 0.6.5 in the archive but 0.7.0 exists here. Updated: zip-archive is 0.3.0.5 in the archive but 0.3.3 exists here. Updated: zlib is 0.6.1.2 in the archive but 0.6.2

backports of haskell-concurrent-output

2016-10-25 Thread PICCA Frederic-Emmanuel
Hello, I would like to know what is the policy of the team for backports. in order to backport propellor it is necessary to backports haskell-concurrent-output >From you point of view what is the proper way to do a backports. a dedicated branch in DHG, or a simple upload of the backported packa

RE:bindings-dsl and profiling

2016-10-09 Thread PICCA Frederic-Emmanuel
Sorry, done, I was waiting for acceptance by ftp-master... then I forgot. Cheers Fred

RE:bindings-dsl and profiling

2016-10-01 Thread PICCA Frederic-Emmanuel
Hello > it is not clear to my why haskell-binding-dsl does not provide a -prof > package. It should. > That the symlink works is surprising. I don’t think it should. Maybe > because the functions in binding-dsl are never called. Clint your are the maintainer of binding-dsl, can you explain why t

bindings-dsl and profiling

2016-09-27 Thread PICCA Frederic-Emmanuel
Hello I try to profile a package which use binding-dsl via another dependency. When I build the project, I get at the end Linking dist/build/ghkl/ghkl ... /usr/bin/ld : ne peut trouver -lHSbindings-DSL-1.0.23-Es09zjDpTFQCqScuh7qYEQ_p collect2: error: ld returned 1 exit status Indeed this file

RE:Add pkg-config dependency to cabal ?

2016-09-27 Thread PICCA Frederic-Emmanuel
Hello Joachim > Maybe… but do you mean to cabal-install? or libghc-cabal-dev? or ghc > (which ships Cabal)? or haskell-devscripts? Maybe the best solution to avoid installing pkg-config is to teach debian-cabal when we debianize a package, to add the pkg-config dependency only if pkgconfig-dep

Add pkg-config dependency to cabal ?

2016-09-25 Thread PICCA Frederic-Emmanuel
Hello, I just added the haskell-hmatrix-gsl package and got a bunch off FTBFS [1] Indeed I forgot to add the pkg-config build-dep abd did not used sbuild this time... shame on me. I would like to know if it would not be a good Idea to add pkg-config dependency to cabal. Since pkg-config is sor

RE:RE:Project silent package-plan

2016-06-12 Thread PICCA Frederic-Emmanuel
> well, as far as I can see, it never made it into the archive. What is > its status? > Also, it is not part of stackage, which is a recommendation for > everything that we package. Do we have a staging area for work in progress packages ? Fred

RE:Project silent package-plan

2016-06-12 Thread PICCA Frederic-Emmanuel
I am using libffi which is a dependency of the hdf5 haskell binding I am using at work. I would like to keep it in DHG but if you think that it is better to move this under another umbrella. Just tell me :) Fred

RE:RE:haddock: internal error: synifyKind

2016-04-14 Thread PICCA Frederic-Emmanuel
> What version of haddock is producing this error, and where does that > version of haddock come from. This is the one available in Jessie Cheers Frederic

RE:haddock: internal error: synifyKind

2016-04-06 Thread PICCA Frederic-Emmanuel
Here some information here [1]. It seems thaht there is a bug report here [2]. The fix was pushed by Richard Eisenberg around 2013 here the commit number in the haddock repository 9f356e8b53b3770293c8fd4e91fe1a2b40e42dee [1] https://mail.haskell.org/pipermail/ghc-devs/2013-July/001766.html [2]

haddock: internal error: synifyKind

2016-04-06 Thread PICCA Frederic-Emmanuel
Hello, I am working on the hdf5 haskell packages and I get this error message on a Jessie machine. [ ! -x /usr/bin/haddock ] || debian/hlibrary.setup haddock --builddir=dist-ghc --html --hoogle --hyperlink-source Running Haddock for hdf5-1.8.8... Running hscolour for hdf5-1.8.8... Preprocessing

RE:issue in unstable ?

2016-04-04 Thread PICCA Frederic-Emmanuel
so I removed a /root/.cabal directoy and uninstall all the haskell stack apt-get autoremove --purge libghc-* ghc then I did an apt-get install propellor haskell-platform There are problems in package async-2.1.0: Warning: library-dirs: /root/.cabal/lib/i386-linux-ghc-7.10.3/async-2.1.0-KuqnF

RE:issue in unstable ?

2016-04-04 Thread PICCA Frederic-Emmanuel
not at all, I will check if something was installed as root.

issue in unstable ?

2016-04-03 Thread PICCA Frederic-Emmanuel
Hello, I am using unstable and I get this error message when I iinstall a new ghc package. Is it normal ? cheers Frederic Traitement des actions différées (« triggers ») pour ghc (7.10.3-7) ... There are problems in package exceptions-0.8.0.2: dependency "stm-2.4.4-6daf3e3a9d54ebee7d9ac7589

RE:add libffi

2016-03-22 Thread PICCA Frederic-Emmanuel
> libffi has seen one upload to hackage from 5 years ago, and none since, > and is not part of Stackage. Are you sure this is of distribution-level > quality? The problem is that nothing else exist in order to read hdf5 packages... These is only one library for this bindings-ffi. > Same for bindi

add libffi

2016-03-22 Thread PICCA Frederic-Emmanuel
Hello guyes, I prepare the packaging of libffi in order to works later on the bindings-hdf5 package. I updated the plan and also the DHG repository. I would like to push this into the official repository. so my question is what is the next step my id is picca if you need to add myself to the

RE:propellor ITA RFS

2015-12-19 Thread PICCA Frederic-Emmanuel
Hello during the build of propellor, I can see this error find . | grep -v /.git/ | grep -v /tmp/ | grep -v /dist/ | grep -v /doc/ | egrep '\.hs$' | xargs hothasktags | perl -ne 'print; s/Propellor\.Property\.//; print' | sort > tags 2>/dev/null || true xargs: hothasktags: No such file or direc

RE:propellor ITA RFS

2015-12-19 Thread PICCA Frederic-Emmanuel
You are right shame on me :) cheers Fred

RE:propellor ITA RFS

2015-12-19 Thread PICCA Frederic-Emmanuel
> Hello, > Thank you very much for taking a look at my package :) > I got a bunch of e-mails from the FTP-masters this morning telling me > the upload failed because the orig.tar was missing. I'm attaching it to > this e-mail in case that helps. And I've pushed a pristine-tar branch > to my rep

RE:RE:propellor ITA RFS

2015-12-19 Thread PICCA Frederic-Emmanuel
> I don’t think this is a serious worry. It is the choice of the > maintainer (Sean now) do lay out the package as he sees it fit. And > from my personal impression of Joey, I’d be very surprised if he would > mind. I suggest you go ahead as planned. > Then I could upload the package. > Thanks!

RE:propellor ITA RFS

2015-12-19 Thread PICCA Frederic-Emmanuel
Hello, Sean, I am not part of the haskell team, but I am using propellor in my institut. So I would like to see it uploaded into Debian. I have a concern with your packaging. I am wondering if switching to 3.0 (quilt) source format is a good Idea. Joey use the 1.0 format and I think that he know

RE:Bug#794007: haskell-hmatrix: add the gsl binding

2015-08-17 Thread PICCA Frederic-Emmanuel
> @picca, are you a user of the hmatrix package, or did you report the > bug for other reasons? Hello, I am using the gsl binding for my hkl project. I use haskell in order to prototype my code then I do the implementation in C (because for my job, I need to provide a C library which compile with