Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
/usr/bin: file not recognized: Is a directory
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
peter4
Guru
Guru


Joined: 19 Jul 2005
Posts: 359
Location: Wroclaw, Poland

PostPosted: Sat Aug 07, 2010 9:29 am    Post subject: /usr/bin: file not recognized: Is a directory Reply with quote

I get this error when trying to emerge dev-libs/dbus-glib-0.86 as a dependency of xorg-x11.
Build log:
Code:
 * CPV:  dev-libs/dbus-glib-0.86
 * REPO: gentoo
 * USE:  amd64 bash-completion elibc_glibc kernel_linux multilib userland_GNU
>>> Unpacking source...
>>> Unpacking dbus-glib-0.86.tar.gz to /var/tmp/portage/dev-libs/dbus-glib-0.86/work
>>> Source unpacked in /var/tmp/portage/dev-libs/dbus-glib-0.86/work
>>> Preparing source in /var/tmp/portage/dev-libs/dbus-glib-0.86/work/dbus-glib-0.86 ...
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/dev-libs/dbus-glib-0.86/work/dbus-glib-0.86 ...
 * Running configure in /var/tmp/portage/dev-libs/dbus-glib-0.86/work/dbus-glib-0.86-build
 * econf: updating dbus-glib-0.86/config.sub with /usr/share/gnuconfig/config.sub
 * econf: updating dbus-glib-0.86/config.guess with /usr/share/gnuconfig/config.guess
/var/tmp/portage/dev-libs/dbus-glib-0.86/work/dbus-glib-0.86/configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --localstatedir=/var --enable-bash-completion --disable-verbose-mode --disable-asserts --disable-doxygen-docs --disable-gtk-doc
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes
checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of x86_64-pc-linux-gnu-gcc... gcc3
checking for library containing strerror... none required
checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking whether gcc understands -Wfloat-equal... yes
checking for a sed that does not truncate output... /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by x86_64-pc-linux-gnu-gcc... /usr/x86_64-pc-linux-gnu/bin/ld
checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/x86_64-pc-linux-gnu/bin/ld option to reload object files... -r
checking for x86_64-pc-linux-gnu-objdump... x86_64-pc-linux-gnu-objdump
checking how to recognize dependent libraries... pass_all
checking for x86_64-pc-linux-gnu-ar... x86_64-pc-linux-gnu-ar
checking for x86_64-pc-linux-gnu-strip... x86_64-pc-linux-gnu-strip
checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib
checking command to parse /usr/bin/nm -B output from x86_64-pc-linux-gnu-gcc object... ok
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if x86_64-pc-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no
checking for x86_64-pc-linux-gnu-gcc option to produce PIC... -fPIC -DPIC
checking if x86_64-pc-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes
checking if x86_64-pc-linux-gnu-gcc static flag -static works... yes
checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... yes
checking if x86_64-pc-linux-gnu-gcc supports -c -o file.o... (cached) yes
checking whether the x86_64-pc-linux-gnu-gcc linker (/usr/x86_64-pc-linux-gnu/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for library containing socket... none required
checking whether socklen_t is defined... yes
checking abstract socket namespace... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for LC_MESSAGES... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for ngettext in libc... yes
checking for dgettext in libc... yes
checking for bind_textdomain_codeset... yes
checking for msgfmt... /usr/bin/msgfmt
checking for dcgettext... yes
checking if msgfmt accepts -c... yes
checking for gmsgfmt... /usr/bin/gmsgfmt
checking for xgettext... /usr/bin/xgettext
/var/tmp/portage/dev-libs/dbus-glib-0.86/work/dbus-glib-0.86/configure: line 13694: /var/tmp/portage/dev-libs/dbus-glib-0.86/work/dbus-glib-0.86/po/POTFILES.in: No such file or directory
checking for XML_ParserCreate_MM in -lexpat... yes
checking expat.h usability... yes
checking expat.h presence... yes
checking for expat.h... yes
checking for x86_64-pc-linux-gnu-pkg-config... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for DBUS... yes
checking for DBUS_GLIB... yes
checking for DBUS_GLIB_THREADS... yes
checking whether to build gtk-doc documentation... no
checking for gtkdoc-check... no
checking for doxygen... no
checking whether to build Doxygen documentation... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating m4/Makefile
config.status: creating doc/Makefile
config.status: creating doc/reference/Makefile
config.status: creating doc/reference/version.xml
config.status: creating dbus/Makefile
config.status: creating dbus/examples/Makefile
config.status: creating dbus/examples/statemachine/Makefile
config.status: creating test/Makefile
config.status: creating test/core/Makefile
config.status: creating test/interfaces/Makefile
config.status: creating test/data/valid-service-files/debug-glib.service
config.status: creating test/data/valid-service-files/debug-echo.service
config.status: creating test/data/valid-service-files/interfaces-test.service
config.status: creating tools/Makefile
config.status: creating dbus-glib-1.pc
config.status: creating dbus-glib-1-uninstalled.pc
config.status: creating Doxyfile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing default-1 commands

                    D-BUS GLIB BINDINGS 0.86
                  ==============

   prefix:                   /usr
   exec_prefix:              ${prefix}
        libdir:                   /usr/lib64
        bindir:                   /usr/bin
        sysconfdir:               /etc
        localstatedir:            /var
   datadir:                  /usr/share
   source code location:     /var/tmp/portage/dev-libs/dbus-glib-0.86/work/dbus-glib-0.86
   compiler:        x86_64-pc-linux-gnu-gcc
   cflags:                -O2 -march=native -pipe -g -Wall -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wcast-align -Wfloat-equal -Wsign-compare -fno-strict-aliasing
   cppflags:       
        Doxygen:                  no

        Maintainer mode:          no
        gcc coverage profiling:   no
        Building unit tests:      no
        Building verbose mode:    no
        Building assertions:      no
        Building checks:          yes
        Building Doxygen docs:    no
        Building Gtk-doc docs:    no
        Bash Completion:          yes
        Gettext libs (empty OK): 
        Using XML parser:         
        'make check' socket dir: 

>>> Source configured.
>>> Compiling source in /var/tmp/portage/dev-libs/dbus-glib-0.86/work/dbus-glib-0.86 ...
 * Running make in /var/tmp/portage/dev-libs/dbus-glib-0.86/work/dbus-glib-0.86-build
make -j2
make  all-recursive
make[1]: Entering directory `/var/tmp/portage/dev-libs/dbus-glib-0.86/work/dbus-glib-0.86-build'
Making all in dbus
make[2]: Entering directory `/var/tmp/portage/dev-libs/dbus-glib-0.86/work/dbus-glib-0.86-build/dbus'
make  all-recursive
make[3]: Entering directory `/var/tmp/portage/dev-libs/dbus-glib-0.86/work/dbus-glib-0.86-build/dbus'
Making all in .
make[4]: Entering directory `/var/tmp/portage/dev-libs/dbus-glib-0.86/work/dbus-glib-0.86-build/dbus'
  CC     dbus-gmain.lo
  CC     dbus-glib.lo
  CC     dbus-gmarshal.lo
  CC     dbus-gobject.lo
  CC     dbus-gproxy.lo
  CC     dbus-gtest.lo
  CC     dbus-gvalue.lo
  CC     dbus-gthread.lo
  CC     dbus-gtype-specialized.lo
  CC     dbus-gutils.lo
  CC     dbus-gsignature.lo
  CC     dbus-gvalue-utils.lo
  CC     dbus-gidl.lo
  CC     dbus-gloader-expat.lo
  CC     dbus-gparser.lo
  CC     dbus-binding-tool-glib.o
  CC     dbus-glib-tool.o
  CC     dbus-bash-completion-helper.o
  CCLD   libdbus-glib-1.la
  CCLD   libdbus-gtool.la
/usr/bin: file not recognized: Is a directory
collect2: ld returned 1 exit status
make[4]: *** [libdbus-glib-1.la] Error 1
make[4]: Leaving directory `/var/tmp/portage/dev-libs/dbus-glib-0.86/work/dbus-glib-0.86-build/dbus'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/var/tmp/portage/dev-libs/dbus-glib-0.86/work/dbus-glib-0.86-build/dbus'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/var/tmp/portage/dev-libs/dbus-glib-0.86/work/dbus-glib-0.86-build/dbus'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/dev-libs/dbus-glib-0.86/work/dbus-glib-0.86-build'
make: *** [all] Error 2
 * ERROR: dev-libs/dbus-glib-0.86 failed:
 *   make failed
 *
 * Call stack:
 *     ebuild.sh, line  48:  Called src_compile
 *   environment, line 249:  Called die
 * The specific snippet of code:
 *       emake || die "make failed";
 *
 * If you need support, post the output of 'emerge --info =dev-libs/dbus-glib-0.86',
 * the complete build log and the output of 'emerge -pqv =dev-libs/dbus-glib-0.86'.
 * The complete build log is located at '/var/tmp/portage/dev-libs/dbus-glib-0.86/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-libs/dbus-glib-0.86/temp/environment'.
 * S: '/var/tmp/portage/dev-libs/dbus-glib-0.86/work/dbus-glib-0.86'

Did I forget about something when following the handbook?

emerge --info:
Code:
Portage 2.2_rc67 (default/linux/amd64/10.0/desktop/kde, gcc-4.4.4, glibc-2.11.2-r0, 2.6.34.01-alt158-amd64 x86_64)
=================================================================
System uname: Linux-2.6.34.01-alt158-amd64-x86_64-Pentium-R-_Dual-Core_CPU_T4300_@_2.10GHz-with-gentoo-2.0.1
Timestamp of tree: Sat, 07 Aug 2010 09:05:02 +0000
app-shells/bash:     4.1_p7
dev-lang/python:     2.6.5-r3, 3.1.2-r4
sys-apps/baselayout: 2.0.1
sys-apps/openrc:     0.6.1-r1
sys-apps/sandbox:    2.2
sys-devel/autoconf:  2.65-r1
sys-devel/automake:  1.9.6-r3, 1.10.3, 1.11.1
sys-devel/binutils:  2.20.1-r1
sys-devel/gcc:       4.4.4-r1
sys-devel/gcc-config: 1.4.1
sys-devel/libtool:   2.2.10
virtual/os-headers:  2.6.34
ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="*"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -march=native -pipe -g"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/X11/xkb /usr/share/config"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-O2 -march=native -pipe -g"
DISTDIR="/usr/portage/distfiles"
EMERGE_DEFAULT_OPTS="--keep-going"
FEATURES="assume-digests distlocks fixpackages news parallel-fetch preserve-libs protect-owned sandbox sfperms splitdebug strict unmerge-logs unmerge-orphans userfetch"
GENTOO_MIRRORS="http://distfiles.gentoo.org"
LANG="en_US.UTF-8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
LINGUAS="pl"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X Xaw3d a52 aac aalib acl acpi alsa amd64 amr amrnb amrwb async audiofile automount bash-completion berkdb bfq bineditor bluetooth branding bzip2 cairo cdaudio cddb cdio cdparanoia cdr cli consolekit cracklib crypt css cups curl cxx dbus devhelp dirac disk-partition divx djvu dri dts dvd dvdr editor emboss emovix enca encode exchange exif faac faad fam fat ffmpeg fftw firefox firefox3 flac fontconfig fortran gd gdbm geoip gif glitz gmedia gphoto2 gpm gtk hal hddtemp htmlhandbook iconv id3 id3tag imagemagick inotify ipod jack jpeg kde kde4 kdehiddenvisibility kipi kpathsea kqemu ladspa lame laptop lcms libcaca libnotify libsamplerate lm_sensors mad mikmod mjpeg mmap mmx mmxext mng modules mp3 mp3tunes mp4 mpeg mplayer mtp mudflap multilib musicbrainz ncurses nls nptl nptlonly nsplugin ntfs ogg openal opencore-amr opencore-amrnb opencore-amrwb opengl openmp pam pango pch pcre pdf perl plasma png policykit ppds pppd python qt-copy qt3 qt3support qt4 rar readline realmedia reflection roe sasl scanner schroedinger sdl secure-delete sensord session sndfile solver soundtouch sourceview spell spl sse sse2 ssl ssse3 startup-notification svg swat symlink sysfs syslog tcpd theora threads tiff truetype unicode upnp usb vamp vcd vorbis webkit wicd wmf wmp wxwidgets wxwindows x264 xcb xcomposite xine xml xorg xscreensaver xulrunner xv xvid xvmc zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="evdev synaptics" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="pl" QEMU_SOFTMMU_TARGETS="x86_64 i386" QEMU_USER_TARGETS="x86_64 i386" RUBY_TARGETS="ruby18" USERLAND="GNU" VIDEO_CARDS="intel" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  CPPFLAGS, CTARGET, FFLAGS, INSTALL_MASK, LC_ALL, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS

Back to top
View user's profile Send private message
avx
Advocate
Advocate


Joined: 21 Jun 2004
Posts: 2152

PostPosted: Sat Aug 07, 2010 1:37 pm    Post subject: Reply with quote

Do you use the sysresc-cd as install medium? If yes, this should help:
http://www.sysresccd.org/forums/viewtopic.php?t=2724&sid=4c79bcd35b0b737050f3050e7e058513
Back to top
View user's profile Send private message
peter4
Guru
Guru


Joined: 19 Jul 2005
Posts: 359
Location: Wroclaw, Poland

PostPosted: Sat Aug 07, 2010 1:49 pm    Post subject: Reply with quote

Thanks, I'll try. What is 'path' anyway? It's not the same as 'PATH', right?

EDIT: it worked, thanks ;]

Still, I'd like to know what this variable does. Google isn't much help since it's search is not case-sensitive...
Back to top
View user's profile Send private message
avx
Advocate
Advocate


Joined: 21 Jun 2004
Posts: 2152

PostPosted: Sat Aug 07, 2010 3:53 pm    Post subject: Reply with quote

Quote:
What is 'path' anyway?
Sorry, can't help you with that.

I had a problem which was based on the same bug last year: https://forums.gentoo.org/viewtopic-t-792031-start-0.html

The first occurance I could find is stated in this post: http://www.sysresccd.org/forums/viewtopic.php?f=8&t=2650&sid=4e190fe63e178fbd86b6300eda4046b1

So, over 1 year old and still not fixed, sucks :(

Edit, if you're ok with the solution, please don't forget to add '[solved]' to the title, thanks.
Back to top
View user's profile Send private message
SouthernC
n00b
n00b


Joined: 11 Aug 2013
Posts: 1
Location: Somwhere out there

PostPosted: Wed Aug 14, 2013 4:52 am    Post subject: still an issue Reply with quote

Quote:
So, over 1 year old and still not fixed, sucks
4 years later this is still an issue but this post helped by doing
Code:
unset path


Thanks , SouthernC
Back to top
View user's profile Send private message
alinefr
Tux's lil' helper
Tux's lil' helper


Joined: 05 Jul 2009
Posts: 113
Location: São Paulo, Brasil

PostPosted: Fri Jul 29, 2016 2:54 am    Post subject: Re: still an issue Reply with quote

SouthernC wrote:
Quote:
So, over 1 year old and still not fixed, sucks
4 years later this is still an issue but this post helped by doing
Code:
unset path


Thanks , SouthernC


In 2016, after 6 years, this is still an issue...
Back to top
View user's profile Send private message
vaxbrat
l33t
l33t


Joined: 05 Oct 2005
Posts: 731
Location: DC Burbs

PostPosted: Wed May 10, 2017 8:28 pm    Post subject: still here... using sysrescuecd version 5.0.0 Reply with quote

Bit me today when I was working up a new install in a VM. In my case, I was trying to emerge zziplib after tweaking USE flags for a couple of hours, building a genkernel for once (usually do my own .config) and then realizing I wouldn't get any further with it without btrfs-progs. This was literally my first ebuild after futzing around with the usual suspects for circular dependencies so I was starting to doubt my sanity.
Back to top
View user's profile Send private message
mondjef
n00b
n00b


Joined: 13 Jun 2011
Posts: 71
Location: Ottawa, ON...Canada

PostPosted: Sun Aug 20, 2017 1:13 am    Post subject: Reply with quote

actually now 8 years old and still an issue...got stuck with this trying to emerge sys-fs/zfs-0.7.1 while attempting to fix a machine that currently won't boot. This resolved the issue, many thanks.
Back to top
View user's profile Send private message
ReyuZenfold
n00b
n00b


Joined: 26 Nov 2017
Posts: 1

PostPosted: Sun Nov 26, 2017 4:23 am    Post subject: Reply with quote

mondjef wrote:
got stuck with this trying to emerge sys-fs/zfs-0.7.1

Exact same issue here. Was nearly banging my head off the wall trying to figure this out.
Back to top
View user's profile Send private message
osti
n00b
n00b


Joined: 22 Nov 2017
Posts: 11

PostPosted: Sun Nov 26, 2017 7:34 am    Post subject: Reply with quote

and the same during sys-fs/zfs-0.7.3

[Add] and the same error while emerging dev-libs/zziplib, too.

again, unset path helps. How can I find out when this variable is set?
Back to top
View user's profile Send private message
dedeaux
Apprentice
Apprentice


Joined: 19 Jun 2002
Posts: 183
Location: Nairobi, Kenya

PostPosted: Thu Feb 01, 2018 12:28 pm    Post subject: and... still there Reply with quote

Returned to Gentoo after ~16yrs and have been pulling my hair out with this. I happened to hit this thread via a Google search of the error output.

For me, I was trying to install zfs-0.7.5-r1 and hit this issue.

Code:
unset path
This put me back on track for an install on zfs root and saved me from scrapping my effort of using Gentoo again.

I too would like a better understanding of this, and have marked it for further reading in the future.

Many thanks!
Back to top
View user's profile Send private message
Hu
Moderator
Moderator


Joined: 06 Mar 2007
Posts: 21490

PostPosted: Fri Feb 02, 2018 2:50 am    Post subject: Reply with quote

Variable $path, like any other variable, is set by the shell only when it is told to do so. If it is set for you, check your dotfiles to find where it is set.

I see over a span of several years people complaining that it continues to be a problem, but I see no indication that the problem was reported to anyone who can actually fix it at its source by changing the affected packages not to react to this variable. Has such a report been made? If so, where can interested parties view it? Was the report rejected by the maintainer or never addressed at all?
Back to top
View user's profile Send private message
blopsalot
Apprentice
Apprentice


Joined: 28 Jan 2017
Posts: 231

PostPosted: Fri Feb 02, 2018 8:34 am    Post subject: Reply with quote

zziplib-0.13.62-r2.ebuild --- this may be causing weird results.
Code:
export ac_cv_path_XMLTO= # man pages are bundled in .tar's


For the others, are the ebuilds invoking the bash-completion-r1.eclass properly? I think the way dbus-glib ebuild is feeding first parameter is causing weird results.

i don't think it should ever be given ED.
Code:
newbashcomp "${ED}"/etc/bash_completion.d/dbus-bash-completion.sh dbus-send


zfs first parameter looks suspect as well, most other ebuilds invoking newbashcomp put the sandbox variable in quotation marks.
Code:
newbashcomp "${FILESDIR}/bash-completion-r1" zfs


so i think it should be( i cant reproduce so who knows? :) ) (i don't use bash completion though either)
Code:
export ac_cv_path_XMLTO="/dev/null" # man pages are bundled in .tar's

Code:
...

Code:
newbashcomp "${FILESDIR}"/bash-completion-r1 zfs


edit: i guess ED has to be used because EPREFIX was used in configure, so forget the 2nd one, i dunno.


Last edited by blopsalot on Fri Feb 02, 2018 2:50 pm; edited 3 times in total
Back to top
View user's profile Send private message
krinn
Watchman
Watchman


Joined: 02 May 2003
Posts: 7470

PostPosted: Fri Feb 02, 2018 11:23 am    Post subject: Reply with quote

osti wrote:
again, unset path helps. How can I find out when this variable is set?

Code:
echo ${path:-not set}
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum