<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "http://bugs.gentoo.org/bugzilla.dtd">

<bugzilla version="2.22.7"
          urlbase="http://bugs.gentoo.org/"
          maintainer="bugzilla@gentoo.org"
>

    <bug>
          <bug_id>236067</bug_id>
          
          <creation_ts>2008-08-28 20:53 0000</creation_ts>
          <short_desc>find statement without path on dev-libs/mpfr-2.3.1_p1</short_desc>
          <delta_ts>2008-11-28 18:35:55 0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>Gentoo/Alt</product>
          <component>FreeBSD</component>
          <version>unspecified</version>
          <rep_platform>All</rep_platform>
          <op_sys>FreeBSD</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>the_paya@gentoo.org</reporter>
          <assigned_to>bsd@gentoo.org</assigned_to>
          <cc>toolchain@gentoo.org</cc>

      

      
          <long_desc isprivate="0">
            <who>the_paya@gentoo.org</who>
            <bug_when>2008-08-28 20:53:32 0000</bug_when>
            <thetext>bsd find needs the first argument to be the path.

-       find -type f -print0 | xargs -0 touch -r configure
+       find . -type f -print0 | xargs -0 touch -r configure</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>aballier@gentoo.org</who>
            <bug_when>2008-10-03 06:14:22 0000</bug_when>
            <thetext>@toolchain: ping; i&apos;ll probably apply the fix soon if you don&apos;t mind</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>vapier@gentoo.org</who>
            <bug_when>2008-10-26 12:20:12 0000</bug_when>
            <thetext>really your `find` should be GNU.  barring that sudden bout of common sense, the proposed change is fine.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>aballier@gentoo.org</who>
            <bug_when>2008-11-28 13:20:02 0000</bug_when>
            <thetext>(In reply to comment #2)
&gt; really your `find` should be GNU.  

that&apos;s something i&apos;ve had on my &quot;to be thought about and discussed&quot; list; this is basically what prevents us to have xulrunner 1.9. However replacing completely bsd find by gnu find isn&apos;t an option but installing gnu find as gfind and using a portage wrapper could be an option...

&gt; barring that sudden bout of common sense,
&gt; the proposed change is fine.

and applied eventually.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>vapier@gentoo.org</who>
            <bug_when>2008-11-28 18:35:55 0000</bug_when>
            <thetext>yes, i was proposing you have portage wrap `find` in the ebuild environment, not replacing /usr/bin/find with GNU find</thetext>
          </long_desc>
      
    </bug>

</bugzilla>