Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Cherokee: users

RPM binary packages

 

 

Cherokee users RSS feed   Index | Next | Previous | View Threaded


alvaro at gnu

Jun 11, 2008, 5:29 AM

Post #1 of 6 (438 views)
Permalink
RPM binary packages

Hi guys,

Is there a RPM packager in the room? I have just come to realize that
our RPM builds [1] are really outdated. It would be great if someone
could take over the task.. :-)

1.- http://software.opensuse.org/download/home:/marostegui/

--
Greetings, alo.
http://www.alobbs.com/

_______________________________________________
Cherokee mailing list
Cherokee[at]cherokee-project.com
http://cherokee-project.com/cgi-bin/mailman/listinfo/cherokee


fryupeijdu at gmail

Jun 11, 2008, 7:58 PM

Post #2 of 6 (407 views)
Permalink
Re: RPM binary packages [In reply to]

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

The RPM packages for Fedora 9 are here:

http://hokum.e-ver.com.mx/Fedora/

There is no i386 binary package tonight, but it will be there in the
morning.

Note that this package contains all Cherokee, all *libs, *devel, etc. is
inside the package, it will be more flexible in later versions.

Alvaro Lopez Ortega escribió:
| Hi guys,
|
| Is there a RPM packager in the room? I have just come to realize that
| our RPM builds [1] are really outdated. It would be great if someone
| could take over the task.. :-)
|
| 1.- http://software.opensuse.org/download/home:/marostegui/
|
| --
| Greetings, alo.
| http://www.alobbs.com/
|
| _______________________________________________
| Cherokee mailing list
| Cherokee[at]cherokee-project.com
| http://cherokee-project.com/cgi-bin/mailman/listinfo/cherokee

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkhQkLoACgkQh+nuDblzlmdqNQCeK3JKYafdiuK01Iw6rIgf4HUw
DlkAniFexx1vXK+X/jQSGkhbwC/MHFQ/
=GVDu
-----END PGP SIGNATURE-----
_______________________________________________
Cherokee mailing list
Cherokee[at]cherokee-project.com
http://cherokee-project.com/cgi-bin/mailman/listinfo/cherokee


alvaro at gnu

Jun 11, 2008, 10:13 PM

Post #3 of 6 (408 views)
Permalink
Re: [cherokee-dev] Re: RPM binary packages [In reply to]

On 12 Jun 2008, at 04:58, QuecyubNuc heachHan wrote:

> The RPM packages for Fedora 9 are here:
>
> http://hokum.e-ver.com.mx/Fedora/
>
> There is no i386 binary package tonight, but it will be there in the
> morning.
>
> Note that this package contains all Cherokee, all *libs, *devel,
> etc. is
> inside the package, it will be more flexible in later versions.

That is great. Good stuff!

Are you planning to continue building Fedora packages for the upcoming
releases?

--
Greetings, alo.
http://www.alobbs.com/

_______________________________________________
Cherokee mailing list
Cherokee[at]cherokee-project.com
http://cherokee-project.com/cgi-bin/mailman/listinfo/cherokee


jorge.sarmiento at gmail

Jun 12, 2008, 1:34 AM

Post #4 of 6 (410 views)
Permalink
Re: RPM binary packages [In reply to]

I just tried to rebuild your .src.rpm in CentOS 5 and I got the following
issues:

1. the adduser command in spec file is using the unknown option "-N". I
changed it to -n to make it work
2. the addgroup command breaks the whole operation with an error if the
group cherokee already exists. I needed to delgroup first to make it work.

everything else compiled fine for i386.

thanks for your contribution!

Jorge S.

On Wed, Jun 11, 2008 at 9:58 PM, QuecyubNuc heachHan <fryupeijdu[at]gmail.com>
wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> The RPM packages for Fedora 9 are here:
>
> http://hokum.e-ver.com.mx/Fedora/
>
> There is no i386 binary package tonight, but it will be there in the
> morning.
>
> Note that this package contains all Cherokee, all *libs, *devel, etc. is
> inside the package, it will be more flexible in later versions.
>
> Alvaro Lopez Ortega escribió:
> | Hi guys,
> |
> | Is there a RPM packager in the room? I have just come to realize that
> | our RPM builds [1] are really outdated. It would be great if someone
> | could take over the task.. :-)
> |
> | 1.- http://software.opensuse.org/download/home:/marostegui/
> |
> | --
> | Greetings, alo.
> | http://www.alobbs.com/
> |
> | _______________________________________________
> | Cherokee mailing list
> | Cherokee[at]cherokee-project.com
> | http://cherokee-project.com/cgi-bin/mailman/listinfo/cherokee
>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.9 (GNU/Linux)
>
> iEYEARECAAYFAkhQkLoACgkQh+nuDblzlmdqNQCeK3JKYafdiuK01Iw6rIgf4HUw
> DlkAniFexx1vXK+X/jQSGkhbwC/MHFQ/
> =GVDu
> -----END PGP SIGNATURE-----
> _______________________________________________
> Cherokee mailing list
> Cherokee[at]cherokee-project.com
> http://cherokee-project.com/cgi-bin/mailman/listinfo/cherokee
>


