Re: RFS: hwinfo (updated package)

2011-07-06 Thread Kilian Krause
Hi William,

On Tue, Jul 05, 2011 at 10:50:02PM -0500, William Vera wrote:
> On Mon, Jun 27, 2011 at 1:46 AM, Kilian Krause  wrote:
> > On Mon, 2011-06-27 at 01:34 -0500, William Vera wrote:
> > -(snip)-
> >> I need make a package for x86emu.h or I can make some patch for this?
> >>
> >> I would appreciate your comments and advices.
> >
> > from a first look at [1] this seems to be a kFreeBSD issue so it may be
> > safe to patch the x86emu.h out for Linux.
> >
> > [1]:
> > http://packages.debian.org/search?searchon=contents&keywords=x86emu.h&mode=exactfilename&suite=unstable&arch=any
> 
> I'm a little confused, can you give more details?
> Thanks in advance

all I was referring to was the fact that this file according to packages.d.o
seems to only exist in kFreeBSD based kernels in Debian.

If that is correct and you don't intend to build on kFreeBSD but on linux,
that file may eventually not be required. Thus my comment that this may be
some code that's only required to build ok on BSD kernels and thus might be
ok to patch out on Linux if that isn't a coincidence in header filenames.

You may want to discuss the exact details of the x86emu.h source upstream
had in mind with upstream though. They surely know best how to get the
proper build env set up to build their code. I've just given you the heads
up that this file seems to not exist in a generic package in Debian yet so
that may be another candicate for a Build-Depends package that should be put
together first (or included or whatever).

Hope this now made it a bit clearer.

-- 
Best regards,
Kilian


signature.asc
Description: Digital signature


Re: RFS: hwinfo (updated package)

2011-07-05 Thread William Vera
Hi

On Mon, Jun 27, 2011 at 1:46 AM, Kilian Krause  wrote:
> William,
>
> On Mon, 2011-06-27 at 01:34 -0500, William Vera wrote:
> -(snip)-
>> I need make a package for x86emu.h or I can make some patch for this?
>>
>> I would appreciate your comments and advices.
>
> from a first look at [1] this seems to be a kFreeBSD issue so it may be
> safe to patch the x86emu.h out for Linux.
>
> [1]:
> http://packages.debian.org/search?searchon=contents&keywords=x86emu.h&mode=exactfilename&suite=unstable&arch=any

I'm a little confused, can you give more details?
Thanks in advance

>
> --
> Best regards,
> Kilian
>

Regards

-- 
William Vera 
PGP Key: 1024D/F5CC22A4
Fingerprint: 3E73 FA1F 5C57 6005 0439  4D75 1FD2 BF96 F5CC 22A4


--
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/capqrxn+qlg96+h51pmpcida2ru-+g6znexikk7u2vdj93id...@mail.gmail.com



Re: RFS: hwinfo (updated package)

2011-06-26 Thread Kilian Krause
William,

On Mon, 2011-06-27 at 01:34 -0500, William Vera wrote:
-(snip)-
> I need make a package for x86emu.h or I can make some patch for this?
> 
> I would appreciate your comments and advices.

from a first look at [1] this seems to be a kFreeBSD issue so it may be
safe to patch the x86emu.h out for Linux.

[1]:
http://packages.debian.org/search?searchon=contents&keywords=x86emu.h&mode=exactfilename&suite=unstable&arch=any

-- 
Best regards,
Kilian


signature.asc
Description: This is a digitally signed message part


Re: RFS: hwinfo (updated package)

2011-06-26 Thread William Vera
Hello!

On Thu, Jun 16, 2011 at 11:05 AM, Michael Biebl  wrote:
> Am 16.06.2011 13:48, schrieb Kilian Krause:
>> Hi William,
>>
>
> Simply changing the build-depends from libhal-dev to libudev-dev does not
> magically "port" an application from HAL to udev.
>
> Btw, the URL debian/copyright [1] does give a 404. You should update that.

Done

