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

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

    <bug>
          <bug_id>38724</bug_id>
          
          <creation_ts>2020-07-16 12:39:40 +0300</creation_ts>
          <short_desc>rox-base зависит от autoconf-common</short_desc>
          <delta_ts>2020-07-16 15:33:56 +0300</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>4</classification_id>
          <classification>Development</classification>
          <product>Sisyphus</product>
          <component>rox-base</component>
          <version>unstable</version>
          <rep_platform>all</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>NEW</bug_status>
          <resolution></resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P5</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Michael Shigorin">mike</reporter>
          <assigned_to name="Nobody&apos;s working on this, feel free to take it">nobody</assigned_to>
          <cc>antohami</cc>
          
          <qa_contact>qa-sisyphus</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>191412</commentid>
    <comment_count>0</comment_count>
    <who name="Michael Shigorin">mike</who>
    <bug_when>2020-07-16 12:39:40 +0300</bug_when>
    <thetext>У пакета rox-base-2.11-alt1.x86_64 наблюдается довольно странная зависимость
на autoconf-common.  Похоже, чудит /usr/lib64/rox/ROX-Filer/AppRun

PS: возможно, пакет стоит переименовать в rox:
http://repology.org/project/rox-filer/versions</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>191413</commentid>
    <comment_count>1</comment_count>
    <who name="Michael Shigorin">mike</who>
    <bug_when>2020-07-16 12:40:19 +0300</bug_when>
    <thetext>PS: причесав, можно и в регулярку/стартеркит icewm добавить :-)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>191425</commentid>
    <comment_count>2</comment_count>
    <who name="Антон Мидюков">antohami</who>
    <bug_when>2020-07-16 15:23:30 +0300</bug_when>
    <thetext>(Ответ для Michael Shigorin на комментарий #0)
&gt; У пакета rox-base-2.11-alt1.x86_64 наблюдается довольно странная зависимость
&gt; на autoconf-common.  Похоже, чудит /usr/lib64/rox/ROX-Filer/AppRun
&gt; 

/usr/lib64/rox/ROX-Filer/AppRun компилировать может из исходников:

	--compile)
		shift
		if [ ! -d &quot;$APP_DIR/src&quot; ] ; then
			echo &quot;ERROR from $0:&quot; &gt;&amp;2
			echo &quot;Cannot compile - source code is missing!&quot; &gt;&amp;2
			exit 1
		fi
		echo &quot;Compiling $APP_DIR... please wait...&quot; &gt;&amp;2
		if [ ! -x &quot;$APP_DIR/src/configure&quot; ]; then
		  echo &quot;No &apos;configure&apos; script! Trying to run autoconf...&quot;
		  (cd &quot;$APP_DIR/src&quot;; autoconf)
		fi
		BUILDDIR=&quot;$APP_DIR/build&quot;
		[ ! -d &quot;$BUILDDIR&quot; ] &amp;&amp; mkdir &quot;$BUILDDIR&quot;
		rm -f &quot;$BUILDDIR/config.cache&quot;
		rm -f &quot;$APP_DIR/src/config.h&quot;	# (for upgrading)
		cd &quot;$BUILDDIR&quot; &amp;&amp; &quot;$APP_DIR/src/configure&quot; &quot;$@&quot; \
			&amp;&amp; $MAKE clean &amp;&amp; $MAKE &amp;&amp; echo Done &gt;&amp;2 &amp;&amp; exit 0
		echo Compile failed &gt;&amp;2
		echo Press Return... &gt;&amp;2
		read WAIT
		exit 1</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>191427</commentid>
    <comment_count>3</comment_count>
    <who name="Michael Shigorin">mike</who>
    <bug_when>2020-07-16 15:33:56 +0300</bug_when>
    <thetext>Думаю, его стоит исключить из поиска зависимостей.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>