Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
Red Hat Satellite engineering is moving the tracking of its product development work on Satellite to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "Satellite project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs will be migrated starting at the end of May. If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "Satellite project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/SAT-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
DescriptionGarik Khachikyan
2011-07-08 12:26:18 UTC
Created attachment 511929[details]
katello tito build log
Description of problem:
Using recent katello git sources to build katello-*.rpm on fresh and "minimal" installed F14-x86_64 fails (full log is attached)
---
########## ERROR ############
Error running command: LC_ALL=C rpmbuild --define "_source_filedigest_algorithm md5" --define "_binary_filedigest_algorithm md5" --define "_sourcedir /tmp/tito/katello/rpmbuild-katello-fbecbc1747b0547caa51923238072d6b0e539e1e/SOURCES" --define "_builddir /tmp/tito/katello/rpmbuild-katello-fbecbc1747b0547caa51923238072d6b0e539e1e/BUILD" --define "_srcrpmdir /tmp/tito/katello" --define "_rpmdir /tmp/tito/katello" --clean -ba /tmp/tito/katello/rpmbuild-katello-fbecbc1747b0547caa51923238072d6b0e539e1e/SOURCES/katello-git-325.fbecbc1/katello.spec
Status code: 256
---
And actually this is due to 2 errors running "Checking HAML syntax" ...
---
1.
haml -c ./app/views/common/_one_panel.html.haml
Haml error on line 10: Invalid filter name ":panel_id => panel_id, :hover_text => (send(hover_text_cb, item) if hover_text_cb)}".
2.
haml -c ./app/views/sync_schedules/index.html.haml
Haml error on line 16: Invalid filter name ":controller => "sync_schedules"}, :method => :post, :class => 'dialogbutton fr', :id => 'apply_button'".
---
For both cases git blames lzap there (sorry Lukas :))
Version-Release number of selected component (if applicable):
current git master
How reproducible:
always running tito build --rpm --test on fresh installed F14-x86_64
Steps to Reproduce:
1.Provision fresh F14 x86_64 with minimal packages
2.do yum install tito git -y
3.git clone <katello.git>
4.cd katello/src/
5.tito build --test --rpm --output /tmp/tito/katello/
6. Follow the output (better to redirect the tito output to a file - above)
Actual results:
Failure described above. no rpm-s prepared.
Expected results:
No failure , rpm should be built.
Additional info:
Attached is the full log of the process (and more)
just noticed:
by default rubygem-haml-2.2.24-1.fc14.noarch gets installed (as build
dependency) when the server does not have the katello repo enabled / setup .
Having rubygem-haml-3.0.25-2.fc14.noarch (from fedora-katello.repo) fixes the
"issue".
Created attachment 511929 [details] katello tito build log Description of problem: Using recent katello git sources to build katello-*.rpm on fresh and "minimal" installed F14-x86_64 fails (full log is attached) --- ########## ERROR ############ Error running command: LC_ALL=C rpmbuild --define "_source_filedigest_algorithm md5" --define "_binary_filedigest_algorithm md5" --define "_sourcedir /tmp/tito/katello/rpmbuild-katello-fbecbc1747b0547caa51923238072d6b0e539e1e/SOURCES" --define "_builddir /tmp/tito/katello/rpmbuild-katello-fbecbc1747b0547caa51923238072d6b0e539e1e/BUILD" --define "_srcrpmdir /tmp/tito/katello" --define "_rpmdir /tmp/tito/katello" --clean -ba /tmp/tito/katello/rpmbuild-katello-fbecbc1747b0547caa51923238072d6b0e539e1e/SOURCES/katello-git-325.fbecbc1/katello.spec Status code: 256 --- And actually this is due to 2 errors running "Checking HAML syntax" ... --- 1. haml -c ./app/views/common/_one_panel.html.haml Haml error on line 10: Invalid filter name ":panel_id => panel_id, :hover_text => (send(hover_text_cb, item) if hover_text_cb)}". 2. haml -c ./app/views/sync_schedules/index.html.haml Haml error on line 16: Invalid filter name ":controller => "sync_schedules"}, :method => :post, :class => 'dialogbutton fr', :id => 'apply_button'". --- For both cases git blames lzap there (sorry Lukas :)) Version-Release number of selected component (if applicable): current git master How reproducible: always running tito build --rpm --test on fresh installed F14-x86_64 Steps to Reproduce: 1.Provision fresh F14 x86_64 with minimal packages 2.do yum install tito git -y 3.git clone <katello.git> 4.cd katello/src/ 5.tito build --test --rpm --output /tmp/tito/katello/ 6. Follow the output (better to redirect the tito output to a file - above) Actual results: Failure described above. no rpm-s prepared. Expected results: No failure , rpm should be built. Additional info: Attached is the full log of the process (and more)