Re: [Fink-devel] Error while build as nobody (CILK)

2010-03-26 Thread Pranay Airan
thanks it works, now i am uploading updated info file on tracker for review

On Sat, Mar 27, 2010 at 12:24 AM, Peter O'Gorman  wrote:

> On 03/26/2010 01:44 PM, Pranay Airan wrote:
> > i got this error i made changes in file field previous error removed but
> > got this error
> >
>
> The files that you copy into the shlibs package are:
> lib/libcilk.0.0.0.dylib
> lib/libcilk.g.0.0.0.dylib
> lib/libcilk.g.p.0.0.0.dylib
> lib/libcilk.p.0.0.0.dylib
>
> But in the shlibs field you list:
> %p/lib/libcilk.0.dylib
> %p/lib/libcilk.g.0.dylib
> %p/lib/libcilk.g.p.0.dylib
> %p/lib/libcilk.p.0.dylib
>
> Those files don't exist in the -shlibs package because they have not
> been copied.
>
> I suggest changing the Files: field for the shlibs splitoff to:
> Files: <<
> lib/libcilk.0*.dylib
> lib/libcilk.g.0*.dylib
> lib/libcilk.g.p.0*.dylib
> lib/libcilk.p.0*.dylib
> <<
>
> Which should also copy the symlinks.
>
> Peter
>
> >
> > Validating .deb dir /sw/src/fink.build/root-cilk-5.4.6-1...
> > Package looks good!
> > dpkg-deb -b root-cilk-5.4.6-1 /sw/fink/10.5/local/main/binary-darwin-i386
> > dpkg-deb: building package `cilk' in
> >
> `/sw/fink/10.5/local/main/binary-darwin-i386/cilk_5.4.6-1_darwin-i386.deb'.
> > Reverting ownership of install dir to root
> > - Depends line is: darwin (>= 9-1)
> > Writing control file...
> > Creating shlibs files...
> > Validating .deb dir /sw/src/fink.build/root-cilk-shlibs-5.4.6-1...
> > Error: Shlibs field specifies file '/sw/lib/libcilk.0.dylib', but it
> > does not exist!
> > Error: Shlibs field specifies file '/sw/lib/libcilk.g.0.dylib', but it
> > does not exist!
> > Error: Shlibs field specifies file '/sw/lib/libcilk.g.p.0.dylib', but it
> > does not exist!
> > Error: Shlibs field specifies file '/sw/lib/libcilk.p.0.dylib', but it
> > does not exist!
> > Removing runtime build-lock...
> > Removing build-lock package...
> > /sw/bin/dpkg-lockwait -r fink-buildlock-cilk-5.4.6-1
> > (Reading database ... 20455 files and directories currently installed.)
> > Removing fink-buildlock-cilk-5.4.6-1 ...
> > Failed: Please correct the above problems and try again!
> >
> > attaching info file with this mail
> >
> > On Fri, Mar 26, 2010 at 11:25 PM, Martin Costabel  > > wrote:
> >
> > Pranay Airan wrote:
> >
> > i removed all %i from file field but got following error
> >
> > Validating .deb dir /sw/src/fink.build/root-cilk-5.4.6-1...
> > Package looks good!
> > dpkg-deb -b root-cilk-5.4.6-1
> > /sw/fink/10.5/local/main/binary-darwin-i386
> > dpkg-deb: building package `cilk' in
> >
> `/sw/fink/10.5/local/main/binary-darwin-i386/cilk_5.4.6-1_darwin-i386.deb'.
> > Reverting ownership of install dir to root
> > - Depends line is: darwin (>= 9-1)
> > Writing control file...
> > Creating shlibs files...
> > Validating .deb dir
> /sw/src/fink.build/root-cilk-shlibs-5.4.6-1...
> > Error: Files with names less specifically versioned than ones in
> > public Shlibs entries do not belong in this package
> > Offending file: /sw/lib/libcilk.g.dylib
> > Offending file: /sw/lib/libcilk.g.p.dylib
> > Offending file: /sw/lib/libcilk.p.dylib
> >
> >
> > This is explained in the Packaging Manual, section 3.4 "Shared
> > Libraries"
> > 
> >
> > --
> > Martin
> >
> >
> >
> >
> > --
> > Thanks
> > Pranay Airan
> > Mtech. IIIT-B
> > (91) 9036297912
> > The hardest work in the world is that which should have been done
> yesterday.
> >
> >
> >
> >
> --
> > Download Intel® Parallel Studio Eval
> > Try the new software tools for yourself. Speed compiling, find bugs
> > proactively, and fine-tune applications for parallel performance.
> > See why Intel Parallel Studio got high marks during beta.
> > http://p.sf.net/sfu/intel-sw-dev
> >
> >
> >
> > ___
> > Fink-devel mailing list
> > Fink-devel@lists.sourceforge.net
> > http://news.gmane.org/gmane.os.apple.fink.devel
> > Subscription management:
> > https://lists.sourceforge.net/lists/listinfo/fink-devel
>
>


-- 
Thanks
Pranay Airan
Mtech. IIIT-B
(91) 9036297912
The hardest work in the world is that which should have been done yesterday.
--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel

Re: [Fink-devel] Error while build as nobody (CILK)

2010-03-26 Thread Peter O'Gorman
On 03/26/2010 01:44 PM, Pranay Airan wrote:
> i got this error i made changes in file field previous error removed but
> got this error
> 

The files that you copy into the shlibs package are:
lib/libcilk.0.0.0.dylib
lib/libcilk.g.0.0.0.dylib
lib/libcilk.g.p.0.0.0.dylib
lib/libcilk.p.0.0.0.dylib

But in the shlibs field you list:
%p/lib/libcilk.0.dylib
%p/lib/libcilk.g.0.dylib
%p/lib/libcilk.g.p.0.dylib
%p/lib/libcilk.p.0.dylib

Those files don't exist in the -shlibs package because they have not
been copied.

I suggest changing the Files: field for the shlibs splitoff to:
Files: <<
lib/libcilk.0*.dylib
lib/libcilk.g.0*.dylib
lib/libcilk.g.p.0*.dylib
lib/libcilk.p.0*.dylib
<<

Which should also copy the symlinks.

Peter

> 
> Validating .deb dir /sw/src/fink.build/root-cilk-5.4.6-1...
> Package looks good!
> dpkg-deb -b root-cilk-5.4.6-1 /sw/fink/10.5/local/main/binary-darwin-i386
> dpkg-deb: building package `cilk' in
> `/sw/fink/10.5/local/main/binary-darwin-i386/cilk_5.4.6-1_darwin-i386.deb'.
> Reverting ownership of install dir to root
> - Depends line is: darwin (>= 9-1)
> Writing control file...
> Creating shlibs files...
> Validating .deb dir /sw/src/fink.build/root-cilk-shlibs-5.4.6-1...
> Error: Shlibs field specifies file '/sw/lib/libcilk.0.dylib', but it
> does not exist!
> Error: Shlibs field specifies file '/sw/lib/libcilk.g.0.dylib', but it
> does not exist!
> Error: Shlibs field specifies file '/sw/lib/libcilk.g.p.0.dylib', but it
> does not exist!
> Error: Shlibs field specifies file '/sw/lib/libcilk.p.0.dylib', but it
> does not exist!
> Removing runtime build-lock...
> Removing build-lock package...
> /sw/bin/dpkg-lockwait -r fink-buildlock-cilk-5.4.6-1
> (Reading database ... 20455 files and directories currently installed.)
> Removing fink-buildlock-cilk-5.4.6-1 ...
> Failed: Please correct the above problems and try again!
> 
> attaching info file with this mail
> 
> On Fri, Mar 26, 2010 at 11:25 PM, Martin Costabel  > wrote:
> 
> Pranay Airan wrote:
> 
> i removed all %i from file field but got following error
> 
> Validating .deb dir /sw/src/fink.build/root-cilk-5.4.6-1...
> Package looks good!
> dpkg-deb -b root-cilk-5.4.6-1
> /sw/fink/10.5/local/main/binary-darwin-i386
> dpkg-deb: building package `cilk' in
> 
> `/sw/fink/10.5/local/main/binary-darwin-i386/cilk_5.4.6-1_darwin-i386.deb'.
> Reverting ownership of install dir to root
> - Depends line is: darwin (>= 9-1)
> Writing control file...
> Creating shlibs files...
> Validating .deb dir /sw/src/fink.build/root-cilk-shlibs-5.4.6-1...
> Error: Files with names less specifically versioned than ones in
> public Shlibs entries do not belong in this package
> Offending file: /sw/lib/libcilk.g.dylib
> Offending file: /sw/lib/libcilk.g.p.dylib
> Offending file: /sw/lib/libcilk.p.dylib
> 
> 
> This is explained in the Packaging Manual, section 3.4 "Shared
> Libraries"
> 
> 
> -- 
> Martin
> 
> 
> 
> 
> -- 
> Thanks
> Pranay Airan
> Mtech. IIIT-B
> (91) 9036297912
> The hardest work in the world is that which should have been done yesterday.
> 
> 
> 
> --
> Download Intel® Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> 
> 
> 
> ___
> Fink-devel mailing list
> Fink-devel@lists.sourceforge.net
> http://news.gmane.org/gmane.os.apple.fink.devel
> Subscription management:
> https://lists.sourceforge.net/lists/listinfo/fink-devel


--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] Error while build as nobody (CILK)

2010-03-26 Thread Pranay Airan
i got this error i made changes in file field previous error removed but got
this error


Validating .deb dir /sw/src/fink.build/root-cilk-5.4.6-1...
Package looks good!
dpkg-deb -b root-cilk-5.4.6-1 /sw/fink/10.5/local/main/binary-darwin-i386
dpkg-deb: building package `cilk' in
`/sw/fink/10.5/local/main/binary-darwin-i386/cilk_5.4.6-1_darwin-i386.deb'.
Reverting ownership of install dir to root
- Depends line is: darwin (>= 9-1)
Writing control file...
Creating shlibs files...
Validating .deb dir /sw/src/fink.build/root-cilk-shlibs-5.4.6-1...
Error: Shlibs field specifies file '/sw/lib/libcilk.0.dylib', but it does
not exist!
Error: Shlibs field specifies file '/sw/lib/libcilk.g.0.dylib', but it does
not exist!
Error: Shlibs field specifies file '/sw/lib/libcilk.g.p.0.dylib', but it
does not exist!
Error: Shlibs field specifies file '/sw/lib/libcilk.p.0.dylib', but it does
not exist!
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-cilk-5.4.6-1
(Reading database ... 20455 files and directories currently installed.)
Removing fink-buildlock-cilk-5.4.6-1 ...
Failed: Please correct the above problems and try again!

attaching info file with this mail

On Fri, Mar 26, 2010 at 11:25 PM, Martin Costabel wrote:

> Pranay Airan wrote:
>
>> i removed all %i from file field but got following error
>>
>> Validating .deb dir /sw/src/fink.build/root-cilk-5.4.6-1...
>> Package looks good!
>> dpkg-deb -b root-cilk-5.4.6-1 /sw/fink/10.5/local/main/binary-darwin-i386
>> dpkg-deb: building package `cilk' in
>> `/sw/fink/10.5/local/main/binary-darwin-i386/cilk_5.4.6-1_darwin-i386.deb'.
>> Reverting ownership of install dir to root
>> - Depends line is: darwin (>= 9-1)
>> Writing control file...
>> Creating shlibs files...
>> Validating .deb dir /sw/src/fink.build/root-cilk-shlibs-5.4.6-1...
>> Error: Files with names less specifically versioned than ones in public
>> Shlibs entries do not belong in this package
>> Offending file: /sw/lib/libcilk.g.dylib
>> Offending file: /sw/lib/libcilk.g.p.dylib
>> Offending file: /sw/lib/libcilk.p.dylib
>>
>
> This is explained in the Packaging Manual, section 3.4 "Shared Libraries" <
> http://www.finkproject.org/doc/packaging/policy.php?#sharedlibs>
>
> --
> Martin
>



-- 
Thanks
Pranay Airan
Mtech. IIIT-B
(91) 9036297912
The hardest work in the world is that which should have been done yesterday.


cilk (2).info
Description: Binary data
--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel

Re: [Fink-devel] Error while build as nobody (CILK)

2010-03-26 Thread Martin Costabel
Pranay Airan wrote:
> i removed all %i from file field but got following error
> 
> Validating .deb dir /sw/src/fink.build/root-cilk-5.4.6-1...
> Package looks good!
> dpkg-deb -b root-cilk-5.4.6-1 /sw/fink/10.5/local/main/binary-darwin-i386
> dpkg-deb: building package `cilk' in 
> `/sw/fink/10.5/local/main/binary-darwin-i386/cilk_5.4.6-1_darwin-i386.deb'.
> Reverting ownership of install dir to root
> - Depends line is: darwin (>= 9-1)
> Writing control file...
> Creating shlibs files...
> Validating .deb dir /sw/src/fink.build/root-cilk-shlibs-5.4.6-1...
> Error: Files with names less specifically versioned than ones in public 
> Shlibs entries do not belong in this package
> Offending file: /sw/lib/libcilk.g.dylib
> Offending file: /sw/lib/libcilk.g.p.dylib
> Offending file: /sw/lib/libcilk.p.dylib

This is explained in the Packaging Manual, section 3.4 "Shared 
Libraries" 

-- 
Martin

--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] Error while build as nobody (CILK)

2010-03-26 Thread Pranay Airan
i removed all %i from file field but got following error

Validating .deb dir /sw/src/fink.build/root-cilk-5.4.6-1...
Package looks good!
dpkg-deb -b root-cilk-5.4.6-1 /sw/fink/10.5/local/main/binary-darwin-i386
dpkg-deb: building package `cilk' in
`/sw/fink/10.5/local/main/binary-darwin-i386/cilk_5.4.6-1_darwin-i386.deb'.
Reverting ownership of install dir to root
- Depends line is: darwin (>= 9-1)
Writing control file...
Creating shlibs files...
Validating .deb dir /sw/src/fink.build/root-cilk-shlibs-5.4.6-1...
Error: Files with names less specifically versioned than ones in public
Shlibs entries do not belong in this package
Offending file: /sw/lib/libcilk.g.dylib
Offending file: /sw/lib/libcilk.g.p.dylib
Offending file: /sw/lib/libcilk.p.dylib
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-cilk-5.4.6-1
(Reading database ... 20455 files and directories currently installed.)
Removing fink-buildlock-cilk-5.4.6-1 ...
Failed: Please correct the above problems and try again!




 i am attaching my info file

On Fri, Mar 26, 2010 at 3:53 AM, Alexander Hansen <
alexanderk.han...@gmail.com> wrote:

> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> It looks like you still have %i in the Files: line ?  (I had Shlibs: in
> my prior message, but the suggested correction correctly noted Files:)
>
> On 3/25/10 4:54 PM, Pranay Airan wrote:
> > i tried removing the * in shlib but got this error
> >
> > /bin/mv
> >
> /sw/src/fink.build/root-cilk-5.4.6-1/sw/src/fink.build/root-cilk-shlibs-5.4.6-1/sw/lib/libcilk.0.0.0.dylib
> >
> /sw/src/fink.build/root-cilk-shlibs-5.4.6-1/sw/src/fink.build/root-cilk-shlibs-5.4.6-1/sw/lib/
> > mv: rename
> >
> /sw/src/fink.build/root-cilk-5.4.6-1/sw/src/fink.build/root-cilk-shlibs-5.4.6-1/sw/lib/libcilk.0.0.0.dylib
> > to
> >
> /sw/src/fink.build/root-cilk-shlibs-5.4.6-1/sw/src/fink.build/root-cilk-shlibs-5.4.6-1/sw/lib/libcilk.0.0.0.dylib:
> > No such file or directory
> > ### execution of /bin/mv failed, exit code 1
> > ### execution of /var/tmp/tmp.6.XWIdnk failed, exit code 1
> > Removing runtime build-lock...
> > Removing build-lock package...
> > /sw/bin/dpkg-lockwait -r fink-buildlock-cilk-5.4.6-1
> > (Reading database ... 20455 files and directories currently installed.)
> > Removing fink-buildlock-cilk-5.4.6-1 ...
> > Failed: phase installing: cilk-shlibs-5.4.6-1 failed
> >
> - --
> Alexander Hansen
> Fink User Liaison
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.4.10 (Darwin)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
>
> iEYEARECAAYFAkur4kcACgkQB8UpO3rKjQ/ABQCfR7Di4ny2sH53/QCM0z1ORNkh
> IU0AoKc5mVovMlw86Cl2BpCK4wjWh/UP
> =Dg5d
> -END PGP SIGNATURE-
>



-- 
Thanks
Pranay Airan
Mtech. IIIT-B
(91) 9036297912
The hardest work in the world is that which should have been done yesterday.


cilk.info
Description: Binary data
--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel

Re: [Fink-devel] Error while build as nobody (CILK)

2010-03-25 Thread Alexander Hansen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

It looks like you still have %i in the Files: line ?  (I had Shlibs: in
my prior message, but the suggested correction correctly noted Files:)

On 3/25/10 4:54 PM, Pranay Airan wrote:
> i tried removing the * in shlib but got this error
> 
> /bin/mv
> /sw/src/fink.build/root-cilk-5.4.6-1/sw/src/fink.build/root-cilk-shlibs-5.4.6-1/sw/lib/libcilk.0.0.0.dylib
> /sw/src/fink.build/root-cilk-shlibs-5.4.6-1/sw/src/fink.build/root-cilk-shlibs-5.4.6-1/sw/lib/
> mv: rename
> /sw/src/fink.build/root-cilk-5.4.6-1/sw/src/fink.build/root-cilk-shlibs-5.4.6-1/sw/lib/libcilk.0.0.0.dylib
> to
> /sw/src/fink.build/root-cilk-shlibs-5.4.6-1/sw/src/fink.build/root-cilk-shlibs-5.4.6-1/sw/lib/libcilk.0.0.0.dylib:
> No such file or directory
> ### execution of /bin/mv failed, exit code 1
> ### execution of /var/tmp/tmp.6.XWIdnk failed, exit code 1
> Removing runtime build-lock...
> Removing build-lock package...
> /sw/bin/dpkg-lockwait -r fink-buildlock-cilk-5.4.6-1
> (Reading database ... 20455 files and directories currently installed.)
> Removing fink-buildlock-cilk-5.4.6-1 ...
> Failed: phase installing: cilk-shlibs-5.4.6-1 failed
> 
- -- 
Alexander Hansen
Fink User Liaison
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkur4kcACgkQB8UpO3rKjQ/ABQCfR7Di4ny2sH53/QCM0z1ORNkh
IU0AoKc5mVovMlw86Cl2BpCK4wjWh/UP
=Dg5d
-END PGP SIGNATURE-

--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] Error while build as nobody (CILK)

2010-03-25 Thread Pranay Airan
i tried removing the * in shlib but got this error

/bin/mv
/sw/src/fink.build/root-cilk-5.4.6-1/sw/src/fink.build/root-cilk-shlibs-5.4.6-1/sw/lib/libcilk.0.0.0.dylib
/sw/src/fink.build/root-cilk-shlibs-5.4.6-1/sw/src/fink.build/root-cilk-shlibs-5.4.6-1/sw/lib/
mv: rename
/sw/src/fink.build/root-cilk-5.4.6-1/sw/src/fink.build/root-cilk-shlibs-5.4.6-1/sw/lib/libcilk.0.0.0.dylib
to
/sw/src/fink.build/root-cilk-shlibs-5.4.6-1/sw/src/fink.build/root-cilk-shlibs-5.4.6-1/sw/lib/libcilk.0.0.0.dylib:
No such file or directory
### execution of /bin/mv failed, exit code 1
### execution of /var/tmp/tmp.6.XWIdnk failed, exit code 1
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-cilk-5.4.6-1
(Reading database ... 20455 files and directories currently installed.)
Removing fink-buildlock-cilk-5.4.6-1 ...
Failed: phase installing: cilk-shlibs-5.4.6-1 failed

On Fri, Mar 26, 2010 at 1:50 AM, Alexander Hansen <
alexanderk.han...@gmail.com> wrote:

> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Shlibs fields are not allowed to have wildcards.  You have to specify
> the files individually--since they may well have different compatibility
> versions.  An example may be seen via "fink dumpinfo -fshlibs
> imagemagick2-shlibs"
>
> On 3/25/10 4:15 PM, Pranay Airan wrote:
> > i tried without using %i but i got following error
> >
> > Validating .deb dir /sw/src/fink.build/root-cilk-5.4.6-1...
> > Package looks good!
> > dpkg-deb -b root-cilk-5.4.6-1 /sw/fink/10.5/local/main/binary-darwin-i386
> > dpkg-deb: building package `cilk' in
> >
> `/sw/fink/10.5/local/main/binary-darwin-i386/cilk_5.4.6-1_darwin-i386.deb'.
> > Reverting ownership of install dir to root
> > - Depends line is: darwin (>= 9-1)
> > Writing control file...
> > Creating shlibs files...
> > Validating .deb dir /sw/src/fink.build/root-cilk-shlibs-5.4.6-1...
> > *Error: Shlibs field specifies file '/sw/lib/libcilk.*.dylib', but it
> > does not exist!*
> > Error: package contains the shared library
> >   /sw/lib/libcilk.0.0.0.dylib
> >but the corresponding install_name and compatibility_version
> >   %p/lib/libcilk.0.dylib 1.0.0
> >are not listed in the Shlibs field.  See the packaging manual.
> > Error: package contains the shared library
> >   /sw/lib/libcilk.g.0.0.0.dylib
> >but the corresponding install_name and compatibility_version
> >   %p/lib/libcilk.g.0.dylib 1.0.0
> >are not listed in the Shlibs field.  See the packaging manual.
> > Error: package contains the shared library
> >   /sw/lib/libcilk.g.p.0.0.0.dylib
> >but the corresponding install_name and compatibility_version
> >   %p/lib/libcilk.g.p.0.dylib 1.0.0
> >are not listed in the Shlibs field.  See the packaging manual.
> > Error: package contains the shared library
> >   /sw/lib/libcilk.p.0.0.0.dylib
> >but the corresponding install_name and compatibility_version
> >   %p/lib/libcilk.p.0.dylib 1.0.0
> >are not listed in the Shlibs field.  See the packaging manual.
> > Removing runtime build-lock...
> > Removing build-lock package...
> > /sw/bin/dpkg-lockwait -r fink-buildlock-cilk-5.4.6-1
> > (Reading database ... 20455 files and directories currently installed.)
> > Removing fink-buildlock-cilk-5.4.6-1 ...
> > Failed: Please correct the above problems and try again!
> >
>
>
> - --
> Alexander Hansen
> Fink User Liaison
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.4.10 (Darwin)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
>
> iEYEARECAAYFAkurxaYACgkQB8UpO3rKjQ9SnwCeIbO/ApBkkdjssMP9qiYNCV4f
> fYwAn3a/T01zAbc79vUME4oUnuDbeItD
> =j51M
> -END PGP SIGNATURE-
>



-- 
Thanks
Pranay Airan
Mtech. IIIT-B
(91) 9036297912
The hardest work in the world is that which should have been done yesterday.
--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel

Re: [Fink-devel] Error while build as nobody (CILK)

2010-03-25 Thread Alexander Hansen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Shlibs fields are not allowed to have wildcards.  You have to specify
the files individually--since they may well have different compatibility
versions.  An example may be seen via "fink dumpinfo -fshlibs
imagemagick2-shlibs"

On 3/25/10 4:15 PM, Pranay Airan wrote:
> i tried without using %i but i got following error
> 
> Validating .deb dir /sw/src/fink.build/root-cilk-5.4.6-1...
> Package looks good!
> dpkg-deb -b root-cilk-5.4.6-1 /sw/fink/10.5/local/main/binary-darwin-i386
> dpkg-deb: building package `cilk' in
> `/sw/fink/10.5/local/main/binary-darwin-i386/cilk_5.4.6-1_darwin-i386.deb'.
> Reverting ownership of install dir to root
> - Depends line is: darwin (>= 9-1)
> Writing control file...
> Creating shlibs files...
> Validating .deb dir /sw/src/fink.build/root-cilk-shlibs-5.4.6-1...
> *Error: Shlibs field specifies file '/sw/lib/libcilk.*.dylib', but it
> does not exist!*
> Error: package contains the shared library
>   /sw/lib/libcilk.0.0.0.dylib
>but the corresponding install_name and compatibility_version
>   %p/lib/libcilk.0.dylib 1.0.0
>are not listed in the Shlibs field.  See the packaging manual.
> Error: package contains the shared library
>   /sw/lib/libcilk.g.0.0.0.dylib
>but the corresponding install_name and compatibility_version
>   %p/lib/libcilk.g.0.dylib 1.0.0
>are not listed in the Shlibs field.  See the packaging manual.
> Error: package contains the shared library
>   /sw/lib/libcilk.g.p.0.0.0.dylib
>but the corresponding install_name and compatibility_version
>   %p/lib/libcilk.g.p.0.dylib 1.0.0
>are not listed in the Shlibs field.  See the packaging manual.
> Error: package contains the shared library
>   /sw/lib/libcilk.p.0.0.0.dylib
>but the corresponding install_name and compatibility_version
>   %p/lib/libcilk.p.0.dylib 1.0.0
>are not listed in the Shlibs field.  See the packaging manual.
> Removing runtime build-lock...
> Removing build-lock package...
> /sw/bin/dpkg-lockwait -r fink-buildlock-cilk-5.4.6-1
> (Reading database ... 20455 files and directories currently installed.)
> Removing fink-buildlock-cilk-5.4.6-1 ...
> Failed: Please correct the above problems and try again!
> 


