<?xml version="1.0" encoding="UTF-8" ?>

<bugzilla version="5.2"
          urlbase="https://bugzilla.altlinux.org/"
          
          maintainer="jenya@basealt.ru"
>

    <bug>
          <bug_id>25453</bug_id>
          
          <creation_ts>2011-04-16 21:03:45 +0400</creation_ts>
          <short_desc>Add exception for /usr/x86_64-pc-mingw32 in FHS check</short_desc>
          <delta_ts>2011-04-27 03:40:33 +0400</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>4</classification_id>
          <classification>Development</classification>
          <product>Sisyphus</product>
          <component>sisyphus_check</component>
          <version>unstable</version>
          <rep_platform>all</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>CLOSED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P3</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Vitaly Lipatov">lav</reporter>
          <assigned_to name="Dmitry V. Levin">ldv</assigned_to>
          <cc>at</cc>
    
    <cc>glebfm</cc>
    
    <cc>grizlik78</cc>
    
    <cc>imz</cc>
    
    <cc>ldv</cc>
    
    <cc>legion</cc>
    
    <cc>placeholder</cc>
    
    <cc>sin</cc>
          
          <qa_contact>qa-sisyphus</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>120401</commentid>
    <comment_count>0</comment_count>
    <who name="Vitaly Lipatov">lav</who>
    <bug_when>2011-04-16 21:03:45 +0400</bug_when>
    <thetext>Путь /usr/i386-mingw32msvc устарел,
а вот
/usr/x86_64-pc-mingw64 надо бы разрешить.

Патч здесь:
http://git.altlinux.org/people/lav/packages/sisyphus_check.git?p=sisyphus_check.git;a=commitdiff;h=66411af7ed92d2792a3ae85fec6bbe091afa9dd3</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>120409</commentid>
    <comment_count>1</comment_count>
    <who name="Evgeny Sinelnikov">sin</who>
    <bug_when>2011-04-16 22:13:04 +0400</bug_when>
    <thetext>Внёс несколько поправок, в общей сложности представляющих следующие изменения:
--- a/sisyphus_check/fhs
+++ b/sisyphus_check/fhs
@@ -11,9 +11,12 @@ chrooted-resolv              ^/var/resolv($|/)
 dev                    ^/dev($|/)
 dev-minimal            ^/dev($|/)
 gpm                    ^/dev/gpmctl$
-i386-mingw32msvc-*     ^/usr/i386-mingw32msvc($|/)
+i586-pc-mingw32-*      ^/usr/i586-pc-mingw32($|/)
+i586-pc-mingw64-*      ^/usr/i586-pc-mingw64($|/)
+x86_64-pc-mingw64-*    ^/usr/x86_64-pc-mingw64($|/)
 m68k-palmos-*          ^/usr/m68k-palmos($|/)
 mingw32-*              ^/usr/i586-pc-mingw32($|/)
+mingw64-*              ^/usr/x86_64-pc-mingw64($|/)
 oracle-preinstall      ^/opt/oracle($|/)
 pam[02]_mktemp         ^/tmp/\.private$
 prc-tools-common       ^/opt/palmdev$

Изменения доступны в git (ветка alt):
http://git.altlinux.org/people/sin/packages/sisyphus_check.git?p=sisyphus_check.git;a=shortlog;h=refs/heads/alt</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>120415</commentid>
    <comment_count>2</comment_count>
    <who name="Vitaly Lipatov">lav</who>
    <bug_when>2011-04-16 22:54:39 +0400</bug_when>
    <thetext>1. Пакетов i586-pc-mingw32 не существует, так что повод для переделки не ясен
2. В связи с тем, что mingw64 не поддерживается в config.sub, просьба пока ничего не делать :)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>120443</commentid>
    <comment_count>3</comment_count>
    <who name="Vitaly Lipatov">lav</who>
    <bug_when>2011-04-17 15:09:37 +0400</bug_when>
    <thetext>Пока пройдут годы до измненений в autotools, нужно разрешить /usr/x86_64-pc-mingw32 для пакетов mingw64-*.

Патч здесь:
http://git.altlinux.org/people/lav/packages/sisyphus_check.git?p=sisyphus_check.git;a=commitdiff;h=7b9dbfa4bfd72408d9d53e63d7c9a13737bb70d9</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>120460</commentid>
    <comment_count>4</comment_count>
    <who name="Repository Robot">repository-robot</who>
    <bug_when>2011-04-17 23:42:42 +0400</bug_when>
    <thetext>sisyphus_check-0.8.23-alt1 -&gt; sisyphus:

* Sun Apr 17 2011 Dmitry V. Levin &lt;ldv@altlinux&gt; 0.8.23-alt1
- fhs: added exception for mingw64-* packages (closes: #25453).</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>120478</commentid>
    <comment_count>5</comment_count>
    <who name="Vitaly Lipatov">lav</who>
    <bug_when>2011-04-18 15:29:18 +0400</bug_when>
    <thetext>Спасибо!</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>120767</commentid>
    <comment_count>6</comment_count>
    <who name="Vitaly Lipatov">lav</who>
    <bug_when>2011-04-25 18:11:35 +0400</bug_when>
    <thetext>Это нужно где-то обновить sisyphus_check ?
sisyphus_check: check-fhs ERROR: FHS violation
hsh-rebuild: pkg.tar: sisyphus_check failed.
2011-Apr-23 22:13:31 :: [x86_64] mingw64-filesystem.git 23-alt2: remote: build failed
2011-Apr-23 22:13:31 :: [x86_64] #200 mingw64-filesystem.git 23-alt2: build FAILED
/.out/mingw64-filesystem-23-alt2.noarch.rpm: FHS-2.2 violations: /usr/x86_64-pc-mingw32</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>120774</commentid>
    <comment_count>7</comment_count>
    <who name="Dmitry V. Levin">ldv</who>
    <bug_when>2011-04-26 00:38:54 +0400</bug_when>
    <thetext>(In reply to comment #6)
&gt; Это нужно где-то обновить sisyphus_check ?

Да, конечно.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>120775</commentid>
    <comment_count>8</comment_count>
    <who name="Vitaly Lipatov">lav</who>
    <bug_when>2011-04-26 01:40:55 +0400</bug_when>
    <thetext>(В ответ на комментарий №7)
&gt; (In reply to comment #6)
&gt; &gt; Это нужно где-то обновить sisyphus_check ?
&gt; 
&gt; Да, конечно.
А что нужно сделать мне, чтобы это произошло для сборки через git.alt ?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>120776</commentid>
    <comment_count>9</comment_count>
    <who name="Dmitry V. Levin">ldv</who>
    <bug_when>2011-04-26 02:29:56 +0400</bug_when>
    <thetext>(In reply to comment #8)
&gt; (В ответ на комментарий №7)
&gt; &gt; (In reply to comment #6)
&gt; &gt; &gt; Это нужно где-то обновить sisyphus_check ?
&gt; &gt; 
&gt; &gt; Да, конечно.
&gt; А что нужно сделать мне, чтобы это произошло для сборки через git.alt ?

Это уже произошло.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>120781</commentid>
    <comment_count>10</comment_count>
    <who name="Dmitry V. Levin">ldv</who>
    <bug_when>2011-04-26 12:02:39 +0400</bug_when>
    <thetext>В какой-то момент обсуждения /usr/x86_64-pc-mingw64 превратилось в /usr/x86_64-pc-mingw32.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>120782</commentid>
    <comment_count>11</comment_count>
    <who name="Repository Robot">repository-robot</who>
    <bug_when>2011-04-26 12:05:08 +0400</bug_when>
    <thetext>sisyphus_check-0.8.24-alt1 -&gt; sisyphus:

* Tue Apr 26 2011 Dmitry V. Levin &lt;ldv@altlinux&gt; 0.8.24-alt1
- fhs: changed exception for mingw64-* packages (closes: #25453).</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>120827</commentid>
    <comment_count>12</comment_count>
    <who name="Vitaly Lipatov">lav</who>
    <bug_when>2011-04-27 03:40:33 +0400</bug_when>
    <thetext>Ах, вот что... Спасибо!</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>