"Also please set +x to html/ops/delete_job_files"

did you miss that part or just you don't agree with the change?


many thanks!

Gianfranco



----- Messaggio originale -----
> Da: David Anderson <[email protected]>
> A: Gianfranco Costamagna <[email protected]>
> Cc: "[email protected]" <[email protected]>
> Inviato: Domenica 25 Agosto 2013 5:39
> Oggetto: Re: Boinc and HURD fail to build from source
> 
>T hanks; I checked these in.
> -- D
> 
> On 24-Aug-2013 3:29 AM, Gianfranco Costamagna wrote:
>>  Here we are, I found many different issues.
>>  Also please set +x to html/ops/delete_job_files
>> 
>> 
>> 
>>  --- boinc-7.2.11+dfsg.orig/locale/Makefile.am
>>  +++ boinc-7.2.11+dfsg/locale/Makefile.am
>>  @@ -21,7 +21,7 @@ locale_dirs = \
>>           gl \
>>           hr \
>>           hu \
>>  -       it \
>>  +       it_IT \
>>           ja \
>>           ko \
>>           lt \
>>  --- boinc-7.2.11+dfsg.orig/db/Makefile.am
>>  +++ boinc-7.2.11+dfsg/db/Makefile.am
>>  @@ -10,4 +10,5 @@ endif
>> 
>>    ## other stuff to go into the distribution
>>    extradir = $(prefix)/share/boinc-server-maker/db
>>  -dist_extra_DATA = constraints.sql schema.sql init_db
>>  +dist_extra_DATA = constraints.sql schema.sql
>>  +dist_extra_SCRIPTS = init_db
>>  --- boinc-7.2.11+dfsg.orig/sched/Makefile.am
>>  +++ boinc-7.2.11+dfsg/sched/Makefile.am
>>  @@ -116,7 +116,7 @@ schedshare_PROGRAMS = \
>>        sample_trivial_validator \
>>        sample_work_generator \
>>        single_job_assimilator \
>>  -       size_regulator \
>>  +    size_regulator \
>>        transitioner \
>>        trickle_credit \
>>        trickle_echo \
>>  @@ -129,11 +129,10 @@ schedcgi_PROGRAMS= \
>>    schedshare_DATA = \
>>        db_dump_spec.xml \
>>        assimilator.py \
>>  -    pymw_assimilator.py \
>>  -    transitioner_catchup.php
>>  +    pymw_assimilator.py
>> 
>>    # scripts that 'make install' should put in bindir
>>  -schedshare_SCRIPTS = start stop status
>>  +schedshare_SCRIPTS = start stop status transitioner_catchup.php
>> 
>>    noinst_HEADERS = \
>>        assimilate_handler.h \
>> 
>> 
>> 
>>  Just my 0.02 $
>> 
>> 
>>  Gianfranco
>> 
>> 
>> 
>>  ----- Messaggio originale -----
>>>  Da: David Anderson <[email protected]>
>>>  A: Gianfranco Costamagna <[email protected]>
>>>  Cc:
>>>  Inviato: Sabato 24 Agosto 2013 7:04
>>>  Oggetto: Re: Boinc and HURD fail to build from source
>>> 
>>>  DOne; thanks
>>> 
>>>  On 23-Aug-2013 4:15 PM, Gianfranco Costamagna wrote:
>>>>    Hi David,
>>>>    sorry but I'm talking about the source files into the git 
> tree, where
>>>  the file permissions are right for sure, I'm talking about the
>>>>    "make install" phase, where the executable bit of the 
> project.xml
>>>  file is set.
>>>> 
>>>>    I think the following patch addresses the issue
>>>>    diff --git a/tools/Makefile.am b/tools/Makefile.am
>>>>    index 47bf81d..889d2d6 100644
>>>>    --- a/tools/Makefile.am
>>>>    +++ b/tools/Makefile.am
>>>>    @@ -31,7 +31,9 @@ dist_tools_SCRIPTS = \
>>>>          manage_privileges \
>>>>          run_in_ops \
>>>>          stage_file \
>>>>    -    watch_tcp \
>>>>    +    watch_tcp
>>>>    +
>>>>    +dist_tools_DATA = \
>>>>          project.xml
>>>> 
>>>>      AM_CXXFLAGS += $(MYSQL_CFLAGS)
>>>> 
>>>> 
>>>> 
>>>>    I tried to rebuild boinc and now the file is correctly installed 
> in
>>>>    /usr/lib/boinc-server-maker/tools
>>>>    with
>>>>    -rwxr-xr-x 1 locutus locutus     306 ago 24 00:35 parse_config*
>>>>    -rw-r--r-- 1 locutus locutus    2266 ago 24 00:35 project.xml
>>>>    -rwxr-xr-x 1 locutus locutus      34 ago 24 00:35 run_in_ops*
>>>> 
>>>> 
>>>>    bits
>>>> 
>>>>    Bests
>>>> 
>>>> 
>>>>    Gianfranco
>>>> 
>>>> 
>>>> 
>>>>>    ________________________________
>>>>>    Da: David Anderson <[email protected]>
>>>>>    A: [email protected]
>>>>>    Cc: "[email protected]"
>>>  <[email protected]>
>>>>>    Inviato: Venerdì 23 Agosto 2013 18:55
>>>>>    Oggetto: Re: Boinc and HURD fail to build from source
>>>>> 
>>>>> 
>>>>>    I'm not seeing the exec bit; here's what Git shows:
>>>>> 
>>>>>    -rw-r--r-- 2266 project.xml
>>>>> 
>>>>>    On 23-Aug-2013 4:00 AM, Gianfranco Costamagna wrote:
>>>>>>    last thing, I was checking other lintian warnings/errors 
> and I
>>>  found a problem I
>>>>>>    thought was debian related, but seems to be it is an 
> upstream one.
>>>>>> 
>>>>>>    tools/project.xml shouldn't have executable bit set, 
> do you
>>>  know any rationale
>>>>>>    for making it a script? it is an xml file, no need to 
> mark it as
>>>  executable.
>>>>>> 
>>>>>>    should I address it only in debian?
>>>>>> 
>>>>>>    Thanks
>>>>>> 
>>>>>>    Gianfranco
>>>>>> 
>>>>>>    Sent from Yahoo! Mail on Android
>>>>>> 
>>>>>> 
>>>>>> 
>>> 
> --------------------------------------------------------------------------------
>>>>>>    *From: * David Anderson <[email protected]>;
>>>>>>    *To: * Gianfranco Costamagna 
> <[email protected]>;
>>>>>>    *Cc: * [email protected]
>>>  <[email protected]>;
>>>>>>    *Subject: * Re: Boinc and HURD fail to build from source
>>>>>>    *Sent: * Fri, Aug 23, 2013 12:04:26 AM
>>>>>> 
>>>>>>    I fixed this by including "filesys.h"
>>>>>>    (which defines MAXPATHLEN if it's not defined)
>>>>>>    from the files that use MAXPATHLEN.
>>>>>>    -- David
>>>>>> 
>>>>>>    On 22-Aug-2013 3:43 PM, Gianfranco Costamagna wrote:
>>>>>>       > Hi David and boinc devs,
>>>>>>       > the following patch should correctly address the 
> hurd ftbfs
>>>>>>       >
>>>>>> 
>>> 
> http://anonscm.debian.org/gitweb/?p=pkg-boinc/boinc.git;a=blob;f=debian/patches/hurd-ftbfs.patch;h=5e8d79106c0207714b71c6b7582ca471b5f8a193;hb=11214c7467dc6f07270aa53f41c7dce8f9502493
>>>>>>       >
>>>>>>       > You can see the build log after applying the 
> patch here
>>>>>>       >
>>> 
> https://buildd.debian.org/status/package.php?p=boinc&suite=experimental
>>>>>>       >
>>>>>>       > available on debian experimental
>>>>>>       >
>>>>>>       >
>>>>>>       > Gianfranco
>>>>>> 
>>>>> 
>>>>> 
>>>>> 
>>> 
> 
_______________________________________________
boinc_dev mailing list
[email protected]
http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev
To unsubscribe, visit the above URL and
(near bottom of page) enter your email address.

Reply via email to