Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 86453 - Treewm 0.4.5 fails to compile in dsimple.c
Summary: Treewm 0.4.5 fails to compile in dsimple.c
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-23 18:43 UTC by Francisco José Cañizares Santofimia
Modified: 2005-12-24 11:07 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch against current in portage that appears to compile. (treewm-0.4.5.ebuild.patch,849 bytes, patch)
2005-03-23 18:50 UTC, Francisco José Cañizares Santofimia
Details | Diff
Ebuild for users to test. (treewm-0.4.5-r1.ebuild,915 bytes, text/plain)
2005-03-23 18:51 UTC, Francisco José Cañizares Santofimia
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Francisco José Cañizares Santofimia 2005-03-23 18:43:40 UTC
When I try to compile treewm 0.4.5 I can't compile it because it gaves me problems on prop/dsimple.c

Reproducible: Always
Steps to Reproduce:
1.Emerge x11-wm/treewm-0.4.5
2.
3.

Actual Results:  
It gaves:
dsimple.c: In function `Malloc':
dsimple.c:72: error: conflicting types for 'malloc'
make[1]: *** [dsimple.o] Error 1
make[1]: Leaving directory `/var/tmp/portage/treewm-0.4.5/work/treewm-0.4.5/xprop'
make: *** [xprop] Error 2
make: *** Waiting for unfinished jobs....
i686-pc-linux-gnu-gcc -o xkill -O2 -fno-strength-reduce -fno-strict-aliasing   
  -L/usr/lib   xkill.o -lXmu -lXt -lSM -lICE -lXext -lX11 -lXext -lX11
make[1]: Leaving directory `/var/tmp/portage/treewm-0.4.5/work/treewm-0.4.5/xkill'



Expected Results:  
It should compile with no problems.
Comment 1 Francisco José Cañizares Santofimia 2005-03-23 18:50:19 UTC
Created attachment 54298 [details, diff]
Patch against current in portage that appears to compile.
Comment 2 Francisco José Cañizares Santofimia 2005-03-23 18:51:50 UTC
Created attachment 54300 [details]
Ebuild for users to test.

Yes, I know it's not needed -r1 as it's a bugs solving, but I think this way is
easy for users.
Comment 3 Marcelo Goes (RETIRED) gentoo-dev 2005-12-24 11:07:38 UTC
Fix in cvs, thanks.