- -- 
Alexander Hansen
Fink User Liaison
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkurxaYACgkQB8UpO3rKjQ9SnwCeIbO/ApBkkdjssMP9qiYNCV4f
fYwAn3a/T01zAbc79vUME4oUnuDbeItD
=j51M
-END PGP SIGNATURE-

--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] Error while build as nobody (CILK)

2010-03-25 Thread Pranay Airan
i tried without using %i but i got following error

Validating .deb dir /sw/src/fink.build/root-cilk-5.4.6-1...
Package looks good!
dpkg-deb -b root-cilk-5.4.6-1 /sw/fink/10.5/local/main/binary-darwin-i386
dpkg-deb: building package `cilk' in
`/sw/fink/10.5/local/main/binary-darwin-i386/cilk_5.4.6-1_darwin-i386.deb'.
Reverting ownership of install dir to root
- Depends line is: darwin (>= 9-1)
Writing control file...
Creating shlibs files...
Validating .deb dir /sw/src/fink.build/root-cilk-shlibs-5.4.6-1...
*Error: Shlibs field specifies file '/sw/lib/libcilk.*.dylib', but it does
not exist!*
Error: package contains the shared library
  /sw/lib/libcilk.0.0.0.dylib
   but the corresponding install_name and compatibility_version
  %p/lib/libcilk.0.dylib 1.0.0
   are not listed in the Shlibs field.  See the packaging manual.
Error: package contains the shared library
  /sw/lib/libcilk.g.0.0.0.dylib
   but the corresponding install_name and compatibility_version
  %p/lib/libcilk.g.0.dylib 1.0.0
   are not listed in the Shlibs field.  See the packaging manual.
Error: package contains the shared library
  /sw/lib/libcilk.g.p.0.0.0.dylib
   but the corresponding install_name and compatibility_version
  %p/lib/libcilk.g.p.0.dylib 1.0.0
   are not listed in the Shlibs field.  See the packaging manual.
Error: package contains the shared library
  /sw/lib/libcilk.p.0.0.0.dylib
   but the corresponding install_name and compatibility_version
  %p/lib/libcilk.p.0.dylib 1.0.0
   are not listed in the Shlibs field.  See the packaging manual.
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-cilk-5.4.6-1
(Reading database ... 20455 files and directories currently installed.)
Removing fink-buildlock-cilk-5.4.6-1 ...
Failed: Please correct the above problems and try again!

On Fri, Mar 26, 2010 at 1:31 AM, Alexander Hansen <
alexanderk.han...@gmail.com> wrote:

> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> On 3/25/10 3:49 PM, Pranay Airan wrote:
> > Hello i am getting following error while running -m --build-as-nobody
> cilk
> >
>
> > /usr/bin/install -d -m 755
> >
> /sw/src/fink.build/root-cilk-shlibs-5.4.6-1/sw/src/fink.build/root-cilk-shlibs-5.4.6-1/sw/lib
>
> Your Shlibs: line is incorrect.  If you look at any -shlibs package
> within the Fink distribution, e.g. with "fink dumpinfo -files
> ", you'll note that there is no leading %i--the Files:
> specification for Splitoffs assumes that you are starting in the %i of
> the base package.  What you need is:
>
> SplitOff: <<
> Package: %N-shlibs
> Files: <<
>  lib/libcilk.*.dylib
>  <<
>
>
> - --
> Alexander Hansen
> Fink User Liaison
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.4.10 (Darwin)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
>
> iEYEARECAAYFAkurwRwACgkQB8UpO3rKjQ9aaQCfanOau1e7abnKDgFa/udasbck
> 5dwAnjH6iMECh4XhNhaDgRpD9F21T0fQ
> =pNTX
> -END PGP SIGNATURE-
>



-- 
Thanks
Pranay Airan
Mtech. IIIT-B
(91) 9036297912
The hardest work in the world is that which should have been done yesterday.
--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel

Re: [Fink-devel] Error while build as nobody (CILK)

2010-03-25 Thread Alexander Hansen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 3/25/10 3:49 PM, Pranay Airan wrote:
> Hello i am getting following error while running -m --build-as-nobody cilk
>  

> /usr/bin/install -d -m 755
> /sw/src/fink.build/root-cilk-shlibs-5.4.6-1/sw/src/fink.build/root-cilk-shlibs-5.4.6-1/sw/lib

Your Shlibs: line is incorrect.  If you look at any -shlibs package
within the Fink distribution, e.g. with "fink dumpinfo -files
", you'll note that there is no leading %i--the Files:
specification for Splitoffs assumes that you are starting in the %i of
the base package.  What you need is:

SplitOff: <<
Package: %N-shlibs
Files: <<
 lib/libcilk.*.dylib
 <<


- -- 
Alexander Hansen
Fink User Liaison
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkurwRwACgkQB8UpO3rKjQ9aaQCfanOau1e7abnKDgFa/udasbck
5dwAnjH6iMECh4XhNhaDgRpD9F21T0fQ
=pNTX
-END PGP SIGNATURE-

--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] Error while build as nobody (CILK)

2010-03-25 Thread Pranay Airan
Hello i am getting following error while running -m --build-as-nobody cilk

/bin/rm -f /sw/src/fink.build/root-cilk-5.4.6-1/sw/info/dir
/sw/src/fink.build/root-cilk-5.4.6-1/sw/info/dir.old
/sw/src/fink.build/root-cilk-5.4.6-1/sw/share/info/dir
/sw/src/fink.build/root-cilk-5.4.6-1/sw/share/info/dir.old
/bin/rm -rf /sw/src/fink.build/root-cilk-shlibs-5.4.6-1
/bin/mkdir -p /sw/src/fink.build/root-cilk-shlibs-5.4.6-1/sw
/bin/mkdir -p /sw/src/fink.build/root-cilk-shlibs-5.4.6-1/DEBIAN
/usr/sbin/chown -R fink-bld:fink-bld
/sw/src/fink.build/root-cilk-shlibs-5.4.6-1
sudo -u fink-bld [ENV] sh -c/var/tmp/tmp.6.um8GZv
/usr/bin/install -d -m 755
/sw/src/fink.build/root-cilk-shlibs-5.4.6-1/sw/src/fink.build/root-cilk-shlibs-5.4.6-1/sw/lib
/bin/mv
/sw/src/fink.build/root-cilk-5.4.6-1/sw/src/fink.build/root-cilk-shlibs-5.4.6-1/sw/lib/libcilk.*.dylib
/sw/src/fink.build/root-cilk-shlibs-5.4.6-1/sw/src/fink.build/root-cilk-shlibs-5.4.6-1/sw/lib/
mv: rename
/sw/src/fink.build/root-cilk-5.4.6-1/sw/src/fink.build/root-cilk-shlibs-5.4.6-1/sw/lib/libcilk.*.dylib
to
/sw/src/fink.build/root-cilk-shlibs-5.4.6-1/sw/src/fink.build/root-cilk-shlibs-5.4.6-1/sw/lib/libcilk.*.dylib:
No such file or directory
### execution of /bin/mv failed, exit code 1
### execution of /var/tmp/tmp.6.um8GZv failed, exit code 1
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-cilk-5.4.6-1
(Reading database ... 20455 files and directories currently installed.)
Removing fink-buildlock-cilk-5.4.6-1 ...
Failed: phase installing: cilk-shlibs-5.4.6-1 failed


i am attaching my info file with this mail


cilk.info
Description: Binary data
--
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel