Bug 14881

Summary: Требуется пересборка с новой libgphoto2
Product: Sisyphus Reporter: Dmitriy Khanzhin <jinn>
Component: libsaneAssignee: Vitaly Lipatov <lav>
Status: CLOSED FIXED QA Contact: qa-sisyphus
Severity: normal    
Priority: P2 CC: lav, mike, nickel
Version: unstable   
Hardware: all   
OS: Linux   

Description Dmitriy Khanzhin 2008-03-13 07:41:43 MSK
Пересоберите, пожалуйста, sane с новой libgphoto2.
Comment 1 Vitaly Lipatov 2008-03-14 01:14:28 MSK
Отправил sane-1.0.18-alt8.src.rpm
Comment 2 Dmitriy Khanzhin 2008-03-14 06:16:42 MSK
Спасибо.
Comment 3 Vitaly Lipatov 2008-03-14 10:06:03 MSK
sane на последнем Сизифе пока не собирается. Чиню.
Comment 4 Dmitriy Khanzhin 2008-03-15 18:02:49 MSK
Вот так собралось:
--- sane.spec.orig-alt8 2008-03-14 01:08:31 +0300
+++ sane.spec   2008-03-15 17:40:21 +0300
@@ -222,14 +222,18 @@
 
 %build
 # due hp3900 backend patch
-%__autoreconf
+%autoreconf
 # use USER for dummy check lock group (there is uucp by default)
 # group value does not used now in SANE
-%configure --enable-translations --with-gphoto2 \
+%configure --enable-static --enable-translations --with-gphoto2 \
        --enable-libusb --with-docdir=%_docdir/%name-%version \
        --enable-locking --with-group=$USER \
-       --with-lockdir=%_lockdir/%name \
-       %{subst_enable static}
+       --with-lockdir=%_lockdir/%name
 
 %make_build
 #%make -C doc sane.ps.gz

Видимо, без %configure --enable-static чего-то не хватает.
Comment 5 Dmitriy Khanzhin 2008-03-15 18:05:17 MSK
(In reply to comment #4)
> Вот так собралось:
> --- sane.spec.orig-alt8 2008-03-14 01:08:31 +0300
> +++ sane.spec   2008-03-15 17:40:21 +0300
> @@ -222,14 +222,18 @@
>  
>  %build
>  # due hp3900 backend patch
> -%__autoreconf
> +%autoreconf
>  # use USER for dummy check lock group (there is uucp by default)
>  # group value does not used now in SANE
> -%configure --enable-translations --with-gphoto2 \
> +%configure --enable-static --enable-translations --with-gphoto2 \
>         --enable-libusb --with-docdir=%_docdir/%name-%version \
>         --enable-locking --with-group=$USER \
> -       --with-lockdir=%_lockdir/%name \
> -       %{subst_enable static}
> +       --with-lockdir=%_lockdir/%name
^^^^^^^^^^^^^^^^^^^^^^^^
Ой, забыл убрать эту строчку.
>  
>  %make_build
>  #%make -C doc sane.ps.gz
> 
> Видимо, без %configure --enable-static чего-то не хватает.
> 

Comment 6 Dmitriy Khanzhin 2008-03-15 18:10:29 MSK
Прошу прощения, comment #4 правильный.
Туплю спросонья. ;-)
Comment 7 Dmitriy Khanzhin 2008-04-01 22:30:39 MSD
Спасибо.