Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Jul 2009 09:36:02 +0400
From:      "Maxim J. Nikolenko" <mephist@zenon.net>
To:        Jeremy Messenger <mezz7@cox.net>
Cc:        gnome@freebsd.org, Anders Nordby <anders@freebsd.org>
Subject:   Re: archivers/file-roller
Message-ID:  <4A56D342.1010702@zenon.net>
In-Reply-To: <op.uwtjrkmx9aq2h7@localhost>
References:  <4A1A7CEF.1000706@zenon.net> <20090709203707.GA93430@fupp.net> <op.uwtjrkmx9aq2h7@localhost>

next in thread | previous in thread | raw e-mail | index | archive | help
Dear, Jeremy!


[mephist@mephist /usr/ports/archivers/file-roller]$ make package
<..cut..>
===>   Registering installation for file-roller-2.26.3,1
===>  Building package for file-roller-2.26.3,1
Creating package /usr/ports/packages/All/file-roller-2.26.3,1.tbz
Registering depends: gtar-1.22 lzop-1.02.r1 lzo2-2.03_2 
gnome-doc-utils-0.16.0 rarian-0.8.1 bash-4.0.10_2 
desktop-file-utils-0.15_1 gio-fam-backend-2.20.4 gamin-0.1.10_3 
getopt-1.1.4_1 glib-2.20.4 gettext-0.17_1 libxslt-1.1.24_2 
py25-libxml2-2.7.3 libxml2-2.7.3 libiconv-1.13.1 pcre-7.9 
pkg-config-0.23_1 perl-5.8.9_3 python25-2.5.4_1 gnomehier-2.3_12 
docbook-xsl-1.75.1 docbook-1.4 docbook-4.1_3 docbook-4.2 docbook-4.3 
docbook-4.4_2 docbook-4.5_2 docbook-5.0_1 docbook-sk-4.1.2_4 
docbook-xml-4.2_1 docbook-xml-4.3 docbook-xml-4.4_1 docbook-xml-4.5 
iso8879-1986_2 xmlcharent-0.3_2 xmlcatmgr-2.2.
Creating bzip'd tar ball in 
'/usr/ports/packages/All/file-roller-2.26.3,1.tbz'
[mephist@mephist /usr/ports/archivers/file-roller]$ ll 
/usr/ports/packages/All/file-roller-2.26.3,1.tbz
-rw-r--r--  1 root  wheel  1044439 10 июл 09:29 
/usr/ports/packages/All/file-roller-2.26.3,1.tbz

I believe that this problem doesn't exist anymore.

Thank you!

Jeremy Messenger wrote:
> On Thu, 09 Jul 2009 15:37:07 -0500, Anders Nordby <anders@freebsd.org> 
> wrote:
>
>> Hi,
>>
>> I got this from Maxim Nikolenko <mephist@zenon.net>. Could you please
>> have a look at it, I don't use this port anymore.
>
> Have you tried file-roller 2.26.3 yet?
>
> Cheers,
> Mezz
>
>> Cheers,
>> Anders.
>>
>> On Mon, May 25, 2009 at 03:11:43PM +0400, Maxim Nikolenko wrote:
>>> I've found a mistake in source files, which caused the compilation 
>>> error.
>>>
>>>
>>> fr-enum-types.c:7:60: error:
>>> /home/paolo/workspace/file-roller/src/typedefs.h: No such file or 
>>> directory
>>> fr-enum-types.c: In function 'fr_compression_get_type':
>>> fr-enum-types.c:14: error: 'FR_COMPRESSION_VERY_FAST' undeclared 
>>> (first use
>>> in this function)
>>> fr-enum-types.c:14: error: (Each undeclared identifier is reported 
>>> only once
>>> fr-enum-types.c:14: error: for each function it appears in.)
>>> fr-enum-types.c:15: error: 'FR_COMPRESSION_FAST' undeclared (first 
>>> use in
>>> this function)
>>> fr-enum-types.c:16: error: 'FR_COMPRESSION_NORMAL' undeclared (first 
>>> use in
>>> this function)
>>> fr-enum-types.c:17: error: 'FR_COMPRESSION_MAXIMUM' undeclared 
>>> (first use
>>> in this function)
>>>
>>> this small patch helped.
>>>
>>> ---
>>> /usr/ports/archivers/file-roller/work/file-roller-2.26.2/src/fr-enum-types.c.bak    
>>> 2009-05-25 15:05:30.000000000 +0400
>>> +++
>>> /usr/ports/archivers/file-roller/work/file-roller-2.26.2/src/fr-enum-types.c    
>>> 2009-05-25 15:01:05.000000000 +0400
>>> @@ -4,7 +4,7 @@
>>> #include <glib-object.h>
>>>
>>> /* enumerations from 
>>> "/home/paolo/workspace/file-roller/src/typedefs.h" */
>>> -#include "/home/paolo/workspace/file-roller/src/typedefs.h"
>>> +#include "typedefs.h"
>>> GType
>>> fr_compression_get_type (void)
>>> {
>>>
>>>
>>> Best regards,
>>>
>>> -- 
>>> Maxim Nikolenko, Zenon N.S.P. Technical support department
>>> Moscow: +7-495-232-3736, SPb: +7-812-363-1605, http://www.zenon.net
>
>
Best regards,

-- 
Maxim Nikolenko, Zenon N.S.P. Technical support department
Moscow: +7-495-232-3736, SPb: +7-812-363-1605, http://www.zenon.net





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4A56D342.1010702>