Re: [Owfs-developers] owfs-3.1p0 stucks on Raspberry Pi

2015-07-30 Thread Ekkehard Pofahl
Hello Christian, Roland,

Success !

"patch -Np1 -l -i owfs_libusb.patch"

worked finally. I typed the command in manually. No copy/paste from the post.
10 files were patched.

owfs_libusb.patch is taken from

   https://www.dropbox.com/s/hpnbttcegq8fy15/owfs_libusb.patch?dl=0

(Rolands link, posted previously)

Thanks again.

2015-07-30 8:51 GMT+02:00 Christian :
> Hi Ekkehard,
>
> as you may have seen from the archives of this list, I had similar
> problems compiling 3.1p0 on my raspi. I had to apply Roland's patches
> manually to finally get them to work - but at least it did work after a
> number of attempts! (Thanks again to Roland!)
>
> If you like, I can create an archive of the sources that compile here ok
> and mail them to you.
>
> Cheers, Christian
>
> --
> ___
> Owfs-developers mailing list
> Owfs-developers@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/owfs-developers

--
___
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers


Re: [Owfs-developers] owfs-3.1p0 stucks on Raspberry Pi

2015-07-30 Thread Christian
Hi Ekkehard,

as you may have seen from the archives of this list, I had similar 
problems compiling 3.1p0 on my raspi. I had to apply Roland's patches 
manually to finally get them to work - but at least it did work after a 
number of attempts! (Thanks again to Roland!)

If you like, I can create an archive of the sources that compile here ok 
and mail them to you.

Cheers, Christian

--
___
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers


Re: [Owfs-developers] owfs-3.1p0 stucks on Raspberry Pi

2015-07-29 Thread Ekkehard Pofahl
Hello Roland,

Thanks, I tried it again.

That was fun. Many messages popped up, mostly :
patch: owfs_libusb.patch: extra operand
patch: Try `patch --help' for more information.

At some point in time I was tired to play around with the options of the
patch tool, delete potentially changed files, get the originals back from
the archives, and start all over.

Interestingly the two referenced patch files edited different files. So I
have chosen the shorter .patch file to make the changes manually.
And it didn't work, :-( . I think that was quicker than to play around with
the patch tool forever. The result should be the same. However, it would be
helpful to have _one_ patch file and _one_ working command to apply it to
the distribution, ;-) . Or maybe simply the correct files to overwrite the
files in the distribution.

Prof. Dr. Dr. Google also suggested something.

Don't bother. I am happy with version -1.

Best regards
Ekkehard


2015-07-29 20:13 GMT+02:00 Roland Franke :

>   Hello Ekkehard,
> sure the best will be to start with an fresh downloaded and extracted file
> without
> any changes first. But then the patch should work, as i have try both self
> on
> my raspberry. Please look also here in the mailing-list. There be a lot of
> questions
> about building owfs 3.1p0 with the USB support.
>
> Best regards,
> Roland
>
>  *From:* Ekkehard Pofahl 
> *Sent:* Wednesday, July 29, 2015 7:21 PM
> *To:* OWFS (One-wire file system) discussion and help
> 
> *Subject:* Re: [Owfs-developers] owfs-3.1p0 stucks on Raspberry Pi
>
>  Hallo Roland,
>
> Thanks !
>
> Hopefully I am not the only one, who wants to compile from scratch for the
> Raspi. So chances are, that the next version again compiles smoothly for
> the Raspi.
>
> Ich hatte das Kommando aus dem Post kopiert, also nicht selber "i", "l"
> oder "1" eingetippt. Aber auch das kleine "i" produziert nur einige lustige
> Fehlermeldungen. Vielleicht hat aber auch das Patchen nur ein bischen
> funktioniert, und da ist jetzt alles ein bischen zerschossen, ;-) .
>
> Wenn ich mein Nahziel erreicht habe, versuche ich es vielleicht noch
> einmal mit einer frischen OWFS Kopie.
>
> Gruß
> Ekkehard
>
> 2015-07-29 6:28 GMT+02:00 Roland Franke :
>
>>   Hallo,
>> versuch das gleiche nochmal mit einem kleinen –i
>> mit –i gibst du als nächtes das patch-File zur Anwendung an.
>> mit –I ein “
>>  (The letter ell.) Cause any sequence of s in the difference
>> script to match any sequence of s in the input file. Other
>> characters shall be matched exactly.”
>>
>> Gruß Roland
>>
>>  *From:* Ekkehard Pofahl 
>> *Sent:* Tuesday, July 28, 2015 9:15 PM
>>  *To:* OWFS (One-wire file system) discussion and help
>> 
>> *Subject:* Re: [Owfs-developers] owfs-3.1p0 stucks on Raspberry Pi
>>
>>   Hallo,
>>
>> das mit dem patch habe ich probiert :
>>
>>  pi@x2 /usr/src/owfs-3.1p0 $ patch –Np1 –l owfs_libusb.patch
>> patch: owfs_libusb.patch: extra operand
>> patch: Try `patch --help' for more information.
>> pi@x2 /usr/src/owfs-3.1p0 $ patch –Np1  owfs_libusb.patch
>> patching file –Np1
>> Hunk #1 FAILED at 253.
>> 1 out of 1 hunk FAILED -- saving rejects to file –Np1.rej
>> patching file –Np1
>> Hunk #1 FAILED at 760.
>> 1 out of 1 hunk FAILED -- saving rejects to file –Np1.rej
>> ...
>>
>> Irgendwas mache ich falsch.
>>
>> Aber ich hoffe, daß die nächste Version wieder durchläuft.
>>
>> Viele Grüße
>> Ekkehard
>>
>>
>>
>>  --
>> Ekkehard Pofahl
>> Finkenweg 12, 51515 Kürten
>> mailto:ekkeh...@pofahl.de
>> tel:+49-151-54860909
>>
>> 2015-07-27 20:58 GMT+02:00 Roland Franke :
>>
>>>   Hello,
>>> i found (With an other here in germany) that there be in the build-files
>>> an
>>> dependency for the libusb-dev. But this dependency is (Maybe by an
>>> mistake)
>>> not in all files include (Or an wrong reference set).
>>> Please feel free to check the changes (Maybe you will see in the
>>> patch-files
>>> what all will be changed as this is only for changes and not a complete
>>> new
>>> system).
>>>
>>> Best regards,
>>> Roland
>>>
>>> PS.: Einfach das Patch-File ins Build-/Grund- Verzeichnis von owfs
>>> kopieren
>>> und an der Konsole mit einem “patch –Np1 –1 {patch-name}” anwenden und
>>> den Build nochmals starten.
>>>
>>>  *From:* Ekkehard Pofahl 
>>> *Sent:* Monday, July 27, 2015 8:33 PM
>>> *To:* OWFS (One-wire file syst

Re: [Owfs-developers] owfs-3.1p0 stucks on Raspberry Pi

2015-07-29 Thread Roland Franke
Hello Ekkehard,
sure the best will be to start with an fresh downloaded and extracted file 
without 
any changes first. But then the patch should work, as i have try both self on 
my raspberry. Please look also here in the mailing-list. There be a lot of 
questions
about building owfs 3.1p0 with the USB support.

Best regards,
Roland 

From: Ekkehard Pofahl 
Sent: Wednesday, July 29, 2015 7:21 PM
To: OWFS (One-wire file system) discussion and help 
Subject: Re: [Owfs-developers] owfs-3.1p0 stucks on Raspberry Pi

Hallo Roland, 

Thanks !

Hopefully I am not the only one, who wants to compile from scratch for the 
Raspi. So chances are, that the next version again compiles smoothly for the 
Raspi.

Ich hatte das Kommando aus dem Post kopiert, also nicht selber "i", "l" oder 
"1" eingetippt. Aber auch das kleine "i" produziert nur einige lustige 
Fehlermeldungen. Vielleicht hat aber auch das Patchen nur ein bischen 
funktioniert, und da ist jetzt alles ein bischen zerschossen, ;-) .

Wenn ich mein Nahziel erreicht habe, versuche ich es vielleicht noch einmal mit 
einer frischen OWFS Kopie.

Gruß

Ekkehard


2015-07-29 6:28 GMT+02:00 Roland Franke :

  Hallo,
  versuch das gleiche nochmal mit einem kleinen –i
  mit –i gibst du als nächtes das patch-File zur Anwendung an.
  mit –I ein “
  (The letter ell.) Cause any sequence of s in the difference script to 
match any sequence of s in the input file. Other characters shall be 
matched exactly.”

  Gruß Roland

  From: Ekkehard Pofahl 
  Sent: Tuesday, July 28, 2015 9:15 PM
  To: OWFS (One-wire file system) discussion and help 
  Subject: Re: [Owfs-developers] owfs-3.1p0 stucks on Raspberry Pi

  Hallo, 

  das mit dem patch habe ich probiert :

  pi@x2 /usr/src/owfs-3.1p0 $ patch –Np1 –l owfs_libusb.patch
  patch: owfs_libusb.patch: extra operand
  patch: Try `patch --help' for more information.
  pi@x2 /usr/src/owfs-3.1p0 $ patch –Np1  owfs_libusb.patch
  patching file –Np1
  Hunk #1 FAILED at 253.
  1 out of 1 hunk FAILED -- saving rejects to file –Np1.rej
  patching file –Np1
  Hunk #1 FAILED at 760.
  1 out of 1 hunk FAILED -- saving rejects to file –Np1.rej
  ...

  Irgendwas mache ich falsch.

  Aber ich hoffe, daß die nächste Version wieder durchläuft.

  Viele Grüße
  Ekkehard



  --
  Ekkehard Pofahl
  Finkenweg 12, 51515 Kürten
  mailto:ekkeh...@pofahl.de
  tel:+49-151-54860909

  2015-07-27 20:58 GMT+02:00 Roland Franke :

Hello,
i found (With an other here in germany) that there be in the build-files an
dependency for the libusb-dev. But this dependency is (Maybe by an mistake)
not in all files include (Or an wrong reference set).
Please feel free to check the changes (Maybe you will see in the patch-files
what all will be changed as this is only for changes and not a complete new
system).

Best regards,
Roland 

PS.: Einfach das Patch-File ins Build-/Grund- Verzeichnis von owfs kopieren
und an der Konsole mit einem “patch –Np1 –1 {patch-name}” anwenden und 
den Build nochmals starten.

From: Ekkehard Pofahl 
Sent: Monday, July 27, 2015 8:33 PM
To: OWFS (One-wire file system) discussion and help 
    Subject: Re: [Owfs-developers] owfs-3.1p0 stucks on Raspberry Pi


2015-07-27 20:26 GMT+02:00 Roland Franke :

  Be you able to install one of the following patch-file to your
  owfs-directory. Maybe one of them will help you also to fix
  the problem, when the point with the libusb-dev  is clear.

  https://www.dropbox.com/s/hpnbttcegq8fy15/owfs_libusb.patch?dl=0

  or:

  
https://build.opensuse.org/package/view_file/home:Heinervdm:BGO-OD/owfs/libusb-include.patch?expand=1
 

Thank you. I will try this out.

Only I don't understand, why. Maybe I do a  full compare of the source 
directories. 



--


___
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers



--

___
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers




--
  --

--
  ___
  Owfs-developers mailing list
  Owfs-developers@lists.sourceforge.net
  https://li

Re: [Owfs-developers] owfs-3.1p0 stucks on Raspberry Pi

2015-07-29 Thread Ekkehard Pofahl
Hallo Roland,

Thanks !

Hopefully I am not the only one, who wants to compile from scratch for the
Raspi. So chances are, that the next version again compiles smoothly for
the Raspi.

Ich hatte das Kommando aus dem Post kopiert, also nicht selber "i", "l"
oder "1" eingetippt. Aber auch das kleine "i" produziert nur einige lustige
Fehlermeldungen. Vielleicht hat aber auch das Patchen nur ein bischen
funktioniert, und da ist jetzt alles ein bischen zerschossen, ;-) .

Wenn ich mein Nahziel erreicht habe, versuche ich es vielleicht noch einmal
mit einer frischen OWFS Kopie.

Gruß
Ekkehard

2015-07-29 6:28 GMT+02:00 Roland Franke :

>   Hallo,
> versuch das gleiche nochmal mit einem kleinen –i
> mit –i gibst du als nächtes das patch-File zur Anwendung an.
> mit –I ein “
>  (The letter ell.) Cause any sequence of s in the difference
> script to match any sequence of s in the input file. Other
> characters shall be matched exactly.”
>
> Gruß Roland
>
>  *From:* Ekkehard Pofahl 
> *Sent:* Tuesday, July 28, 2015 9:15 PM
> *To:* OWFS (One-wire file system) discussion and help
> 
> *Subject:* Re: [Owfs-developers] owfs-3.1p0 stucks on Raspberry Pi
>
>  Hallo,
>
> das mit dem patch habe ich probiert :
>
>  pi@x2 /usr/src/owfs-3.1p0 $ patch –Np1 –l owfs_libusb.patch
> patch: owfs_libusb.patch: extra operand
> patch: Try `patch --help' for more information.
> pi@x2 /usr/src/owfs-3.1p0 $ patch –Np1  owfs_libusb.patch
> patching file –Np1
> Hunk #1 FAILED at 253.
> 1 out of 1 hunk FAILED -- saving rejects to file –Np1.rej
> patching file –Np1
> Hunk #1 FAILED at 760.
> 1 out of 1 hunk FAILED -- saving rejects to file –Np1.rej
> ...
>
> Irgendwas mache ich falsch.
>
> Aber ich hoffe, daß die nächste Version wieder durchläuft.
>
> Viele Grüße
> Ekkehard
>
>
>
>  --
> Ekkehard Pofahl
> Finkenweg 12, 51515 Kürten
> mailto:ekkeh...@pofahl.de
> tel:+49-151-54860909
>
> 2015-07-27 20:58 GMT+02:00 Roland Franke :
>
>>   Hello,
>> i found (With an other here in germany) that there be in the build-files
>> an
>> dependency for the libusb-dev. But this dependency is (Maybe by an
>> mistake)
>> not in all files include (Or an wrong reference set).
>> Please feel free to check the changes (Maybe you will see in the
>> patch-files
>> what all will be changed as this is only for changes and not a complete
>> new
>> system).
>>
>> Best regards,
>> Roland
>>
>> PS.: Einfach das Patch-File ins Build-/Grund- Verzeichnis von owfs
>> kopieren
>> und an der Konsole mit einem “patch –Np1 –1 {patch-name}” anwenden und
>> den Build nochmals starten.
>>
>>  *From:* Ekkehard Pofahl 
>> *Sent:* Monday, July 27, 2015 8:33 PM
>> *To:* OWFS (One-wire file system) discussion and help
>> 
>> *Subject:* Re: [Owfs-developers] owfs-3.1p0 stucks on Raspberry Pi
>>
>>
>> 2015-07-27 20:26 GMT+02:00 Roland Franke :
>>
>>> Be you able to install one of the following patch-file to your
>>> owfs-directory. Maybe one of them will help you also to fix
>>> the problem, when the point with the libusb-dev  is clear.
>>>
>>> https://www.dropbox.com/s/hpnbttcegq8fy15/owfs_libusb.patch?dl=0
>>>
>>> or:
>>>
>>>
>>> https://build.opensuse.org/package/view_file/home:Heinervdm:BGO-OD/owfs/libusb-include.patch?expand=1
>>>
>>
>> Thank you. I will try this out.
>>
>> Only I don't understand, why. Maybe I do a  full compare of the source
>> directories.
>> --
>>
>> --
>> --
>> ___
>> Owfs-developers mailing list
>> Owfs-developers@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/owfs-developers
>>
>>
>> --
>>
>> ___
>> Owfs-developers mailing list
>> Owfs-developers@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/owfs-developers
>>
>>
>
> --
>
> --
>
> --
> ___
> Owfs-developers mailing list
> Owfs-developers@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/owfs-developers
>
>
>
> --
>
> ___
> Owfs-developers mailing list
> Owfs-developers@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/owfs-developers
>
>
--
___
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers


Re: [Owfs-developers] owfs-3.1p0 stucks on Raspberry Pi

2015-07-28 Thread Roland Franke
Hallo,
versuch das gleiche nochmal mit einem kleinen –i
mit –i gibst du als nächtes das patch-File zur Anwendung an.
mit –I ein “
(The letter ell.) Cause any sequence of s in the difference script to 
match any sequence of s in the input file. Other characters shall be 
matched exactly.”

Gruß Roland

From: Ekkehard Pofahl 
Sent: Tuesday, July 28, 2015 9:15 PM
To: OWFS (One-wire file system) discussion and help 
Subject: Re: [Owfs-developers] owfs-3.1p0 stucks on Raspberry Pi

Hallo, 

das mit dem patch habe ich probiert :

pi@x2 /usr/src/owfs-3.1p0 $ patch –Np1 –l owfs_libusb.patch
patch: owfs_libusb.patch: extra operand
patch: Try `patch --help' for more information.
pi@x2 /usr/src/owfs-3.1p0 $ patch –Np1  owfs_libusb.patch
patching file –Np1
Hunk #1 FAILED at 253.
1 out of 1 hunk FAILED -- saving rejects to file –Np1.rej
patching file –Np1
Hunk #1 FAILED at 760.
1 out of 1 hunk FAILED -- saving rejects to file –Np1.rej
...

Irgendwas mache ich falsch.

Aber ich hoffe, daß die nächste Version wieder durchläuft.

Viele Grüße
Ekkehard



--
Ekkehard Pofahl
Finkenweg 12, 51515 Kürten
mailto:ekkeh...@pofahl.de
tel:+49-151-54860909

2015-07-27 20:58 GMT+02:00 Roland Franke :

  Hello,
  i found (With an other here in germany) that there be in the build-files an
  dependency for the libusb-dev. But this dependency is (Maybe by an mistake)
  not in all files include (Or an wrong reference set).
  Please feel free to check the changes (Maybe you will see in the patch-files
  what all will be changed as this is only for changes and not a complete new
  system).

  Best regards,
  Roland 

  PS.: Einfach das Patch-File ins Build-/Grund- Verzeichnis von owfs kopieren
  und an der Konsole mit einem “patch –Np1 –1 {patch-name}” anwenden und 
  den Build nochmals starten.

  From: Ekkehard Pofahl 
  Sent: Monday, July 27, 2015 8:33 PM
  To: OWFS (One-wire file system) discussion and help 
  Subject: Re: [Owfs-developers] owfs-3.1p0 stucks on Raspberry Pi


  2015-07-27 20:26 GMT+02:00 Roland Franke :

Be you able to install one of the following patch-file to your
owfs-directory. Maybe one of them will help you also to fix
the problem, when the point with the libusb-dev  is clear.

https://www.dropbox.com/s/hpnbttcegq8fy15/owfs_libusb.patch?dl=0

or:


https://build.opensuse.org/package/view_file/home:Heinervdm:BGO-OD/owfs/libusb-include.patch?expand=1
 

  Thank you. I will try this out.

  Only I don't understand, why. Maybe I do a  full compare of the source 
directories. 

--
  --

--
  ___
  Owfs-developers mailing list
  Owfs-developers@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/owfs-developers


  --

  ___
  Owfs-developers mailing list
  Owfs-developers@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/owfs-developers






--




___
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers
--
___
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers


Re: [Owfs-developers] owfs-3.1p0 stucks on Raspberry Pi

2015-07-28 Thread Ekkehard Pofahl
Hallo,

das mit dem patch habe ich probiert :

pi@x2 /usr/src/owfs-3.1p0 $ patch –Np1 –l owfs_libusb.patch
patch: owfs_libusb.patch: extra operand
patch: Try `patch --help' for more information.
pi@x2 /usr/src/owfs-3.1p0 $ patch –Np1  owfs_libusb.patch
patching file –Np1
Hunk #1 FAILED at 253.
1 out of 1 hunk FAILED -- saving rejects to file –Np1.rej
patching file –Np1
Hunk #1 FAILED at 760.
1 out of 1 hunk FAILED -- saving rejects to file –Np1.rej
...

Irgendwas mache ich falsch.

Aber ich hoffe, daß die nächste Version wieder durchläuft.

Viele Grüße
Ekkehard



--
Ekkehard Pofahl
Finkenweg 12, 51515 Kürten
mailto:ekkeh...@pofahl.de
tel:+49-151-54860909

2015-07-27 20:58 GMT+02:00 Roland Franke :

>   Hello,
> i found (With an other here in germany) that there be in the build-files an
> dependency for the libusb-dev. But this dependency is (Maybe by an mistake)
> not in all files include (Or an wrong reference set).
> Please feel free to check the changes (Maybe you will see in the
> patch-files
> what all will be changed as this is only for changes and not a complete new
> system).
>
> Best regards,
> Roland
>
> PS.: Einfach das Patch-File ins Build-/Grund- Verzeichnis von owfs kopieren
> und an der Konsole mit einem “patch –Np1 –1 {patch-name}” anwenden und
> den Build nochmals starten.
>
>  *From:* Ekkehard Pofahl 
> *Sent:* Monday, July 27, 2015 8:33 PM
> *To:* OWFS (One-wire file system) discussion and help
> 
> *Subject:* Re: [Owfs-developers] owfs-3.1p0 stucks on Raspberry Pi
>
>
> 2015-07-27 20:26 GMT+02:00 Roland Franke :
>
>> Be you able to install one of the following patch-file to your
>> owfs-directory. Maybe one of them will help you also to fix
>> the problem, when the point with the libusb-dev  is clear.
>>
>> https://www.dropbox.com/s/hpnbttcegq8fy15/owfs_libusb.patch?dl=0
>>
>> or:
>>
>>
>> https://build.opensuse.org/package/view_file/home:Heinervdm:BGO-OD/owfs/libusb-include.patch?expand=1
>>
>
> Thank you. I will try this out.
>
> Only I don't understand, why. Maybe I do a  full compare of the source
> directories.
>
> --
>
> --
>
> --
> ___
> Owfs-developers mailing list
> Owfs-developers@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/owfs-developers
>
>
>
> --
>
> ___
> Owfs-developers mailing list
> Owfs-developers@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/owfs-developers
>
>
--
___
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers


Re: [Owfs-developers] owfs-3.1p0 stucks on Raspberry Pi

2015-07-27 Thread Roland Franke
Hello,
i found (With an other here in germany) that there be in the build-files an
dependency for the libusb-dev. But this dependency is (Maybe by an mistake)
not in all files include (Or an wrong reference set).
Please feel free to check the changes (Maybe you will see in the patch-files
what all will be changed as this is only for changes and not a complete new
system).

Best regards,
Roland 

PS.: Einfach das Patch-File ins Build-/Grund- Verzeichnis von owfs kopieren
und an der Konsole mit einem “patch –Np1 –1 {patch-name}” anwenden und 
den Build nochmals starten.

From: Ekkehard Pofahl 
Sent: Monday, July 27, 2015 8:33 PM
To: OWFS (One-wire file system) discussion and help 
Subject: Re: [Owfs-developers] owfs-3.1p0 stucks on Raspberry Pi


2015-07-27 20:26 GMT+02:00 Roland Franke :

  Be you able to install one of the following patch-file to your
  owfs-directory. Maybe one of them will help you also to fix
  the problem, when the point with the libusb-dev  is clear.

  https://www.dropbox.com/s/hpnbttcegq8fy15/owfs_libusb.patch?dl=0

  or:

  
https://build.opensuse.org/package/view_file/home:Heinervdm:BGO-OD/owfs/libusb-include.patch?expand=1
 

Thank you. I will try this out.

Only I don't understand, why. Maybe I do a  full compare of the source 
directories. 



--




___
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers
--
___
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers


Re: [Owfs-developers] owfs-3.1p0 stucks on Raspberry Pi

2015-07-27 Thread Ekkehard Pofahl
2015-07-27 20:26 GMT+02:00 Roland Franke :

> Be you able to install one of the following patch-file to your
> owfs-directory. Maybe one of them will help you also to fix
> the problem, when the point with the libusb-dev  is clear.
>
> https://www.dropbox.com/s/hpnbttcegq8fy15/owfs_libusb.patch?dl=0
>
> or:
>
>
> https://build.opensuse.org/package/view_file/home:Heinervdm:BGO-OD/owfs/libusb-include.patch?expand=1
>

Thank you. I will try this out.

Only I don't understand, why. Maybe I do a  full compare of the source
directories.
--
___
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers


Re: [Owfs-developers] owfs-3.1p0 stucks on Raspberry Pi

2015-07-27 Thread Mick Sulley
Just a guess, did you install libusb-dev

On 27/07/15 18:33, Ekkehard Pofahl wrote:
> Hello,
>
> I used 2015-05-05-raspbian-wheezy.img for a fresh start. Nothing on
> the Raspberry other than that image.
>
> I describe what I did here :
>
> https://sites.google.com/site/raspihs1/software/owfs/owfs
>
> Version owfs-3.1p0 stucks :
>
> .deps/ow_dnssd.Tpo -c -o ow_dnssd.o ow_dnssd.c
> In file included from ow_dnssd.c:17:0:
> ../../../owlib/src/include/ow.h:302:20: fatal error:
> libusb.h: No such file or directory
> compilation terminated.
>
> I could not find out, what screwed up. libusb.h ? What goes wrong ?
>
> I went back one version : Version owfs-3.0p2 "makes" perfect. So I use
> this version for the time being. I am quite sure I will not miss
> anything.
>
> Note : for me it was important to use USB. I had to do a little
> research to find out how to get it (back).
>
> Also I noted, that on http://owfs.org/ the search for "raspberry" does
> not give back any result. However, Raspberry pages are definetely on
> the web site, ;-) .
>
> Best regards
> Ekkehard
>
> --
> ___
> Owfs-developers mailing list
> Owfs-developers@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/owfs-developers


--
___
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers


Re: [Owfs-developers] owfs-3.1p0 stucks on Raspberry Pi

2015-07-27 Thread Ekkehard Pofahl
2015-07-27 20:21 GMT+02:00 Roland Franke :
> following point:
> - Is libusb-dev been installed ? -> Install it

;-) several libusb versions :

(remember : older version installs with USB !!)

sudo apt-get install automake autoconf autotools-dev gcc-4.7 libtool
libusb-dev libfuse-dev
sudo apt-get install libi2c-dev python-smbus tcl8.5-doc
sudo apt-get install swig python2.7-dev tcl8.5-dev php5-dev i2c-tools
sudo apt-get install g++ make python python-dev ssh autoconf curl fuse
# Nachtrag Juli 2015, sonst funktioniert USB nicht (Version owfs-3.0p2
kompiliert, owfs-3.1p0 klemmt)
sudo apt-get install libusb-1.0-0-dev
sudo apt-get install libusb-1.0-0
--
___
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers


Re: [Owfs-developers] owfs-3.1p0 stucks on Raspberry Pi

2015-07-27 Thread Roland Franke
Hello,
one additional question:
Be you able to install one of the following patch-file to your
owfs-directory. Maybe one of them will help you also to fix
the problem, when the point with the libusb-dev  is clear.

https://www.dropbox.com/s/hpnbttcegq8fy15/owfs_libusb.patch?dl=0

or:

https://build.opensuse.org/package/view_file/home:Heinervdm:BGO-OD/owfs/libusb-include.patch?expand=1

Best regards,
Roland

-Ursprüngliche Nachricht- 
From: Ekkehard Pofahl
Sent: Monday, July 27, 2015 7:33 PM
To: OWFS (One-wire file system) discussion and help
Subject: [Owfs-developers] owfs-3.1p0 stucks on Raspberry Pi

Hello,

I used 2015-05-05-raspbian-wheezy.img for a fresh start. Nothing on
the Raspberry other than that image.

I describe what I did here :

https://sites.google.com/site/raspihs1/software/owfs/owfs

Version owfs-3.1p0 stucks :

.deps/ow_dnssd.Tpo -c -o ow_dnssd.o ow_dnssd.c
In file included from ow_dnssd.c:17:0:
../../../owlib/src/include/ow.h:302:20: fatal error:
libusb.h: No such file or directory
compilation terminated.

I could not find out, what screwed up. libusb.h ? What goes wrong ?

I went back one version : Version owfs-3.0p2 "makes" perfect. So I use
this version for the time being. I am quite sure I will not miss
anything.

Note : for me it was important to use USB. I had to do a little
research to find out how to get it (back).

Also I noted, that on http://owfs.org/ the search for "raspberry" does
not give back any result. However, Raspberry pages are definetely on
the web site, ;-) .

Best regards
Ekkehard

--
___
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers 


--
___
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers


Re: [Owfs-developers] owfs-3.1p0 stucks on Raspberry Pi

2015-07-27 Thread Roland Franke
Hello,
following point:
- Is libusb-dev been installed ? -> Install it

Best regards,
Roland

-Ursprüngliche Nachricht- 
From: Ekkehard Pofahl
Sent: Monday, July 27, 2015 7:33 PM
To: OWFS (One-wire file system) discussion and help
Subject: [Owfs-developers] owfs-3.1p0 stucks on Raspberry Pi

Hello,

I used 2015-05-05-raspbian-wheezy.img for a fresh start. Nothing on
the Raspberry other than that image.

I describe what I did here :

https://sites.google.com/site/raspihs1/software/owfs/owfs

Version owfs-3.1p0 stucks :

.deps/ow_dnssd.Tpo -c -o ow_dnssd.o ow_dnssd.c
In file included from ow_dnssd.c:17:0:
../../../owlib/src/include/ow.h:302:20: fatal error:
libusb.h: No such file or directory
compilation terminated.

I could not find out, what screwed up. libusb.h ? What goes wrong ?

I went back one version : Version owfs-3.0p2 "makes" perfect. So I use
this version for the time being. I am quite sure I will not miss
anything.

Note : for me it was important to use USB. I had to do a little
research to find out how to get it (back).

Also I noted, that on http://owfs.org/ the search for "raspberry" does
not give back any result. However, Raspberry pages are definetely on
the web site, ;-) .

Best regards
Ekkehard

--
___
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers 


--
___
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers