Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 257471 - gnome-extra/evolution-data-server-2.24.4 tries to use /bin/true which does not exist on FreeBSD
Summary: gnome-extra/evolution-data-server-2.24.4 tries to use /bin/true which does no...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-03 08:55 UTC by Alexis Ballier
Modified: 2009-02-03 20:49 UTC (History)
0 users

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-02-03 08:55:37 UTC
As per summary, the ebuild contains: 	sed "/^TARGET_DIR/i \GTKDOC_REBASE=/bin/true" -i gtk-doc.make

on FreeBSD this is /usr/bin/true; would it be possible to use only true and let PATH do the job?
Comment 1 Gilles Dartiguelongue (RETIRED) gentoo-dev 2009-02-03 09:21:10 UTC
if you are sure it'll work, sure, no problem.
Comment 2 Alexis Ballier gentoo-dev 2009-02-03 20:49:01 UTC
(In reply to comment #1)
> if you are sure it'll work, sure, no problem.

applied