Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 327283 - net-misc/netkit-bootpd-2.4 doesn't build/work on amd64, doesn't respect CC
Summary: net-misc/netkit-bootpd-2.4 doesn't build/work on amd64, doesn't respect CC
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
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: 2010-07-07 11:20 UTC by Michael Weber (RETIRED)
Modified: 2010-07-07 12:03 UTC (History)
1 user (show)

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


Attachments
new -misc.patch (netkit-bootpd-2.4-misc.patch,19.59 KB, patch)
2010-07-07 11:23 UTC, Michael Weber (RETIRED)
Details | Diff
ebuild patch (netkit-bootpd-2.4.ebuild.patch,722 bytes, patch)
2010-07-07 11:24 UTC, Michael Weber (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Weber (RETIRED) gentoo-dev 2010-07-07 11:20:32 UTC
Current versions doesn't build/work on amd64 due to wrong assumption `long` == `int32_t`.

Attached patch contains old sed statements, old -misc.patch plus respected CC and type patches.
Comment 1 Michael Weber (RETIRED) gentoo-dev 2010-07-07 11:23:02 UTC
Created attachment 237877 [details, diff]
new -misc.patch
Comment 2 Michael Weber (RETIRED) gentoo-dev 2010-07-07 11:24:17 UTC
Created attachment 237879 [details, diff]
ebuild patch
Comment 3 Samuli Suominen (RETIRED) gentoo-dev 2010-07-07 12:03:22 UTC
*netkit-bootpd-2.4-r1 (07 Jul 2010)

  07 Jul 2010; Samuli Suominen <ssuominen@gentoo.org>
  +netkit-bootpd-2.4-r1.ebuild, +files/netkit-bootpd-2.4.patch:
  Fix building for 64bit wrt #327283 by Michael Weber and misc. build system
  issues.

also fixed LDFLAGS respecting, some implicit decls, it also had broken src_install (notice the dosym and dosbin hassle there), other random issues...