>
> The latest version I could find is 18.5 via [2]. The spec file indicates, that
> this version no longer uses hal:
>
> * Fri May 21 2010 snw...@suse.de
> - detect formfactor without hal (bnc #591703)
> * Wed Mar 17 2010 snw...@suse.de
> - remove hal dependency
> - removed VERSION

I said the same in my last email

>
> Please consider updating the hwinfo package in Debian accordingly.

I have some issues about the package:

kbd.c: In function 'add_serial_console':
kbd.c:105:27: warning: unused variable 'tty_minor' [-Wunused-variable]
kbd.c:105:12: warning: unused variable 'tty_major' [-Wunused-variable]
gcc -c -O2 -Wall -Wno-pointer-sign -pipe -g -fPIC  -I../../src/hd -I
/usr/include/dbus-1.0 -I /usr/lib64/dbus-1.0/include -I
/usr/lib/dbus-1.0/include klog.c
gcc -c -O2 -Wall -Wno-pointer-sign -pipe -g -fPIC  -I../../src/hd -I
/usr/include/dbus-1.0 -I /usr/lib64/dbus-1.0/include -I
/usr/lib/dbus-1.0/include manual.c
gcc -c -O2 -Wall -Wno-pointer-sign -pipe -g -fPIC  -I../../src/hd -I
/usr/include/dbus-1.0 -I /usr/lib64/dbus-1.0/include -I
/usr/lib/dbus-1.0/include mdt.c
mdt.c:20:20: fatal error: x86emu.h: No such file or directory
compilation terminated.
make[3]: *** [mdt.o] Error 1
make[3]: Leaving directory `/home/billy/dev/hwinfo/hwinfo-18.5/src/hd'
make[2]: *** [subdirs] Error 2
make[2]: Leaving directory `/home/billy/dev/hwinfo/hwinfo-18.5/src'
make[1]: *** [subdirs] Error 2
make[1]: Leaving directory `/home/billy/dev/hwinfo/hwinfo-18.5'
dh_auto_build: make -j1 returned exit code 2
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
billy@skynet:~/dev/hwinfo/hwinfo-18.5$

Then I looking for x86emu.h:

billy@skynet:~/dev/hwinfo/hwinfo-18.5$ locate x86emu.h
/home/billy/dev/hwinfo/hwinfo-16.0/src/x86emu/include/x86emu.h
billy@skynet:~/dev/hwinfo/hwinfo-18.5$

Is only in the old version (16.0), if I see the RPM depends:

billy@skynet:~$ rpm -qpR hwinfo-18.5-2.2.src.rpm
warning: hwinfo-18.5-2.2.src.rpm: Header V3 RSA/SHA256 Signature, key
ID 3dbdc284: NOKEY
doxygen
flex
perl-XML-Parser
udev
perl-XML-Writer
libx86emu-devel
rpmlib(CompressedFileNames) <= 3.0.4-1
billy@skynet:~$

It show a libx86emu-devel as depend obviously, and at the new project's URL:

http://download.opensuse.org/factory/repo/src-oss/suse/src/

We can found at libx86emu-1.1-12.1.src.rpm, as I see x86emu.h is
packaged as different software and is no longer included in the
sources of hwinfo.

I tried to find a package to provide x86emu.h unsuccessfully:

billy@skynet:~$ apt-cache search x86emu
billy@skynet:~$ dpkg -S x86emu
dpkg-query: no path found matching pattern *x86emu*.
billy@skynet:~$

I need make a package for x86emu.h or I can make some patch for this?

I would appreciate your comments and advices.

>
> Cheers,
> Michael
>
> [1]
> http://mirrors.kernel.org/pub/opensuse/distribution/SL-OSS-factory/inst-source/suse/src
> [2] 
> http://software.opensuse.org/search?q=hwinfo&baseproject=openSUSE%3AFactory
> --
> Why is it that all of the instruments seeking intelligent life in the
> universe are pointed away from Earth?
>
>

Regards

-- 
William Vera 
PGP Key: 1024D/F5CC22A4
Fingerprint: 3E73 FA1F 5C57 6005 0439  4D75 1FD2 BF96 F5CC 22A4


--
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/banlktikjmxhnedlpfhfzhkyclu9vaka...@mail.gmail.com



Re: RFS: hwinfo (updated package)

2011-06-16 Thread Michael Biebl
Am 16.06.2011 13:48, schrieb Kilian Krause:
> Hi William,
> 
> On Thu, 2011-06-16 at 11:22 +, William Vera wrote:
>> On Thu, Jun 16, 2011 at 7:44 AM, Kilian Krause  wrote:
>>> On Wed, 2011-06-15 at 11:05 -0500, William Vera wrote:
>>>
>>> in a clean unstable chroot I get:
>>>
>>> gcc -c -O2 -Wall -Wno-pointer-sign -pipe -g -fPIC  -I../../src/hd
>>> -I /usr/include/dbus-1.0 -I /usr/lib64/dbus-1.0/include
>>> -I /usr/lib/dbus-1.0/include hal.c
>>> hal.c:19:24: fatal error: hal/libhal.h: No such file or directory
>>> compilation terminated.
>>> make[4]: *** [hal.o] Error 1
>>>
>>> ...?
>>
>> Updated
>>
>> http://mentors.debian.net/debian/pool/main/h/hwinfo/hwinfo_16.0-3.dsc
> 
> not here. Still shows identical problem. 

Simply changing the build-depends from libhal-dev to libudev-dev does not
magically "port" an application from HAL to udev.

Btw, the URL debian/copyright [1] does give a 404. You should update that.

The latest version I could find is 18.5 via [2]. The spec file indicates, that
this version no longer uses hal:

* Fri May 21 2010 snw...@suse.de
- detect formfactor without hal (bnc #591703)
* Wed Mar 17 2010 snw...@suse.de
- remove hal dependency
- removed VERSION

Please consider updating the hwinfo package in Debian accordingly.

Cheers,
Michael

[1]
http://mirrors.kernel.org/pub/opensuse/distribution/SL-OSS-factory/inst-source/suse/src
[2] http://software.opensuse.org/search?q=hwinfo&baseproject=openSUSE%3AFactory
-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Re: RFS: hwinfo (updated package)

2011-06-16 Thread William Vera
Hi

On Thu, Jun 16, 2011 at 6:48 AM, Kilian Krause  wrote:
> Hi William,
>
>
> not here. Still shows identical problem.

I see, but I found the new software's website and there are a new
upstream version, I'm working on that to fix this.

>
> --
> Cheers,
> Kilian
>

Regards

-- 
William Vera 
PGP Key: 1024D/F5CC22A4
Fingerprint: 3E73 FA1F 5C57 6005 0439  4D75 1FD2 BF96 F5CC 22A4


--
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/banlktim7sv_dneg9jr1tpfprd8kn5xj...@mail.gmail.com



Re: RFS: hwinfo (updated package)

2011-06-16 Thread Kilian Krause
Hi William,

On Thu, 2011-06-16 at 11:22 +, William Vera wrote:
> On Thu, Jun 16, 2011 at 7:44 AM, Kilian Krause  wrote:
> > On Wed, 2011-06-15 at 11:05 -0500, William Vera wrote:
> >
> > in a clean unstable chroot I get:
> >
> > gcc -c -O2 -Wall -Wno-pointer-sign -pipe -g -fPIC  -I../../src/hd
> > -I /usr/include/dbus-1.0 -I /usr/lib64/dbus-1.0/include
> > -I /usr/lib/dbus-1.0/include hal.c
> > hal.c:19:24: fatal error: hal/libhal.h: No such file or directory
> > compilation terminated.
> > make[4]: *** [hal.o] Error 1
> >
> > ...?
> 
> Updated
> 
> http://mentors.debian.net/debian/pool/main/h/hwinfo/hwinfo_16.0-3.dsc

not here. Still shows identical problem. 

-- 
Cheers,
Kilian


signature.asc
Description: This is a digitally signed message part


Re: RFS: hwinfo (updated package)

2011-06-16 Thread Paul Wise
On Thu, Jun 16, 2011 at 3:44 PM, Kilian Krause wrote:

> in a clean unstable chroot I get:
>
> gcc -c -O2 -Wall -Wno-pointer-sign -pipe -g -fPIC  -I../../src/hd
> -I /usr/include/dbus-1.0 -I /usr/lib64/dbus-1.0/include
> -I /usr/lib/dbus-1.0/include hal.c
> hal.c:19:24: fatal error: hal/libhal.h: No such file or directory
> compilation terminated.
> make[4]: *** [hal.o] Error 1

hal is supposed to be deprecated and is on the way to being removed:

http://wiki.debian.org/HALRemoval

I would definitely suggest that hal support should be disabled.

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


--
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/banlktikk1uou+enao7htxrcs8vkvhgq...@mail.gmail.com



Re: RFS: hwinfo (updated package)

2011-06-16 Thread William Vera
On Thu, Jun 16, 2011 at 7:44 AM, Kilian Krause  wrote:
> Hi William,

Hi Kilian

>
> On Wed, 2011-06-15 at 11:05 -0500, William Vera wrote:
>
> in a clean unstable chroot I get:
>
> gcc -c -O2 -Wall -Wno-pointer-sign -pipe -g -fPIC  -I../../src/hd
> -I /usr/include/dbus-1.0 -I /usr/lib64/dbus-1.0/include
> -I /usr/lib/dbus-1.0/include hal.c
> hal.c:19:24: fatal error: hal/libhal.h: No such file or directory
> compilation terminated.
> make[4]: *** [hal.o] Error 1
>
> ...?

Updated

http://mentors.debian.net/debian/pool/main/h/hwinfo/hwinfo_16.0-3.dsc

Thanks

>
> --
> Best regards,
> Kilian
>

Regards

-- 
William Vera 
PGP Key: 1024D/F5CC22A4
Fingerprint: 3E73 FA1F 5C57 6005 0439  4D75 1FD2 BF96 F5CC 22A4


--
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/banlktikkq-5aur1yfacds6fwbw16j1e...@mail.gmail.com



Re: RFS: hwinfo (updated package)

2011-06-16 Thread Kilian Krause
Hi William,

On Wed, 2011-06-15 at 11:05 -0500, William Vera wrote:
> Dear mentors,
> 
> I am looking for a sponsor for the new version 16.0-3
> of my package "hwinfo".
> 
> It builds these binary packages:
> hwinfo - Hardware identification system
> libhd-dev  - Hardware identification system library and headers
> libhd-doc  - Hardware identification system library documentation
> libhd16- Hardware identification system library
> 
> The package appears to be lintian clean.
> 
> The upload would fix these bugs: 613184
> 
> The package can be found on mentors.debian.net:
> - URL: http://mentors.debian.net/debian/pool/main/h/hwinfo
> - Source repository: deb-src http://mentors.debian.net/debian unstable
> main contrib non-free
> - dget http://mentors.debian.net/debian/pool/main/h/hwinfo/hwinfo_16.0-3.dsc

in a clean unstable chroot I get:

gcc -c -O2 -Wall -Wno-pointer-sign -pipe -g -fPIC  -I../../src/hd
-I /usr/include/dbus-1.0 -I /usr/lib64/dbus-1.0/include
-I /usr/lib/dbus-1.0/include hal.c
hal.c:19:24: fatal error: hal/libhal.h: No such file or directory
compilation terminated.
make[4]: *** [hal.o] Error 1

...?

-- 
Best regards,
Kilian


signature.asc
Description: This is a digitally signed message part


Re: RFS: hwinfo (updated package)

2009-10-25 Thread Barry deFreese
William Vera wrote:
> Dear mentors,
> 
> I am looking for a sponsor for the new version 16.0-2
> of my package "hwinfo".
> 
> It builds these binary packages:
> hwinfo - Hardware identification system
> libhd-dev  - Hardware identification system library and headers
> libhd-doc  - Hardware identification system library documentation
> libhd16- Hardware identification system library
> 
> The package appears to be lintian clean.
> 
> The upload would fix these bugs: 538551, 546151
> 
> The package can be found on mentors.debian.net:
> - URL: http://mentors.debian.net/debian/pool/main/h/hwinfo
> - Source repository: deb-src http://mentors.debian.net/debian unstable main 
> contrib non-free
> - dget http://mentors.debian.net/debian/pool/main/h/hwinfo/hwinfo_16.0-2.dsc
> 
> I would be glad if someone uploaded this package for me.
> 
> Kind regards
>  William Vera
> 

Uploaded. Thanks.

Barry deFreese


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: RFS: hwinfo (updated package)

2009-05-14 Thread Alexander Reichle-Schmehl
Hi!

William Vera schrieb:

> I am looking for a sponsor for the new version 15.3-2
> of my package "hwinfo".

Uploaded; many thanks for your contribution!


Best regards,
  Alexander


-- 
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: RFS: hwinfo (updated package)

2008-06-01 Thread William Vera
2008/5/31 George Danchev <[EMAIL PROTECTED]>:
> On Saturday 31 May 2008, William Vera wrote:
>> Dear mentors,
>
> Hi,
>
>> I am looking for a sponsor for the new version 14.17-1
>> of my package "hwinfo".
>
> Looks solid. Uploaded.

Thanks :)
Regards

>
> --
> pub 4096R/0E4BD0AB 2003-03-18 
> fingerprint 1AE7 7C66 0A26 5BFF DF22 5D55 1C57 0C89 0E4B D0AB
>



-- 
William Vera <[EMAIL PROTECTED]>
PGP Key: 1024D/F5CC22A4
Fingerprint: 3E73 FA1F 5C57 6005 0439 4D75 1FD2 BF96 F5CC 22A4


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: RFS: hwinfo (updated package)

2008-05-31 Thread George Danchev
On Saturday 31 May 2008, William Vera wrote:
> Dear mentors,

Hi,

> I am looking for a sponsor for the new version 14.17-1
> of my package "hwinfo".

Looks solid. Uploaded.

-- 
pub 4096R/0E4BD0AB 2003-03-18 
fingerprint 1AE7 7C66 0A26 5BFF DF22 5D55 1C57 0C89 0E4B D0AB 


signature.asc
Description: This is a digitally signed message part.


Re: RFS: hwinfo (updated package)

2007-07-04 Thread William Vera
On Tue, 2007-07-03 at 14:54 +0200, Thijs Kinkhorst wrote:
> Hi,

Hello!

> On Tuesday 3 July 2007 10:11, William Vera wrote:
> > I am looking for a sponsor for the new version 13.35-2
> > of my package "hwinfo".
> 
> Thanks for taking the time to adopt an orphaned package. I've checked it out 
> and found:
> 
> * You're adding a file .pc/.version, probably by accident?

My mistake

> 
> * There seems to be a new upstream version available. Have you considered 
> packaging that?
> 

Sure, Uploaded the new upstream version:
http://mentors.debian.net/debian/pool/main/h/hwinfo/hwinfo_13.36-1.dsc

Regards!

> 
> Thijs
-- 
William Vera <[EMAIL PROTECTED]>
PGP Key: 1024D/F5CC22A4
Fingerprint: 3E73 FA1F 5C57 6005 0439  4D75 1FD2 BF96 F5CC 22A4



signature.asc
Description: This is a digitally signed message part


Re: RFS: hwinfo (updated package)

2007-07-03 Thread Thijs Kinkhorst
Hi,

On Tuesday 3 July 2007 10:11, William Vera wrote:
> I am looking for a sponsor for the new version 13.35-2
> of my package "hwinfo".

Thanks for taking the time to adopt an orphaned package. I've checked it out 
and found:

* You're adding a file .pc/.version, probably by accident?

* There seems to be a new upstream version available. Have you considered 
packaging that?


Thijs


pgprXOQX0rehW.pgp
Description: PGP signature