| Summary: | Требуется пересборка с новой libgphoto2 | ||
|---|---|---|---|
| Product: | Sisyphus | Reporter: | Dmitriy Khanzhin <jinn> |
| Component: | libsane | Assignee: | 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-1.0.18-alt8.src.rpm Спасибо. sane на последнем Сизифе пока не собирается. Чиню. Вот так собралось:
--- 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 чего-то не хватает.
(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 #4 правильный. Туплю спросонья. ;-) Спасибо. |