# Error rebuilding on 2.3.8

**URL:** https://meta.discourse.org/t/error-rebuilding-on-2-3-8/136992
**Category:** Bug
**Created:** [December 24, 2019, 5:58pm UTC](https://meta.discourse.org/t/error-rebuilding-on-2-3-8/136992 "2019-12-24T17:58:30Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![schneidmaster](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/schneidmaster/32/121769_2.png) [@schneidmaster](https://meta.discourse.org/u/schneidmaster)
#### Post date: [December 24, 2019, 5:58pm UTC](https://meta.discourse.org/t/error-rebuilding-on-2-3-8/136992/1 "2019-12-24T17:58:31Z")

</div>

Hi there!

I have `revision: stable` in my `containers/app.yml` which currently resolves to v2.3.8. I am getting an error when trying to rebuild the container:

```plaintext
I, [2019-12-24T17:46:51.163113 #1] INFO -- : > cd /var/www/discourse && find /var/www/discourse ! -user discourse -exec chown discourse {} \+
chown: cannot dereference '/var/www/discourse/public/plugins/discourse-internet-explorer': No such file or directory

```

It looks like the `discourse-internet-explorer` plugin was introduced in the v2.4.0 beta release, so it makes sense why it’s missing in 2.3.8, but it’s not clear to me why the `chown` is expecting it to be there. I was able to resolve by changing to `revision: tests-passed` but figured I would raise the issue as it was pretty serious blocker for me trying to upgrade to the latest stable version.

---

<div class="post-metadata">

### Author: ![Dev\_Work](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/dev_work/32/124200_2.png) [@Dev\_Work](https://meta.discourse.org/u/Dev_Work)
#### Post date: [December 26, 2019, 5:04pm UTC](https://meta.discourse.org/t/error-rebuilding-on-2-3-8/136992/2 "2019-12-26T17:04:30Z")

</div>

up  
how to fix?

 ![2019-12-26_200301](https://global.discourse-cdn.com/meta/original/3X/9/c/9c735ef36216c9f92a477f8d702838d15b0e0cc5.png)

upd:  
updated tests-passed  
all is well

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [December 26, 2019, 5:26pm UTC](https://meta.discourse.org/t/error-rebuilding-on-2-3-8/136992/3 "2019-12-26T17:26:11Z")

</div>

Yes we need to fix this problem for stable @eviltrout.

---

<div class="post-metadata">

### Author: ![eviltrout](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/eviltrout/32/5275_2.png) [@eviltrout](https://meta.discourse.org/u/eviltrout)
#### Post date: [December 26, 2019, 7:13pm UTC](https://meta.discourse.org/t/error-rebuilding-on-2-3-8/136992/4 "2019-12-26T19:13:05Z")

</div>

Hmm, I didn’t add anything like this!

@Falco could this be in the base image you updated somehow?

---

<div class="post-metadata">

### Author: ![Falco](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/falco/32/179432_2.png) [@Falco](https://meta.discourse.org/u/Falco)
#### Post date: [December 26, 2019, 7:27pm UTC](https://meta.discourse.org/t/error-rebuilding-on-2-3-8/136992/5 "2019-12-26T19:27:55Z")

</div>

Now that you mention it may be related. Images are always built using tests-passed. So I think the command to revert back to an old git commit is making chown confused / leaving a broken symlink ?

---

<div class="post-metadata">

### Author: ![eviltrout](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/eviltrout/32/5275_2.png) [@eviltrout](https://meta.discourse.org/u/eviltrout)
#### Post date: [December 26, 2019, 7:47pm UTC](https://meta.discourse.org/t/error-rebuilding-on-2-3-8/136992/6 "2019-12-26T19:47:28Z")

</div>

It looks like the error is because that file is normally ignored due to `.gitignore` which meant if you checked out stable on top of tests-passed it would not work. I fixed that.

Another wild error appeared! We update bundler and the version in our stable Gemfile.lock was too old. I updated that too.

Things seem to be working now.

[https://github.com/discourse/discourse/commit/6e88dde6352ed4f4f21218dd089698a21551800c](https://github.com/discourse/discourse/commit/6e88dde6352ed4f4f21218dd089698a21551800c)

[https://github.com/discourse/discourse/commit/a6701d8710ea870a59cefdd3edc590261103029e](https://github.com/discourse/discourse/commit/a6701d8710ea870a59cefdd3edc590261103029e)

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [December 27, 2019, 3:26pm UTC](https://meta.discourse.org/t/error-rebuilding-on-2-3-8/136992/7 "2019-12-27T15:26:43Z")

</div>


