Bug 1268189 - valac isn't found when I compile programs in vala
Summary: valac isn't found when I compile programs in vala
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: vala
Version: 23
Hardware: x86_64
OS: Linux
unspecified
high
Target Milestone: ---
Assignee: Michel Lind
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-10-02 05:05 UTC by David Vásquez
Modified: 2016-02-10 14:21 UTC (History)
5 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2016-02-10 13:59:19 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description David Vásquez 2015-10-02 05:05:48 UTC
Description of problem:
valac isn't found when I compile programs in vala

Version-Release number of selected component (if applicable):

0.30.0-1

How reproducible:
when I make my rpm of libunity

Steps to Reproduce:
1.mock -r fedora-23-x86_64 libunity-6.12.0-3.fc22.src.rpm


Actual results:
...
make[2]: Leaving directory '/builddir/build/BUILD/libunity-6.12.0/data'
Making all in protocol
make[2]: Entering directory '/builddir/build/BUILD/libunity-6.12.0/protocol'
  GEN      libunity_protocol_private_la_vala.stamp
/bin/sh: valac: command not found
Makefile:887: recipe for target 'libunity_protocol_private_la_vala.stamp' failed
make[2]: Leaving directory '/builddir/build/BUILD/libunity-6.12.0/protocol'
make[2]: *** [libunity_protocol_private_la_vala.stamp] Error 127
Makefile:559: recipe for target 'all-recursive' failed
make[1]: Leaving directory '/builddir/build/BUILD/libunity-6.12.0'
Makefile:465: recipe for target 'all' failed
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2


Expected results:

Writed: /builddir/build/RPMS/libunity-6.12.0-3.fc23.x86_64.rpm
Writed: /builddir/build/RPMS/libunity-debuginfo-6.12.0-3.fc23.x86_64.rpm
...
Finish: rpmbuild libunity-6.12.0-3.fc22.src.rpm
Finish: build phase for libunity-6.12.0-3.fc22.src.rpm
INFO: Done(/home/makerpm/fc22/srpm/libunity-6.12.0-3.fc22.src.rpm) Config(fedora-23-x86_64) 7 minutes 5 seconds
INFO: Results and/or logs in: /var/lib/mock/fedora-23-x86_64/result
Finish: run

Additional info:
I checked the vala "src.rpm" and the packer deleted the symlinks; and He added a directive %ghost in files... (.spec). I made a symlink and build the rpm, also I modified the src.rpm of vala; I deleted the lines who erased the symlinks and also works

Comment 1 David Vásquez 2015-10-02 05:09:55 UTC
Sorry my english is bad, I have orthographic errors. ;)

Comment 2 Rex Dieter 2016-02-10 13:59:19 UTC
Hi, are you still interested in packaging libunity for fedora?  I started working on it (7.1.4, latest version shipped in ubuntu), then noticed your comment here.

As for *this* bug,

/bin/sh: valac: command not found

Implies you're simply missing 
BuildRequires: vala
(the package that provides valac)


Note You need to log in before you can comment on or make changes to this bug.