ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
* [sisyphus] спек
@ 2007-08-06  5:22 Maks Tuncov
  2007-08-06  5:42 ` Denis Kirienko
  2007-08-06 14:26 ` Andrey Rahmatullin
  0 siblings, 2 replies; 3+ messages in thread
From: Maks Tuncov @ 2007-08-06  5:22 UTC (permalink / raw)
  To: sisyphus

Hello sisyphus,

 подскажите что в спеке неправильно - про

 rpmbb filezilla.spec

 выдает следующее

********************************************************************
.........
+ make
make: Entering directory `/home/omega/RPM/BUILD/filezilla-3.0.0-beta11'
Making all in .
make[1]: Entering directory `/home/omega/RPM/BUILD/filezilla-3.0.0-beta11'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory `/home/omega/RPM/BUILD/filezilla-3.0.0-beta11'
Making all in src
make[1]: Entering directory `/home/omega/RPM/BUILD/filezilla-3.0.0-beta11/src'
Making all in include
make[2]: Entering directory `/home/omega/RPM/BUILD/filezilla-3.0.0-beta11/src/include'
Makefile:531: .deps/FileZilla.Po: No such file or directory
make[2]: *** No rule to make target `.deps/FileZilla.Po'.  Stop.
make[2]: Leaving directory `/home/omega/RPM/BUILD/filezilla-3.0.0-beta11/src/include'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/omega/RPM/BUILD/filezilla-3.0.0-beta11/src'
make: *** [all-recursive] Error 1
make: Leaving directory `/home/omega/RPM/BUILD/filezilla-3.0.0-beta11'
ошибка: Неверный код возврата из /home/omega/tmp/rpm-tmp.65441 (%build)
 


*************************************************************
Name:           filezilla
Version:        3.0.0
Release:        alt0.beta11
Summary:        FileZilla is a fast and reliable FTP client
Packager:       Maks Tuncov <maks_tuncov@mail.ru>
Group:          Networking/File transfer
License:        GPL 
URL:            http://filezilla.sourceforge.net/
Source:         FileZilla_3.0.0-beta11_src.tar.bz2



%files -f %name.lang
%_bindir/%name
%_bindir/fzsftp
%dir %_datadir/%name
%_datadir/%name/resources
%_datadir/%name/locales
%_desktopdir/*-%name.desktop
%_iconsdir/filezilla.png

#--------------------------------------------------------------------

%prep
%setup -n %name-%version-beta11


%build
%configure 
%make 


%install
%make_install DESTDIR=%buildroot install

mkdir -p %buildroot/%_desktopdir
cat > %buildroot/%_desktopdir/mandriva-%name.desktop << EOF
[Desktop Entry]
Name=Filezilla
Comment=FileZilla is a fast and reliable FTP client
Exec=%_bindir/%name
Icon=%name
Terminal=false
Type=Application
Categories=X-MandrivaLinux-Internet-FileTransfer;Network;FileTransfer;
Encoding=UTF-8
EOF

%__mkdir -p %buildroot/%_iconsdir

ln -s %buildroot/%_datadir/filezilla/resources/filezilla.png %buildroot/%_iconsdir/filezilla.png

%find_lang %name


%description
FileZilla is a fast and reliable FTP client and server with lots 
of useful features and an intuitive interface


%changelog
* Fri Mar 30 2007 Maks Tuncov <maks_tuncov@mail.ru>
+ Revision: 1
*************************************************************
  

-- 
Best regards,
 Maks                          mailto:maks_tuncov@mail.ru



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [sisyphus] спек
  2007-08-06  5:22 [sisyphus] спек Maks Tuncov
@ 2007-08-06  5:42 ` Denis Kirienko
  2007-08-06 14:26 ` Andrey Rahmatullin
  1 sibling, 0 replies; 3+ messages in thread
From: Denis Kirienko @ 2007-08-06  5:42 UTC (permalink / raw)
  To: sisyphus

Maks Tuncov пишет:

>  подскажите что в спеке неправильно - про

> Makefile:531: .deps/FileZilla.Po: No such file or directory
> make[2]: *** No rule to make target `.deps/FileZilla.Po'.  Stop.

Похоже, что дело не в спеке, а в Makefile.
Смотрите на упоминание FileZilla.Po, разбирайтесь, зачем он нужен и
почему такого нет.

Попробуйте распаковать сорцы в отдельный каталог и выполнить там
./configure
make

Такой же результат будет?

--
Денис



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [sisyphus] спек
  2007-08-06  5:22 [sisyphus] спек Maks Tuncov
  2007-08-06  5:42 ` Denis Kirienko
@ 2007-08-06 14:26 ` Andrey Rahmatullin
  1 sibling, 0 replies; 3+ messages in thread
From: Andrey Rahmatullin @ 2007-08-06 14:26 UTC (permalink / raw)
  To: sisyphus

[-- Attachment #1: Type: text/plain, Size: 589 bytes --]

On Mon, Aug 06, 2007 at 09:22:34AM +0400, Maks Tuncov wrote:
> make[2]: Entering directory `/home/omega/RPM/BUILD/filezilla-3.0.0-beta11/src/include'
> Makefile:531: .deps/FileZilla.Po: No such file or directory
Похоже на случайно упакованный в тарболл мусор. В частности, никаких
.deps/ в тарболле быть не должно.

-- 
WBR, wRAR (ALT Linux Team)
Powered by the ALT Linux fortune(8):

>Я вот думаю: как считает мэйнтейнер, может мне перестать скулить и
>навешать на него кучу выловленных багов и не-до-фич?
Вообще, это в любом случае было бы правильно.
		-- aen in sisyphus@

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-08-06 14:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-08-06  5:22 [sisyphus] спек Maks Tuncov
2007-08-06  5:42 ` Denis Kirienko
2007-08-06 14:26 ` Andrey Rahmatullin

ALT Linux Sisyphus discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
		sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
	public-inbox-index sisyphus

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sisyphus


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git