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

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

    <bug>
          <bug_id>53564</bug_id>
          
          <creation_ts>2025-03-21 13:13:43 +0300</creation_ts>
          <short_desc>Не работает gem-propshaft</short_desc>
          <delta_ts>2025-03-21 13:13:43 +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>gem-propshaft</component>
          <version>unstable</version>
          <rep_platform>x86_64</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="Владислав Елисеев">eliseevva</reporter>
          <assigned_to name="majioa@altlinux.org">majioa</assigned_to>
          <cc>admsasha</cc>
    
    <cc>cas</cc>
    
    <cc>majioa</cc>
    
    <cc>mike</cc>
    
    <cc>nbr</cc>
    
    <cc>pav</cc>
    
    <cc>rider</cc>
    
    <cc>thatman</cc>
          
          <qa_contact>qa-sisyphus</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>261588</commentid>
    <comment_count>0</comment_count>
    <who name="Владислав Елисеев">eliseevva</who>
    <bug_when>2025-03-21 13:13:43 +0300</bug_when>
    <thetext>Не подключает propshaft через require, хотя пакет установлен и gem отображает, что он есть

Версия пакета: gem-propshaft-1.1.0-alt1

Платформы обновленные до Sisyphus:
ALT Workstation K 11.0-x86-64
ALT Workstation 11.0-x86-64
ALT Server 11.0-x86-64

Шаги к воспроизведению:
1) # apt-get install gem-propshaft
$ rpm -q gem-propshaft
gem-propshaft-1.1.0-alt1
---
$ gem list prop

*** LOCAL GEMS ***

propshaft (1.1.0)
---
2) Простой скрипт подключения propshaft
$ cat &gt; test_install.rb &lt;&lt; EOF
begin
  require &quot;propshaft&quot;
  puts &quot;Gem подключен&quot;
rescue LoadError
  puts &quot;Ошибка: gem &apos;propshaft&apos; не найден. Убедитесь, что он установлен.&quot;
  exit(1)
end
EOF

Ожидаемый результат: Выйдет сообщение что Gem подключен
Реальный результат: Ошибка: gem &apos;propshaft&apos; не найден. Убедитесь, что он установлен.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>