LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Manjaro
User Name
Password
Manjaro This forum is for the discussion of Manjaro Linux. Note: This forum does not have any official participation.

Notices


Reply
  Search this Thread
Old 10-21-2018, 03:05 PM   #1
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
E's entrance-git not building


Code:
==> entrance-git dependencies:
 - efl (already installed)
 - xorg-xauth (already installed)
 - sudo (already installed)
 - git (already installed) [makedepend]
 - meson (already installed) [makedepend]





==> Continue building entrance-git ? [Y/n]
==> --------------------------------------
==>

==> Building and installing package
==> Making package: entrance-git 3.0.0_alpha5.r10.gb8894ea-1 (Sun 21 Oct 2018 02:58:47 PM CDT)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Updating entrance git repo...
Fetching origin
==> Validating source files with sha256sums...
    entrance ... Skipped
==> Extracting sources...
  -> Creating working copy of entrance git repo...
Switched to a new branch 'makepkg'
==> Starting prepare()...
==> Starting pkgver()...
==> Removing existing $pkgdir/ directory...
==> Starting build()...
+ exec meson setup --prefix /usr --libdir /usr/lib --libexecdir /usr/lib --bindir /usr/bin --sbindir /usr/bin --includedir /usr/include --datadir /usr/share --mandir /usr/share/man --infodir /usr/share/info --localedir /usr/share/locale --sysconfdir /etc --localstatedir /var --sharedstatedir /var/lib --buildtype release --auto-features enabled --wrap-mode nofallback -D b_lto=true build -Dconsolekit=false -Dlogind=true
The Meson build system
Version: 0.48.1
Source dir: /tmp/yaourt-tmp-userx/aur-entrance-git/src/entrance
Build dir: /tmp/yaourt-tmp-userx/aur-entrance-git/src/entrance/build
Build type: native build

meson_options.txt:9:0: ERROR:  Option name debug is reserved.

A full log can be found at /tmp/yaourt-tmp-userx/aur-entrance-git/src/entrance/build/meson-logs/meson-log.txt
==> ERROR: A failure occurred in build().
    Aborting...
==> ERROR: Makepkg was unable to build entrance-git.
==> Restart building entrance-git ? [y/N]
what is this meson_options.txt:9:0: ERROR: Option name debug is reserved. error all about and how can I fix that? it is not located within the build script whatsoever.
 
Old 10-23-2018, 03:58 AM   #2
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,850

Rep: Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309
you still didn't learn:
1. what are you doing at all? (what package/file, where is it from, what commands, whatever else might be important...)
2. especially did you check the mentioned log file?
 
Old 10-23-2018, 06:55 AM   #3
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Original Poster
Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
Quote:
Originally Posted by pan64 View Post
you still didn't learn:
1. what are you doing at all? (what package/file, where is it from, what commands, whatever else might be important...)
2. especially did you check the mentioned log file?
did you see this bold part in my post?

'meson_options.txt:9:0: ERROR: Option name debug is reserved.'

I have no idea where that file is located, it is not made mention of in the build script. after I posted I remembered, then looked on the web page for messages about this package. nope, missed that line below the ERROR message.

though I did get it to compile, forgot what I did to get it to, I think I just took it to the source, compiled, installed, crashed, looked it up on git, seen the image they use, I remember it looking a lot cooler back when, so I just put that little project aside.

Last edited by BW-userx; 10-23-2018 at 07:15 AM.
 
Old 10-23-2018, 11:25 AM   #4
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,850

Rep: Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309
Quote:
Originally Posted by BW-userx View Post
did you see this bold part in my post?

'meson_options.txt:9:0: ERROR: Option name debug is reserved.'

I have no idea where that file is located, it is not made mention of in the build script.
Obviously I saw.
That's why you would need to give more info. A useless line will not help.
 
Old 10-23-2018, 11:59 AM   #5
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Original Poster
Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
that is why I could not even figure it out. I searched the build script then went to source code as that is all the build script is doing anyways.
 
Old 10-23-2018, 12:22 PM   #6
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,850

Rep: Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309
Ok, again: This LQ forum is really good, you can ask anything - if you cannot figure out. That's what I do too. But this is only one aspect. The other one: see here. If you [would] give more information about your problem you will/would get better responses/answers. Dropping in a meaningless error message will lead to a meaningless one-liner answer. It is not about you, it is about the nature of communication, nature of people.
I know you think there is someone who is actually familiar with that message and will give you a how-to-solve-it-in-5-minutes immediately, but I'm afraid, posting without context makes it impossible.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Gitpod git-bolts git-IDE onto GitHub for in-browser code git-editing LXer Syndicated Linux News 0 09-05-2018 04:50 AM
Building Gnome 3.x from git Electromaniac Slackware 2 11-10-2011 04:35 AM
Building linux kernel from git dolphin77 Slackware 28 11-02-2011 06:05 AM
[SOLVED] Building Cinelerra-CV from git repository - syntax error falmdavis Linux - Software 3 07-19-2010 07:17 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Manjaro

All times are GMT -5. The time now is 11:34 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration