Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 281746 - sys-apps/hal-0.5.13-r2 fails to build on FreeBSD
Summary: sys-apps/hal-0.5.13-r2 fails to build on FreeBSD
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Daniel Gryniewicz (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on: 313389
Blocks:
  Show dependency tree
 
Reported: 2009-08-17 10:42 UTC by Alexis Ballier
Modified: 2010-09-28 05:57 UTC (History)
3 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexis Ballier gentoo-dev 2009-08-17 10:42:32 UTC
checking if GLib is version 2.14.0 or newer... yes
checking for BLKID... configure: error: Package requirements (blkid >= 1.43) were not met:

gnome-config: not found
No package 'blkid' found



libblkid comes from util-linux which we can't really use on BSD; this bug is for tracking purposes of the issue: either we need libblkid and have to find a way to use the util-linux one or we can avoid it as it seems is done for solaris in hal.
Comment 1 Pacho Ramos gentoo-dev 2009-10-23 11:50:21 UTC
I would try to make a snapshot from hal git repository since it includes a lot of fixed related with this and other bugs that could be interesting to have until migration to powerkit is reached
Comment 3 Daniel Gryniewicz (RETIRED) gentoo-dev 2009-10-23 15:38:08 UTC
All that one does is raise the requirements for blkid?  I don't see how that helps it being missing on FreeBSD?
Comment 4 Pacho Ramos gentoo-dev 2009-10-24 11:46:10 UTC
Sorry, I misread bug report :'(
Comment 5 Samuli Suominen (RETIRED) gentoo-dev 2010-09-28 05:57:00 UTC
  17 Mar 2010; Alexis Ballier <aballier@gentoo.org> hal-0.5.14-r2.ebuild:
  keyword ~x86-fbsd

  [ ... ]

  17 Mar 2010; Daniel Gryniewicz <dang@gentoo.org> hal-0.5.14-r2.ebuild,
  +files/hal-0.5.14-r2-fbsd.patch:
  Add upstream patch to build on fbsd; bug #309263