Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 255822

Summary: dev-haskell/hmake: pre-stripped files found
Product: Gentoo Linux Reporter: Diego Elio Pettenò (RETIRED) <flameeyes>
Component: New packagesAssignee: Gentoo's Haskell Language team <haskell>
Status: RESOLVED WONTFIX    
Severity: QA CC: haskell
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 239866    

Description Diego Elio Pettenò (RETIRED) gentoo-dev 2009-01-21 22:31:05 UTC
Portage warns about pre-stripped files being installed into the image directory; this is a bad thing since it makes Portage's splitdebug feature useless, and it stops the users and the developers from looking into backtraces with full debug information available.

For the developers going to look into it, what you have to look out for, to
find what is stripping the files, is one of these conditions:

- explicit "strip" command run on the produced files;
- "install -s" command to install the binary files;
- "-Wl,-s" flag passed during linking

Remove the "strip" commands, remove the "-s" option at install, and remove
"-Wl,-s" and the problem should be gone.

Thanks,
Diego
Comment 1 Sergei Trofimovich (RETIRED) gentoo-dev 2010-07-12 09:25:14 UTC
There is no packages using hmake in tree, it does not compile with recent ghc. Cabal infrastructure is a de-facto standard for building haskell packages.

I suggest to remove hmake.
Comment 2 Lennart Kolmodin (RETIRED) gentoo-dev 2010-07-21 20:44:55 UTC
I agree in removing it.

Last update is hmake-3.14 from 2008-05-21 where they fixed building with ghc 6.8. The previous release was to make it build with ghc 6.6. Seems like it's not very active, and we have no packages that depend on it.
Comment 3 Myckel Habets (work) 2010-09-22 08:00:32 UTC
(In reply to comment #2)
> I agree in removing it.
> 
> Last update is hmake-3.14 from 2008-05-21 where they fixed building with ghc
> 6.8. The previous release was to make it build with ghc 6.6. Seems like it's
> not very active, and we have no packages that depend on it.
> 

Stabilizing sandbox (bug 338113) I stumbled upon the build failure mentioned in bug 241624 (almost 2 years old and unable to build this package without tricks).

I also say remove, unless someone wants to fix it soon (but I guess nobody cares).
Comment 4 Samuli Suominen (RETIRED) gentoo-dev 2010-12-18 17:34:09 UTC
hmake was removed from portage