I had a similar problem here at my new job. There is a firewall, and a traffic 
monitor (iPrism St. Bernard, www.stbernard.com) on top of that. So, I could 
never get rsync to work.

Using CVS solved the problem. It's less elegant than rsync, perhaps, but it 
works. Plus, not offending IT people has its advantages. :)

Payam

-----Original Message-----
From: fink-users-requ...@lists.sourceforge.net 
[mailto:fink-users-requ...@lists.sourceforge.net]
Sent: Monday, January 05, 2009 12:53 PM
To: fink-users@lists.sourceforge.net
Subject: Fink-users Digest, Vol 33, Issue 6

Send Fink-users mailing list submissions to
        fink-users@lists.sourceforge.net

To subscribe or unsubscribe via the World Wide Web, visit
        https://lists.sourceforge.net/lists/listinfo/fink-users
or, via email, send a message with subject or body 'help' to
        fink-users-requ...@lists.sourceforge.net

You can reach the person managing the list at
        fink-users-ow...@lists.sourceforge.net

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Fink-users digest..."


Today's Topics:

   1. Re: rsync and network security (Daniel Macks)
   2. lilypond build failure (Koen van der Drift)
   3. Re: lilypond build failure (Martin Costabel)
   4. Re: lilypond build failure (Martin Costabel)


----------------------------------------------------------------------

Message: 1
Date: Sun, 4 Jan 2009 17:54:35 -0500
From: Daniel Macks <dma...@netspace.org>
Subject: Re: [Fink-users] rsync and network security
To: fink-users@lists.sourceforge.net
Message-ID: <20090104225435.ga20...@happy.netspace.org>
Content-Type: text/plain; charset=us-ascii

Without knowing exactly what his concern is, there's no way we can
address it (by seeing if some security patch is needed, by checking
and possibly changing some setting, or by explaining something he is
misunderstanding).

On the other hand, the cvs method accesses the identical package
collection (technically, CVS is the server to which packages are
committed, and rsync is just a read-only clone of the latest CVS
revisions). Maybe that would suit the sysadmin. But again, we don't
know what his hot-button issue is to know what will suffice:(

As of recent versions of fink, the selfupdate methods are pluggable
with a pretty simple API. One could write a perl module that grabbed
the latest files by some other approveable method from a machine that
cloned the package collection and served it appropriately. Or else,
given that the whole thing is just a pile of text files, someone could
make a tarball of a snapshot of them and manually transfer that across
the threshold of the sysadmin periodically. But still those files
would have to come from *somewhere* by *some method*, and we don't
know whether the problem is "rsync pulling files into his realm" or
"rsync anywhere in the chain" or is more general than that...

dan


On Sun, Jan 04, 2009 at 01:05:14PM +0200, Felix Frolow wrote:
> I advise PhD students in institution, other than place I am affiliated
> with.
> In my institution I have no problem to upgrade relevant software using
> FINK in rsync mode.
> Institution were I advise PhD students ABSOLUTELY refuses to activate
> rsync approach
> to the FINK sites. Their computer center claims major security
> violation related to rsync. Could some one to
> advise.
>
> Thank you in advance
>
> This message was BCC to the institution
>
> Dr  Felix Frolow
> Professor of Structural Biology and Biotechnology
> Department of Molecular Microbiology
> and Biotechnology
> Tel Aviv University 69978, Israel
>
> Acta Crystallographica D, co-editor
>
> e-mail: mbfro...@post.tau.ac.il
> Tel:           ++972 3640 8723
> Fax:          ++972 3640 9407
> Cellular:   ++972 547 459 608
>
>
> ------------------------------------------------------------------------------
> _______________________________________________
> Fink-users mailing list
> Fink-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/fink-users

--
Daniel Macks
dma...@netspace.org
http://www.netspace.org/~dmacks




------------------------------

Message: 2
Date: Mon, 5 Jan 2009 07:07:13 -0500
From: Koen van der Drift <kvddr...@earthlink.net>
Subject: [Fink-users] lilypond build failure
To: fink-users@lists.sourceforge.net
Cc: Matthias Neeracher <neerac...@mac.com>
Message-ID: <2feb6cc6-cbe1-43ae-b23f-24598fcc8...@earthlink.net>
Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes

Hi,

The other emails prompted me to to intnstall liliypond, but it  fails
to build on my G5 iMac as follows:

Package manager version: 0.28.99.cvs
Distribution version: selfupdate-cvs Sun Jan  4 20:18:25 2009, 10.5,
powerpc


cheers,

- Koen.





....
true
mkdir -p ./out
touch ./out/dummy.dep
echo '*' > ./out/.gitignore
cp -p /sw/src/fink.build/lilypond-2.12.1-1/lilypond-2.12.1/config.hh
out/config.hh
rm -f ./out/cpu-timer.dep; DEPENDENCIES_OUTPUT="./out/cpu-timer.dep ./
out/cpu-timer.o" g++ -c  -I/sw/include -I/System/Library/Frameworks/
Python.framework/Versions/2.5/include/python2.5 -I/System/Library/
Frameworks/Python.framework/Versions/2.5/include/python2.5 -fno-strict-
aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -
dynamic -DNDEBUG -g -Os -Wall -Wstrict-prototypes -DMACOSX -I/usr/
include/ffi -DENABLE_DTRACE -I/sw/include -DHAVE_CONFIG_H  -DNDEBUG -
I./include -I./out -I../flower/include -I../flower/./out  -O2 -finline-
functions -g -pipe -I/sw/include -Dmacosx -I/sw/include -
D_THREAD_SAFE  -I/sw/lib/freetype219/include/freetype2 -I/sw/lib/
freetype219/include -I/sw/lib/pango-ft219/include/pango-1.0 -I/sw/lib/
fontconfig2/include -I/sw/lib/freetype219/include/freetype2 -I/sw/lib/
freetype219/include -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include
-W -Wall -Wconversion -o out/cpu-timer.o cpu-timer.cc
cc1plus: warning: command line option "-Wstrict-prototypes" is valid
for C/ObjC but not for C++
rm -f ./out/file-cookie.dep; DEPENDENCIES_OUTPUT="./out/file-
cookie.dep ./out/file-cookie.o" g++ -c  -I/sw/include -I/System/
Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -I/
System/Library/Frameworks/Python.framework/Versions/2.5/include/
python2.5 -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-
fused-madd -fno-common -dynamic -DNDEBUG -g -Os -Wall -Wstrict-
prototypes -DMACOSX -I/usr/include/ffi -DENABLE_DTRACE -I/sw/include -
DHAVE_CONFIG_H  -DNDEBUG -I./include -I./out -I../flower/include -I../
flower/./out  -O2 -finline-functions -g -pipe -I/sw/include -Dmacosx -
I/sw/include -D_THREAD_SAFE  -I/sw/lib/freetype219/include/freetype2 -
I/sw/lib/freetype219/include -I/sw/lib/pango-ft219/include/pango-1.0 -
I/sw/lib/fontconfig2/include -I/sw/lib/freetype219/include/freetype2 -
I/sw/lib/freetype219/include -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/
include  -W -Wall -Wconversion -o out/file-cookie.o file-cookie.cc
cc1plus: warning: command line option "-Wstrict-prototypes" is valid
for C/ObjC but not for C++
rm -f ./out/file-name.dep; DEPENDENCIES_OUTPUT="./out/file-name.dep ./
out/file-name.o" g++ -c  -I/sw/include -I/System/Library/Frameworks/
Python.framework/Versions/2.5/include/python2.5 -I/System/Library/
Frameworks/Python.framework/Versions/2.5/include/python2.5 -fno-strict-
aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -
dynamic -DNDEBUG -g -Os -Wall -Wstrict-prototypes -DMACOSX -I/usr/
include/ffi -DENABLE_DTRACE -I/sw/include -DHAVE_CONFIG_H  -DNDEBUG -
I./include -I./out -I../flower/include -I../flower/./out  -O2 -finline-
functions -g -pipe -I/sw/include -Dmacosx -I/sw/include -
D_THREAD_SAFE  -I/sw/lib/freetype219/include/freetype2 -I/sw/lib/
freetype219/include -I/sw/lib/pango-ft219/include/pango-1.0 -I/sw/lib/
fontconfig2/include -I/sw/lib/freetype219/include/freetype2 -I/sw/lib/
freetype219/include -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include
-W -Wall -Wconversion -o out/file-name.o file-name.cc
cc1plus: warning: command line option "-Wstrict-prototypes" is valid
for C/ObjC but not for C++
/usr/include/c++/4.0.0/bits/stl_vector.h:148: error: template class
without a name
/usr/include/c++/4.0.0/bits/stl_vector.h:154: error: expected
unqualified-id before '<' token
/usr/include/c++/4.0.0/bits/stl_vector.h:162: error: 'vector_type' was
not declared in this scope
/usr/include/c++/4.0.0/bits/stl_vector.h:162: error: template argument
2 is invalid
/usr/include/c++/4.0.0/bits/stl_vector.h:163: error: 'vector_type' was
not declared in this scope
/usr/include/c++/4.0.0/bits/stl_vector.h:163: error: template argument
2 is invalid
/usr/include/c++/4.0.0/bits/stl_vector.h:188: error: expected
unqualified-id before 'const'
/usr/include/c++/4.0.0/bits/stl_vector.h:188: error: expected `)'
before 'const'
/usr/include/c++/4.0.0/bits/stl_vector.h:199: error: expected `)'
before '__n'
/usr/include/c++/4.0.0/bits/stl_vector.h:216: error: expected `)'
before '__n'
/usr/include/c++/4.0.0/bits/stl_vector.h:233: error: expected
unqualified-id before 'const'
/usr/include/c++/4.0.0/bits/stl_vector.h:233: error: expected `)'
before 'const'
/usr/include/c++/4.0.0/bits/stl_vector.h:257: error: expected `)'
before '__first'
/usr/include/c++/4.0.0/bits/stl_vector.h:272: error: expected class-
name before '__attribute__'
/usr/include/c++/4.0.0/bits/stl_vector.h:733: error: expected
identifier before '&' token
/usr/include/c++/4.0.0/bits/stl_iterator_base_types.h: In
instantiation of 'std::iterator_traits<int>':
/usr/include/c++/4.0.0/bits/stl_iterator.h:96:   instantiated from
'std::reverse_iterator<int>'
/usr/include/c++/4.0.0/bits/stl_vector.h:370:   instantiated from here
/usr/include/c++/4.0.0/bits/stl_iterator_base_types.h:129: error:
'int' is not a class, struct, or union type
/usr/include/c++/4.0.0/bits/stl_iterator_base_types.h:130: error:
'int' is not a class, struct, or union type
/usr/include/c++/4.0.0/bits/stl_iterator_base_types.h:131: error:
'int' is not a class, struct, or union type
/usr/include/c++/4.0.0/bits/stl_iterator_base_types.h:132: error:
'int' is not a class, struct, or union type
/usr/include/c++/4.0.0/bits/stl_iterator_base_types.h:133: error:
'int' is not a class, struct, or union type
/usr/include/c++/4.0.0/bits/stl_vector.h: In member function 'void
std::<anonymous class><_Tp, _Alloc>::swap(int __vector__&)':
/usr/include/c++/4.0.0/bits/stl_vector.h:735: error: request for
member '_M_impl' in '__x', which is of non-class type 'int __vector__'
/usr/include/c++/4.0.0/bits/stl_vector.h:736: error: request for
member '_M_impl' in '__x', which is of non-class type 'int __vector__'
/usr/include/c++/4.0.0/bits/stl_vector.h:738: error: request for
member '_M_impl' in '__x', which is of non-class type 'int __vector__'
/usr/include/c++/4.0.0/bits/stl_vector.h: At global scope:
/usr/include/c++/4.0.0/bits/stl_vector.h:149: error: an anonymous
union cannot have function members
/usr/include/c++/4.0.0/bits/stl_vector.h:913: error: abstract
declarator 'std::<anonymous class><_Tp, _Alloc>' used as declaration
/usr/include/c++/4.0.0/bits/stl_vector.h:928: error: expected ',' or
'...' before '<' token
/usr/include/c++/4.0.0/bits/stl_vector.h:928: error: 'bool
std::operator==(int __vector__)' must have an argument of class or
enumerated type
/usr/include/c++/4.0.0/bits/stl_vector.h:928: error: 'bool
std::operator==(int __vector__)' must take exactly two arguments
/usr/include/c++/4.0.0/bits/stl_vector.h: In function 'bool
std::operator==(int __vector__)':
/usr/include/c++/4.0.0/bits/stl_vector.h:929: error: '__x' was not
declared in this scope
/usr/include/c++/4.0.0/bits/stl_vector.h:929: error: '__y' was not
declared in this scope
/usr/include/c++/4.0.0/bits/stl_vector.h:930: error: no matching
function for call to 'equal(<type error>, <type error>, <type error>)'
/usr/include/c++/4.0.0/bits/stl_vector.h: At global scope:
/usr/include/c++/4.0.0/bits/stl_vector.h:945: error: expected ',' or
'...' before '<' token
/usr/include/c++/4.0.0/bits/stl_vector.h:945: error: 'bool
std::operator<(int __vector__)' must have an argument of class or
enumerated type
/usr/include/c++/4.0.0/bits/stl_vector.h:945: error: 'bool
std::operator<(int __vector__)' must take exactly two arguments
/usr/include/c++/4.0.0/bits/stl_vector.h: In function 'bool
std::operator<(int __vector__)':
/usr/include/c++/4.0.0/bits/stl_vector.h:946: error: '__x' was not
declared in this scope
/usr/include/c++/4.0.0/bits/stl_vector.h:947: error: '__y' was not
declared in this scope
/usr/include/c++/4.0.0/bits/stl_vector.h:947: error: no matching
function for call to 'lexicographical_compare(<type error>, <type
error>, <type error>, <type error>)'
/usr/include/c++/4.0.0/bits/stl_algobase.h:878: note: candidates are:
bool std::lexicographical_compare(const unsigned char*, const unsigned
char*, const unsigned char*, const unsigned char*)
/usr/include/c++/4.0.0/bits/stl_algobase.h:892: note:
bool std::lexicographical_compare(const char*, const char*, const
char*, const char*)
/usr/include/c++/4.0.0/bits/stl_vector.h: At global scope:
/usr/include/c++/4.0.0/bits/stl_vector.h:952: error: expected ',' or
'...' before '<' token
/usr/include/c++/4.0.0/bits/stl_vector.h:952: error: 'bool
std::operator!=(int __vector__)' must have an argument of class or
enumerated type
/usr/include/c++/4.0.0/bits/stl_vector.h:952: error: 'bool
std::operator!=(int __vector__)' must take exactly two arguments
/usr/include/c++/4.0.0/bits/stl_vector.h: In function 'bool
std::operator!=(int __vector__)':
/usr/include/c++/4.0.0/bits/stl_vector.h:953: error: '__x' was not
declared in this scope
/usr/include/c++/4.0.0/bits/stl_vector.h:953: error: '__y' was not
declared in this scope
/usr/include/c++/4.0.0/bits/stl_vector.h: At global scope:
/usr/include/c++/4.0.0/bits/stl_vector.h:958: error: expected ',' or
'...' before '<' token
/usr/include/c++/4.0.0/bits/stl_vector.h:958: error: 'bool
std::operator>(int __vector__)' must have an argument of class or
enumerated type
/usr/include/c++/4.0.0/bits/stl_vector.h:958: error: 'bool
std::operator>(int __vector__)' must take exactly two arguments
/usr/include/c++/4.0.0/bits/stl_vector.h: In function 'bool
std::operator>(int __vector__)':
/usr/include/c++/4.0.0/bits/stl_vector.h:959: error: '__y' was not
declared in this scope
/usr/include/c++/4.0.0/bits/stl_vector.h:959: error: '__x' was not
declared in this scope
/usr/include/c++/4.0.0/bits/stl_vector.h: At global scope:
/usr/include/c++/4.0.0/bits/stl_vector.h:964: error: expected ',' or
'...' before '<' token
/usr/include/c++/4.0.0/bits/stl_vector.h:964: error: 'bool
std::operator<=(int __vector__)' must have an argument of class or
enumerated type
/usr/include/c++/4.0.0/bits/stl_vector.h:964: error: 'bool
std::operator<=(int __vector__)' must take exactly two arguments
/usr/include/c++/4.0.0/bits/stl_vector.h: In function 'bool
std::operator<=(int __vector__)':
/usr/include/c++/4.0.0/bits/stl_vector.h:965: error: '__y' was not
declared in this scope
/usr/include/c++/4.0.0/bits/stl_vector.h:965: error: '__x' was not
declared in this scope
/usr/include/c++/4.0.0/bits/stl_vector.h: At global scope:
/usr/include/c++/4.0.0/bits/stl_vector.h:970: error: expected ',' or
'...' before '<' token
/usr/include/c++/4.0.0/bits/stl_vector.h:970: error: 'bool
std::operator>=(int __vector__)' must have an argument of class or
enumerated type
/usr/include/c++/4.0.0/bits/stl_vector.h:970: error: 'bool
std::operator>=(int __vector__)' must take exactly two arguments
/usr/include/c++/4.0.0/bits/stl_vector.h: In function 'bool
std::operator>=(int __vector__)':
/usr/include/c++/4.0.0/bits/stl_vector.h:971: error: '__x' was not
declared in this scope
/usr/include/c++/4.0.0/bits/stl_vector.h:971: error: '__y' was not
declared in this scope
/usr/include/c++/4.0.0/bits/stl_vector.h: At global scope:
/usr/include/c++/4.0.0/bits/stl_vector.h:976: error: variable or field
'swap' declared void
/usr/include/c++/4.0.0/bits/stl_vector.h:976: error: 'std::swap'
declared as an 'inline' variable
/usr/include/c++/4.0.0/bits/stl_vector.h:976: error: template
declaration of 'int std::swap'
/usr/include/c++/4.0.0/bits/stl_vector.h:976: error: expected primary-
expression before '__attribute__'
/usr/include/c++/4.0.0/bits/stl_vector.h:976: error: expected primary-
expression before '>' token
/usr/include/c++/4.0.0/bits/stl_vector.h:976: error: '__x' was not
declared in this scope
/usr/include/c++/4.0.0/bits/stl_vector.h:976: error: expected primary-
expression before '__attribute__'
/usr/include/c++/4.0.0/bits/stl_vector.h:976: error: expected primary-
expression before '>' token
/usr/include/c++/4.0.0/bits/stl_vector.h:976: error: '__y' was not
declared in this scope
/usr/include/c++/4.0.0/bits/stl_bvector.h:425: error: expected
identifier before '<' token
/usr/include/c++/4.0.0/bits/stl_bvector.h:425: error: expected
unqualified-id before '<' token
/usr/include/c++/4.0.0/bits/vector.tcc:68: error: expected unqualified-
id before '<' token
/usr/include/c++/4.0.0/bits/vector.tcc:91: error: expected nested-name-
specifier before '__attribute__'
/usr/include/c++/4.0.0/bits/vector.tcc:91: error: expected unqualified-
id before '<' token
/usr/include/c++/4.0.0/bits/vector.tcc:108: error: expected nested-
name-specifier before '__attribute__'
/usr/include/c++/4.0.0/bits/vector.tcc:108: error: expected
unqualified-id before '<' token
/usr/include/c++/4.0.0/bits/vector.tcc:120: error: expected nested-
name-specifier before '__attribute__'
/usr/include/c++/4.0.0/bits/vector.tcc:120: error: expected
unqualified-id before '<' token
/usr/include/c++/4.0.0/bits/vector.tcc:131: error: expected
unqualified-id before '<' token
/usr/include/c++/4.0.0/bits/vector.tcc:170: error: expected
unqualified-id before '<' token
/usr/include/c++/4.0.0/bits/vector.tcc:193: error: expected
unqualified-id before '<' token
/usr/include/c++/4.0.0/bits/vector.tcc:209: error: expected
unqualified-id before '<' token
/usr/include/c++/4.0.0/bits/vector.tcc:248: error: expected
unqualified-id before '<' token
/usr/include/c++/4.0.0/bits/vector.tcc:310: error: expected
unqualified-id before '<' token
/usr/include/c++/4.0.0/bits/vector.tcc:393: error: expected
unqualified-id before '<' token
/usr/include/c++/4.0.0/bits/vector.tcc:407: error: expected
unqualified-id before '<' token
./include/std-vector.hh:74: error: expected class-name before
'__attribute__'
./include/std-vector.hh:74: error: expected `{' before '__attribute__'
./include/std-vector.hh:74: error: expected unqualified-id before '<'
token
file-name.cc: In member function 'File_name File_name::canonicalized()
const':
file-name.cc:190: error: variable 'std::vector<std::string,
std::allocator<std::string> > components' has initializer but
incomplete type
file-name.cc:190: error: invalid use of undefined type 'class
std::vector<std::string, std::allocator<std::string> >'
./include/std-vector.hh:74: error: declaration of 'class
std::vector<std::string, std::allocator<std::string> >'
file-name.cc:191: error: aggregate 'std::vector<std::string,
std::allocator<std::string> > new_components' has incomplete type and
cannot be defined
gnumake[1]: *** [out/file-name.o] Error 1
gnumake: *** [all] Error 2
### execution of /var/tmp/tmp.1.WxwGHc failed, exit code 2
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-lilypond-2.12.1-1
(Reading database ... 92362 files and directories currently installed.)
Removing fink-buildlock-lilypond-2.12.1-1 ...




------------------------------

Message: 3
Date: Mon, 05 Jan 2009 21:15:49 +0100
From: Martin Costabel <costa...@wanadoo.fr>
Subject: Re: [Fink-users] lilypond build failure
To: Koen van der Drift <kvddr...@earthlink.net>
Cc: fink-users@lists.sourceforge.net, Matthias Neeracher
        <neerac...@mac.com>
Message-ID: <49626a75.7090...@wanadoo.fr>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Koen van der Drift wrote:
> Hi,
>
> The other emails prompted me to to intnstall liliypond, but it  fails
> to build on my G5 iMac as follows:
>
> Package manager version: 0.28.99.cvs
> Distribution version: selfupdate-cvs Sun Jan  4 20:18:25 2009, 10.5,
> powerpc
[]
> /usr/include/c++/4.0.0/bits/stl_vector.h:148: error: template class
> without a name

This is an incompatibility between lilypond sources and Apple's c++ for
powerpc. It was discussed and diagnosed on fink-users November 14-17,
2008, in the thread "[Fink-users] lilypond 2.10.33-1001 build error".
Not fixed yet, apparently.

--
Martin




------------------------------

Message: 4
Date: Mon, 05 Jan 2009 21:52:35 +0100
From: Martin Costabel <costa...@wanadoo.fr>
Subject: Re: [Fink-users] lilypond build failure
To: Koen van der Drift <kvddr...@earthlink.net>
Cc: fink-users@lists.sourceforge.net, Matthias Neeracher
        <neerac...@mac.com>
Message-ID: <49627313.6010...@wanadoo.fr>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Martin Costabel wrote:
[]
> This is an incompatibility between lilypond sources and Apple's c++ for
> powerpc. It was discussed and diagnosed on fink-users November 14-17,
> 2008, in the thread "[Fink-users] lilypond 2.10.33-1001 build error".
> Not fixed yet, apparently.

P.S.: A patchscript line like the following

perl -pi -e 's|__vector|lily_vector|g' flower/include/std-vector.hh

should do the trick (untested, as I don't have a ppc/leo at hand).

--
Martin








------------------------------

------------------------------------------------------------------------------


------------------------------

_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users


End of Fink-users Digest, Vol 33, Issue 6
*****************************************

------------------------------------------------------------------------------
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to