From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Fri, 24 Apr 2009 22:04:10 +0400 From: Alexey Tourbin To: ALT Linux Team development discussions Message-ID: <20090424180410.GO9391@altlinux.org> Mail-Followup-To: ALT Linux Team development discussions References: <20090424140153.GA13513@ssh.git.egro.altlinux.org> <49F1E131.5030503@tangramltd.com> <20090424161043.GK9391@altlinux.org> <49F1EA65.6090606@tangramltd.com> <20090424164240.GL9391@altlinux.org> <49F1ECFD.6060708@tangramltd.com> <20090424165410.GM9391@altlinux.org> <9d5146970904241042q273c711u7dee29a028bc09a4@mail.gmail.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="NxW8PwVXEW6sRtu6" Content-Disposition: inline In-Reply-To: <9d5146970904241042q273c711u7dee29a028bc09a4@mail.gmail.com> Subject: Re: [devel] FAILED fpc.git=2.2.4-alt1 X-BeenThere: devel@lists.altlinux.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: ALT Linux Team development discussions List-Id: ALT Linux Team development discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Apr 2009 18:04:11 -0000 Archived-At: List-Archive: List-Post: --NxW8PwVXEW6sRtu6 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Apr 24, 2009 at 09:42:02PM +0400, Afanasov Dmitry wrote: > 24.04.09, Alexey Tourbin =CE=C1=D0=C9=D3=C1=CC(=C1): > > On Fri, Apr 24, 2009 at 07:46:53PM +0300, Slava Dubrovskiy wrote: > > > =F1 =D4=C1=CB =D0=CF=CE=C9=CD=C1=C0 =CE=D5=D6=CE=CF =C9=CC=C9 =D3=CF= =C2=C9=D2=C1=D4=D8 =D7=D3=C5 =CF=C4=CE=CF=D7=D2=C5=CD=C5=CE=CE=CF, =C9=CC= =C9 =C4=C5=CC=C1=D4=D8 =C4=D7=C5 =D7=C5=D2=D3=C9=C9 > > > fpc. > > Yes, you have to add that another package to your fpc task. > =DE=C1=D3=D4=CF =DC=D4=CF =D0=D2=CF=C2=CC=C5=CD=C1 - =CE=C5 =DA=D2=D1 =D7= =C5=C4=D8 =D4=D5=D4 =CF NMU =D7=D3=C5 =D4=D7=C5=D2=C4=D1=D4. >=20 > =CE=C1=C4=CF =C2=D5=C4=C5=D4 =D0=D2=CF=D7=C5=D2=C9=D4=D8 =CE=C1 =D7=D9=C8= =CF=C4=CE=D9=C8, =CB=C1=CB =D3=C5=C2=D1 =D7=C5=C4=D5=D4 fpc =CD=CF=C4=D5=CC= =C9 =D0=D2=C9 > =D0=D2=CF=D3=D4=C5=CA=DB=C5=CD =C4=CF=C2=C1=D7=CC=C5=CE=C9=C9 =C6=D5=CE= =CB=C3=C9=C9. =D4=C1=CB =CB=C1=CB =C7=CC=CF=D6=C5=D4 =CD=C5=CE=D1 =CD=D9=D3= =CC=D8, =DE=D4=CF =D4=C5=CB=D5=DD=C9=C5 > =DA=C1=D7=C9=D3=C9=CD=CF=D3=D4=C9 =D3=CC=C9=DB=CB=CF=CD =D3=C9=CC=D8=CE= =D9=C5 - =DC=D4=CF =CB=C1=CB =D0=CF=CC=CE=CF=CD=D5 =C9=CD=C5=CE=C9 =CC=C9= =C2=D9 > =D0=D2=C9=D7=D1=DA=D9=D7=C1=D4=D8=D3=D1, =D7=CD=C5=D3=D4=CF soname'=C1. I think that it is only the unit interface that matters. Roughly, it is like md5sum for *.h header file in C. If you touch anything (except for comments and whitespaces), it is going to change. Let's see how fpc.req works. $ ppudump -vhim /usr/lib64/fpc/units/x86_64-linux/rtl/video.ppu |grep 'Uses= unit' Uses unit: System (Crc: FD1DCAB2, IntfcCrc: C9BB6DA6) Uses unit: BaseUnix (Crc: 28B09EAB, IntfcCrc: 4154D53F) Uses unit: termio (Crc: 0E166AC3, IntfcCrc: F4A7EF5D) Uses unit: strings (Crc: CBE34EC8, IntfcCrc: 6C92FC9D) Uses unit: linuxvcs (Crc: 672570A1, IntfcCrc: 74ABE23D) $ $ /usr/lib/rpm/fpc.req <<