Re: Outreachy 2017

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi :)

I am facing the problem in  the command just above the command you pointed have an error. 

sudo dnf builddep --setopt=strict=False 389-ds-base/rpm/389-ds-base.spec.in

it gives me  this error

no package matched: 389-ds-base/rpm/389-ds-base.spec.in.

How to solve this ?

Thanks.






On Sat, Sep 30, 2017 at 5:38 AM, William Brown <wibrown@xxxxxxxxxx> wrote:
On Fri, 2017-09-29 at 15:50 +0530, Dristi Butola wrote:
> Hello :) I facing an issue while building it locally, although `yum install
> 389-ds-base` worked fine but when I try to build the server locally by
> referencing
> http://www.port389.org/docs/389ds/contributing.html  ,  this command
> `$ sudo dnf builddep --setopt=strict=False 389-ds-base/rpm/
> 389-ds-base.spec.in`  , gives me  an ERROR
> "no package matched: 389-ds-base/rpm/389-ds-base.spec.in".
>

I think there is a mistake on the page, there is a $$2 where it should
be $2

sudo dnf install --setopt=strict=False `grep -E "^(Build)?Requires"
ds/rpm/389-ds-base.spec.in lib389/python-lib389.spec | grep -v -E
'(name|MODULE)' | awk '{ print $$2 }' | sed
's/%{python3_pkgversion}/3/g' | grep -v "^/" | grep -v pkgversion | sort
| uniq | tr '\n' ' '`

^ Has the error, see the awk command? Should be:

awk '{ print $2 }'

I think as well perhaps:

ds/rpm/389-ds-base.spec.in

Should be:

389-ds-base/rpm/389-ds-base.spec.in

Try changing those and see how it goes,

--
Sincerely,

William Brown
Software Engineer
Red Hat, Australia/Brisbane


_______________________________________________
389-users mailing list -- 389-users@lists.fedoraproject.org
To unsubscribe send an email to 389-users-leave@lists.fedoraproject.org


_______________________________________________
389-users mailing list -- 389-users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to 389-users-leave@xxxxxxxxxxxxxxxxxxxxxxx

[Index of Archives]     [Fedora User Discussion]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [Fedora News]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora QA]     [Fedora Triage]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Yosemite Photos]     [Linux Apps]     [Maemo Users]     [Gnome Users]     [KDE Users]     [Fedora Tools]     [Fedora Art]     [Fedora Docs]     [Maemo Users]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Fedora ARM]

  Powered by Linux