Pages:
Author

Topic: Building RHEL(Cent/SL) and Fedora repositories if people are interested - page 2. (Read 2968 times)

member
Activity: 63
Merit: 10
Yes i want them on ubuntu,too
And i prefer the manual doc than repositories

By the way,do you know why im encounting this error when i make the junkcoin-qt (and powercoin-qt) on ubuntu 12.04?
What do i miss?

g++: error: E:MinGWliblibws2_32.a: No such file or directory
g++: error: E:MinGWlibliboleaut32.a: No such file or directory
make: *** [junkcoin-qt] Error 1

a lot thanks.

I don't really have any experience building deb packages.  You could probably use alien to convert them possibly.  I haven't ran into that particular error yet when building the qt binaries, but I haven't tried to build JunkCoin or PowerCoin yet.  I will try to build them next after I finish up elacoin.
member
Activity: 98
Merit: 10
Yes i want them on ubuntu,too
And i prefer the manual doc than repositories

By the way,do you know why im encounting this error when i make the junkcoin-qt (and powercoin-qt) on ubuntu 12.04?
What do i miss?

g++: error: E:MinGWliblibws2_32.a: No such file or directory
g++: error: E:MinGWlibliboleaut32.a: No such file or directory
make: *** [junkcoin-qt] Error 1

a lot thanks.
member
Activity: 63
Merit: 10
I'm working on building a repo that will allow Fedora/RHEL(and clones) to install all the various altcoins, both the deamon and the qt.  I'm curious what the interest is from people for this.  I'm doing it either way.

Thanks

FYI, adding the below to /etc/yum.repos.d/coins.repo will allow you to install the RPMS I have made with Yum for Fedora 18 64-bit.

Code:
[coins]
name=Crypto Coins - $basearch
baseurl=http://repos.servertoast.com/coins/fc18
failovermethod=priority
enabled=1
gpgcheck=0

RHEL6/Cent6/SL6

Code:
[coins]
name=Crypto Coins - $basearch
baseurl=http://repos.servertoast.com/coins/el6
failovermethod=priority
enabled=1
gpgcheck=0

Source RPMS Fedora 18

Code:
[coins]
name=Crypto Coins Sources - $basearch
baseurl=http://repos.servertoast.com/coins/SRPMS/fc18
failovermethod=priority
enabled=1
gpgcheck=0

Source RPMS RHEL6/Cent6/SL6

Code:
[coins]
name=Crypto Coins - $basearch
baseurl=http://repos.servertoast.com/coins/SRPMS/el6
failovermethod=priority
enabled=1
gpgcheck=0
Pages:
Jump to: