gnupic: Thread: Re: [gnupic] ubuntu and picprog


[<<] [<] Page 1 of 2 [>] [>>]
Subject: Re: [gnupic] ubuntu and picprog
From: Jan Wagemakers ####@####.####
Date: 25 May 2006 08:00:45 +0100
Message-Id: <20060525070018.GA26159@qwerty.be>

Maxim Wexler ####@####.#### schreef:

> Got ubuntu up and running.  Did sudo apt-get update && sudo apt-get upgrade
> then sudo apt-get install picprog:
> booyah@ubuntu:~$ sudo apt-get install picprog

I suppose your are talking about <http://www.janw.dommel.be/picprog.html>?  
If not, just ignore my comments ;-)

> Reading package lists... Done
> Building dependency tree... Done
> Package picprog is not available, but is referred to by another package.
> This may mean that the package is missing, has been obsoleted, or
> is only available from another source

You can try to add the line:

deb http://www.janw.dommel.be/picprog/ i386/

to "/etc/apt/sources.list" and then run "apt-get update".

> So I downloaded the .deb file and
> booyah@ubuntu:~$ sudo dpkg -i picprog_1.8.1-2_i386.deb
> Password:
> Selecting previously deselected package picprog.
> (Reading database ... 60472 files and directories currently installed.)
> Unpacking picprog (from picprog_1.8.1-2_i386.deb) ...
> dpkg: dependency problems prevent configuration of picprog:
> picprog depends on libgcc1 (>= 1:4.1.0); however:
>  Version of libgcc1 on system is 1:4.0.1-4ubuntu9.
> picprog depends on libstdc++6 (>= 4.1.0); however:
>  Version of libstdc++6 on system is 4.0.1-4ubuntu9.
> dpkg: error processing picprog (--install):
> dependency problems - leaving unconfigured
> Errors were encountered while processing:
> picprog
> 
> Anybody suggest a fix?

My picprog package is compiled for debian/unstable. So, it is possible that you
can not install it on ubuntu or debian/testing without re-compiling it.

You can try the following:

 - add the line "deb-src http://www.janw.dommel.be/picprog/ i386/" to
   /etc/apt/sources.list
 - run "apt-get update"
 - run "apt-get source --compile picprog", now apt-get should fetch the
   necessary files and start compiling picprog.
 - you should now have a fresh compiled "picprog_1.8.1-2_i386.deb" package
   that you can install on your ubuntu system.


Hope this helps you. Good luck!   


-- 
Met vriendelijke groetjes         - Jan Wagemakers -

  Linux 2.6.12.2 i686 GNU/Linux
Subject: Re: [gnupic] ubuntu and picprog
From: "Maxim Wexler" ####@####.####
Date: 26 May 2006 00:55:20 +0100
Message-Id: <a0811460605251655r3482b023tbcc05445253149f9@mail.gmail.com>

>
> You can try to add the line:
>
> deb http://www.janw.dommel.be/picprog/ i386/
>
> to "/etc/apt/sources.list" and then run "apt-get update".
>
> > So I downloaded the .deb file and
> > booyah@ubuntu:~$ sudo dpkg -i picprog_1.8.1-2_i386.deb
> > Password:
> > Selecting previously deselected package picprog.
> > (Reading database ... 60472 files and directories currently installed.)
> > Unpacking picprog (from picprog_1.8.1-2_i386.deb) ...
> > dpkg: dependency problems prevent configuration of picprog:
> > picprog depends on libgcc1 (>= 1:4.1.0); however:
> >  Version of libgcc1 on system is 1:4.0.1-4ubuntu9.
> > picprog depends on libstdc++6 (>= 4.1.0); however:
> >  Version of libstdc++6 on system is 4.0.1-4ubuntu9.
> > dpkg: error processing picprog (--install):
> > dependency problems - leaving unconfigured
> > Errors were encountered while processing:
> > picprog
> >
> > Anybody suggest a fix?
>
> My picprog package is compiled for debian/unstable. So, it is possible
> that you
> can not install it on ubuntu or debian/testing without re-compiling it.
>
> You can try the following:
>
> - add the line "deb-src http://www.janw.dommel.be/picprog/ i386/" to
>    /etc/apt/sources.list
> - run "apt-get update"
> - run "apt-get source --compile picprog", now apt-get should fetch the
>    necessary files and start compiling picprog.
> - you should now have a fresh compiled "picprog_1.8.1-2_i386.deb" package




Thanks Jan. I tried all that but it didn't work. Complains about libstdc++6
and libgcc1(among other things). Well, I can get the debian package OK but
like I said, it still complains:(

Here's the entire console session, hope it doesn't look so messy in your
browser!

 booyah@ubuntu:~$ sudo apt-get install picprog
Password:
Reading package lists... Done
Building dependency tree... Done
picprog is already the newest version.
You might want to run `apt-get -f install' to correct these:
The following packages have unmet dependencies:
  picprog: Depends: libgcc1 (>= 1:4.1.0) but 1:4.0.1-4ubuntu9 is to be
installed           Depends: libstdc++6 (>= 4.1.0) but 4.0.1-4ubuntu9 is to
be installed
W: Couldn't stat source package list http://us.archive.ubuntu.com
breezy-backports/universe<http://us.archive.ubuntu.combreezy-backports/universe>Packages
(/var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_breezy-backports_universe_binary-i386_Packages)
- stat (2 No such file or directory)W: You may want to run apt-get update to
correct these problems
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify
a solution).
booyah@ubuntu:~$ sudo apt-get -f install
Reading package lists... Done
Building dependency tree... Done
Correcting dependencies... Done
The following packages will be REMOVED:
  picprog
0 upgraded, 0 newly installed, 1 to remove and 3 not upgraded.
1 not fully installed or removed.
Need to get 0B of archives.
After unpacking 172kB disk space will be freed.
Do you want to continue [Y/n]? y
(Reading database ... 60483 files and directories currently installed.)
Removing picprog ...
W: Couldn't stat source package list http://us.archive.ubuntu.com
breezy-backports/universe<http://us.archive.ubuntu.combreezy-backports/universe>Packages
(/var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_breezy-backports_universe_binary-i386_Packages)
- stat (2 No such file or directory)W: You may want to run apt-get update to
correct these problems
booyah@ubuntu:~$ sudo apt-get install picprog
Reading package lists... Done
Building dependency tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  picprog: Depends: libgcc1 (>= 1:4.1.0) but 1:4.0.1-4ubuntu9 is to be
installed           Depends: libstdc++6 (>= 4.1.0) but 4.0.1-4ubuntu9 is to
be installed
E: Broken packages
booyah@ubuntu:~$ sudo gedit /etc/apt/sources.list
booyah@ubuntu:~$ sudo apt-get source --compile picprog
Reading package lists... Done
Building dependency tree... Done
W: Couldn't stat source package list http://us.archive.ubuntu.com
breezy-backports/universe<http://us.archive.ubuntu.combreezy-backports/universe>Packages
(/var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_breezy-backports_universe_binary-i386_Packages)
- stat (2 No such file or directory)W: You may want to run apt-get update to
correct these problems
E: Could not open file
/var/lib/apt/lists/www.janw.dommel.be_picprog_i386_Sources - open (2 No such
file or directory)
booyah@ubuntu:~$


--
> Met vriendelijke groetjes         - Jan Wagemakers -
>
>   Linux 2.6.12.2 i686 GNU/Linux
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: ####@####.####
> For additional commands, e-mail: ####@####.####
>
>
Subject: Re: [gnupic] ubuntu and picprog
From: Jan Wagemakers ####@####.####
Date: 26 May 2006 07:21:05 +0100
Message-Id: <20060526062047.GA14797@qwerty.be>

Maxim Wexler ####@####.#### schreef:

[picprog & ubuntu]
> booyah@ubuntu:~$ sudo apt-get install picprog
> Password:
> Reading package lists... Done
> Building dependency tree... Done
> picprog is already the newest version.
> You might want to run `apt-get -f install' to correct these:
> The following packages have unmet dependencies:
>  picprog: Depends: libgcc1 (>= 1:4.1.0) but 1:4.0.1-4ubuntu9 is to be
> installed           Depends: libstdc++6 (>= 4.1.0) but 4.0.1-4ubuntu9 is to
> be installed
> W: Couldn't stat source package list http://us.archive.ubuntu.com
> breezy-backports/universe<http://us.archive.ubuntu.combreezy-backports/universe>Packages
> (/var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_breezy-backports_universe_binary-i386_Packages)
> - stat (2 No such file or directory)W: You may want to run apt-get update to
> correct these problems

It seems to me that there is a problem with the content of
your "/etc/apt/sources.list" or that you have forgotten to
do an "apt-get update".

> booyah@ubuntu:~$ sudo gedit /etc/apt/sources.list
> booyah@ubuntu:~$ sudo apt-get source --compile picprog
> Reading package lists... Done
> Building dependency tree... Done
> W: Couldn't stat source package list http://us.archive.ubuntu.com
> breezy-backports/universe<http://us.archive.ubuntu.combreezy-backports/universe>Packages
> (/var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_breezy-backports_universe_binary-i386_Packages)
> - stat (2 No such file or directory)W: You may want to run apt-get update to
> correct these problems
> E: Could not open file
> /var/lib/apt/lists/www.janw.dommel.be_picprog_i386_Sources - open (2 No such
> file or directory)

Have you done an "apt-get update" after altering "/etc/apt/sources.list"?

I don't know ubuntu very well, but I think to solve your problem you should
have something like this in your "/etc/apt/sources.list"

 | deb http://archive.ubuntu.com/ubuntu breezy main restricted universe multiverse
 | deb-src http://archive.ubuntu.com/ubuntu breezy main restricted universe multiverse 
 | deb http://www.janw.dommel.be/picprog/ i386/
 | deb-src http://www.janw.dommel.be/picprog/ i386/

After that, do : - "apt-get update" followed by 
                 - "apt-get source --compile picprog"


Good luck!


-- 
Met vriendelijke groetjes         - Jan Wagemakers -

  Linux 1.6.12.2 i686 GNU/Linux
Subject: Re: [gnupic] ubuntu and picprog
From: "Maxim Wexler" ####@####.####
Date: 26 May 2006 16:30:15 +0100
Message-Id: <a0811460605260829m696b4e8dg38fddd5f73bf420a@mail.gmail.com>

> Have you done an "apt-get update" after altering "/etc/apt/sources.list"?


Yeah, about 5 times!

I don't know ubuntu very well, but I think to solve your problem you should

> have something like this in your "/etc/apt/sources.list"
>
> | deb http://archive.ubuntu.com/ubuntu breezy main restricted universe
> multiverse
> | deb-src http://archive.ubuntu.com/ubuntu breezy main restricted universe
> multiverse
> | deb http://www.janw.dommel.be/picprog/ i386/
> | deb-src http://www.janw.dommel.be/picprog/ i386/
>
> After that, do : - "apt-get update" followed by
>                  - "apt-get source --compile picprog"



apt-get  update:
 <...>
Get:46 http://us.archive.ubuntu.com breezy/universe Packages [3028kB]
79% [46 Packages gzip 0]                                         2674B/s
14m34s
gzip: stdin: not in gzip format
Err http://us.archive.ubuntu.com breezy/universe Packages
  Sub-process gzip returned an error code (1)
Fetched 8801kB in 55m3s (2664B/s)
Failed to fetch
http://security.ubuntu.com/ubuntu/dists/breezy-security/universe/binary-i386/Packages.gz
Sub-process gzip returned an error code (1)
Failed to fetch
http://us.archive.ubuntu.com/ubuntu/dists/breezy/universe/binary-i386/Packages.gz
Sub-process gzip returned an error code (1)
Reading package lists... Done
E: Some index files failed to download, they have been ignored, or old ones
used instead.

booyah@ubuntu:~$ sudo apt-get source --compile picprog
Password:
Reading package lists... Done
Building dependency tree... Done
Need to get 60.8kB of source archives.
Get:1 http://www.janw.dommel.be i386/ picprog 1.8.1-2 (dsc) [583B]
Get:2 http://www.janw.dommel.be i386/ picprog 1.8.1-2 (tar) [58.0kB]
Get:3 http://www.janw.dommel.be i386/ picprog 1.8.1-2 (diff) [2185B]
Fetched 60.8kB in 26s (2306B/s)
Skipping unpack of already unpacked source in picprog-1.8.1
sh: dpkg-buildpackage: command not found
Build command 'cd picprog-1.8.1 && dpkg-buildpackage -b -uc' failed.
W: Couldn't stat source package list http://us.archive.ubuntu.com
breezy/universe <http://us.archive.ubuntu.combreezy/universe> Packages
(/var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_breezy_universe_binary-i386_Packages)
- stat (2 No such file or directory)
W: Couldn't stat source package list http://security.ubuntu.com
breezy-security/universe<http://security.ubuntu.combreezy-security/universe>Packages
(/var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_breezy-security_universe_binary-i386_Packages)
- stat (2 No such file or directory)
W: You may want to run apt-get update to correct these problems
E: Child process failed
booyah@ubuntu:~$


Good luck!
>
>
> --
> Met vriendelijke groetjes         - Jan Wagemakers -
>
>   Linux 1.6.12.2 i686 GNU/Linux
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: ####@####.####
> For additional commands, e-mail: ####@####.####
>
>
Subject: Re: [gnupic] ubuntu and picprog
From: Jan Wagemakers ####@####.####
Date: 26 May 2006 18:28:09 +0100
Message-Id: <20060526172800.GA30661@qwerty.be>

Maxim Wexler ####@####.#### schreef:

> apt-get  update:
> <...>
> Get:46 http://us.archive.ubuntu.com breezy/universe Packages [3028kB]
> 79% [46 Packages gzip 0]                                         2674B/s
> 14m34s
> gzip: stdin: not in gzip format

This isn't normal. Maybe there are some ubuntu users here that can verify
your "/etc/apt/sources.list"?

>> After that, do : - "apt-get update" followed by
>>                  - "apt-get source --compile picprog"
> booyah@ubuntu:~$ sudo apt-get source --compile picprog
> Password:
> Reading package lists... Done
> Building dependency tree... Done
> Need to get 60.8kB of source archives.
> Get:1 http://www.janw.dommel.be i386/ picprog 1.8.1-2 (dsc) [583B]
> Get:2 http://www.janw.dommel.be i386/ picprog 1.8.1-2 (tar) [58.0kB]
> Get:3 http://www.janw.dommel.be i386/ picprog 1.8.1-2 (diff) [2185B]
> Fetched 60.8kB in 26s (2306B/s)
> Skipping unpack of already unpacked source in picprog-1.8.1

This looks good.

> sh: dpkg-buildpackage: command not found
> Build command 'cd picprog-1.8.1 && dpkg-buildpackage -b -uc' failed.

Ok, "dpkg-dev" isn't installed on your PC. You can install that by typing
"apt-get install dpkg-dev". 


-- 
Met vriendelijke groetjes         - Jan Wagemakers -

... RFS: picprog: Microchip PIC serial programmer software (GPL)
    Deb-package is available at <http://www.janw.dommel.be/picprog.html>
Subject: Re: [gnupic] ubuntu and picprog
From: "Maxim Wexler" ####@####.####
Date: 27 May 2006 03:15:40 +0100
Message-Id: <a0811460605261914j4685caf9o7d368b88219041ba@mail.gmail.com>

>
> This looks good.
>
> > sh: dpkg-buildpackage: command not found
> > Build command 'cd picprog-1.8.1 && dpkg-buildpackage -b -uc' failed.
>
> Ok, "dpkg-dev" isn't installed on your PC. You can install that by typing
> "apt-get install dpkg-dev".


got farther this time, but not enough

booyah@ubuntu:~$ sudo apt-get install dpkg-dev
Reading package lists... Done
Building dependency tree... Done
The following extra packages will be installed:
  binutils make
Suggested packages:
  binutils-doc debian-keyring
Recommended packages:
  gcc c-compiler
The following NEW packages will be installed:
  binutils dpkg-dev make
0 upgraded, 3 newly installed, 0 to remove and 3 not upgraded.
Need to get 0B/2062kB of archives.
After unpacking 8094kB of additional disk space will be used.
Do you want to continue [Y/n]? y
W: Couldn't stat source package list http://us.archive.ubuntu.com
breezy/universe <http://us.archive.ubuntu.combreezy/universe> Packages
(/var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_breezy_universe_binary-i386_Packages)
- stat (2 No such file or directory)
W: Couldn't stat source package list http://security.ubuntu.com
breezy-security/universe<http://security.ubuntu.combreezy-security/universe>Packages
(/var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_breezy-security_universe_binary-i386_Packages)
- stat (2 No such file or directory)
W: Couldn't stat source package list http://us.archive.ubuntu.com
breezy/universe <http://us.archive.ubuntu.combreezy/universe> Packages
(/var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_breezy_universe_binary-i386_Packages)
- stat (2 No such file or directory)
W: Couldn't stat source package list http://security.ubuntu.com
breezy-security/universe<http://security.ubuntu.combreezy-security/universe>Packages
(/var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_breezy-security_universe_binary-i386_Packages)
- stat (2 No such file or directory)
W: Couldn't stat source package list http://us.archive.ubuntu.com
breezy/universe <http://us.archive.ubuntu.combreezy/universe> Packages
(/var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_breezy_universe_binary-i386_Packages)
- stat (2 No such file or directory)
W: Couldn't stat source package list http://security.ubuntu.com
breezy-security/universe<http://security.ubuntu.combreezy-security/universe>Packages
(/var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_breezy-security_universe_binary-i386_Packages)
- stat (2 No such file or directory)

Preconfiguring packages ...
Selecting previously deselected package binutils.
(Reading database ... 60472 files and directories currently installed.)
Unpacking binutils (from .../binutils_2.16.1-2ubuntu6_i386.deb) ...
Selecting previously deselected package make.
Unpacking make (from .../archives/make_3.80-9_i386.deb) ...
Selecting previously deselected package dpkg-dev.
Unpacking dpkg-dev (from .../dpkg-dev_1.13.10ubuntu4_all.deb) ...
Setting up binutils (2.16.1-2ubuntu6) ...

Setting up make (3.80-9) ...

Setting up dpkg-dev (1.13.10ubuntu4) ...
W: Couldn't stat source package list http://us.archive.ubuntu.com
breezy/universe <http://us.archive.ubuntu.combreezy/universe> Packages
(/var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_breezy_universe_binary-i386_Packages)
- stat (2 No such file or directory)
W: Couldn't stat source package list http://security.ubuntu.com
breezy-security/universe<http://security.ubuntu.combreezy-security/universe>Packages
(/var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_breezy-security_universe_binary-i386_Packages)
- stat (2 No such file or directory)
W: Couldn't stat source package list http://us.archive.ubuntu.com
breezy/universe <http://us.archive.ubuntu.combreezy/universe> Packages
(/var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_breezy_universe_binary-i386_Packages)
- stat (2 No such file or directory)
W: Couldn't stat source package list http://security.ubuntu.com
breezy-security/universe<http://security.ubuntu.combreezy-security/universe>Packages
(/var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_breezy-security_universe_binary-i386_Packages)
- stat (2 No such file or directory)
W: You may want to run apt-get update to correct these problems
booyah@ubuntu:~$
Subject: Re: [gnupic] ubuntu and picprog
From: "Xiaofan Chen" ####@####.####
Date: 27 May 2006 09:58:11 +0100
Message-Id: <a276da400605270158q6d6504fdxa0087035390630aa@mail.gmail.com>

On 5/27/06, Maxim Wexler ####@####.#### wrote:

> W: Couldn't stat source package list http://us.archive.ubuntu.com
> breezy/universe <http://us.archive.ubuntu.combreezy/universe> Packages
> (/var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_breezy_universe_binary-i386_Packages)
> - stat (2 No such file or directory)
> W: Couldn't stat source package list http://security.ubuntu.com
> breezy-security/universe<http://security.ubuntu.combreezy-security/universe>Packages
> (/var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_breezy-security_universe_binary-i386_Packages)
>

Something is wrong with your Ubuntu system. Or you have problems
connecting to the depository.

Why make life so difficult, get the source package and not use Debian
package. It is very easy to build from source.

Download the original source package from the original author.
http://hyvatti.iki.fi/~jaakko/pic/picprog.html

After some typing, you will have a working picprog.
  tar -zxvf picprog-1.8.1.tar.gz q
  cd picprog-1.8.1
  make dep
 make
  sudo make install

####@####.#### picprog --help
Picprog version 1.8.1, Copyright (c) 2006 Jaakko Hyvätti ####@####.####
...

In fact, I think for the open source PIC related tools under Linux, it
is always
better to get the source and build from the source. Some of them are
moving very fast (like sdcc/gpsim and piklab). gputils is not moving now though.

Regards,
Xiaofan
Subject: Re: [gnupic] ubuntu and picprog
From: John Sheahan ####@####.####
Date: 27 May 2006 10:48:39 +0100
Message-Id: <44782073.3020704@optushome.com.au>

Xiaofan Chen wrote:

> Why make life so difficult, get the source package and not use Debian
> package. It is very easy to build from source.
> 

after the previous poster installs gcc.
I forget which the generic ubuntu dependency was that got gcc + make and 
the other good stuff - which it seems is not in the default install.

gcc and autoconf help here.

john




Subject: Re: [gnupic] ubuntu and picprog
From: Jan Wagemakers ####@####.####
Date: 27 May 2006 11:48:34 +0100
Message-Id: <20060527104817.GA9793@qwerty.be>

Maxim Wexler ####@####.#### schreef:

[ubuntu & picprog]
> got farther this time, but not enough

Ok, let's try something else, because we are making things more complicated
then they are.

I have build a new picprog-package with pbuilder for ubuntu-breeze. You can
download it here:

       <http://www.janw.dommel.be/picprog/ubuntu_breeze/index.html>

I hope this works for you. If this doesn't work, I agree with Xiaofan that
it is probably easier to install for source:

       <http://hyvatti.iki.fi/~jaakko/pic/picprog.html>


Good luck!


-- 
Met vriendelijke groetjes         - Jan Wagemakers -

... RFS: picprog: Microchip PIC serial programmer software (GPL)
    Deb-package is available at <http://www.janw.dommel.be/picprog.html>
Subject: Re: [gnupic] ubuntu and picprog
From: "Xiaofan Chen" ####@####.####
Date: 27 May 2006 12:29:30 +0100
Message-Id: <a276da400605270429k482c4d13icbe5cd9a0dbc2e57@mail.gmail.com>

On 5/27/06, John Sheahan ####@####.#### wrote:
> Xiaofan Chen wrote:
>
> > Why make life so difficult, get the source package and not use Debian
> > package. It is very easy to build from source.
> >
>
> after the previous poster installs gcc.
> I forget which the generic ubuntu dependency was that got gcc + make and
> the other good stuff - which it seems is not in the default install.
>
> gcc and autoconf help here.

build-essential will bring in gcc and make and some others.
Those auto tools are useful. Anyway, in order to build gpsim and piklab,
lots of other things are necessary. It seems to me that Broadband is
*essential* for using Linux.

A DVD version of Ubuntu Breezy might help as well.

Regards,
Xiaofan
[<<] [<] Page 1 of 2 [>] [>>]


Powered by ezmlm-browse 0.20.