User forums > Help

All of a sudden... Codeblocks won't run

<< < (3/3)

bangorme:
Sorry about the formatting issue.

Here is my current repo file:

--- Code: ---[jenslody-codeblocks]
name=Copr repo for codeblocks owned by jenslody
baseurl=https://copr-be.cloud.fedoraproject.org/results/jenslody/codeblocks/fedora-rawhide-$basearch/
skip_if_unavailable=True
gpgcheck=0
enabled=1

[jenslody-gnome-shell-extensions]
name=Copr repo for gnome-shell-extensions owned by jenslody
baseurl=https://copr-be.cloud.fedoraproject.org/results/jenslody/gnome-shell-extensions/fedora-rawhide-$basearch/
skip_if_unavailable=True
gpgcheck=0
enabled=1

[jenslody.de]
name=Fedora $releasever - $basearch - jenslody.de
baseurl=http://rpm.jenslody.de/rawhide/$basearch
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-jenslody.de
skip_if_unavailable=True

[jenslody.de-release]
name=Fedora $releasever - $basearch - jenslody.de - release
baseurl=http://rpm.jenslody.de/release/rawhide/$basearch
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-jenslody.de
skip_if_unavailable=True


--- End code ---

I'm seeing lots of reference to "rawhide" in here.  I'm suspecting that is your alpha and beta repository, which may explain why I'm getting FC25 stuff.  I will go in and add the language as suggested.  Maybe I should just delete all the entries that mention rawhide?  I've got no idea how it got in there, since I've had no trouble with Code::Blocks and dnf until last week????

Jenna:

--- Quote from: bangorme on May 09, 2016, 07:59:46 pm ---Sorry about the formatting issue.

Here is my current repo file:

--- Code: ---[jenslody-codeblocks]
name=Copr repo for codeblocks owned by jenslody
baseurl=https://copr-be.cloud.fedoraproject.org/results/jenslody/codeblocks/fedora-rawhide-$basearch/
skip_if_unavailable=True
gpgcheck=0
enabled=1

[jenslody-gnome-shell-extensions]
name=Copr repo for gnome-shell-extensions owned by jenslody
baseurl=https://copr-be.cloud.fedoraproject.org/results/jenslody/gnome-shell-extensions/fedora-rawhide-$basearch/
skip_if_unavailable=True
gpgcheck=0
enabled=1

[jenslody.de]
name=Fedora $releasever - $basearch - jenslody.de
baseurl=http://rpm.jenslody.de/rawhide/$basearch
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-jenslody.de
skip_if_unavailable=True

[jenslody.de-release]
name=Fedora $releasever - $basearch - jenslody.de - release
baseurl=http://rpm.jenslody.de/release/rawhide/$basearch
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-jenslody.de
skip_if_unavailable=True


--- End code ---

I'm seeing lots of reference to "rawhide" in here.  I'm suspecting that is your alpha and beta repository, which may explain why I'm getting FC25 stuff.  I will go in and add the language as suggested.  Maybe I should just delete all the entries that mention rawhide?  I've got no idea how it got in there, since I've had no trouble with Code::Blocks and dnf until last week????

--- End quote ---
It looks like the repo file for rawhide from my server.
It should be used with rawhide only.
There is also a repo-file for stable releases.

Remove codeblocks and the repo-file and readd the cop-repo with

--- Code: ---dnf copr enable jenslody/codeblocks
--- End code ---
as root or via sudo.

bangorme:
Thanks Jens.  I did as suggested, but I still got fc25 stuff.   dnf shows I've got nothing to be removed involving codeblocks, however, take a look at this:


--- Code: ---
[root@cpe-xxxxxxxxxxxxxxx yum.repos.d]# codeblocks
bash: codeblocks: command not found...
Install package 'codeblocks' to provide command 'codeblocks'? [N/y] y


 * Waiting in queue...
 * Loading list of packages....
The following packages have to be installed:
 codeblocks-libs-16.01.svn.10850-1.fc25.x86_64 Libraries needed to run Code::Blocks
Proceed with changes? [N/y] n


--- End code ---

Even with nothing (codeblocks related) in my dnf.repos files except for the repo you provided, it STILL was finding fc25 stuff to download.  So I removed ALL rawhide repos in my repolist which made it:


--- Code: ---[root@cpe-76-178-xxxxxxxxxxxxxxxxxxxx  yum.repos.d]# dnf repolist
Last metadata expiration check: 2:15:21 ago on Mon May  9 17:12:12 2016.
repo id                                                             repo name                                                                           status
*fedora                                                             Fedora 23 - x86_64                                                                  46,074
jenslody-codeblocks                                                 Copr repo for codeblocks owned by jenslody                                             108
rpmfusion-free                                                      RPM Fusion for Fedora 23 - Free                                                        692
rpmfusion-free-updates-testing                                      RPM Fusion for Fedora 23 - Free - Test Updates                                         268
rpmfusion-nonfree-updates-testing                                   RPM Fusion for Fedora 23 - Nonfree - Test Updates                                      103
*updates                                                            Fedora 23 - x86_64 - Updates 

--- End code ---

I was then able to install svn build ver 10850 (2016-05-05), which did run.  However, I did lose all my settings.  I had to manually add the debugging piece.  But I was able to compile and run a test project.

Thanks for your help.  I consider the issue resolved.

Navigation

[0] Message Index

[*] Previous page

Go to full version