fryupeijdu at gmail

Jun 12, 2008, 7:55 AM

Post #5 of 6 (403 views)
Permalink
Re: RPM binary packages [In reply to]

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

As I said in previous mails, the RPM package was built for Fedora 9, I
have no access to other RPM based Linux distributions, and as I said
before, the RPM package will be more flexible in following revisions.

For example, the previous RPM available for older Cherokee versions,
does not run, neither does compile in Fedora 9, but it does in SuSE.

P.S. the adduser in Fedora 9 comes from shadow-utils 4.1.1, and it have
the -N parameter, which means "do not create a group with the same name
as the user".

Jorge Sarmiento escribió:
| I just tried to rebuild your .src.rpm in CentOS 5 and I got the
| following issues:
|
| 1. the adduser command in spec file is using the unknown option "-N". I
| changed it to -n to make it work
| 2. the addgroup command breaks the whole operation with an error if the
| group cherokee already exists. I needed to delgroup first to make it work.
|
| everything else compiled fine for i386.
|
| thanks for your contribution!
|
| Jorge S.
|
| On Wed, Jun 11, 2008 at 9:58 PM, QuecyubNuc heachHan
| <fryupeijdu[at]gmail.com <mailto:fryupeijdu[at]gmail.com>> wrote:
|
| The RPM packages for Fedora 9 are here:
|
| http://hokum.e-ver.com.mx/Fedora/
|
| There is no i386 binary package tonight, but it will be there in the
| morning.
|
| Note that this package contains all Cherokee, all *libs, *devel, etc. is
| inside the package, it will be more flexible in later versions.
|
| Alvaro Lopez Ortega escribió:
| | Hi guys,
| |
| | Is there a RPM packager in the room? I have just come to realize that
| | our RPM builds [1] are really outdated. It would be great if someone
| | could take over the task.. :-)
| |
| | 1.- http://software.opensuse.org/download/home:/marostegui/
| |
| | --
| | Greetings, alo.
| | http://www.alobbs.com/
| |
| | _______________________________________________
| | Cherokee mailing list
| | Cherokee[at]cherokee-project.com <mailto:Cherokee[at]cherokee-project.com>
| | http://cherokee-project.com/cgi-bin/mailman/listinfo/cherokee
|
_______________________________________________
Cherokee mailing list
Cherokee[at]cherokee-project.com <mailto:Cherokee[at]cherokee-project.com>
http://cherokee-project.com/cgi-bin/mailman/listinfo/cherokee

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkhROMcACgkQh+nuDblzlmdxogCfZoBkxtWG0+o8wYTQt+Tp2mXW
4HoAn09j+x/XwcTGBbmXQszuHYT7Z2T2
=1JwU
-----END PGP SIGNATURE-----
_______________________________________________
Cherokee mailing list
Cherokee[at]cherokee-project.com
http://cherokee-project.com/cgi-bin/mailman/listinfo/cherokee


fryupeijdu at gmail

Jun 12, 2008, 7:58 AM

Post #6 of 6 (407 views)
Permalink
Re: [cherokee-dev] Re: RPM binary packages [In reply to]

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Well, yes, I'll do my best to maintain the RPM packages, and I'll be
working to make it more flexible for other RPM based Linux
distributions. This is my first Cherokee RPM, it works, but it needs more :)

Alvaro Lopez Ortega escribió:
| On 12 Jun 2008, at 04:58, QuecyubNuc heachHan wrote:
|
|> The RPM packages for Fedora 9 are here:
|>
|> http://hokum.e-ver.com.mx/Fedora/
|>
|> There is no i386 binary package tonight, but it will be there in the
|> morning.
|>
|> Note that this package contains all Cherokee, all *libs, *devel,
|> etc. is
|> inside the package, it will be more flexible in later versions.
|
| That is great. Good stuff!
|
| Are you planning to continue building Fedora packages for the upcoming
| releases?
|
| --
| Greetings, alo.
| http://www.alobbs.com/
|
| _______________________________________________
| Cherokee mailing list
| Cherokee[at]cherokee-project.com
| http://cherokee-project.com/cgi-bin/mailman/listinfo/cherokee

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkhROZUACgkQh+nuDblzlmeJJgCeJbddYfnun0/paAIXCRA581y+
NAoAni3cO0OjL0NIctulMPYXt2tfrihO
=5Vhc
-----END PGP SIGNATURE-----
_______________________________________________
Cherokee mailing list
Cherokee[at]cherokee-project.com
http://cherokee-project.com/cgi-bin/mailman/listinfo/cherokee

Cherokee users RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact lists@gossamer-threads.com
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.